@charset "utf-8";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 12.08.17 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #868688;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #868688;
    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: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #181c27;
    margin: 0 0 29px;
    line-height: 1.1;
}

.h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #181c27;
    margin: 0 0 34px;
    line-height: 1.1;
}

.h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #181c27;
    margin: 0 0 32px;
    line-height: 1.1;
}

.h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #181c27;
    margin: 0 0 20px;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
@font-face {
    font-family: "LatoBold";
    src: url("../fonts/LatoBold.eot");
    src: url("../fonts/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold.woff") format("woff"), url("../fonts/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Bebas_Neue_Bold";
    src: url("../fonts/Bebas_Neue_Bold.eot");
    src: url("../fonts/Bebas_Neue_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas_Neue_Bold.woff") format("woff"), url("../fonts/Bebas_Neue_Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "proxima_nova_bold";
    src: url("../fonts/proxima_nova_bold.eot");
    src: url("../fonts/proxima_nova_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold.woff") format("woff"), url("../fonts/proxima_nova_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "proxima_nova_light";
    src: url("../fonts/proxima_nova_light.eot");
    src: url("../fonts/proxima_nova_light.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light.woff") format("woff"), url("../fonts/proxima_nova_light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: none;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
    padding: 12px 16px 13px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
    color: #868688;
}

.content .field {
    border-color: #dfdcda;
    border-radius: 0;
}

.content select.field {
    background: url("../images/pic173.png") no-repeat 100% 50%;
    height: 40px;
    padding: 0 38px 0 14px;
    color: #777777;
    font-size: 14px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.field[required] {
    background: url(../images/pic84.png) no-repeat 96% 16px;
}

.content .field[required] {
    background: none;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #868688;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #868688;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #868688;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #868688;
}

.field.placeholder {
    font-size: 14px;
    color: #868688;
}

.field.invalid {
    border-color: red;
}

.field[required].invalid {
    background: url(../images/pic84.png) no-repeat 96% 16px;
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    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;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.line_top {
    background: #f6f6f8;
    height: 45px;
    position: absolute;
    top: 0;
    right: -10000px;
    left: -10000px;
    z-index: -3;
}

.calculator_bubble {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 101;
}

.calculator_bubble .toggle {
    background: url(../images/pic66.png) no-repeat;
    width: 50px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 100%;
}
.calculator_bubble .text{
	display:none;
}
.main_bg_1 {
    background: url(../images/pic91.jpg) no-repeat;
    width: 1536px;
    height: 694px;
    margin-left: -768px;
    position: absolute;
    bottom: 393px;
    left: 50%;
    z-index: -3;
}

.main_bg_2 {
    background: url(../images/pic105.png) no-repeat;
    width: 363px;
    height: 432px;
    position: absolute;
    bottom: 965px;
    right: -470px;
    z-index: -3;
}

.main_bg_3 {
    background: url(../images/pic155.png) no-repeat;
    width: 463px;
    height: 351px;
    position: absolute;
    bottom: 2621px;
    right: 120px;
    z-index: -3;
}

.inner {
    width: 980px;
    margin: auto;
    margin-bottom: 393px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 226px 0 0;
    position: relative;
}
.declaration_box {
	
	position: relative;
	color: #fff;
	text-align: center;
}
.declaration_box:before {
	content: "";
	background: #141414 url(../images/new/pic186.png) repeat-y 50% 0;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.declaration_box .title{
	font-size:17px;
	font-weight:500;
	color:#fff;
}
.declaration_box .title .link{
	background: url(../images/new/pic189.png) no-repeat 100% 11px;
	display: inline-block;
	padding:0 21px 4px 0;
	
	color:#fff;
	text-decoration:none;
}
.declaration_box .open {
	display: block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
}
.declaration_box .close {
	background: url(../images/new/pic187.png) no-repeat 0 100%;
	display:none;
	width: 37px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}

.declaration_box .sub{
	display:none;
	padding:19px 0 25px;
	font-size:14px;
	color:#fff;
}
.declaration_box .sub .fig{
	display:block;
	width:46px;
	height:46px;
	margin:0 auto 49px;
	position:relative;
	overflow:hidden;
}
.declaration_box .sub .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.declaration_box .sub .link{
	display:block;
	
	color:#fff;
	text-decoration:none;
}
.declaration_box.active .title{
	display:block;
	
	position:absolute;
	top:78px;
	right:0;
	left:0;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.declaration_box.active .title .link{
	background:none;
	display:block;
	padding:0;
	color:#fff;
	text-decoration:none;
}
.declaration_box .item{
	display:block;
	margin:0 0 9px;
}
.declaration_box .more{
	border: 1px solid rgba(255,255,255,.57);
border-radius: 19px;
	display: inline-block;
	height:36px;
	padding:0 24px;
	color:#fff;
	text-decoration: none;
	line-height:36px;
}
.map {
	display:none;
    position: absolute;
    top: 15px;
    left: 4px;
}

.map_list_1 {
    margin: 0 0 0 -14px;
}

.map_list_1 .item {
    float: left;
    margin: 0 0 0 14px;
}

.map_list_1 .link {
    display: block;
}

.map_list_1 .fig {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    overflow: hidden;
}

.map_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.map_list_1 .fig_gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.map_list_1 .fig_red {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.map_list_1 .link:hover .fig_red {
    opacity: 1;
    visibility: visible;
}

.map_list_1 .link:hover .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.city {
    position: absolute;
    /*top: 0;
    left: 84px;*/
	top:15px;
	left:0;
    line-height: 1.2;
}

.city .link {
	background: url(../images/city.svg) no-repeat 0 50%;
	display:inline-block;
	padding:0 0 0 19px;
    font-size: 13px;
    color: #868688;
}

.city .fig {
    background: #b60202;
    /*display: inline-block;*/
	display:none;
    vertical-align: middle;
    width: 34px;
    height: 36px;
    margin: 0 6px 0 0;
    padding: 9px 0 0;
    font-size: 10px;
    color: #f6f6f8;
    text-align: center;
}

.city .text {
    display: inline-block;
    /*vertical-align: middle;*/
    border-bottom: 1px dashed #868688;
}

.city .text:hover {
    border-bottom: 1px dashed #f6f6f8;
}

.address {
	display:none;
    /*background: url(../images/pic4.png) no-repeat;
	height: 44px;
	padding: 0 0 0 41px;
	width: 136px;
	display: flex;
	 align-content: center;
	*/
	width: 177px;
    position: absolute;
    top: 0;
    left: 278px;
	font-size: 13px;
    

}
.address .fig {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 45px;
    margin: 0 6px 0 0;
}

.address .text {
    display: inline-block;
    vertical-align: middle;
	width:116px;
}
.mail {
	display:none;
    position: absolute;
    top: 0;
    right: 364px;
}

.mail .link {
    background: url(../images/pic5.png) no-repeat;
    display: block;
    height: 32px;
    padding: 13px 0 0 43px;
    font-size: 13px;
    color: #868688;
    text-decoration: none;
}

.phone {
    position: absolute;
    top: 0;
   /* right: 187px;*/
   right:101px;
}

.phone .fig {
    background: url(../images/pic6.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 44px;
    margin: 0 8px 0 0;
    position: relative;
}

.phone .fig .line_1 {
    background: url(../images/pic6_1.png) no-repeat;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 20px;
    left: 22px;
    opacity: 0;
    -webkit-animation: fade1 .9s ease infinite;
    animation: fade1 .9s ease  infinite;
}

.phone .fig .line_2 {
    background: url(../images/pic6_2.png) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 15px;
    left: 23px;
    opacity: 0;
    -webkit-animation: fade2 .9s ease infinite;
    animation: fade2 .9s ease  infinite;
}

.phone .fig .line_3 {
    background: url(../images/pic6_3.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 23px;
    opacity: 0;
    -webkit-animation: fade3 .9s ease infinite;
    animation: fade3 .9s ease  infinite;
}

@-webkit-keyframes fade1 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade1 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade2 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
         opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade3 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade3 {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.phone .text {
    display: inline-block;
    vertical-align: middle;
}

.ask_question {
    position: absolute;
    top: 0;
    /*right: 136px;*/
	right:0;
}

.ask_question .link {
    background: url(../images/pic7.png) no-repeat;
    display: block;
    width: 45px;
    height: 44px;
    position: relative;
}

.ask_question .dot_1 {
    background: url(../images/pic7_1.png) no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 19px;
    left: 16px;
    opacity: 0;

    -webkit-animation: fade1 .9s ease infinite .3s;
    animation: fade1 .9s ease  infinite .3s;
}

.ask_question .dot_2 {
    background: url(../images/pic7_1.png) no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 19px;
    left: 22px;
    opacity: 0;

    -webkit-animation: fade2 .9s ease infinite .3s;
    animation: fade2 .9s ease  infinite .3s;
}

.ask_question .dot_3 {
    background: url(../images/pic7_1.png) no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 19px;
    left: 28px;
    opacity: 0;

    -webkit-animation: fade3 .9s ease infinite .3s;
    animation: fade3 .9s ease  infinite .3s;
}

.registration {
	display:none;
    position: absolute;
    top: 11px;
    right: -5px;
}

.registration .item {
    background: url(../images/pic8.png) no-repeat 12px 7px;
    float: left;
    padding: 0 0 0 28px;
}

.registration .item:first-child {
    background: none;
    padding: 0;
}

.registration .link {
    font-size: 13px;
    color: #868688;
    text-decoration: none;
}

.registration .item:first-child .link {
    font-weight: bold;
    color: #141414;
}

.logo {
    position: absolute;
    top: 78px;
    left: 1px;
}

.logo .link {
    display: block;
}

.logo .logo_fig_1 {
    display: inline-block;
    margin: 0 19px 0 0;
}

.logo:hover .logo_fig_1 {

    -webkit-animation: spaceboots 1s linear normal infinite;
    animation: spaceboots 1s linear normal infinite;
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    2% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    4% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    6% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    8% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    10% {
        -webkit-transform: translate(-1px, 1px) rotate(-1deg);
    }
    12% {
        -webkit-transform: translate(-3px, -2px) rotate(0deg);
    }
    14% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    16% {
        -webkit-transform: translate(-1px, -2px) rotate(1deg);
    }
    18% {
        -webkit-transform: translate(2px, -1px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
    21% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }
}

.logo .logo_fig_2 {
    display: inline-block;
}

.slogan {
    width: 222px;
    position: absolute;
    /*top: 89px;*/
	top:76px;
    left: 239px;
    /*font-size: 18px;*/
	font-size:16px;
    font-weight: 500;
    color: #141414;
    line-height: 1.2;
}

.callback {
    position: absolute;
    top: 71px;
    right: 291px;
    font-size: 13px;
    text-align: right;
    line-height: 1;
}

.callback .link {
    background: url(../images/pic9.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 9px;
    font-size: 13px;
    color: #b60202;
}

.callback .number {
    padding: 5px 0 2px;
    font-size: 24px;
    font-weight: bold;
    color: #141414;
}

.basket {
    position: absolute;
    top: 78px;
    right: 73px;
}

.basket .link {
    background: url(../images/pic10.png) no-repeat 22px 14px;
    border: 2px solid #e1e1e3;
    border-radius: 25px;
    display: block;
    width: 105px;
    height: 33px;
    padding: 13px 0 0 54px;
    position: relative;
    color: #141414;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.basket .number {
    background: #141414;
    border-radius: 50%;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: -12px;
    font-family: "LatoBold", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.header .search {
    background: url(../images/pic11.png) no-repeat 50% 50%;
    border: 2px solid #e1e1e3;
    border-radius: 25px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 4;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header .search.over {
    background: none;
    border: none;
    width: 236px;
}

.header .search .field {
    background: #fff;
    border: 2px solid #e1e1e3;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    height: 50px;
    padding: 5px 50px 6px 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
}

.header .search.over .field {
    display: inline-block;
    width: 236px;
    font-size: 14px;
    font-style: normal;
    color: #141414;
    opacity: 1;
    visibility: visible;
}

.header .search .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #141414;
}

.header .search .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #141414;
}

.header .search .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #141414;
}

.header .search .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #141414;
}

.header .search .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #141414;
}

.header .search .btn {
    background: url(../images/pic11.png) no-repeat 50% 50%;
    border: 0;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header .search.over .btn {
    opacity: 1;
    visibility: visible;
}

.nav {
    width: 980px;
    height: 60px;
    margin: 0 auto 27px;
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav.fixed {
    position: fixed;
    top: 0;
}

.nav:before {
    content: "";
    background: #141414;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav> .list {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
}

.nav> .list .home {
    background: url("../images/pic12.png") no-repeat 50% 50%;
    width: 40px;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 60px;
    position: relative;
    color: #969696;
    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> .list> .item:hover> .link, .nav> .list> .active> .link {
    color: #fff;
}

.nav> .list> .have_sub> .link {
    background: url(../images/pic13.png) no-repeat 100% 27px;
}

.nav .text {
    display: table-cell;
    padding: 19px 10px 0;
    text-align: center;
}

.nav .in {
    border-bottom: 7px solid #141414;
    display: inline-block;
    padding: 0 0 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item:hover .in, .nav> .list> .active .in {
    border-bottom: 7px solid #d00204;
}

.nav .sub {
    position: absolute;
    top: 60px;
    left: 18px;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav .sub_menu {
    background: #3b3b3b;
    display: block;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    text-transform: none;
}

.nav .sub_menu .link {
    border-top: 1px solid #585858;
    display: block;
    padding: 9px 49px 10px 19px;
    color: #fff;
    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_menu .item:first-child .link {
    border: none;
}

.nav .sub_menu .link:hover {
    background: #545454;
}

.nav> .list> .item:hover .sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.catalog_box{
	display:none;
}
.carousel_1 {
    width: 1920px;
    height: 452px;
    margin: 0 -470px;
    position: relative;
}

.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 {
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.carousel_1 .active .fig {
    opacity: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1 .text {
    background: url(../images/pic64.png) no-repeat;
    display: table;
    width: 548px;
    height: 310px;
    position: absolute;
    bottom: 0;
    right: 473px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
    overflow: hidden;
}

.carousel_1 .text .into {
    display: table-cell;
    vertical-align: middle;
    width: 472px;
    height: 310px;
    padding: 0 38px;
}

.carousel_1 .title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    -webkit-transition: all 2s ease .5s;
    transition: all 2s ease .5s;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
}

.carousel_1 .active .title {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.carousel_1 .text p {
    -webkit-transition: all 2s ease .8s;
    transition: all 2s ease .8s;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
	margin:0 0 8px;
}

.carousel_1 .active .text p {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.carousel_1 .tabs {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    text-align: center;
    z-index: 3;
}

.carousel_1 .tabs .item {
    display: inline-block;
    margin: 0 21px;
}

.carousel_1 .tabs .link {
    background: #fff;
    border-radius: 12px;
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    position: relative;
}

.carousel_1 .tabs .link:before {
    content: "";
    border: 3px solid #868688;
    border-radius: 8px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.carousel_1 .tabs .active:before {
    border: 3px solid #e30808;
}
.social_network_header{
	display: flex;
	flex-direction: row;
	position:absolute;
	top:125px;
	left:236px;
}

.social_network_header .item {
	margin: 0 11px 0 0;
}
.social_network_header .fig {
	width: 25px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.social_network_header .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 299px;
    margin: 44px 43px 57px 0;
    position: relative;
    float: left;
}

.box_5 {
    background: #f6f6f6;
    width: inherit;
    padding: 0 0 7px;
}

.box_5.fixed {
    position: fixed;
    top: 50px;
}

.box_5.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

.catalog_list_3 .item {
    margin: 0 0 8px;
}

.catalog_list_3> .item> .title> .link {
    background: #fff;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    display: block;
    width: 274px;
    height: 84px;
    padding: 0 0 0 25px;
    position: relative;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 36px;
    color: #868688;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_3> .item> .title> .link:before {
    content: "";
    background: url(../images/pic139.png) no-repeat;
    width: 26px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 38px;
    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_3> .item> .title> .link:hover {
    background: #c50102;
    color: #fff;
}

.catalog_list_3> .active> .title> .link {
    background: #c50102;
    color: #fff;
}

.catalog_list_3> .item> .title> .link:hover:before {
    opacity: 1;
    visibility: visible;
}

.catalog_list_3> .active> .title> .link:before {
    opacity: 1;
    visibility: visible;
}

.catalog_list_3 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 84px;
    margin: 0 24px 0 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_3 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_3 .fig_gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_3 .fig_white {
    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_3> .item> .title> .link:hover .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.catalog_list_3> .active> .title> .link .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.catalog_list_3> .item> .title> .link:hover .fig_white {
    opacity: 1;
    visibility: visible;
}

.catalog_list_3> .active> .title> .link .fig_white {
    opacity: 1;
    visibility: visible;
}

.catalog_list_3 .text {
    display: inline-block;
    vertical-align: middle;
    width: 182px;
}

.list_3 {
    margin: 24px 0 0 35px;
}

.list_3 .item {
    margin: 0 0 15px;
    line-height: 1.2;
}

.list_3 .link {
    border-left: 6px solid #f6f6f6;
    display: block;
    padding: 1px 0 2px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.list_3 .link:hover {
    border-left: 6px solid #e20202;
    color: #c50102;
}

.list_3 .active .link {
    border-left: 6px solid #e20202;
    color: #c50102;
}

.list_3 .small_text {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    text-transform: none;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0;
}

.content {
    padding: 30px 0 44px;
    position: relative;
}

.side + .content {
    float: left;
    width: 638px;
}

.about_box {
    padding: 75px 0 87px;
    position: relative;
}

.about_box:after {
    content: "";
    background: url(../images/pic67.png) no-repeat;
    width: 483px;
    height: 358px;
    position: absolute;
    bottom: 0;
    left: -470px;
    z-index: -1;
}

.main_page .about_box:before {
    content: "";
    background: url(../images/pic68.png) repeat-y 100% 0;
    width: calc(100vw - 12px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.about_box .about_box_slogan {
    border-left: 5px solid #e20202;
    float: right;
    width: 326px;
    margin: 12px 163px 0 0;
    padding: 0 0 12px 25px;
    font-size: 18px;
    line-height: 1.6;
}

.about_box .h1 {
    font-size: 27px;
    font-weight: 300;
    color: #181c27;
    text-transform: uppercase;
    line-height: 1.2;
}

.about_box .h1 .text {
    display: block;
    font-size: 42px;
    font-weight: bold;
    text-transform: none;
}

.services_list_1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.services_list_1> .item {
    width: 490px;
    margin: 0 0 7px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.services_list_1> .item> .title> .link {
    color: #141414;
    text-decoration: none;
}

.services_list_1 .in {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #868688;
    text-transform: none;
    line-height: 1.2;
}

.services_list_1 .fig {
    border: 2px solid rgba(175, 175, 175, .42);
    border-radius: 22px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 18px 0 0;
    position: relative;
}

.services_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list_1 .text {
    display: inline-block;
    vertical-align: middle;
    width: 426px;
}

.services_list_1 .list_1 {
    margin: 0 0 7px 66px;
}

.services_list_1 .list_1 .item {
    margin: 0 0 11px;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.services_list_1 .list_1 .link {
    background: url(../images/pic80.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 31px;
    color: #141414;
    text-decoration: none;
}

.services_box {
    min-height: 487px;
    padding: 0 0 125px;
    position: relative;
}

.services_box:after {
    content: "";
    background: #f5f6f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -2;
}

.services_box:before {
    content: "";
    background: url(../images/pic69.png) no-repeat;
    width: 1059px;
    height: 611px;
    position: absolute;
    right: -470px;
  /*  bottom: 6px;  */
    z-index: -1;
}

.services_list_2 {
    margin: 0 0 0 -40px;
}

.services_list_2 .item {
    width: 470px;
	 margin: 0 0 0 40px;
	
	
	position:relative;
    line-height: 1.5;
	opacity: 0;
visibility: hidden;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.services_list_2 .item.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.services_list_2 .iconka {
    background: #e20202;
    width: 44px;
    height: 45px;
	 padding: 43px 0 0 9px;
    margin: 0 0 18px;
	
	z-index:3;

   opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.services_list_2 .iconka.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services_list_2 .title {
    margin: 0 0 28px;
    text-transform: uppercase;
}

.services_list_2 .title .link {
	font-size:18px;
    
    font-weight: bold;
    color: #181c27;
    text-decoration: none;
}

.services_list_2 .box {
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    padding: 0 27px 7px;
}

.services_list_2 .box .link {
	
	
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.services_list_2 .in {
    position: relative;
    margin: 0 -27px 25px;
}



.services_list_2 .img {
	
	vertical-align: top;

}
.services_list_2 .text {
  background: #303b5a;
   
	
	 
   
    display: inline-block;
    height: 45px;
	padding: 0 22px;
    
    position: absolute;
   bottom: 0;
    left: 0;
	line-height: 45px;
	
	
   
}

.help_box {
    padding: 0 0 78px;
    position: relative;
    text-align: center;
}

.help_box:before {
    content: "";
    background: url(../images/pic71.jpg) 50% 0;
    position: absolute;
    top: 33px;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.help_box .box {
    background: #b60202 url(../images/pic70.png) no-repeat;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    width: 502px;
    height: 180px;
    margin: -33px 0 70px;
    padding: 36px 47px 0 431px;
    position: relative;
    line-height: 1.6;
    text-align: left;
}

.help_box .box .fig {
    position: absolute;
    bottom: 0;
    left: 0;
}

.help_box .box .img {
    vertical-align: top;
}

.help_box .box .text {
    padding: 21px 0 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.help_box .box .text:before {
    content: "";
    border-top: 3px solid #fff;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.help_box .title {
    margin: 0 0 45px;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.help_box .title.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.btn_1 {
    background: #e20202;
    border: 0;
    border-radius: 25px;
    display: inline-block;
    width: 224px;
    height: 50px;
    padding: 0 10px;
    font-weight: bold;
    color: #fcfcfd;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
}

.help_box .btn_1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.help_box .btn_1.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.drugs_box {
    min-height: 818px;
    padding: 101px 0 100px;
    position: relative;
}

.drugs_box:last-child {
    margin-bottom: -44px;
}

.drugs_box:after {
    content: "";
    background: #f5f6f8;
    position: absolute;
    top: 0;
    left: -10000px;
    bottom: 0;
    right: -10000px;
    z-index: -2;
}

.drugs_box:before {
    content: "";
    background: url(../images/pic72.png) no-repeat;
    width: 582px;
    height: 1006px;
    position: absolute;
    bottom: 13px;
    right: -470px;
    z-index: -1;
}

.drugs_box .h2 {
    margin: 0 0 44px;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 48px;
    color: #141414;
    text-transform: uppercase;
    text-align: center;
}

.drugs_box .h2 .text {
    display: block;
    padding: 4px 0 0;
    font-size: 30px;
    color: #868688;
}

.drugs_box .h3 {
    margin: 0 0 23px;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    text-align: center;
    text-transform: uppercase;
}

.opisanie_list_1 {
    margin: 0 0 35px;
}

.opisanie_list_1 .item {
    width: 490px;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

.opisanie_list_1 .link {
    background: #fff;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    display: table;
    width: 490px;
    height: 148px;
    color: #868688;
    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:hover {
    background: #c50102;
    color: #fff;
}

.opisanie_list_1 .active {
    background: #c50102;
    color: #fff;
}

.opisanie_list_1 .link .in {
    display: table-cell;
    vertical-align: middle;
    width: 373px;
    height: 148px;
    padding: 0 20px 0 97px;
}

.opisanie_list_1 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 148px;
    margin: 0 36px 0 0;
    position: relative;
    overflow: hidden;
}

.opisanie_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.opisanie_list_1 .fig_gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.opisanie_list_1 .fig_white {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.opisanie_list_1 .link:hover .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.opisanie_list_1 .link:hover .fig_white {
    opacity: 1;
    visibility: visible;
}

.opisanie_list_1 .active .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.opisanie_list_1 .active .fig_white {
    opacity: 1;
    visibility: visible;
}

.carousel_2 {
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    width: 980px;
    position: relative;
}

.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;
}

.carousel_2> .in> .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.main_page .carousel_2> .in> .main_list> .item {
    padding: 0 25px;
}

.carousel_2> .in> .main_list> .item {
    border-left: 1px solid #e0e0e0;
    width: 195px;
    padding: 0 25px 35px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.carousel_2> .in> .main_list> .item:first-child {
    border: none;
}

.carousel_2 .title {
    margin: 0 -25px 6px;
    position: relative;
}

.carousel_2> .in> .main_list> .item> .title> .link {
    font-size: 12px;
    font-weight: bold;
    color: #141414;
    text-decoration: none;
}

.carousel_2 .more {
    background: #e20202;
    border-radius: 25px;
    display: inline-block;
    width: 174px;
    height: 50px;
    position: absolute;
    top: 101px;
    left: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fcfcfd;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_2> .in> .main_list> .item:hover .more {
    opacity: 1;
    visibility: visible;
}

.carousel_2 .stock {
    background: url(../images/pic81.png) no-repeat;
    width: 88px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 82px;
    z-index: 2;
}

.carousel_2 .absent {
    background: url(../images/pic82.png) no-repeat;
    width: 126px;
    height: 17px;
    position: absolute;
    top: 10px;
    left: 62px;
    z-index: 2;
}

.carousel_2 .fig {
    display: block;
    width: 245px;
    height: 239px;
    margin: 0 0 18px;
    position: relative;
    overflow: hidden;
}

.carousel_2 .fig:before {
    content: "";
    background: rgba(20, 20, 20, 0.20);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    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_2> .in> .main_list> .item:hover .fig:before {
    opacity: 1;
    visibility: visible;
}

.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 .text {
    display: block;
    height: 32px;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 1.3;
}

.carousel_2 .article {
    margin: 0 0 11px;
    font-size: 12px;
}

.carousel_2 .price {
    margin: 0 0 16px;
    font-weight: bold;
    color: #141414;
}

.carousel_2 .number {
    font-size: 24px;
}

.carousel_2 .add {
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    -webkit-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    display: none;
    width: 180px;
    height: 36px;
    margin-left: -90px;
    position: absolute;
    top: -53px;
    left: 50%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #5a5a5a;
    line-height: 36px;
    text-align: center;
    text-transform: none;
}

.carousel_2 .add:before {
    content: "";
    background: url(../images/pic83.png) no-repeat;
    width: 13px;
    height: 10px;
    margin-left: -6px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn_2 {
    background: #fff url(../images/pic35.png) no-repeat 80% 12px;
    border: 1px solid #c6c6c7;
    border-radius: 24px;
    display: inline-block;
    width: 129px;
    height: 45px;
    padding: 0 0 0 38px;
    position: relative;
    font-size: 18px;
    color: #a2a2a3;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.active .add {
    display: block!important;
}

.carousel_2> .in> .main_list> .item:hover .btn_2 {
    background: #e20202 url(../images/pic34.png) no-repeat 80% 12px;
    border: 1px solid #e20202;
    color: #fff;
}

.btn_3 {
    background: #e20202 url(../images/pic34.png) no-repeat 90% 12px;
    border: 1px solid #e20202;
    border-radius: 24px;
    display: none;
    width: 118px;
    height: 45px;
    padding: 0 0 0 26px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    text-align: left;
}

.btn_4 {
    background: #fff;
    border: 1px solid #c6c6c7;
    border-radius: 24px;
    display: inline-block;
    width: 147px;
    height: 45px;
    padding: 0 10px;
    font-size: 16px;
    color: #a2a2a3;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel_2> .in> .main_list> .item:hover .btn_4 {
    background: #e20202;
    border: 1px solid #e20202;
    color: #fff;
}

.carousel_2 .tabs {
    position: absolute;
    right: 0;
    bottom: -48px;
    left: 0;
    text-align: center;
    z-index: 3;
}

.carousel_2 .tabs .item {
    display: inline-block;
    margin: 0 5px;
}

.carousel_2 .tabs .link {
    border: 2px solid #c1c1c3;
    border-radius: 7px;
    display: block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    position: relative;
}

.carousel_2 .tabs .active {
    background: #e20202;
    border: 2px solid #e20202;
}

.advantages_box {
    padding: 91px 0 0;
    position: relative;
}

.advantages_box:before {
    content: "";
    background: url(../images/pic68.png) repeat-y;
    width: calc(100vw - 12px);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.advantages_box .advantages_box_slogan {
    border-left: 5px solid #e20202;
    float: right;
    width: 482px;
    margin: 8px 0 0 0;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.advantages_box .advantages_box_slogan.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.advantages_box .advantages_box_slogan .text {
    display: block;
    font-weight: bold;
    color: #181c27;
}

.advantages_box .h3 {
    width: 326px;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 60px;
    color: #141414;
    text-transform: uppercase;
    line-height: 1;
}

.advantages_list_1 {
    margin: 0 0 27px -41px;
}

.advantages_list_1 .item {
    width: 299px;
    margin: 0 0 0 41px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;

    opacity: 0;
    visibility: hidden;

    -webkit-transform: scale(.3);
    transform: scale(.3);

    -webkit-transition:  all 1s ease;
    transition:  all 1s ease;
}

.advantages_list_1 .item.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.advantages_list_1 .fig {
    width: 299px;
    height: 109px;
    margin: 0 0 41px;
    position: relative;
    overflow: hidden;
}

.advantages_list_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.advantages_list_1 .title {
    margin: 0 0 6px;
    font-weight: bold;
    color: #181c27;
    text-transform: uppercase;
}

.advantages_box .box {
   /* border-top: 5px solid #dadada;
    border-right: 5px solid #dadada;
    border-left: 5px solid #dadada;*/
	border: 5px solid #dadada;
    padding: 55px 114px 0;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    text-align: center;
    line-height: 1.6;
}

.advantages_box .box p {
    margin: 0;
}

.btn_5 {
    background: #e20202;
    border-radius: 25px;
    display: inline-block;
    width: 294px;
    height: 50px;
    padding: 0 10px;
    font-weight: bold;
    color: #fcfcfd;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.advantages_box .btn_5{
	display:none;
}
.main_page .map_box_2{
	margin: 0;
}
.map_box_2 {
    margin: -25px 0 0;
    padding: 36px 0 0;
    position: relative;
    z-index: 1;
}

.map_box_2:before {
    content: "";
    background: #141414;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.map_box_2 .h3 {
    border-left: 5px solid #e20202;
    width: 409px;
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.map_list_2 {
    background: url(../images/pic73.png) no-repeat;
    width: 898px;
    height: 465px;
    margin: -78px 0 0 39px;
    position: relative;
}

.map_list_2 .item {
    position: absolute;
    top: 307px;
    right: 205px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.3);
    -webkit-transform: scale(.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.map_list_2 .item.animateIn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.map_list_2 .item:nth-child(2) {
    position: absolute;
    top: 303px;
    right: 117px;
}

.map_list_2 .item:nth-child(3) {
    position: absolute;
    top: 281px;
    right: 86px;
}

.map_list_2 .item:nth-child(4) {
    position: absolute;
    top: 359px;
    right: 142px;
}

.map_list_2 .item:nth-child(5) {
    position: absolute;
    top: 375px;
    right: 103px;
}

.map_list_2 .text {
    background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
	border-right: 22px solid rgba(255,255,255,0);
    display: none;
    width: 324px;
    padding: 0 30px 6px;
    position: absolute;
    bottom: -30px;
    left: -406px;
}

.map_list_2 .item:hover .text {
    display: block;
}

.map_list_2 .text:before {
    content: "";
    background: url(../images/pic39.png) no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    bottom: 27px;
    right: -11px;
}

.map_list_2 .in {
    background: #f5f6f8;
    border-bottom: 1px dotted #8d8d8f;
    margin: 0 -30px 20px;
    padding: 25px 125px 3px 30px;
    position: relative;
}

.map_list_2 .in:before {
    content: "";
    border-top: 5px solid #e20202;
    width: 50px;
    position: absolute;
    top: 0;
    left: 30px;
}

.map_list_2 .title {
    font-size: 16px;
    font-weight: bold;
    color: #181c27;
    text-transform: uppercase;
}

.map_list_2 .address_2 {
    font-size: 14px;
    line-height: 1.1;
}

.map_list_2 .punkt {
    background: url(../images/pic75.png) no-repeat;
    width: 16px;
    height: 16px;
}

.map_list_2 .item:hover .punkt {
    background: url(../images/pic74.png) no-repeat;
}

.pests_box {
    padding: 77px 0 187px;
    position: relative;
}

.pests_box:before {
    content: "";
    background: #f5f6f8 url(../images/pic76.jpg) no-repeat 50% 0;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.pests_box .pests_box_slogan {
    border-left: 5px solid #e20202;
    float: right;
    width: 470px;
    margin: 5px 20px 0 0;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.pests_box .pests_box_slogan.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.pests_box .h3 {
    width: 395px;
    font-size: 48px;
    font-weight: 300;
    color: #141414;
    line-height: 1;
}

.pests_box .box {
    -moz-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
}

.pests_list_1 .item {
    width: 195px;
    border-left: 1px solid #ececee;
}

.pests_list_1 .item:nth-child(5n+1) {
    border: none;
}

.pests_list_1 .link {
    color: #000;
    text-decoration: none;
}

.pests_list_1 .in {
    background: #fefefe;
    display: table;
    width: 195px;
    height: 70px;
}

.pests_list_1 .into {
    display: table-cell;
    vertical-align: middle;
    width: 161px;
    height: 70px;
    padding: 0 17px;
    text-align: center;
}

.pests_list_1 .title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.pests_list_1 .text {
    color: #868688;
}

.pests_list_1 .img {
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pests_list_1 .link:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.main_page .question_box {
    margin: -125px 0 0;
}

.question_box {
    margin: -89px 0 0;
    padding: 0 0 55px;
    position: relative;
}

.main_page .question_box:before {
    top: 125px;
}

.question_box:before {
    content: "";
    background: url(../images/pic77.jpg) 50% 0;
    position: absolute;
    top: 89px;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.question_box .box {
    background: url(../images/pic70.png) no-repeat;
    margin: 0 0 62px;
    padding: 58px 0 26px;
    position: relative;
    overflow: hidden;
}

.question_box .h3 {
    background: url(../images/pic55.png) no-repeat 111px 3px;
    width: 218px;
    padding: 0 0 0 244px;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.question_box .info {
    float: right;
    margin: 6px 189px 0 0;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.question_box .h3.animateIn, .question_box .info.animateIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.question_box .info p {
    margin: 0;
}

.question_box .number {
    display: block;
    padding: 6px 0 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.captcha {
    display: inline-block;
    padding-top: 118px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #fff;
    border-radius: 3px;
    width: 180px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.captcha_2 {
    display: inline-block;
    padding-top: 59px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha_2 .fig {
    background: #fff;
    border-radius: 3px;
    width: 180px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.captcha_2 .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha_2 .field {
    width: 100%;
}

.button {
    background: #e20202;
    border: 0;
    border-radius: 25px;
    height: 50px;
    padding: 0 40px;
    font-weight: bold;
    color: #fcfcfd;
    text-transform: uppercase;
    line-height: 50px;
}

.h-163 {
    height: 163px;
}

.h-104 {
    height: 104px;
}

.file {
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
    display: inline-block;
    padding: 0 101px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}


.file .value {
    display: block;
    height: 43px;
    padding: 0 0 0 16px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #868688;
    line-height: 43px;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.file .btn {
    background: #4b4e58;
    border-left: 1px solid rgba(255, 255, 255, .4);
    width: 100px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
}


.file_3 {
    background: url("../images/pic175.png") no-repeat 0 50%;
    display: inline-block;
    padding: 0 0 0 32px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file_3 input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}


.file_3 .value {
    display: block;
    height: 22px;
    overflow: hidden;
    position: relative;

    color: #ff0101;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    word-break: normal;
    text-decoration: underline;
    text-overflow: ellipsis;
}

.calc {

    padding-bottom: 75px;
    position: relative;
    z-index: 1;
}

.calc:before {
    content: '';
    background: url("../images/pic176.jpg") no-repeat 100% 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

}

.crumbs {
    margin: 0 0 22px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic92.png) no-repeat 4px 4px;
    display: inline;
    padding: 0 0 0 16px;
    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: #868688;
}

.pests_box_2 {
    -moz-box-shadow: 0 0 2px rgba(40, 41, 59, .63);
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 59, .63);
    box-shadow: 0 0 2px rgba(40, 41, 59, .63);
    margin: 0 0 33px;
}



.pages .item {
    margin: 0 11px 0 0;
    color: #fff;
    text-align: center;
}

.pages .link {
    background: #f3f3f3;
    border-radius: 50%;
    display: block;
    min-width: 24px;
    height: 34px;
    padding: 0 5px;
    position: relative;
    color: #757986;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    line-height: 34px;
}

.pages .item:hover .link, .pages .active {
    background: #b60202;
    border-radius: 50%;
    min-width: 24px;
    height: 33px;
    padding: 0 5px;
    color: #fff;
    line-height: 34px;
}
.main_page .services_list_3{
	margin: 0 0 0 -14px;
}
.services_list_3 {
    margin: 0 0 56px -14px;
}

.services_list_3 .item {
    width: 317px;
    margin: 0 0 48px 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.services_list_3 .item.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.services_list_3 .title {
    margin: 0 0 7px;
}

.services_list_3 .link {
  /*  font-style: italic;  */
    color: #141414;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_3 .item:hover .link {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #303b5a;
    text-transform: uppercase;
}

.services_list_3 .text {
    border-left: 3px solid #d00204;
    display: block;
    height: 45px;
    padding: 0 0 0 12px;
    overflow: hidden;
}

.services_list_3 .fig {
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    display: block;
    position: relative;
}

.services_list_3 .fig:before {
    content: "";
    background: #303b5a;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 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;
}

.services_list_3 .item:hover .fig:before {
    opacity: 1;
    visibility: visible;
}

.services_list_3 .ikonka {
    background: #d00204;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.services_list_3 .ikonka .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.services_list_3 .img {
    vertical-align: top;
}

.services_list_3 .in {
    background: #f5f5f5;
    height: 72px;
    padding: 5px 15px 0;
    font-style: italic;
    color: #868686;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_3 .item:hover .in {
    background: #303b5a;
    color: #fff;
}

.box_1 {
    clear: both;
}

.promo {
    margin: 0 0 -30px;
    padding: 40px 0 0;
    position: relative;
}

.promo:before {
    content: "";
    background: #f5f6f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.carousel_3 {
    width: 470px;
    height: 299px;
    float: left;
    margin: 0 59px 30px 0;
    position: relative;
}

.carousel_3 .next, .carousel_3 .prev {
    background: url(../images/pic120.png) no-repeat 100% 50%;
    display: block;
    width: 33px;
    height: 299px;
    position: absolute;
    top: 0;
    right: -33px;
    z-index: 2;
}

.carousel_3 .prev {
    background: url(../images/pic119.png) no-repeat 0 50%;
    right: auto;
    left: -33px;
}

.carousel_3 .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_3 .main_list> .active {
    visibility: visible;
    z-index: 1;
}

.carousel_3 .fig {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_3 .active .fig {
    opacity: 1;
}

.carousel_3 .img {
    vertical-align: top;
}

.carousel_3 .text {
    background: #303b5a;
    width: 287px;
    height: 42px;
    padding: 0 0 0 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    z-index: 2;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
}

.carousel_3 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.btn_6 {
    background: #e20202;
    border-radius: 32px;
    display: inline-block;
    width: 337px;
    height: 65px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fcfcfd;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
}

.btn_7 {
    background: #fff url(../images/pic121.png) no-repeat 18px 6px;
    border: 2px solid #2f3b59;
    border-radius: 24px;
    display: inline-block;
    width: 292px;
    height: 45px;
    padding: 0 0 0 61px;
    font-size: 13px;
    color: #303b5a;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 45px;
}

.opisanie_list_2 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 37px;
    overflow: hidden;
}

.opisanie_list_2 .item {
    font-size: 17px;
    text-transform: uppercase;
}

.opisanie_list_2 .link {
    display: table;
    height: 47px;
    color: #868688;
    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_2 .link:hover {
    background: #141414;
    color: #fff;
}

.opisanie_list_2 .active {
    background: #141414;
    color: #fff;
}

.opisanie_list_2 .link .text {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding: 0 22px 0;
}

.opisanie_list_2 .in {
    border-bottom: 1px dashed #b2b2b2;
}

.opisanie_list_2 .link:hover .in {
    border-bottom: 1px dashed #141414;
}

.opisanie_list_2 .active .in {
    border-bottom: 1px dashed #141414;
}

.back {
    background: #181c27;
    border-radius: 2px;
    display: inline-block;
    height: 45px;
    padding: 0 40px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
}

.box_2 {
    padding: 46px 0 55px;
    position: relative;
}

.box_2:before {
    content: "";
    background: #f5f6f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.box_2 .h3 {
    margin: 0 0 42px;
    font-size: 24px;
    font-weight: normal;
    color: #181c27;
    text-transform: uppercase;
    line-height: 1.3;
}

.box_2 .h3 .text {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
}

.map_list_3 {
    background: url(../images/pic122.png) no-repeat;
    width: 1042px;
    height: 536px;
    margin: 19px -19px 0 -43px;
    position: relative;
}

.map_list_3 .item {
    position: absolute;
    top: 403px;
    right: 198px;
}

.map_list_3 .item {
    position: absolute;
    top: 410px;
    right: 244px;
}

.map_list_3 .item:nth-child(2) {
    position: absolute;
    top: 406px;
    right: 142px;
}

.map_list_3 .item:nth-child(3) {
    position: absolute;
    top: 381px;
    right: 106px;
}

.map_list_3 .item:nth-child(4) {
    position: absolute;
    top: 470px;
    right: 173px;
}

.map_list_3 .item:nth-child(5) {
    position: absolute;
    top: 488px;
    right: 128px;
}

.map_list_3 .text {
    background: #fff;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    display: none;
    width: 324px;
    padding: 0 30px 6px;
    position: absolute;
    bottom: -30px;
    left: -406px;
}

.map_list_3 .item:hover .text {
    display: block;
}

.map_list_3 .text:before {
    content: "";
    background: url(../images/pic39.png) no-repeat;
    width: 11px;
    height: 21px;
    position: absolute;
    bottom: 27px;
    right: -11px;
}

.map_list_3 .in {
    background: #f5f6f8;
    border-bottom: 1px dotted #8d8d8f;
    margin: 0 -30px 20px;
    padding: 25px 125px 3px 30px;
    position: relative;
}

.map_list_3 .in:before {
    content: "";
    border-top: 5px solid #e20202;
    width: 50px;
    position: absolute;
    top: 0;
    left: 30px;
}

.map_list_3 .title {
    font-size: 16px;
    font-weight: bold;
    color: #181c27;
    text-transform: uppercase;
}

.map_list_3 .address_2 {
    font-size: 14px;
    line-height: 1.1;
}

.map_list_3 .punkt {
    background: url(../images/pic123.png) no-repeat;
    width: 19px;
    height: 19px;
}

.map_list_3 .item:hover .punkt {
    background: url(../images/pic124.png) no-repeat;
}

.news_list_1 {
    margin: 0 0 21px -16px;
}

.news_list_1 .item {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .24);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .24);
    box-shadow: 0 0 4px rgba(40, 41, 59, .24);
    width: 257px;
    margin: 0 0 15px 16px;
    padding: 12px 29px 33px;
    position: relative;
    line-height: 1.5;
}

.news_list_1 .title {
    margin: 0 0 21px;
}

.news_list_1 .link {
    color: #303b5a;
}

.news_list_1 .fig {
    display: block;
    margin: 0 -21px 25px;
}

.news_list_1 .img {
    vertical-align: top;
}

.news_list_1 .date {
    background: #303b5a;
    height: 42px;
    padding: 0 29px;
    position: absolute;
    top: 165px;
    left: 8px;
    color: #fff;
    line-height: 42px;
    z-index: 1;
}

.news_list_1 .in {
    height: 105px;
    overflow: hidden;
}

.fig_1 {
    float: left;
    margin: 0 39px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.date_1 {
    background: #303b5a;
    display: inline-block;
    height: 40px;
    margin: 0 0 26px -39px;
    padding: 0 38px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.news_list_2 {
    margin: 0 0 23px -37px;
}

.news_list_2 .item {
    background: #fff;
    -moz-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    box-shadow: 0 2px 4px rgba(40, 41, 59, .24);
    width: 471px;
    margin: 0 0 26px 37px;
    line-height: 1.5;
}

.news_list_2 .fig {
    float: left;
}

.news_list_2 .img {
    vertical-align: top;
}

.news_list_2 .date {
    background: #303b5a;
    overflow: hidden;
    height: 37px;
    margin: 0 0 21px -39px;
    padding: 0 21px;
    font-weight: bold;
    color: #fff;
    line-height: 37px;
}

.news_list_2 .title {
    padding: 0 0 0 22px;
    overflow: hidden;
}

.news_list_2 .link {
    color: #303b5a;
}

.news_list_2 .in {
    height: 105px;
    padding: 0 0 0 22px;
    overflow: hidden;
}

.all {
    background: #181c27;
    border-radius: 2px;
    display: inline-block;
    height: 45px;
    padding: 0 23px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
}

.box_3 {
    background: #f6f6f6;
    margin: 0 0 34px;
    padding: 25px 13px 15px;
    position: relative;
}

.box_3:before {
    content: "";
    background: url(../images/pic128.png) repeat-x;
    height: 119px;
    position: absolute;
    top: 2px;
    right: -10000px;
    left: -10000px;
    z-index: -1;
}

.box_3 .field {
    background: #fff;
    border: 1px solid rgba(157, 157, 157, .4);
    border-radius: 3px;
    padding: 8px 15px 7px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
    color: #868688;
}

.box_3 .field[required] {
    background: #fff url(../images/pic129.png) no-repeat 96% 13px;
}

.box_3 .field:-moz-placeholder {
    font-size: 14px;
    color: #868688;
}

.box_3 .field::-moz-placeholder {
    font-size: 14px;
    color: #868688;
}

.box_3 .field::-webkit-input-placeholder {
    font-size: 14px;
    color: #868688;
}

.box_3 .field:-ms-input-placeholder {
    font-size: 14px;
    color: #868688;
}

.box_3 .field.placeholder {
    font-size: 14px;
    color: #868688;
}

.box_3 .field.invalid {
    border-color: red;
}

.box_3 .field[required].invalid {
    background: #fff url(../images/pic129.png) no-repeat 96% 13px;
    border-color: red;
}

.h-35 {
    height: 35px;
}

.box_3 .captcha {
    display: inline-block;
    padding: 0 0 0 65px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_3 .captcha .fig {
    background: #fff;
    border: 1px solid rgba(157, 157, 157, .4);
    border-radius: 3px 0 0 3px;
    width: 65px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.box_3 .button {
    background: #e20202;
    border: 0;
    border-radius: 2px;
    height: 35px;
    padding: 0 24px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
}

.question_list_1 p {
    margin: 0 0 8px;
}

.question_list_1 .item {
    margin: 0 0 36px;
}

.question_list_1 .question_title {
    font-weight: bold;
    color: #e20202;
}

.question_list_1 .answer_title {
    font-weight: bold;
    color: #484848;
    text-transform: uppercase;
 /*   text-decoration: underline;   */
}

.question_list_1 .answer {
    background: url(../images/pic131.png) no-repeat 0 3px;
    padding: 0 0 0 27px;
    margin: 0 0 0 29px;
}

.question_list_1 .sub {
    display: none;
}

.question_list_1 .open {
    font-weight: bold;
    color: #595959;
}

.question_list_1 .close {
    display: none;
    font-weight: bold;
    color: #595959;
}

.btn_8 {
    background: #e20202;
    border-radius: 32px;
    display: inline-block;
    width: 297px;
    height: 65px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fcfcfd;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
}

.catalog_list_1 {
}

.catalog_list_1 .item {
    margin: 0 0 55px;
    position: relative;
}

.catalog_list_1 .fig {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.catalog_list_1 .animateIn .fig {
    opacity: 1;
    visibility: visible;
}

.catalog_list_1 .img {
    vertical-align: top;
}

.catalog_list_1 .text {
    background: #fff;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    width: 417px;
    height: 166px;
    padding: 24px 56px 0 95px;
    position: absolute;
    top: 50px;
    left: 412px;


    opacity: 0;
    visibility: hidden;

    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: all 1s ease .3s;
    transition: all 1s ease .3s;
}

.catalog_list_1 .animateIn .text {
    opacity: 1;
    visibility: visible;

    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.catalog_list_1 .title {
    margin: 0 0 6px -66px;
    padding: 0;
}

.catalog_list_1 .fig_2 {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 65px;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_1 .fig_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_1 .fig_gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_1 .fig_red {
    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_1 .item:hover .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.catalog_list_1 .item:hover .fig_red {
    opacity: 1;
    visibility: visible;
}

.catalog_list_1 .text .link {
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 36px;
    color: #868688;
    text-transform: uppercase;
    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_1 .item:hover .text .link {
    color: #e10101;
}

.catalog_list_1 .in {
    display: inline-block;
    vertical-align: middle;
}

.catalog_list_1 .item:nth-child(2n) .text {
    left: auto;
    right: 418px;
}

.catalog_list_1 .item:nth-child(2n) .fig {
    float: right;
}

.box_4 {
    background: #f5f6f8;
    margin: 0 0 25px;
    padding: 19px 26px 18px 26px;
    overflow: hidden;
}

.list_2 {
    margin: 0 0 0 -28px;
}

.list_2 .item {
    width: 204px;
    margin: 0 0 0 4px;
}

.list_2 .item:nth-child(2) {
    width: 194px;
}

.list_2 .item .link {
    background: url(../images/pic136.png) no-repeat;
    display: inline-block;
    height: 42px;
    padding: 3px 0 0 57px;
    font-weight: bold;
    color: #181c27;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.list_2 .item .link:hover {
    background-size: 44px 45px;
}

.catalog_list_2 .item {
    border-left: 1px solid #e0e0e0;
    width: 162px;
    margin: 0 0 26px;
    padding: 0 25px 5px;
    text-align: center;
}

.catalog_list_2 .item:nth-child(3n+1) {
    border: none;
}

.catalog_list_2 .title {
    margin: 0 -25px 3px;
    position: relative;
}

.catalog_list_2 .link {
    font-size: 10px;
    font-weight: bold;
    color: #141414;
    text-decoration: none;
}

.catalog_list_2 .more {
    background: #e20202;
    border-radius: 21px;
    display: inline-block;
    width: 148px;
    height: 43px;
    position: absolute;
    top: 86px;
    left: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fcfcfd;
    text-decoration: none;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_2 .item:hover .more {
    opacity: 1;
    visibility: visible;
}

.catalog_list_2 .stock {
    background: url(../images/pic81.png) no-repeat;
    width: 88px;
    height: 17px;
    margin-left: -44px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}

.catalog_list_2 .absent {
    background: url(../images/pic82.png) no-repeat;
    width: 126px;
    height: 17px;
    margin-left: -63px;
    position: absolute;
    top: 3px;
    left: 50%;
    z-index: 2;
}

.catalog_list_2 .fig {
    display: block;
    width: 212px;
    height: 204px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.catalog_list_2 .fig:before {
    content: "";
    background: rgba(20, 20, 20, 0.20);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    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_2 .item:hover .fig:before {
    opacity: 1;
    visibility: visible;
}

.catalog_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_2 .text {
    display: block;
    height: 32px;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 1.3;
}

.catalog_list_2 .article {
    margin: 0 0 14px;
    font-size: 10px;
}

.catalog_list_2 .price {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: bold;
    color: #141414;
}

.catalog_list_2 .number {
    font-size: 20px;
}

.catalog_list_2 .add {
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    -webkit-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    display: none;
    width: 180px;
    height: 36px;
    margin-left: -90px;
    position: absolute;
    top: -53px;
    left: 50%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #5a5a5a;
    line-height: 36px;
    text-align: center;
    text-transform: none;
}

.catalog_list_2 .add:before {
    content: "";
    background: url(../images/pic83.png) no-repeat;
    width: 13px;
    height: 10px;
    margin-left: -6px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog_list_2 .btn_2 {
    background: #fff url(../images/pic137.png) no-repeat 80% 10px;
    width: 110px;
    padding: 0 0 0 32px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.catalog_list_2 .item:hover .btn_2 {
    background: #e20202 url(../images/pic138.png) no-repeat 80% 10px;
    border: 1px solid #e20202;
    color: #fff;
}

.catalog_list_2 .btn_3 {
    background: #e20202 ;
    width: 110px;
    padding: 0 0 0 32px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.catalog_list_2 .btn_4 {
    width: 142px;
    padding: 0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.catalog_list_2 .item:hover .btn_4 {
    background: #e20202;
    border: 1px solid #e20202;
    color: #fff;
}

.btn_box {
    float: right;
    padding: 7px 0 0;
}

.btn_box_2 {
    float: right;
    margin: 0 284px 0 0;
    padding: 7px 0 0;
}

.btn_9 {
    background: #fff url(../images/pic144.png) no-repeat 80% 13px;
    border: 1px solid #c6c6c7;
    border-radius: 24px;
    display: inline-block;
    width: 145px;
    height: 47px;
    padding: 0 0 0 28px;
    position: relative;
    font-size: 19px;
    color: #a2a2a3;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 47px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn_9:hover {
    background: #e20202 url(../images/pic143.png) no-repeat 80% 13px;
    border: 1px solid #e20202;
    color: #fff;
}

.btn_9 .add {
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    -webkit-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    display: none;
    width: 234px;
    height: 47px;
    margin-left: -117px;
    position: absolute;
    top: -62px;
    left: 50%;
    z-index: 10;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 47px;
    text-align: center;
    text-transform: none;
}

.btn_9 .add:before {
    content: "";
    background: url(../images/pic145.png) no-repeat;
    width: 17px;
    height: 12px;
    margin-left: -8px;
    position: absolute;
    bottom: -12px;
    left: 50%;
}

.btn_9 .add_2 {
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    -webkit-box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    box-shadow: 0 0 5px rgba(0, 4, 3, .32);
    display: none;
    width: 234px;
    height: 47px;
    position: absolute;
    top: -1px;
    right: -262px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 47px;
    text-align: center;
    text-transform: none;
}

.btn_9 .add_2:before {
    content: "";
    background: url(../images/pic148.png) no-repeat;
    width: 14px;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: -14px;
}

.btn_10 {
    background: #e20202 url(../images/pic143.png) no-repeat 90% 13px;
    border: 1px solid #e20202;
    border-radius: 24px;
    display: none;
    width: 145px;
    height: 47px;
    padding: 0 0 0 28px;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 47px;
}

.btn_11 {
    background: #fff;
    border: 1px solid #c6c6c7;
    border-radius: 24px;
    display: inline-block;
    width: 163px;
    height: 47px;
    padding: 0 10px;
    font-size: 17px;
    color: #a2a2a3;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn_11:hover {
    background: #e20202;
    border: 1px solid #e20202;
    color: #fff;
}

.box_6 {
    float: left;
}

.box_6 .price {
    margin: 0 0 3px;
    font-size: 21px;
    font-weight: bold;
    color: #141414;
}

.box_6 .number {
    font-size: 37px;
}

.box_6 .article {
    font-size: 13px;
}

.stok_list_1 {
    overflow: hidden;
    margin: 0 0 25px;
}

.stok_list_1 .item {
    display: none;
}

.stok_list_1 .active {
    display: block;
}

.question_box {
    margin: -89px 0 0;
    padding: 0 0 55px;
    position: relative;
}

.main_page .question_box:before {
    top: 125px;
}

.question_box:before {
    content: "";
    background: url(../images/pic77.jpg) 50% 0;
    position: absolute;
    top: 89px;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.question_box_2 {
    background: #f5f6f8;
    margin: 0 0 45px;
    padding: 9px 39px 8px 25px;
    overflow: hidden;
}

.question_box_2 .h3 {
    background: url(../images/pic146.png) no-repeat 0 5px;
    width: 147px;
    margin: 0;
    padding: 0 0 0 89px;
    font-size: 27px;
    color: #141414;
    text-transform: uppercase;
    line-height: 1.2;
}

.question_box_2 .info {
    float: right;
    padding: 5px 0 0;
    font-size: 22px;
    color: #141414;
    line-height: 1.2;
}

.question_box_2 .info p {
    margin: 0;
}

.catalog_list_4 {
    margin: 0 0 41px;
}

.catalog_list_4> .item> .title {
    margin: 0;
}

.catalog_list_4> .item> .title> .link {
    background: #fff;
    -moz-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    box-shadow: 0 3px 8px rgba(40, 41, 59, .3);
    display: block;
    height: 62px;
    padding: 0 0 0 16px;
    position: relative;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 36px;
    color: #868688;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_4> .item> .title> .link:hover {
    background: #c50102 url(../images/pic147.png) no-repeat 97% 50%;
    color: #fff;
}

.catalog_list_4> .active> .title> .link {
    background: #c50102 url(../images/pic147.png) no-repeat 97% 50%;
    color: #fff;
}

.catalog_list_4 .fig {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 40px;
    margin: 0 14px 0 0;
    position: relative;
    overflow: hidden;
}

.catalog_list_4 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_4 .fig_gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_4 .fig_white {
    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_4> .item> .title> .link:hover .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.catalog_list_4> .active> .title> .link .fig_gray {
    opacity: 0;
    visibility: hidden;
}

.catalog_list_4> .item> .title> .link:hover .fig_white {
    opacity: 1;
    visibility: visible;
}

.catalog_list_4> .active> .title> .link .fig_white {
    opacity: 1;
    visibility: visible;
}

.catalog_list_4 .text {
    display: inline-block;
    vertical-align: middle;
    width: 182px;
}

.catalog_list_4 .sub {
    background: #f6f6f6;
    display: none;
    padding: 16px 80px 0 54px;
}

.list_4 {
    margin: 0 0 0 -10px;
}

.list_4 .item {
    width: 203px;
    margin: 0 0 10px 10px;
}

.list_4 .link {
    border-left: 6px solid #f6f6f6;
    display: block;
    padding: 1px 0 2px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.list_4 .link:hover {
    border-left: 6px solid #e20202;
    color: #c50102;
}

.list_4 .active .link {
    border-left: 6px solid #e20202;
    color: #c50102;
}

.list_4 .small_text {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    text-transform: none;
}

.text_link {
    color: #e20202;
}

.box_7 .box {
    background: url(../images/pic155.png) no-repeat 463px 100%;
    padding: 0 0 10px;
}

.box_7 .field {
    background: #fff;
    border: 1px solid #dddbd9;
    border-radius: 0;
    padding: 10px 13px 8px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field[required] {
    background: #fff url(../images/pic149.png) no-repeat 96% 15px;
}

.box_7 .field:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field.placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_7 .field.invalid {
    border-color: red;
}

.box_7 .field[required].invalid {
    background: #fff url(../images/pic149.png) no-repeat 96% 15px;
    border-color: red;
}

.box_7 .captcha {
    display: inline-block;
    padding: 0 0 0 66px;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_7 .captcha .fig {
    background: #fff;
    border: 1px solid #dddbd9;
    border-radius: 0;
    width: 66px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.box_7 .button {
    background: #e20202;
    border: 0;
    border-radius: 32px;
    min-width: 168px;
    height: 65px;
    padding: 0 28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
}

.box_8 {
    float: right;
    width: 550px;
}

.list_5 .item {
    font-size: 16px;
}

.list_5 .number {
    display: inline-block;
    margin: 0 9px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #181c27;
}

.list_5 .text {
    display: inline-block;
}

.box_9 {
    float: right;
    width: 199px;
    margin: 0 47px 0 0;
    padding: 0 0 0 24px;
}

.box_9 .box {
    border: 1px solid #dddbd9;
    margin: 0 0 22px -24px;
    padding: 25px 29px 18px;
}

.box_9 .box .title {
    margin: 0 0 4px;
    font-family: "proxima_nova_bold", sans-serif;
    font-size: 24px;
    color: #3f3935;
}

.box_9 .box .number {
    margin: 0 0 0 9px;
    font-family: "proxima_nova_bold", sans-serif;
    font-size: 24px;
    color: #3f3935;
}

.box_9 .price {
    margin: 2px 0 32px;
    font-family: "proxima_nova_bold", sans-serif;
    font-size: 24px;
    color: #e20202;
    line-height: 1.1;
}

.btn_12 {
    background: #fff;
    border: 1px solid #c6c6c7;
    border-radius: 20px;
    display: block;
    width: 122px;
    height: 38px;
    padding: 0 10px;
    font-size: 15px;
    color: #a2a2a3;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn_12:hover {
    background: #e20202;
    border: 1px solid #e20202;
    color: #fff;
}

.box_9 .title_1 {
    margin: 0 0 11px;
    font-family: "proxima_nova_bold", sans-serif;
    font-size: 24px;
    color: #3f3935;
}

.checkbox {
    cursor: pointer;
    background: #fff;
    border: 1px solid #dddbd9;
    border-radius: 19px;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    vertical-align: middle;
}

.checkbox .bg {
    background: #b60202;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin: auto;
    position: absolute;
    top: 4px;
    left: 4px;
    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 {
    font-family: "proxima_nova_light", sans-serif;
    color: #777777;
}

.table_1 {
    width: 681px;
    margin: -12px 0 0;
    border-collapse: separate;
    border-spacing: 0 12px;
    float: left;
}

.table_1 td {
    border-top: 1px solid #dddbd9;
    border-bottom: 1px solid #dddbd9;
    vertical-align: middle;
    line-height: 1;
}

.table_1 td:first-child {
    border-left: 1px solid #dddbd9;
}

.table_1 td:last-child {
    border-right: 1px solid #dddbd9;
}

.table_1 .fig {
    width: 150px;
    height: 126px;
    position: relative;
    overflow: hidden;
}

.table_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.table_1 .title {
    margin: 0 0 10px;
}

.table_1 .link {
    font-size: 10px;
    font-weight: bold;
    color: #141414;
    text-decoration: none;
    text-transform: uppercase;
}

.table_1 .article {
    font-size: 10px;
}

.table_1 .price_2 {
    font-size: 12px;
    font-weight: bold;
    color: #141414;
}

.table_1 .in {
    font-size: 20px;
}

.table_1 .price_3 {
    font-size: 12px;
    font-weight: bold;
    color: #e20202;
}

.table_1 .delete {
    background: url(../images/pic154.png) no-repeat 50% 9px;
    display: block;
    width: 36px;
    height: 126px;
}

.table_1 .number {
    display: block;
    width: 79px;
    height: 39px;
    position: relative;
    z-index: 2;
}

.table_1 .number .field {
    background: #fff;
    border: 1px solid #dddbd9;
    width: 79px;
    padding: 9px 17px 8px 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .field:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .field::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .field.placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.table_1 .number .up {
    background: url(../images/pic152.png) no-repeat 0 10px;
    display: block;
    width: 17px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_1 .number .down {
    background: url(../images/pic153.png) no-repeat 0 4px;
    display: block;
    width: 17px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.h-40 {
    height: 40px;
}

.button_2 {
    background: #e20202;
    border: 0;
    border-radius: 25px;
    color: #fcfcfd;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
}

.opisanie_list_3 {
    border: 1px solid #dddbd9;
    margin: 0 0 32px;
}

.opisanie_list_3 .link {
    display: table;
    width: 244px;
    height: 40px;
    color: #858585;
    text-decoration: none;
    text-transform: uppercase;
}

.opisanie_list_3 .text {
    display: table-cell;
    vertical-align: middle;
    width: 244px;
    height: 40px;
    text-align: center;
}

.opisanie_list_3 .active {
    color: #e20202;
}

.box_10 {
    float: left;
    margin: 0 26px 0 8px;
}

.file_2 {
    display: inline-block;
    padding: 0 0 28px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file_2 input {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.file_2 .fig {
    border-radius: 74px;
    display: block;
    width: 148px;
    height: 149px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;
}

.file_2 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.file_2 .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 13px;
    font-weight: bold;
    color: #7b7b7b;
    text-align: center;
    text-transform: uppercase;
}

.label_2 {
    display: inline-block;
    margin: 5px 0 0;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
}

.box_11 {
    overflow: hidden;
}

.box_11 .field {
    background: #fff;
    border: 1px solid #dddbd9;
    border-radius: 0;
    padding: 10px 13px 8px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field[required] {
    background: #fff;
}

.box_11 .field:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field.placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.box_11 .field.invalid {
    border-color: red;
}

.box_11 .field[required].invalid {
    background: #fff;
    border-color: red;
}

.text_form {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    text-transform: uppercase;
}

.box_7 .button {
    background: #e20202;
    border: 0;
    border-radius: 32px;
    min-width: 168px;
    height: 65px;
    padding: 0 28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
}

.table_2 {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin: 0 0 37px;
}

.table_2> tbody> .item> td {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding: 16px 27px 4px;
    font-size: 15px;
    font-weight: 300;
    color: #464646;
}

.table_2> tbody> .item> td:first-child {
    border-left: 1px solid #e1e1e1;
}

.table_2> tbody> .item> td:last-child {
    border-right: 1px solid #e1e1e1;
}

.table_2> tbody> .item> td> .link {
    background: url(../images/pic157.png) no-repeat 100% 7px;
    display: inline-block;
    padding: 0 19px 0 0;
    color: #e20202;
    text-decoration: none;
}

.table_2> tbody> .active> td .link {
    background: url(../images/pic158.png) no-repeat 100% 7px;
}

.table_2> tbody> .item> td> .price {
    font-size: 18px;
    font-weight: bold;
    color: #e20202;
}

.table_2 .rel {
    background: #fff;
    display: none;
}

.table_2 .table_1 {
    margin: 0;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    width: 100%;
    top: 0;
    border-spacing: 0
}

.table_2 .table_1 td {
    border: none;
}

.opisanie_list_4 {
    background: #ebebeb;
    margin: -32px 0 32px;
    padding: 9px 0 10px 47px;
}

.opisanie_list_4 .item {
    margin: 0 34px 0 0;
}

.opisanie_list_4 .link {
    color: #4c4d4d;
    text-decoration: none;
}

.opisanie_list_4 .active {
    text-decoration: underline;
}

.list_6 {
    margin: 0 0 0 -22px;
}

.list_6 .item {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    width: 262px;
    margin: 0 0 24px 22px;
    padding: 26px 22px 22px;
    text-align: center;
    line-height: 1.5;
}

.list_6 .fig {
    display: inline-block;
    vertical-align: middle;
    margin: 0 34px 16px 0;
}

.list_6 .img {
    vertical-align: top;
}

.list_6 .name {
    display: inline-block;
    vertical-align: middle;
    width: 102px;
    font-weight: bold;
    color: #181c27;
    text-align: left;
    line-height: 1.4;
}

.list_6 .in {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #949494;
}

.box_12 {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    width: 638px;
    padding: 26px 21px 0 29px;
    overflow: hidden;
}

.box_12 .fig {
    float: left;
    margin: 0 26px 0 0;
}

.box_12 .img {
    vertical-align: top;
}

.box_12 .box {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 26px;
    padding: 0 0 15px;
}

.box_12 .name {
    float: left;
    width: 102px;
    font-weight: bold;
    color: #181c27;
    text-align: left;
}

.box_12 .name .in {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #949494;
}

.box_12 .field {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 9px 13px 7px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 14px;
    color: #868688;
}

.box_12 .field[required] {
    background: #fff;
}

.box_12 .field:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.box_12 .field::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.box_12 .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.box_12 .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.box_12 .field.placeholder {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.box_12 .field.invalid {
    border-color: red;
}

.box_12 .field[required].invalid {
    background: #fff;
    border-color: red;
}

.label_3 {
    font-size: 14px;
    font-style: italic;
    color: #868688;
}

.select {
    background: #fff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    height: 34px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select:before {
    content: '';
    background: url(../images/pic160.png) no-repeat 50% 50%;
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.select__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.select__radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select__radio_hide:checked ~ .select__sub {
    visibility: hidden;
}

.select__radio:checked + .select__label {
    z-index: 0;
}

.select__radio_show:checked:focus ~ .select__sub {
    visibility: visible;
}

.select__sub {
    background: #fff;
    border: 1px solid #c1c1c1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    list-style: none;
    overflow: visible;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.select__list-label {
    display: block;
}

.select__list-radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select__list-text {
    display: block;
    padding: 5px;
}

.select__list-radio:checked + .select__list-text {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    visibility: visible;
}

.select__list-label {
    display: block;
}

.select__list-item {
    margin: 0;
    padding: 0;
}

.select__list {
    margin: 0 0 16px 6px;
}

.select__list> .item {
    font-style: italic;
    color: #868688;
}
.select__list> .item:hover{
	color:red;
}
.list_7 {
    margin: 0 -21px 0 -29px;
}

.list_7 .item {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    padding: 15px 30px;
}

.list_7 .date {
    float: left;
    margin: 0 35px 0 0;
    font-family: "proxima_nova_light", sans-serif;
    font-size: 15px;
    color: #464646;
}

.list_7 .name_3 {
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    font-style: italic;
    color: #464646;
}

.list_7 .title_3 {
    background: #aaaaaa;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px;
    font-family: "proxima_nova_light", sans-serif;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
}

.list_7 .tema {
    margin: 0 0 8px;
}

.list_7 .in_3 {
    font-family: "proxima_nova_light", sans-serif;
    font-size: 15px;
    color: #464646;
}

.list_7 .into {
    text-decoration: underline;
}

.list_7 .sub {
    display: none;
}

.list_7 .open {
    font-weight: bold;
    color: #5a5a5c;
}

.list_7 .close {
    display: none;
    font-weight: bold;
    color: #5a5a5c;
}

.list_8 {
}

.list_8 .item {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    margin: 0 0 18px;
}

.list_8 .title {
    margin: 0 0 4px;
}

.list_8 .link {
    font-weight: bold;
    color: #181c27;
    text-decoration: none;
}

.list_8 .fig {
    display: block;
    float: left;
    margin: 0 28px 0 0;
}

.list_8 .img {
    vertical-align: top;
}

.list_8 .text {
    display: block;
    padding: 15px 0 0;
}

.list_8 .address_3 {
    font-style: italic;
}

.box_13 {
    background: #fff;
    -moz-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    -webkit-box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    box-shadow: 0 0 4px rgba(40, 41, 59, .3);
    padding: 26px;
    margin: 0 0 20px;
}

.box_13 .title {
    margin: 0 0 18px;
}

.box_13 .link {
    font-weight: bold;
    color: #181c27;
    text-decoration: none;
}

.box_13 .fig {
    display: block;
    float: left;
    margin: 0 39px 0 0;
}

.box_13 .img {
    vertical-align: top;
}

.box_13 .text {
    display: block;
}

.box_13 .address_3 {
    margin: 0 0 3px;
    color: #434a5c;
}

.box_13 .manager {
    margin: 0 0 17px;
    font-weight: bold;
    color: #434a5c;
}

.table_3 {
    width: 100%;
}

.table_3 td {
    border-top: 5px solid #ebebeb;
    padding: 27px 0 27px 33px;
    vertical-align: middle;
}

.table_3 tr:first-child td {
    border: none;
}

.table_3 td:first-child {
    padding: 27px 0 27px 0;
}

.table_3 .usluga {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: bold;
    color: #434a5c;
}

.table_3 .price {
    font-size: 18px;
    font-weight: bold;
    color: #434a5c;
}

.table_3 .date {
    font-size: 18px;
    color: #434a5c;
}

.table_3 .name_4 {
    font-size: 18px;
    color: #434a5c;
}

.btn_13 {
    background: #181c27;
    border-radius: 2px;
    display: inline-block;
    width: 172px;
    height: 45px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

.btn_14 {
    background: #d12d3a;
    border-radius: 2px;
    display: inline-block;
    width: 172px;
    height: 45px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

.list_9 {
    margin: 11px 0 0 -24px;
}

.list_9 .item {
    width: 207px;
    margin: 0 0 33px 24px;
    position: relative;
}

.list_9 .date {
    margin: 0 0 4px;
}

.list_9 .link {
    font-weight: normal;
    color: #868688;
    text-decoration: none;
}

.list_9 .fig {
    margin: 0 0 10px;
    float: none;
}

.list_9 .img {
    vertical-align: top;
}

.list_9 .lupa {
    background: url(../images/pic163.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 2px;
}

.list_9 .skaceati {
    background: url(../images/pic164.png) no-repeat;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 21px;
    right: 0;
}

.list_10 {
    margin: 11px 0 0;
}

.list_10> .item {
    margin: 11px 0 0;
}

.list_10 .box_14 {
    margin: 0 0 18px;
    font-weight: bold;
    color: #434a5c;
}

.list_10 .box_14 p {
    margin: 0;
}

.list_11 {
    margin: 0 0 0 -25px;
}

.list_11 .item {
    margin: 0 0 12px 25px;
}

.list_10 .fig {
    margin: 0;
    float: none;
}

.map_list_4 {
}

.map_list_4> .item {
    margin: 0 0 15px;
}

.map_list_4> .item> .link {
    color: #303b5a;
    text-transform: uppercase;
}

.map_list_4 .list {
    margin: 35px 0 0 33px;
}

.map_list_4 .list .item {
    margin: 0 0 32px;
    line-height: 1.2;
}

.map_list_4 .list .link {
    font-style: italic;
    color: #a0a0a0;
    text-transform: none;
}

.h-90 {
    height: 90px;
}

.select_2 {
    background: #fff;
    border: 1px solid #dddbd9;
    display: inline-block;
    height: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select_2:before {
    content: '';
    background: url(../images/pic167.png) no-repeat 50% 50%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.select_2 .select__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.select_2 .select__radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select_2 .select__radio_hide:checked ~ .select__sub {
    visibility: hidden;
}

.select_2 .select__radio:checked + .select__label {
    z-index: 0;
}

.select_2 .select__radio_show:checked:focus ~ .select__sub {
    visibility: visible;
}

.select_2 .select__sub {
    background: #fff;
    border: 1px solid #dddbd9;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    list-style: none;
    overflow: visible;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.select_2 .select__list-label {
    display: block;
}

.select_2 .select__list-radio {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.select_2 .select__list-text {
    display: block;
    margin: 5px 20px 5px 9px;
}

.select_2 .select__list-radio:checked + .select__list-text {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    visibility: visible;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.select_2 .select__list-label {
    display: block;
}

.select_2 .select__list-item {
    margin: 0;
    padding: 0;
}

.select_2 .select__list {
    margin: 0 0 16px 6px;
}

.select_2 .select__list_2> .item {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
}

.searched_box {
    margin: 0 0 42px;
    font-size: 18px;
    font-weight: 900;
    color: #181c27;
    line-height: 1.4;
}

.searched_box p {
    margin: 0;
}

.serch_list_1 {
    margin: 0 0 22px;
}

.serch_list_1 .item {
    margin: 0 0 47px;
}

.serch_list_1 .link {

    display: inline-block;
    position: relative;
    padding: 0 0 0 80px;
    color: #868688;
    text-decoration: none;
}

.serch_list_1 .link:before {
    content: '';
    background: url(../images/pic169.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top:0;
    left: 0;

}

.serch_list_1 .link:hover:before {
    -webkit-animation: spaceboots 1s linear normal infinite;
    animation: spaceboots 1s linear normal infinite;
}

.content .search {
    width: 980px;
    margin: 0 0 28px;
    position: relative;
}

.content .search .btn {
    background: url(../images/pic168.png) no-repeat 50% 50%;
    border: none;
    width: 49px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.content .search .field {
    background: #fff;
    border: 1px solid #dddbd9;
    border-radius: 0;
    width: 980px;
    padding: 8px 50px 10px 13px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.content .search .field:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.content .search .field::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.content .search .field::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.content .search .field:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}

.content .search .field.placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
}


.box_16 {
    padding: 45px 0 0;
    font-size: 23px;
    font-weight: bold;
    color: #141414;
    line-height: 1.2;
}

.box_16 p {
    margin: 0 0 24px;
}

.box_16 .title {
    margin: 0 0 29px;
}

.box_16 .h1 {
    margin: 0 0 32px;
    font-size: 90px;
    color: #4e4e4e;
    text-transform: uppercase;
}

.box_16 .box {
    padding: 0 0 0 263px;
}

.box_16 .fig {
    margin: 0 0 78px -143px;
}

.box_16 .link {
    color: #b60202;
}
.box_16 .beetle {
}

.box_16 .beetle.animateIn  {
    -webkit-animation: spaceboots 1s linear normal   1.5s;
    animation: spaceboots 1s linear normal  1.5s;
}

.box_16 .beetle.animateIn:hover {
    -webkit-animation: spaceboots 1s linear normal  infinite;
    animation: spaceboots 1s linear normal infinite;
}

.box_16 .letter1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all .3s ease 1s;
    transition: all .3s ease 1s;
}

.box_16 .letter2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all .3s ease  1s;
    transition: all .3s ease  1s;
}

.box_16 .letter1.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}


.box_16 .letter2.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.map_3 .link {
    background: url(../images/pic172.png) no-repeat;
    display: inline-block;
    height: 19px;
    padding: 2px 0 0 43px;
    font-size: 14px;
    font-weight: normal;
    color: #868688;
}

.star {
    display: inline-block;
    vertical-align: top;
    color: #ff0101;
    font-size: 14px;
}

.radio {
    border: 1px solid #e1dedc;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: top;
}

.radio input {
    clip: rect(0,0,0,0);
    position: absolute;
}

.radio .bg {
    background: #ff0101;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio input:checked + .bg {
    width: 8px;
    height: 8px;
}


.checkbox {
    border: 1px solid #dfdcda;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: top;
}

.content .checkbox {
    border-radius: 0;
}

.checkbox input {
    clip: rect(0,0,0,0);
    position: absolute;
}

.checkbox .bg {
    background: url("../images/pic174.png") no-repeat 50% 50%;
    margin: auto;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.checkbox input:checked + .bg {
    width: 100%;
    height: 100%;
}

.file {
    background: url("../");
    display: inline-block;
    vertical-align: top;
}


.list_1 .list {
    padding: 10px 0 0 30px;
}

.list_1  .item {
    margin-bottom: 10px;
}

.list_1 .list .item {

}
.btn_15 {
    background: #fff;
    border: 1px solid #2f3b59;
border-radius: 20px;
    display: inline-block;
    width: 174px;
    height: 38px;
	padding:0 0 0 26px;
	font-size:16px;
    font-weight: bold;
    color: #303b59;
    text-decoration: none;
	text-transform:uppercase;
  
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.btn_15:hover{
	background: #2f3b59;
	color:#fff;
}
.btn_15_active{
	background: #2f3b59;
	color:#fff;
	pointer-events: none; 
    cursor: default; 
}
.btn_15 .fig{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:38px;
	margin:0 7px 0 0;
	position:relative;
	overflow:hidden;
}
.btn_15 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.btn_15 .fig_white{
	display:none;
}
.btn_15:hover .fig_white{
	display:inline-block;
}
.btn_15_active .fig_white{
	display:inline-block;
}
.btn_15:hover .fig_blue{
	display:none;
}
.btn_15_active .fig_blue{
	display:none;
}
.btn_15 .text{
	display:inline-block;
	vertical-align:middle;
	width:70%;
	
}
.services_list_4 {
	margin: 0 0 39px -20px;
}

.services_list_4 .item {
	width:480px;
    margin: 0 0 0 20px;
	position:relative;
    line-height: 1.5;
	opacity: 0;
visibility: hidden;
-webkit-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.services_list_4 .item.animateIn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.services_list_4 .ikonka {
    background: #e20202;
    width: 53px;
    height: 88px;
   
   margin: 0 0 0 -26px;
	position:absolute;
	top:0;
	left:50%;
	z-index:3;

  
}
.services_list_4 .ikonka .link{
	display:block;
	width: 44px;
    height: 45px;
	 padding: 43px 0 0 9px;
}




.services_list_4 .title .link {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	 text-transform: uppercase;
}






.services_list_4 .fig{
	display:block;
	width:480px;
	height:200px;
	position:relative;
	overflow:hidden;
}
.services_list_4 .fig:before{
	content:"";
	background:rgba(20,20,20,0.80);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
}
.services_list_4> .item> .title> .link> .fig> .img {
	margin:auto;
	position:absolute;
	top:-1000em;
	right:-1000em;
	bottom:-1000em;
	left:-1000em;
	vertical-align: top;

}
.services_list_4 .img {
	
	vertical-align: top;

}
.services_list_4 .text {
   
    display: inline-block;
   
    
    position: absolute;
    top: 120px;
    left: 0;
	right:0;
	text-align:center;
	z-index:2;
   
}
.btn_16 {
    border: 1px solid #fff;
border-radius: 50px;
    display: inline-block;
    width: 155px;
    height: 41px;
	font-size:14px;
    font-weight: bold;
    color: #fff;
	line-height:41px;
    text-decoration: none;
	text-transform:uppercase;
	text-align:center;
}
.advantages_box_2 {
    padding: 47px 0 35px;
    position: relative;
}

.advantages_box_2:before {
    content: "";
    background: url(../images/pic68.png) repeat-y;
    width: calc(100vw - 12px);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.advantages_box_2 .advantages_box_2_slogan {
    border-left: 5px solid #e20202;
    float: right;
    width: 482px;
    margin: 8px 0 0 0;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;

}





.advantages_box_2 .h3 {
    width: 326px;
    font-family: "Bebas_Neue_Bold", sans-serif;
    font-size: 60px;
    color: #141414;
    text-transform: uppercase;
    line-height: 1;
}



.advantages_list_2 .item {
	display:flex;
	flex-direction:row;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 300;
}

.advantages_list_2 .item:nth-child(3) ~ .item {
    display: none;
}
.advantages_box_2.active .item {
    display: flex!important;
}
.advantages_list_2 .fig {
    width: 90px;
    height: 90px;
    margin: 0 27px 0 0;
    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;
}
.advantages_list_2 .text{
	width:calc(100% - 117px);
}
.advantages_list_2 .title {
    margin: 0 0 11px;
	font-size:16px;
    font-weight: bold;
    color: #181C27;
    text-transform: uppercase;
}
.advantages_box_2 .close{
	background:#E20202 url(../images/advantages_box_2_close.png) no-repeat 74% 50%;
	border-radius:50px;
	display:none;
	width:154px;
	height:43px;
	padding:0 0 0 57px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:43px;
}
.advantages_box_2 .open{
	background:#E20202 url(../images/advantages_box_2_open.svg) no-repeat 80% 50%;
	border-radius:50px;
	display:inline-block;
	width:174px;
	height:43px;
	padding:0 0 0 37px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:43px;
}
.price_btn_box{
	margin:0 0 51px;
}
.price_1{
	background: url(../images/price_1.svg) no-repeat 100% 9px;
	display:inline-block;
	vertical-align:middle;
	margin:0 65px 0 0;
	padding:0 23px 0 0;
	font-size:24px;
	font-weight:bold;
	color:#141414;
}
.price_btn_box .btn_6{
	vertical-align:middle;
  border-radius: 50px;
  width: 236px;
  height: 48px;
  padding: 0;
  font-size: 15px;
  color: #fff;
  line-height: 48px;

}
.details_provision_services{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.details_provision_services .item{
	display:flex;
	flex-direction:row;
	font-size:12px;
	font-weight:300;
	color:#868688;
	line-height: 1.4;
}
.details_provision_services .bold_text{
	font-size:16px;
	font-weight: bold;
	color:#181C27;
}
.details_provision_services .fig{
	width:33px;
	height:34px;
	margin:0 9px 0 0;
	position:relative;
	overflow:hidden;
}
.details_provision_services .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.details_provision_services .text{
	width:calc(100% - 42px);
}
.btn_box_3{
	margin:0 0 48px !important;
}
.open_block{
	display:none;
}
.modal {
    position: fixed;
    z-index: 1000;
}

.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;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #71788d;
    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.82;
}

.modal__content {
    background: #1b1f2a;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 -58px 88px -79px;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.modal_box_form .modal__content {
    background: #2a2e38 url(../images/pic90.jpg) no-repeat;
    width: 880px;
    padding: 36px 58px 51px 79px;
}

.box_thanks .modal__content {
    background: #2a2e38 url(../images/pic90.jpg) no-repeat;
    width: 939px;
    padding: 39px 39px 57px;
    font-size: 24px;
    color: #868688;
    text-align: center;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 53px;
}

.modal_box_city .modal__content {
    background: #2a2e38 url(../images/pic90.jpg) no-repeat;
    width: 939px;
    padding: 36px 39px 57px;
    font-size: 18px;
    color: #868688;
    text-align: center;
}

.modal_box_city .modal__content .h3 {
    margin: 0 0 63px;
}

.box_city_list_1 {
    margin: 0 0 25px -20px;
    text-align: left;
}

.box_city_list_1 .item {
    width: 219px;
    margin: 0 0 0 20px;
}

.box_city_list_1 .link {
    display: inline-block;
    padding: 6px 20px 9px;
    color: #868688;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.box_city_list_1 .link:hover {
    background: #454c68;
}

.modal__close_btn {
    background: url(../images/pic89.png) no-repeat 50% 50%;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    position: absolute;
    top: -98px;
    left: 50%;
    z-index: 2;
}

.box_fig .modal__content {
    background: #1b1f2a;
    padding: 0;
}

.modal_lightbox__title {
    background: url(../images/pic88.jpg) repeat-y;
    min-height: 20px;
    padding: 22px 66px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: url(../images/pic86.png) no-repeat 50% 50%;
    display: block;
    width: 66px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}

.modal_lightbox__next:before {
    background: url(../images/pic87.png) no-repeat 50% 50%;
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 400px;
    margin-left: -500px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:after {
    content: "";
    background: #f5f6f8;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -2;
}

.footer:before {
    content: "";
    background: #868688;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: -10000px;
    left: -10000px;
    z-index: -1;
}

.nav_footer {
    width: 406px;
    position: absolute;
    top: 28px;
    left: 0;
}

.nav_footer> .list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin: 0 0 0 -88px;
}

.nav_footer> .list> .item {
    width: 159px;
    margin: 0 0 9px 88px;
    font-family: 'lato-black', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.nav_footer> .list> .item> .link {
    color: #181c27;
    text-decoration: none;
}

.nav_footer .list .list {
    margin: 3px 0 0;
}

.nav_footer .list .list .item {
    margin: 0 0 3px;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.nav_footer .list .list .link {
    color: #868688;
    text-decoration: none;
}

.address_footer {
    background: url(../images/pic57.png) no-repeat 0 6px;
    padding: 0 0 0 28px;
    position: absolute;
    top: 24px;
    left: 422px;
    font-weight: bold;
    color: #181c27;
    line-height: 1.4;
}

.address_footer .small_text {
    font-weight: normal;
    color: #868688;
}

.phone_footer_1 {
    background: url(../images/pic58.png) no-repeat 0 12px;
    padding: 0 0 0 31px;
    position: absolute;
    top: 90px;
    left: 420px;
    font-size: 24px;
    font-weight: bold;
    color: #181c27;
    line-height: 1.1;
}

.phone_footer_1 .small_text {
    font-size: 14px;
    font-weight: normal;
    color: #868688;
}

.phone_footer_2 {
    background: url(../images/pic58.png) no-repeat 0 13px;
    padding: 0 0 0 31px;
    position: absolute;
    top: 198px;
    left: 420px;
    font-size: 24px;
    font-weight: bold;
    color: #181c27;
}

.mail_footer {
    position: absolute;
    top: 170px;
    left: 420px;
}

.mail_footer .link {
    background: url(../images/pic59.png) no-repeat 0 5px;
    display: inline-block;
    padding: 0 0 0 30px;
    font-weight: bold;
    color: #181c27;
    text-decoration: none;
}

.social_networks {
    position: absolute;
    top: 24px;
    right: 99px;
}

.social_networks .title {
    margin: 0 0 10px;
    font-weight: bold;
    color: #181c27;
}

/*.social_networks_list_1 .item {
    margin: 0 10px 0 0;
    float: left;
}

.social_networks_list_1 .img {
    vertical-align: top;
}*/
.social_networks_footer{
	display: flex;
	flex-direction: row;
}

.social_networks_footer .item {
	margin: 0 11px 0 0;
}
.social_networks_footer .fig {
	width: 25px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.social_networks_footer .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.map_2 {
    position: absolute;
    top: 25px;
    right: 13px;
}

.subscription {
    position: absolute;
    top: 118px;
    right: 15px;
}

.subscription .link {
    background: #181c27 url(../images/pic63.png) no-repeat 17px 11px;
    border-radius: 3px;
    display: inline-block;
    height: 45px;
    padding: 0 19px 0 49px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
}

.company_footer {
    position: absolute;
    top: 351px;
    left: 0;
    color: #fff;
}

.developer {
    position: absolute;
    top: 352px;
    right: 85px;
}

.developer .link {
    color: #fff;
    text-decoration: none;
}

.counter {
    position: absolute;
    top: 180px;
    right: 15px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

/* print media */
@media (max-width: 767px) {
.wrapper {
	min-width: 0;
}
.inner {
	width: auto;
	margin-bottom: 0 !important;
}
.line_top{
	display:none;
}
.declaration_box {
    
    margin: 40px 0 -33px;
    z-index: 4;
}
.declaration_box .sub .fig {
    margin: 0 auto 83px;
}
.header {
	width: calc(100% - 20px);
	padding: 10px;
	z-index:3;
}
.map {
top: 283px;
left: 10px;

}

.city {
	display:inline-block;
	margin:37px 0 0 13px;
position: relative;
top:auto;
left:auto;
vertical-align:top;

}
.address {
	width:auto;
	/*margin:0 0 5px 40px;*/
    position: relative;
/*top: auto;*/
    left: auto;
	
	
margin: 0 0 5px 168px;

top: -25px;

display: inline-block;

}
.address .fig{
	display:none;
}
.address .text{
	width:auto;
}
.mail {
	display:block;
/*position: relative;
top: auto;
   */
	top: 121px;
    left: 63px;
	right:auto;

}

.mail .link {
    background: none;
    height:auto;
	padding:0;
    /*padding: 0 0 0 40px;
	color:#000;*/
	color:#868688;

}
.phone {
	/*margin:0 0 10px 40px;
	position: relative;
top: auto;
    right: auto;
	font-size:17px;
	color:#b60202;*/
	

 
  top: 100px;
  left: 63px;
  font-size: 14px;
  color: #181C27;
  font-weight: bold;

}
.phone .link{
	
  color: #181C27;

}
.phone .fig{
	display:none;
}
.registration {
top: 283px;
right: 10px;

}
.logo {
	display: inline-block;
	vertical-align:top;
	margin:32px 0 0 -1px;
    position: relative;
    top: auto;
    left: auto;
	/*text-align:center;*/

}
.logo .link {
  display: inline-block;
}

.slogan {
	width: 100%;
	margin:0 0 10px;
	position: relative;
    font-size: 16px;

top: auto;

left: auto;
text-align:center;
display:none;
}
.basket {
/*top: 333px;
right: 20px;*/
top: 106px;
right: 56px;
}

.basket .link {
  background: url(../images/pic10.png) no-repeat 0 4px;
  border: none;
  border-radius: 0;
 
  width: auto;
  height: 30px;
  
 
  padding: 0 0 0 54px;
  
}
.basket .number {
	top:0;
 
  right: 0;
}
.basket .text {
  display: none;
}
.header .search {

/*top: 333px;

right: auto;
left:10px;*/
background: url(../images/header_search_mobile.svg) no-repeat 50% 50%;
border: none;
border-radius: 0;
top:96px;
right:0;
}
.calculator_bubble {
	display: block;
	width: 49%;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
}
.calculator_bubble .toggle {
	background: #141414;
	display: inline-block;
	width: calc(100% - 30px);
	height: 40px;
	padding: 0 15px;
	position: relative;
top: 0;
right: 0;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
}
.calculator_bubble .text{
	display:block;
}
.ask_question {
	/*top:333px;
	left:77px
	*/
	top:98px;
	left:9px;
	right:auto;

}

.callback {
display: block;
	width: 49%;
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	z-index: 101;

}
.callback .link {
	background: #b60101;
	display: inline-block;
	width: calc(100% - 30px);
	height: 40px;
	padding: 0 15px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
}
.callback .number{
	display:none;
}
.callback .title{
	display:none;
}

.nav {
	width: 50%;
	height: 33px;
	margin: 0;
	padding: 0;
	position:fixed;
	top:0;
	z-index: 25;
}
.nav:before {
	content: 'МЕНЮ';
	background: #141414;
	box-shadow:none;
	border: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 76px;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
}
.nav:after {
	content: '';
	background: #fff;
	box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
	width: 16px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 48px;
	transform: none;
	z-index: 3;
}
.nav> .list {
	background: #141414;
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: 0;
	right: -100%;
	text-align: center;
}
.nav> .list> .item {
	display: block;
	text-align: center;
	font-weight: normal;
}
.nav> .list> .item:first-child{
	display: none;
}

.nav> .list> .item> .link {
	width: 100%;
	height: 32px;
}
.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
	color:#fff;
}
.nav_active> .list {
	display: block;
}
.nav .sub {
	display:none;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	z-index: 3;
}
.nav> .list> .item:hover .sub{
	display:block;
}
.nav .sub_menu {
	background: #3b3b3b;
	float: none;
}
.nav .sub_menu:before {
	display: none;
}
.nav .sub .item {
	
}
.nav .sub .link {
	padding: 9px 19px;
}
.catalog_box {
	display: block;
	width: 49%;
	height: 33px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 25;
}
.catalog_box:before {
	content: 'каталог';
	background: #b60202 url(../images/new/pic177.png) no-repeat 33px 7px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 67px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
}
.catalog_list_5 {
	background: #fff;
	border-top: 2px solid #141414;
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: -104%;
	right: 0;
	text-align: center;
}
.catalog_list_5> .item {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	
}
.catalog_list_5> .item> .link {
	display: table;
	width: 100%;
	height: 32px;
	color: #fff;
	text-decoration: none;
	
}
.catalog_list_5> .item:hover> .link, .catalog_list_5> .active> .link {
	background: #79b45d;
}
.catalog_list_5 .text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 32px;
}
.catalog_box_active .catalog_list_5 {
	display: block;
}
.catalog_box .list_12 {
	background: #fff;
	display:none;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	z-index: 3;
}
.catalog_list_5> .item:hover .list_12{
	display:block;
}
.catalog_box .list_12 .item {
	font-size: 14px;
}
.catalog_box .list_12 .link {
	padding: 9px 19px;
	color: #8dc32a;
}
.carousel_1 {
	width: calc(100% + 20px);
	/*height: 198px;*/
	height:267px;
	margin: 74px -10px 0;
}

.carousel_1 .fig {
	width:100%;
	/*height:198px;*/
	height:76px;
	position:relative;
	overflow:hidden;
}
.carousel_1 .img {
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align: top;
}
.carousel_1 .text {
    width: 100%;
    /*height: 122px;*/
	height:192px;
    bottom: 0;
    right: 0;
    font-size: 14px;
	font-weight:500;
	text-align:center;
}
.carousel_1 .text .into {
    width: calc(100% - 16px);
    /*height: 122px;*/
	height:176px;
	padding: 0 8px 16px;
}
.carousel_1 .title {
	margin: 0 0 7px;
    font-size: 18px;
}
.carousel_1 .tabs {
    bottom: 2px;
}
.carousel_1 .tabs .item {
    margin: 0 10px;
}
.carousel_1 .tabs .link {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.carousel_1 .tabs .link::before {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 3px;
    left: 3px;
}
.main_page .content {
    width: calc(100% - 20px);
	padding: 0 10px;
}
.content {
	width: calc(100% - 20px);
	padding: 70px 10px 30px;
}
.main_page .about_box:before {
    display:none;
}
.about_box:after {
	display:none;
}
.about_box {
    padding: 120px 0 0;
	position: relative;
}
.about_box .h1{
	position:absolute;
	top:0;
	left:0;
}
.about_box .h1 .text {
    font-size: 27px;
}
.about_box .about_box_slogan {
    border-left: 0;
    float: none;
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0 0 12px;
}
.services_list_1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.services_list_1> .item {
    width: 100%;
}
.services_list_1 .text {
    width: 79%;
}
.main_page .services_box {
    padding: 0 0 32px;
}
.services_box {
    padding: 0;
}
.services_box:before{
	display:none;
}
.services_list_2 {
    margin: 0;
}
.services_list_2 .item {
    width: 100%;
    margin: 0 0 20px;
    display: block;
	opacity: 1;

visibility: visible;

-webkit-transform: translate(0, 0%);

transform: translate(0, 0%);
}
.services_list_2 .iconka {
	 display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 39px;
    margin: 0 8px 10px 0;
    padding: 5px 0 0 4px;
   

}
.services_list_2 .title {
    display: inline-block;
    vertical-align: middle;
	width:230px;
	margin:0 0 10px;

}
.services_list_2 .title .link {
    font-size: 16px;
}
.services_list_2 .box {
    padding: 0 10px;
}
.services_list_2 .in {
    margin: 0 0 25px;
	
}
.services_list_2 .box .link {

    font-size: 16px;
   
}
.services_list_2 .box .fig{
	display:block;
	width:calc(100% + 20px);
	height:299px;
	margin:0 -10px;
	position:relative;
	overflow:hidden;
}
.services_list_2 .box .fig .img {
	margin:auto;
	position:absolute;
	top:-1000em;
	right:-1000em;
	bottom:-1000em;
	left:-1000em;
	vertical-align: top;
}
.services_list_2 .text {
    left: -10px;
}
.help_box {
    padding: 0 0 8px;
}
.help_box .box {
    width: 100%;
    height: 180px;
    margin: -33px 0 70px;
    padding: 36px 0 0 0;
}
.help_box .box .fig {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
}
.help_box .box {
	margin: -33px 0 30px;
    padding: 296px 0 0 0;
}
.help_box .title {
	margin: 0 0 25px;
    font-size: 24px;
    line-height: 1.1;
}
.drugs_box {
    padding: 51px 0 100px;
}
.drugs_box:before {
	display:none;
}
.drugs_box .h2 {
    font-size: 38px;
	font-weight:500;
}
.drugs_box .h2 .text {
    font-size: 24px;
}
.opisanie_list_1 .item {

    width: 100%;
    display: block;
	font-size:24px;

}
.opisanie_list_1 .link {
    width: 100%;
    height: 98px;

}
.opisanie_list_1 .link .in {
    width: calc(100% - 20px);
    height: 98px;
    padding: 0 10px;

}
.opisanie_list_1 .fig {
    margin: 0 16px 0 0;
	height:98px;
}
.carousel_2 {
    width: auto;
}
.carousel_2> .in> .main_list> .item {
    width: calc(100vw - 50px);
}
.carousel_2 .fig {
    width: 100%;
}
.carousel_2 .more {
    left: 65px;
}
.advantages_box:before {
	display:none;
}
.advantages_box {
    padding: 77px 0 0;
	position:relative;
}
.advantages_box .h3 {
	position:absolute;
	top:0;
	left:0;
    width: 100%;
    font-size: 36px;
}
.advantages_box .advantages_box_slogan {
    border-left: 0;
    float: none;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
}
.advantages_list_1 {
    margin: 0;
}
.advantages_list_1 .item {
    margin: 0 0 41px;
}
.advantages_box .box {
    padding: 15px 14px 0;
}
.btn_5 {
    width: 91%;
}
.map_box_2 {
    padding: 36px 0 20px;
}
.map_box_2 .h3 {
    width: 100%;
    font-size: 32px;
}
.map_list_2 {
    background: url(../images/new/pic178.png) no-repeat;
    width: 320px;
    height: 166px;
    margin: 0 -10px;
}
.map_list_2 .punkt {

    background: url(../images/new/pic179.png) no-repeat;
    width: 10px;
    height: 10px;

}
.map_list_2 .item:hover .punkt {
    background: url(../images/new/pic180.png) no-repeat;
}
.map_list_2 .text {
    width: 184px;
    left: -253px;
}
.map_list_2 .title {
    font-size: 12px;
}
.pests_box:before {
	display:none;
}
.pests_box {
    padding: 86px 0 147px;
    position: relative;
}
.pests_box .h3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
font-size: 36px;
}
.pests_box .pests_box_slogan {
    border-left: 0;
    float: none;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
}
.pests_list_1{
	text-align:center;
}
.pests_list_1 .item {
    border-left: 0;
}
.question_box {
    padding: 0 0 15px;
}
.question_box .info {
    float: none;
    margin: 6px 0 0 10px;
}
.question_box .box {
	margin: 0 0 20px;
    padding: 98px 0 26px;
}
.question_box .h3 {
    background: url(../images/pic55.png) no-repeat 10px 3px;
	min-height:96px;
    padding: 0 0 0 114px;
	position: absolute;
top: 0;
left: 0;
    font-size: 39px;
}
.question_box .fr{
	float:none;
}
.question_box .fl{
	float:none;
}
.question_box .o {
    margin: 0 0 110px;
}
.question_box .mr-55 {
    margin-right: 0 !important;
}
.question_box .ml-20 {
    margin-left: 0 !important;
}
.question_box .ml-40 {
    margin-left: 0 !important;
}
.question_box .mr-20 {
    margin-right: 0 !important;
}
.question_box .captcha {
    padding-top: 63px;
	position:absolute;
	bottom:94px;
	left:0;
}
.question_box .captcha .fig {
    width: 100%;
	height: 49px;
}
.question_box .number {
    font-size: 32px;
}
.w-280 {
    width: 100%;
}
.w-180 {
    width: 100%;
}
.footer {
	width: calc(100% - 20px);
	height: auto;
	margin: 0 0 40px;
	padding: 43px 10px 20px;
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 1;
}
.footer:before {
    height: 102px;
}

.address_footer {
	margin: 0 0 10px;
	position: relative;
	top: 0;
	left: 0;
}
.nav_footer {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	z-index: 25;
}
.nav_footer:before {
	content: 'МЕНЮ';
	background: #b60101;
	box-shadow:none;
	border: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 76px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
}
.nav_footer:after {
	content: '';
	background: #fff;
	box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
	width: 16px;
	height: 4px;
	position: absolute;
	top: 9px;
	left: 48px;
	transform: none;
	z-index: 3;
}
.nav_footer> .list {
	background: #141414;
	border-top: 2px solid #868688;
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin: 0;
	
}

.nav_footer> .list> .item {
	display: block;
	width: 100%;
    margin: 0 0 9px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}


.nav_footer> .list> .item> .link {
	display:block;
	width: 100%;
	height: 32px;
	color: #fff;
	line-height:32px;
}
.nav_footer> .list> .item:hover> .link, .nav_footer> .list> .active> .link {
	background: #b60101;
}
.nav_footer_active> .list {
	display: block;
}
.nav_footer> .list> .item .list {
	background: #fff;
	display:none;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	z-index: 3;
}
.nav_footer> .list> .item:hover .list{
	display:block;
}

.nav_footer> .list> .item .list .item {
	font-size: 14px;
}
.nav_footer> .list> .item .list .link {
	padding: 9px 19px;
	color: #141414;
}



.phone_footer_1 {
	margin: 0 0 10px;
    position: relative;
    top: 0;
    left: 0;
}
.phone_footer_2 {
	margin: 0 0 10px;
    position: relative;
    top: 0;
    left: 0;
}
.mail_footer {
	margin: 0 0 10px;
    position: relative;
    top: 0;
    left: 0;
}
.social_networks {
	margin: 0 0 10px;
    position: relative;
    top: 0;
    right: 0;
}
.map_2 {

    position: absolute;
    top: 378px;
    right: 33px;

}

.subscription {
	margin: 0 0 20px;
	position: relative;
	top: 0;
	right: 0;
}
.subscription .link {
	width:calc(100% - 48px);
	margin:0 -10px;
}
.company_footer {
	margin: 0 0 10px;
	position: relative;
	top: 0;
	left: 0;
}

.developer {
	margin: 0 0 10px;
	position: relative;
	top: 0;
	right: 0;
}
.catalog_list_1 .item:nth-child(2n) .fig {
    float: none;
}
.catalog_list_1 {

    margin: 0 -10px;

}
.catalog_list_1 .text {
    width: calc(100% - 101px);
	height:auto;
    padding: 24px 6px 20px 95px;
    position: relative;
    top: 0;
    left: 0;

}
.catalog_list_1 .item:nth-child(2n) .text {
    left: auto;
    right: auto;
}
.box_1 {
    padding: 0 10px;
}
.side + .content {
	float: none;
	width: calc(100% - 20px);
}
.side {
	display:none;
}
.list_2 {
    margin: 0;
}
.list_2 .item {
    margin: 0 0 10px;
}
.catalog_list_2 .item {
	border-bottom:1px solid #e0e0e0;
	border-left: 0;
    width: calc(100% - 50px);
}
.catalog_list_2 .item:nth-child(3n+1) {
    border: none;
	border-bottom:1px solid #e0e0e0;
}
.catalog_list_2 .fig {
	display: inline-block;
    width: calc(100% - 50px);
}
.catalog_list_2 .more {
    left: 75px;
}
.fig_1 {
    float: none;
    margin: 0 0 10px;
	text-align:center;
}
.question_box_2 {
	position:relative;
    padding: 69px 39px 8px 25px;
}
.question_box_2 .info {
    float: none;
}
.question_box_2 .h3 {
	background: url(../images/pic146.png) no-repeat 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel_3 {
    width: calc(100% + 20px);
    float: none;
    margin: 0 -10px 13px;
}
.carousel_3 .next, .carousel_3 .prev {
    right: 0;
}
.carousel_3 .prev {
    left: 0;
}
.carousel_3 .fig {
	width:100%;
	height:299px;
	position:relative;
	overflow:hidden;
}
.carousel_3 .img {
	margin:auto;
	position:absolute;
	top:-1000em;
	right:-1000em;
	bottom:-1000em;
	left:-1000em;
	vertical-align: top;
}
.btn_6 {
   width: calc(100% - 20px);
}
.btn_7 {
    width: calc(100% - 65px);
	font-size: 10px;
}
.opisanie_list_2 {
    margin: 0 0 37px;
}
.opisanie_list_2 .item {
    font-size: 13px;
}
.opisanie_list_2 .link .text {
    padding: 0 10px;
}

.img-t {
width: 100%;
    margin: 0 auto;
    height: auto;
}

table{
	width:100% !important;
}
table td{
	width:auto !important;
}
.services_list_3 {
    margin: 0;
}
.services_list_3 .item {
	width:100%;
    margin: 0 0 48px;
}
.services_list_3 .fig {
    position: relative;
    width: 100%;
    height: 164px;
	overflow:hidden;

}
.services_list_3 .img {
	margin:auto;
	position:absolute;
	top:-1000em;
	right:-1000em;
	bottom:-1000em;
	left:-1000em;
	vertical-align: top;
}
.box_3 .mr-8 {
	display:block;
    margin: 0 0 5px !important;
}
.wrapper-table {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
}
.w-370 {
    width: 100%;
}
.w-230 {
    width: 100%;
}
.btn_8 {
    width: calc(100% - 20px);
}
.content .search {
    width: 100%;
}
.content .search .field {
    width: 100%;
}
.box_16 .h1 {
    font-size: 60px;
}
.box_16 .img{
	display:none;
}
.box_16 .letter1{
	background:url(../images/new/pic181.png) no-repeat;
	width:79px;
	height:108px;
}
.box_16 .letter2{
	background:url(../images/new/pic181.png) no-repeat;
	width:79px;
	height:108px;
}
.box_16 .beetle{
	background:url(../images/new/pic182.png) no-repeat;
	width:92px;
	height:108px;
}
.box_16 .box {
    padding: 0;
}
.box_16 .fig {
    margin: 0 0 78px;
}
.calc .w-380 {
    width: 92%;
}
.calc:before {
	display:none;
}
.map_list_3{
    background: url(../images/new/pic183.png) no-repeat;
    width: 320px;
    height: 166px;
    margin: 0 -10px;
}
.map_list_3 .punkt {

    background: url(../images/new/pic179.png) no-repeat;
    width: 10px;
    height: 10px;

}
.map_list_3 .item:hover .punkt {
    background: url(../images/new/pic180.png) no-repeat;
}
.map_list_3 .text {
    width: 184px;
    left: -253px;
}
.map_list_3 .title {
    font-size: 12px;
}
.map_list_3 .item {
    position: absolute;
    top: 130px;
    right: 60px;
}
.map_list_3 .item:nth-child(2) {
    position: absolute;
    top: 127px;
    right: 38px;
}
.box_9 {
    float: none;
    width: 199px;
    margin: 0 auto;
}
.table_1 {
    float: none;
	
}
.table_1 td{
	 border: 0;
	display:block;
	padding:5px 0;
	text-align:center;
}
.table_1 td:first-child {
    border-left: 0;
	border-top:1px solid #dddbd9;
}
.table_1 td:nth-child(2) {
	border-top:1px solid #dddbd9;
}


.table_1 col{
	width:100% !important;
}
.table_1 td:nth-child(3) {
	display:inline-block;
	width:48% !important;
}
.table_1 td:nth-child(4) {
	display:inline-block;
	width:48% !important;
}
.table_1 .fig {
    display: inline-block;
}

.table_1 td:last-child {
    border-bottom: 1px solid #dddbd9;
	border-right:0;
}
.table_1 .number {
    display: inline-block;
}
.table_1 .delete {
    display: inline-block;
    height: 30px;
}
.w-380 {
    width: 100%;
}
.news_list_1 {
    margin: 0 0 21px;
}
.news_list_1 .item {
    width: calc(100% - 58px);
    margin: 0 0 15px;
}
.news_list_1 .fig {
	display:block;
    width: calc(100% + 42px);
	height:195px;
	position:relative;
	overflow:hidden;
}
.news_list_1 .img {
	margin:auto;
	position:absolute;
	top:-1000em;
	right:-1000em;
	bottom:-1000em;
	left:-1000em;
	vertical-align: top;
}
.fig_1 .img{
	width:100%;
}
.news_list_2 {
    margin: 0 0 23px;
}
.news_list_2 .item {
    width: 100%;
    margin: 0 0 26px;
}
.news_list_2 .fig {
    float: none;
	text-align: center;
}
.news_list_2 .date {
    margin: 0 0 21px;
}
.box1{
	padding:0 10px;
}
.box_8 {
    float: none;
    width: 100%;
}
.list_5 .number {
   vertical-align:middle;
}
.list_5 .text {
	vertical-align:middle;
    width: 87%;
}
.opisanie_list_3 .item{
	width:100%;
}
.opisanie_list_3 .link {
    width: 100%;

}
.opisanie_list_3 .text {
    width: 100%;

}
.box_10 {
    float: none;
    margin: 0 0 0 8px;
	text-align: center;
}
.box_11 .w-380{
	width:63%;
}
.box_11 .label_2 {
    width: 34%;
	margin:0;
    font-size: 13px;
	line-height:1.1;
}
.box_11 .ml-18 {
    margin-left: 3px !important;
}
.fr {
    float: none;
}
.opisanie_list_4 .item {

    margin: 0 0 10px;
    width: 100%;
    display: block;

}
.list_6 {

    margin: 0;

}
.list_6 .item {
    width: calc(100% - 44px);
    margin: 0 0 24px;
	text-align:center;

}
.list_6 .name {
    display: block;
	    margin: 0 auto 10px;
    vertical-align: top;
}
.list_6 .fig {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 16px 0;
}
.box_13 .fig {
    float: none;
    margin: 0 0 10px;
}
.table_3 td {
	display:block;
}
.table_3 col {
	width:100% !important;
}
.table_3 td {
    padding: 0;
}
.table_3 td:first-child {
    padding: 0;
}
.box_12 {
    width: calc(100% - 50px);
}
.modal_box_form .modal__content {
   width: calc(100% - 40px);
    padding: 36px 20px 51px 20px;
}
.modal_box_form .modal__content .fr{
	float:none;
}
.modal_box_form .modal__content .fl{
	float:none;
}
.modal__content .h3 {
    margin: 0 0 88px;
    font-size: 34px;
}
.modal__content .ml-20 {
    margin-left: 0 !important;
}
.modal__content .mr-20 {
    margin-right: 0 !important;
}
.modal__close_btn {
    width: 98px;
    height: 35px;
    top: 0;
}
.modal_box_city .modal__content {
   width: calc(100% - 40px);
    padding: 36px 20px 57px;
}
.modal_lightbox__image img{
	width:100%;
}
.mobile_view_h3{
	font-size:24px !important;
}
.h1 {
    font-size: 30px;
    font-size: 3.0rem;
}
.modal__content .o {
    margin: 0 0 110px;
}

.modal__content .captcha {
	width:calc(100% - 40px) !important;
    padding-top: 60px;
	position:absolute;
	bottom:124px;
	left:20px;
	right:20px;
}
.modal__content .captcha .fig {
    width: 100%;
    height: 45px;
}
.modal__content .captcha_2 {
	width:calc(100% - 40px) !important;
    padding-top: 60px;
	position:absolute;
	bottom:124px;
	left:20px;
	right:20px;
}
.modal__content .captcha_2 .fig {
    width: 100%;
    height: 45px;
}
.btn_box_3{
	text-align:center;
}
.btn_box_3 .mr-18{
	display:block;
	margin:0 0 18px !important;
}
.btn_15 {
width: calc(100% - 26px);
text-align:left; 
}
.services_list_4 {
    margin: 0 0 39px;
}
.services_list_4 .item {
    width: 100%;
    margin: 0 0 20px;
    
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
   
}
.services_list_4 .fig {
   
    width: 100%;
   
}
.services_list_4 .title .link {
    font-size: 16px;
  
}
.advantages_box_2 {
  padding: 20px 0 35px;
}
.advantages_box_2:before {
	display:none;
}
.advantages_box_2 .o{
	display:flex;
	flex-direction:column;
}
.advantages_box_2 .h3 {
	width:auto;
	margin: 0 0 13px;
    font-size: 36px;
	order:1;
}
.advantages_box_2 .advantages_box_2_slogan {
    border-left: 0;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
	order:2;
  line-height: 1.5;
}
.advantages_list_2 .item {
  flex-direction: column;
  text-align:center;
  margin:0;
}
.advantages_list_2 .fig {
  margin: 0 auto 19px;
}
.advantages_list_2 .text {
  width: auto;
}


.mb-32 {

    margin-bottom: 20px !important;

}
.mb-50 {
  margin-bottom: 22px !important;
}
.logo .logo_fig_1 {
  display: inline-block;
  margin: 0 6px 0 0;
  width: 41px;
  height: 41px;
  position: relative;
  overflow: hidden;
}
.logo .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.logo .logo_fig_2 {
  display: inline-block;
  width: 89px;
  height: 37px;
   position: relative;
  overflow: hidden;
}
.logo .link{
	text-decoration:none;
}
.social_network_header {
  top: 154px;
  left: 0;
  right: 0;
  justify-content: center;
}
.pests_list_1{
	margin:0 0 0 -14px;
}
.pests_list_1 .item {
  width: calc(50% - 14px);
  margin:0 0 20px 14px;
  border: none;
}
.pests_list_1 .item:nth-child(4) ~ .item {
    display: none;
}
.pests_box .box.active .item {
    display: inline-block!important;
}
.pests_list_1 .link{
	display:block;
}
.pests_list_1 .fig{
	display:block;
	width:100%;
	height:96px;
	position:relative;
	overflow:hidden;
}
.pests_list_1 .img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pests_list_1 .in {
  width: 100%;
  height: 45px;
}
.pests_list_1 .into {
  width: 100%;
  height: 45px;
  padding: 0;
}
.pests_box .box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mb-55 {
  margin-bottom: 10px !important;
}
.open_block{
	display:block;
	text-align:center;
}
.pests_box .close{
	background:#E20202 url(../images/advantages_box_2_close.png) no-repeat 74% 50%;
	border-radius:50px;
	display:none;
	width:154px;
	height:43px;
	padding:0 0 0 57px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:43px;
}
.pests_box .open{
	background:#E20202 url(../images/advantages_box_2_open.svg) no-repeat 80% 50%;
	border-radius:50px;
	display:inline-block;
	width:174px;
	height:43px;
	padding:0 0 0 37px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:43px;
}
.price_btn_box .btn_6 {
  width: 302px;
}
.price_1 {
  margin: 0 35px 13px 0;
}
.details_provision_services {
  flex-direction: column;
    margin: 0 0 15px;

}
.details_provision_services .item {
  margin: 0 0 11px;
}
.details_provision_services .text {
  display: flex;
  flex-direction: row;
}
.details_provision_services .bold_text{
	margin: 0 0 0 15px;
}
.details_provision_services .fig {
  width: 29px;
  height: 29px;
  margin: 0 19px 0 0;
}
.details_provision_services .in {
  width: 99px;
}
.btn_box_3 {
  margin: 0 0 26px !important;
}

}
@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;
    }
}
