@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');


/*5ccac0*/

* {
	padding: 0px;
	margin: 0px;
	font-family: "Commissioner", sans-serif;
    font-display: 'Tahoma';
}

body {
    	
}

.tmpGroupLink {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    display: block;
    float: left;
    padding: 10px 15px;
    border-radius: 10px;
    margin-left: -1px;
    text-decoration: none;
    color: #4b4b4b
}

.tmpGroupLink:nth-child(1) {
    border-radius: 10px 0px 0px 10px;
}

.tmpGroupLink:nth-child(2) {
    border-radius: 0px 10px 10px 0px;
}

.tmpGroupLink.active {
    background: #0071bc;
    border: 1px solid #0071bc;
    color: #FFFFFF;
}

.catOptionField {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    margin: 3px 3px 0px 0px;
}

.catOptionField:hover {
    border: 1px solid #DADADA;
    text-decoration: none !important;
}

.catOptionField.active {
    border: 1px solid #0071bc;
    color: #0071bc;
}

.catTitle {
    margin-top: 10px;
    color: #979797
}

h1 {
    font-weight: 400;
    color: #0072c0;
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 25px;
    text-align: left;
    display: block;
}

h1 a {
    font-weight: 400;
    color: #2b70a3;
    margin-bottom: 25px;
    font-size: 22px;
    text-align: left;
    display: block;
}

h2,
.h2 {
    font-weight: 500;
    color: #5c7fb1;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: left;
    display: block;
}

h2 a {
	font-weight: 400;
    color: #2b70a3;
    font-size: 25px;
    text-align: left;
    text-decoration: none
}

h2 a:hover {
    text-decoration: underline
}

h2 i {
    font-size: 16px !important;
}

h1.big_text, div.big_text {
    font-size: 42px !important;  
    margin-top: 50px;
    margin-bottom: 45px; 
    display: block;
    background: none;
    color: rgb(26, 27, 27); 
}

h2.big_text,
.h2.big_text {
    font-size: 39px !important;  
    margin-top: 50px;
    margin-bottom: 45px; 
    display: block;
    background: none;
    color: rgb(26, 27, 27); 
}

h2.medium_text,
.h2.medium_text {
    font-weight: 500;
    color: #5c7fb1;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: left;
    display: inline-block;
}

h2.white,
.h2.white {
    font-size: 40px;
    color: #FFFFFF;
    margin-left: 64px;
    margin-top: 47px;
    margin-bottom: -150px;
    line-height: 42px;
}

h2.partners,
.h2.partners {
    font-size: 35px;
    margin-left: 40px;
    margin-top: 47px;
    line-height: 42px;
}

h2.consult,
.h2.consult {
    text-align: center;
    color: #0071bc;
    margin: 7px 0px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}

.catalog_contact p.h2.consult {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0071bc;
    margin-top: 105px;    
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0071bc;
    margin-top: 30px;
}

h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #5d768a;
}

h4 a {
    text-decoration: none;
    font-weight: 400;
    color: #5d768a;
    font-size: 15px;
}

h4 a:hover {
    text-decoration: underline;
}

.clear {
	clear: both;
}

table {
	border-spacing: 0px;
}

table.full_width {
	width: 100%;
}

table.a_center td {
	text-align: center;
}

table.a_left td {
	text-align: left;
}

table.v_top td {
	vertical-align: top;
}

table.padding_td td {
    padding: 40px;
}

.a_center {
    text-align: center;
}

.content {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    transition: All 0.3s;
}

.content.active {
    padding: 0px 0px 0px 275px;
}

.button {
    background: #0071bc;
    border: none;
    border-radius: 11px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    transition: all 0.7s;
    background-image: url(../image/button_hover.png);
    background-repeat: no-repeat;
    background-position: -700px 0px;
    overflow: hidden;
    position: relative;
}

.button:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.7s;
	opacity: 0.9;
	background-position: 0px 0px;
}

input.input_text {
	width: 265px;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    font-size: 15px;
    border: 2px solid #dedede;
    transition: All 0.2s;
}

input.input_text:focus {
	outline: none;
    border: 2px solid #69b33e;
}

.button_min {
    border-bottom: 2px solid #185079;
    font-size: 21px;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px 35px;
}

.button_min:hover {
	background-position: -200px 0px;
}


/* CONTENT */

.left_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 100%;
    background: #FFFFFF;
    z-index: 3;
}

.left_menu ul {
    list-style: none;
    display: block;
    margin-top: 20px;
}

.left_menu ul li {
    list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.left_menu ul li a {
    display: block;
    font-size: 10px;
    color: #adb6c3;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    clear: both;
}

.left_menu ul li a i {
    display: block;
    font-size: 24px;
    margin: 10px 0px;
}

.left_menu ul li a:hover {
    color: #5b626d;
}

.left_menu ul li:nth-last-child(1) {
    position: absolute;
    top: 100%;
    margin-top: -80px;
    width: 70px;
}

.left_menu ul li ul {
    position: absolute;
    display: none;
    left: 70px;
    background: #FFFFFF;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    width: 0px;
    transition: all 0.5s;
    margin-top: -55px;
    box-shadow: 9px 5px 15px rgba(0,0,0,0.1);
}

.left_menu ul li:hover > ul {
    display: block;
    width: 600px;
    transition: all 0.5s;
}

.search_input {
    padding: 9px 10px;
    border: 0px;
    border: 1px solid rgb(187, 186, 186);
    border-radius: 25px;
    font-size: 15px;
    min-width: 200px;
    width: 80%;
    transition: All 0.4s;
    background: #FFFFFF;
    margin-top: 0px;
    display: block;  
    position: absolute;
}

.search_input:focus {
    outline: none;
    border: 1px solid rgb(92, 127, 177);
}

.text_under_search {
    font-size: 11px;
    font-style: italic;
    top: 40px;
    position: relative;
    margin-left: 12px;
    color: #a8acb1;
}

.search_button {
    display: block;
    height: 30px;
    line-height: 0px;
    position: relative;
    padding: 0px 10px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: rgb(92, 127, 177);
    border: none;
    border-radius: 20px;
    margin-top: 4px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    transition: All 0.3s;
    width: 50px;
    float: right;
    right: 15%;
}

.search_button:hover {
    background: rgb(110, 151, 210);
}

.search_val {
    margin-bottom: 7px;
}

.search_val a {
    font-weight: 400;
    color: rgb(62, 63, 105)
}

.slider_title {
    text-align: center;
    position: absolute;
    z-index: 20;
    top: 20%;
    font-size: 45px;
    letter-spacing: -2px;
    color: #FDFDFD;
    font-weight: 100;
    width: 100%;
}

.slider_subtitle {
    text-align: center;
    position: relative;
    margin: 0px auto;
    z-index: 20;
    margin-top: 30px;
    font-size: 30px;
    letter-spacing: -1px;
    color: #FDFDFD;
    font-weight: 100;
    max-width: 1000px;
    width: 100%;
}

.slider_subtitle ul {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 80%;
    margin-top: 60px;
    letter-spacing: 0px;
}

.slider_subtitle ul li {
    display: block;
    float: left;
    width: calc(50% - 50px);
    text-align: left;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    padding-left: 50px;
    position: relative
}

.slider_subtitle ul li:before {
    position: absolute;
    left: 30px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    content: '';
    display: block;
}


.slide_left_box {
    height: 450px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35%;
    background: #4c4c4c;
    z-index: 10;
}

.slide_left_box2:after {
    content: '';
    display: block;
    height: 0px;
    width: 250px;
    border: 450px solid transparent;
    border-bottom: 0px solid;
    border-left: 300px solid #4c4c4c;
    left: 100%;
    margin-left: 100%;
    top: 0px;
    z-index: 9;
}

.slide_left_box {
    
}

.slide_left_box2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 8;
}

.slide_left_box:before {
    content: '';
    display: block;
    height: 0px;
    width: 290px;
    border: 450px solid transparent;
    border-bottom: 0px solid;
    border-left: 300px solid #FFFFFF;
    left: 100%;
    margin-left: 101%;
    top: 0px;
    z-index: 8;
}

.slide_right_box_c {
    width: 65%;
    left: 35%;
    z-index: 6;
    position: absolute; 
    height: 450px;   
    top: 0px;
}


.slide_right_box {
    width: 100%;
    position: relative;
    background-image: url(/upload/image/fl.png);
    background-size: cover;
    background-position: center center;
    height: 450px;
    border-left: 7px solid #FFFFFF;
}

.slide_right_box:after {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    position: absolute;
    top: 0px;
    z-index: 7;
    content: '';
    display: block;
}

.slide_left_box2 .icon_box .icon_text {
    display: block;
    padding: 0px 10%;
    padding-top: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
}

.slide_left_box2 .icon_box_bottom {
    height: 170px;
}

.slide_left_box2 .icon_box .icon_img img {
    top: 10px;
    position: relative;
    max-width: 70px;
}

.slide_left_box2 .prom_box {
    position: absolute;
    top: 5%;
    left: 10%;
}





.main_menu_top {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 95px;
    z-index: 600;
    padding: 8px 0px;
    padding-left: 0px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 140px;
    font-size: 18px;
    /* text-transform: uppercase; */
    cursor: pointer;
    background: none;
}

.main_menu_icon {
    color: #4c4c4c;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 30px;
    cursor: pointer;
}

.main_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 350px;
    height: 0px;
    z-index: 10;
    padding-top: 100px;
    padding-left: 50px;
    background: #393939;
    overflow: hidden;
    transition: All 0.3s;
    opacity: 0;
}

.page_1 .main_menu {
    padding-top: 0px;
}

.main_menu.active, .main_menu.active.opened {
    height: 100%;
    padding-top: 190px;
    opacity: 1;
}



.main_menu p {
    font-weight: 400;
    color: #5c7fb1;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 20px;
    text-transform: uppercase;
}

.main_menu ul {
    list-style: none;
    display: block;
}

.main_menu ul li {
    list-style: none;
    display: block;
}

.main_menu ul li a {
    display: block;
    padding: 11px 5px;
    font-size: 17px;
    font-weight: 300;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
    clear: both;
    border-bottom: 1px solid rgb(93, 93, 93);
}

.main_menu ul li a:hover, .main_menu ul li a.active {
    color: #60beff;
    border-bottom: 1px solid #59798e;
}

.main_menu ul li a i {
    float: right;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    top: 3px;
    position: relative;
}


.top_menu {
    z-index: 2;
    background: none;
    padding-left: 0px;
}

.top_menu ul {
    list-style: none;
    display: block;
    margin-top: 0px;
    transition: All 0.5s;
    text-align: center;
    width: calc(100% - 100px);
    float: left;
}

.wa_footer {
    background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    position: fixed;
    bottom: 0px;
    right: 15px;
    z-index: 10;
    padding: 17px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2););
}

.headWa {
    width: 100px;
    float: none;
    text-align: center;
    font-weight: 600;
    color: #444444;
    font-size: 15px;
    text-decoration: none;
}

.headWa img {
    width: 42px !important;
    display: block;
    margin: 0px auto;
    margin-top: 10px
}

.top_menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    border-right: 0px solid #f5f6f7;
}

.top_menu ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s;
    clear: both;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.top_menu ul li a:hover, .top_menu ul li a.active {
    color: #FFFFFF;
    text-decoration: underline
}

.top_menu ul li a i {
    float: right;
    display: block;
}




.body_content {
    position: relative;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    z-index: 1;
    padding-left: 0px;
    min-width: 1150px;
}

.main_video {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    background-color: rgba(68, 68, 68, 0.75);
    margin-top: -12px;
}

.main_video_wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    top: -6px;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 20px;
    background: #000000;
}


.main_video_wrapper video {
    width: auto;
    min-width: 100%;
    max-width: 2500px;
    margin: 0px auto;
    margin-top: 0px;
    display: block;
    height: auto !important;
    min-height: 600px;
    position: relative;
    z-index: 1;
    top: 0px;
}



.main_video_wrapper2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.main_video_wrapper:after {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    z-index: 10;
    content: '';
    display: block;
}

.video_title {
    font-size: 53px;
    font-weight: 200;
    color: #FFFFFF;
    position: absolute;
    margin-top: 195px;
    left: 50%;
    margin-left: -595px;
    z-index: 2;
}

.video_sub_title {
    font-size: 26px;
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    margin-top: 280px;
    margin-left: 67px;
    z-index: 2;
}

.logo_box {
    position: absolute;
    z-index: 500;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: All 0.4s;
    height: 135px;
    background: rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,0);
}

.logo_box table {
    padding: 0px 0px;
    height: 135px;
}

.logo_box table td:nth-last-child(1){
    text-align: left;
    width: 20%;   
}

.logo_box table td:nth-child(1){
    width: 30%;   
}

.logo_box table td:nth-child(3){
    width: 20%;   
}

.logo_box table td:nth-child(2){
    text-align: left;
    padding-left: 25px;
    width: 30%;  
}

.logo_box img {
    max-width: 380px; 
    width: 90%  
}

.logo_link {
    padding-left: 60px;
}

.location {
    font-size: 15px;
    color: #938F9B;
    transition: All 0.5s;
}

.location a {
    font-size: 15px;
    position: relative;
    display: inline;
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #827f88;
}

.location a:hover {
    color: #5b5c9c;
}

.location i {
    position: relative;
    margin-right: 4px;
}

.address {
    font-size: 17px;
    color: #252525;
    font-weight: 300;
    transition: All 0.5s;
}

.address p {
    margin: 0px 0px 2px;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    transition: All 0.2s;
}

.address p i {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.address img {
    width: 40px;
    float: left;
    margin-right: 15px;
    opacity: 0.5;
    padding-top: 1px;
}


.phone {
    font-size: 33px;
    font-weight: 400;
    color: #FFFFFF;
    transition: All 0.5s;
    margin-top: 30px;
}

.phone a {
    text-decoration: none;
    color: #FFFFFF;
    cursor: default;
}

.phone img {
    width: 18px;
    display: inline-block;
    margin-right: 0px;
    top: 0px;
    position: relative;
}

.phone i {
    position: relative;
    margin-right: 10px;
}

.phone p {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    margin-left: 0px;
    font-weight: 400;
}

.phone p.email {
    position: relative;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 17px;
    margin-right: 27px;
    font-weight: 400;
}

.phone p.email img {
    width: 20px;
    height: auto;
    position: relative;
    top: 2px;
}

.content_phone {
    font-size: 28px;
    font-weight: 600;
    color: #303152;
    display: inline-block;
}

.content_phone span {
    font-size: 20px;
    font-weight: 600;
    color: #62627b;
    display: inline-block;
}

.content_phone {
    font-size: 28px;
    font-weight: 600;
    color: #303152;
    display: inline-block;
}

.active_logo {
    position: absolute;
    opacity: 0;
    z-index: 2;
    margin-left: 0px;
    margin-top: 0px;
    left: 0px;
    transition: All 0.5s;
}

.white_logo {
    opacity: 1;
    transition: All 0.5s;
}

.logo_box.active .active_logo {
    opacity: 1;
    width: 285px;
    margin-top: 5px;
    left: 0px;  
}

.logo_box.active .white_logo {
    opacity: 0;
    width: 250px; 
    margin-top: 5px;
    left: 0px; 
}

.logo_box.active {
    background: #ffffff;
    height: 100px;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
    top: -100px;
    transition: All 0.3s;
    position: fixed;
    z-index: 999;
}

.logo_box.active.show {
    top: 0px;
}

.logo_box.active .address p {
    opacity: 0;
    height: 0px;
    position: relative;
    z-index:0;  
}

.logo_box.active table {
    height: 100px;
}

.logo_box.active .top_menu ul li a {
    font-size: 15px;
    color: #414548;
}

.logo_box.active .top_menu ul li a:hover, .logo_box.active .top_menu ul li a.active {
    color: #000000;
}

.logo_box.active .top_menu ul li a:hover:after, .logo_box.active .top_menu ul li a.active:after {
    background: rgb(92, 202, 192)
}

.logo_box.active .top_menu ul {
    list-style: none;
    display: block;
    margin-top: 0px;
}

.logo_box.active .phone {
    font-size: 19px;
    color: #0071bc;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 0px;
}

.logo_box.active .address {
    font-size: 15px;
    color: #0a0a0a;
    font-weight: 300;
}

.logo_box.active .button_border {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 170px;
    height: 30px;
    line-height: 27px;
    border: 1px solid #0071bc;
    color: #ffffff;
    background: #0071bc;
    text-decoration: none;
    display: inline-block;
    margin-top: -7px;
    text-transform: none;
    position: relative;
    transition: All 0.3s;
    border-radius: 12px;
}

.logo_box.active .button_border:hover {
    border: 1px solid #0071bc;
    color: #0071bc !important;
    background: #FFFFFF;
}

.logo_box.active .button_border:hover span {
    color: #0071bc !important;
}

.main_menu.active p {
    color: #000000;
    font-weight: 300;
}

.main_menu.active ul li a {
    color: #d8d8d8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main_menu.active ul li a:hover, .main_menu.active ul li a.active {
    color: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.bg_text .content_phone, .bg_text .content_phone span {
    color: #FFFFFF;
}

.bg_text {
    display: block;
    margin: 25px auto;
    padding: 20px;
    color: #FFFFFF;
    background: #3e3f69;
    line-height: 30px;
}

.button_border {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 250px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
    text-transform: uppercase;
    position: relative;
    transition: All 0.3s;
    border-radius: 12px;
}

.button_border span {
    transition: All 0.3s;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.button_border:hover span {
    color: #000;
}

.button_border:hover {
    background: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
}

.button_border_height {
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    display: block;
    margin: 40px auto;
    margin-top: 60px;
    text-transform: none;
    letter-spacing: 0px;
}

.button_border_height:before {
    height: 40px;
}

.button_border i {
    display: inline-block;
    margin-left: 5px;  
}

.button_border_white {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;   
}

.button_border_white:before {
    background: #FFFFFF;   
}

.button_border_white:hover span {
    color: #292942;
}

.button_border_blue {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    width: 250px;
    height: 45px;
    line-height: 45px;
    background: #0071bc;
    border: 2px solid #0071bc;
    color: #ffffff !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
    /* text-transform: uppercase; */
    position: relative;
    transition: All 0.3s;
    border-radius: 12px;
}

button.button_border_blue {
    line-height: 32px;
    outline: none;  
}

.button_border_blue2 {
    background: none !important;
    border: 2px solid #0071bc !important;
    color: #0071bc !important;   
}

.button_border_blue:hover {
    background: #FFFFFF;
    border: 2px solid #0071bc;
    color: #0071bc !important;    
}

.cart.button_border_blue,
.order.button_border_blue {
    background: none;
    color: #0071bc !important;
}

.cart.button_border_blue:hover,
.order.button_border_blue:hover {
    background: #0071bc !important;
    color: #FFFFFF !important;
}

.catalog_text_content {
    width: 50%;
}

.catalog_text_content ul, .catalog_text_content ol {
    margin: 20px 15px
}

.catalog_text_content ul li {
    margin-bottom: 8px;
}

.catalog_send_form {
    width: 350px;
    position: absolute;
    background: #5897c7;
    z-index: 5;
    top: 45px;
    left: 55%;
    border-radius: 3px;
}

.catalog_send_form form {
    margin-top: 25px;
}

.catalog_send_form .input {
    margin-top: 5px;
    width: 89%;
    left: 5%;
    position: relative;
    height: 40px;
    line-height: 40%;
    background: none;
    border: 2px solid #FFFFFF;
    text-align: center;
    color: #FFFFFF;
}

.catalog_send_form .input::-webkit-input-placeholder {color:#FFF;}
.catalog_send_form .input::-moz-placeholder          {color:#FFF;}/* Firefox 19+ */
.catalog_send_form .input:-moz-placeholder           {color:#FFF;}/* Firefox 18- */
.catalog_send_form .input:-ms-input-placeholder      {color:#FFF;}

.catalog_send_form .button {
    width: 90%;
    position: relative; 
    margin: 10px auto;
    font-size: 22px;   
}

.catalog_send_form .conf_text_white {
    margin: 5px 0px 10px 0px;
    font-size: 10px;
    color: #a6c6de;
    text-align: center;
    line-height: 12px;
}

.catalog_send_form .conf_text_white a {
    color: #a6c6de;
}

.catalog_send_form .phone_contact {
    margin: 8px;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;   
}

.catalog_bg {
    height: 58px;
    width: 88px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
    border: 1px solid #EDEDED;
}

.catalog_cat {
    display: inline-block;
    height: 60px;
    color: #217cb0;
    margin-right: 40px;
    margin-bottom: 25px;
}

.catalog_cat table td {
    vertical-align: middle !important
}

.catalog_cat .title {
    line-height: 20px;
    color: #217cb0;
    font-weight: 600;
}

.banner_link {
    display: block;
    z-index: 20;
    background: #5c7fb1;
    width: 230px;
    padding: 40px 40px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #6c91c5;
    font-weight: 200;
    font-size: 20px;
    margin-left: 60px;
    z-index: 10;
    position: relative;
    float: right;
    right: 53px;
    transition: All 0.2s;
}

.banner_link i.arrow {
    display: block;
    float: right;
    font-size: 14px;
    position: relative;
    top: 6px;
    right: 0px;
    transition: All 0.2s;
}

.banner_link .icon {
    display: block;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 15px;
    margin-left: 0px;
    width: 20px;
    transition: All 0.2s;
    left: 0px;
}

.banner_link .icon2 {
    display: block;
    float: left;
    position: relative;
    width: 24px;
    margin-left: -3px;
    margin-right: 13px;
    top: 0px;
    transition: All 0.2s;
    left: 0px;
}

.banner_link:hover {
    background: #6a93ce;
}

.banner_link:hover > .icon {
    left: -3px;
}

.banner_link:hover > .icon2 {
    left: -3px;
}

.banner_link:hover > i.arrow {
    right: -3px;
}

.slide {
    width: 100%;
    height: 350px;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: cover
}



.icons table {
    width: 100%;
    height: 40px;
}

.icons table td:nth-child(odd) {
    min-width: 75px;
    background: #303152;
    height: 40px;
    text-align: center;
    padding: 14px 0px;
}

.icons table td:nth-child(odd) i {
    color: #FFFFFF;
    font-size: 7%;
}

.icons table td:nth-child(even) {
    width: 18%;
    background: #3e3f69;
    color: #FFFFFF;
    padding: 12px 0px 12px 25px;
    font-weight: 300;
    font-size: 15px;
}

.icons table td:nth-child(3), .icons table td:nth-child(7) {
    background: #62627b;
}

.icons table td:nth-child(4), .icons table td:nth-child(8) {
    background: #7d7d92;
}


.icon_place {
    margin: 0px 0;
    width: 80px;
    height: 90px;
    margin-top: -132px;
    text-align: center;
    background: url(../image/hexagon_blue.png);
    position: relative;
    line-height: 90px;
}

.icon_place img {
    display: inline-block;
    margin-top: 23px;
}

.text_content {
    padding: 50px;
    font-size: 15px;
    font-weight: 300;
}

.text_content_catalog {
    padding: 0px !important;
    font-size: 17px;
}

.text_content_catalog a {
    font-weight: 400;
    color: #0072c0;
}

.text_content_catalog h1 {
    margin-top: 45px;
    font-weight: 400;
    color: #0072c0;
    margin-bottom: 20px;
    font-size: 35px;
    text-align: left;
    display: block;
    line-height: normal;
}

.text_content_catalog h2 {
    margin-top: 35px;
    font-weight: 400;
    color: #0072c0;
    margin-bottom: 22px;
    font-size: 27px;
    text-align: left;
    display: block;
}

.text_content ul {
    margin: 20px;
}

.main_text_content {
    float: none;
    width: 100%;
    height: auto;
}

.main_news_content {
    background: #f2f2f3;
    float: left;
    width: 50%; 
    height: 460px;  
}

.inner_content {
    padding: 35px 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.inner_content.text_content {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    padding: 35px 20px;
}

.inner_content.text_content h3 {
    font-size: 26px;
    font-weight: 400;
    text-transform: none
}

.inner_content.text_content ul, .inner_content.text_content ol {
    margin: 10px 0px 20px 40px
}

.delivery_comp {
    margin: 30px 0px 40px 0px;
}

.delivery_comp img {
    margin: 15px 30px 0px 0px;
}

#news_slider .news_slide_box {
	clear: none !important
}

.news_slide_box {
    display: block;
    width: 180px;
    height: 230px;
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
    margin: 0px 20px 20px 0px;
    float: left;
}

.news_slide_box .image_box {
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.news_slide_box .image_box img {
    width: 180px;
}

.news_slide_box a {
    font-weight: 900;
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin: 8px 0px;
    color: #303152;
    line-height: 20px;
}

.news_slide_box a:hover {
    color: #525382;
}

.slick-track {
	height: 280px
}

.track_min .slick-track {
	height: 150px
}

.slide_left {
    position: absolute;
    left: -28px;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.5;
    top: 20%;
    color: #000;
    z-index: 100;
}

.slide_right {
    position: absolute;
    right: -28px;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.5;
    top: 20%;
    color: #000;
    z-index: 100; 
}

.slide_left:hover, .slide_right:hover {
    opacity: 1;
}

.slick-dots {
    bottom: -3px;
    text-align: left;
    left: -4px;
}

.slick-dots li button:before {
    content: '';
}

.dot_box {
    position: relative;    
}

.dot_box li {
    background: url(/upload/image/circle.png);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    display: block;
    position: relative;    
}

.dot_box li.slick-active {
    background: #FFFFFF;    
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.placemark {
    position: absolute;
    text-align: center;
    width: 100px;
    left: 50px;
    top: -10px;
    transition: All 0.3s;
    opacity: 0;
}

.placemark.visible {
    top: 0px;
    opacity: 1;   
}

.placemark i {
    font-size: 22px;
    margin-top: 5px;
    color: #adaee6;
}

.placemark p {
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.8)   
}

.placemark.pm_tumen {
    margin-left: 125px;
    margin-top: 313px
}
.placemark.pm_krasnodar {
    margin-left: -73px;
    margin-top: 346px;
}
.placemark.pm_sp {
    margin-left: -25px;
    margin-top: 205px;
}
.placemark.pm_moscow {
    margin-left: -20px;
    margin-top: 259px;
}
.placemark.pm_samara {
    margin-left: 31px;
    margin-top: 312px;
}
.placemark.pm_kazan {
    margin-left: 39px;
    margin-top: 298px;
}
.placemark.pm_perm {
    margin-left: 78px;
    margin-top: 285px;
    z-index: 2;
}
.placemark.pm_ekb {
    margin-left: 102px;
    margin-top: 300px;
    z-index: 3;
}
.placemark.pm_vla {
    margin-left: 527px;
    margin-top: 347px;
}
.placemark.pm_haba {
    margin-left: 515px;
    margin-top: 295px;
}
.placemark.pm_ufa {
    margin-left: 63px;
    margin-top: 310px;
}
.placemark.pm_krym {
    margin-left: -97px;
    margin-top: 336px;
}
.placemark.pm_yamal {
    margin-left: 169px;
    margin-top: 179px;
}
.placemark.pm_saratov {
    margin-left: -1px;
    margin-top: 322px;
}

.geo_content {
    background: #3e3f69;
    padding: 1px 0px;
    float: left;
    width: 70%;
    min-width: 720px;
}

.geo_box {
    display: block; 
    margin: 50px auto; 
    width: 702px; 
    height: 438px; 
    background:url(../image/russia.png);
    position: relative;
    margin-bottom: 30px;
}

.partners_content {
    float: left;
    width: 30%;
}

.images_partners {
    padding-left: 30px;  
}

.images_partners img {
    margin: 0px 10px 10px 10px;
    display: block; 
    float: left;  
}

.products_content {
    float: left;
    width: 70%; 
    background: #e3e4ec;
    height: 600px;  
}

.products_descr_content {
    float: left;
    width: 30%;
    background: #3c3c46;
    height: 600px;   
}

.products_descr_content table {
    margin-left: 60px;
    margin-top: -20px;   
}

.products_descr_content table tr td {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF; 
    padding: 15px 0px;  
}

.products_descr_content table tr img {
    width: 45px;  
}

.products_descr_content table tr td:nth-child(1){
    width: 75px;   
}

.products_descr_content table.min_obj {
    margin-left: 40px; 
}

.products_descr_content table.min_obj tr td {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF; 
    padding: 5px 0px;  
}

.products_descr_content table.min_obj td img {
    width: 40px;  
}

.products_descr_content table.min_obj tr td:nth-child(1){
    width: 55px;   
}

.products_slider_box {
    margin: 0px 65px;
    margin-top: -20px;
}

#products_dots {
    margin-left: 63px;
}

#products_dots .slick-dots {
    bottom: -14px;
    text-align: right;
    left: -50px;
}

#products_slider .product_slide_box {
	clear: none !important
}

.description_catalog ul, .description_catalog ol {
    margin: 12px 20px;   
}

.description_catalog table {
    width: 100% !important;
    max-width: 100% !important;
       
}

.description_catalog table td {
    padding: 5px 10px;     
}

.description_catalog table th {
    text-align: left !important    
}

.description_catalog table td:nth-child(1) {
    width: 40%;
    font-weight: 600;     
}

.description_catalog table tr:nth-child(even) {
    background: rgba(0,0,0,0.05)     
}

.product_slide_box {
    display: block;
    width: 260px;
    height: 260px;
    padding: 20px 10px;
    background: #FFFFFF;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.07);
    border: 2px solid #f1f1f3;
    margin: 0px 10px 10px 0px;
    text-decoration: none;
    transition: All 0.3s;
    float: left;
}

.product_slide_box:hover {
    box-shadow: 1px 6px 30px rgba(69, 129, 175, 0.18);
    border: 2px solid #d0dfea;
}

.product_slide_box .image_box {
    width: 260px;
    height: 170px;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.product_slide_box .image_box img {
    max-height: 150px;
    display: block; 
    margin: 0px auto;
    max-width: 180px;
}

.product_slide_box p {
    font-weight: 400;
    display: block;
    text-decoration: none;
    font-size: 16px;
    margin: 15px 0px;
    color: #444e56;
    line-height: 20px;
    text-align: center;
}

.product_slide_box p.cat {
    font-weight: 300;
    display: block;
    text-decoration: none;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    color: #444e56;
    line-height: 12px;
    text-align: center;
}


.float_content {
    float: left;
    width: 30%;
    background: #FFFFFF;
    position: relative;
    height: 170px;
    background-size: cover;
    position: relative;
    margin-bottom: 1px;
}

.float_content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background: rgba(5, 29, 41, 0.78);
    transition: All 0.2s;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.float_content .title {
    padding: 0px 0px;
    position: absolute;
    top: 40%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    z-index: 4;
    width: 100%;
}

.float_content .title p {
    padding: 0px 30px;
}

.float_box {
    float: left;
    width: 33%;
    height: 350px;
    position: relative;
}

.inline {
    display: inline-block;
    margin: 0px auto;
}

.float_box .title {
    padding: 0px 30px;
    color: #000000;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
}

.float_box .title2 {
    padding: 0px 0px;
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 0px;
    margin-top: 15px;
    height: 160px;
    position: relative;
}

.float_box .title1 {
    padding: 0px 0px;
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -136px;
    height: 120px;
    position: relative;
    margin-left: 2px;
}

.float_box .title1 span {
    display: block;
    font-size: 45px;
    font-weight: 700;
    padding: 8px 0px;
    line-height: 29px;
}

.float_box .title2 p {
    padding: 3px 10px 3px 10px;
    margin-top: 52px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.64);
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
    height: 50px;
    display: table-cell;
    width: 200px;
}

.float_box .title span {
    color: #2b70a3;
}

a.float_box {
    text-decoration: none;
    color: #FFFFFF;
    height: 190px;
    transition: all 0.3s;
    background-color: #FFFFFF;
    background-position: 90%;
    background-size: auto 65%;
    background-repeat: no-repeat;
    margin: 5px 1%;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.fontStyleFloatBig {
    font-size: 45px;
    margin-top: 20%;
    width: 80%;
    line-height: 50px;
}

.fontStyleFloatMedium {
    font-size: 20px;
    line-height: 27px;
    margin-top: 15%;
    width: 80%;
}

/*
a.float_box:nth-child(1):before,
a.float_box:nth-child(3):before,
a.float_box:nth-child(5):before,
a.float_box:nth-child(7):before,
a.float_box:nth-child(9):before {
    background-color: rgba(0,0,0,0.04);
    z-index: 10;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
}
*/

.prom_box .float_box {
    width: 172px;
    height: 255px;
}

a.float_box:hover, a.float_box.active {

}

a.float_box img {
    display: block;
    margin: 0px auto;
    width: 50px;
    margin-bottom: 12px;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}

a.float_box .icon {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 37px;
    position: relative;
    z-index: 5;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}


a.float_box .title {
    color: #4d4d4d;
    font-size: 22px;
    padding: 0px 25px;
    text-align: left;
    margin-top: 0px;
    line-height: 24px;
    position: relative;
    z-index: 5;
    font-weight: 500;
    transition: All 0.3s;
    left: 0px;
    width: 50%;
}

a.float_box:before {
    /*
    content: '';
    width: 100%;
    height: 1px;
    margin-top:-1px;
    background: #EDEDED;
    top: 100%;
    left: 0px;
    position: absolute;
    display: block;
    z-index: 2;
    transition: All 0.2s;*/
}
/*
a.float_box:after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 70%;
    height: 0%;
    background: #0071bc; 
    left: 0px;
    top: 0px;
    transition: All 0.3s;
}
*/
a.float_box:hover > .title {
    color: #0071bc;
    left: 2%;
    z-index: 50
}

a.float_box:hover:after {
    /*
    position: absolute;
    z-index: 1;
    content: '';
    width: 70%;
    height: 100%;
    background: #0071bc; 
    left: 0px;
    top: 0px;*/
}

a.float_box:hover {
    background-position: 87%;
    background-size: auto 65%;
    box-shadow: 2px 2px 45px rgba(0,0,0,0.25);
}

a.float_box.noborder_right:after {
    display: none;
}

a.float_box.noborder_bottom:before {
    display: none;
}

a.float_box.border_top .title:before {
    content: '';
    width: 100%;
    height: 1px;
    background:rgba(255,255,255,0.2);
    top: 0px;
    left: 0px;
    position: absolute;
    display: block;
}

a.float_box .title p {
    margin-bottom: 10px;
}

a.float_box .title li {
    list-style: circle;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0px;
    line-height: 17px;
    margin-left: 8px;
}


.hex_image {
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
    width: 200px;
}

.hex2_image {
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
    width: 145px;
    
}

.sert_content {
    float: none;
    background: #FFFFFF;
    position: relative;
    height: auto;
}

.sert_content:nth-child(2) {
    float: none;
}

.sert_content:nth-last-child(1) {
    float: none;
    background: #e3e4ec;
    overflow: hidden
}

.sert_content video {
    width: auto;
    min-width: 100%;
    height: 460px;
    position: absolute;
    z-index: 1;   
}

.sert_content:nth-last-child(1) .inner_content {
    position: relative;
    z-index: 2;   
}

.sert_content:nth-last-child(1) h2 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 35px;
}

.sert_container {
    width: 180px;
    height: 245px;
    overflow: hidden;
    margin: 0px 5px;
    border: 3px solid #E9EAED;
    transition: All 0.2s;
}

.sert_container_min {
    height: 139px;
}

.sert_container:hover {
    border: 3px solid #D0DBDC;
}

.sert_container img {
    width: 160px;
    height: auto;
    margin: 10px;
}

.sert_container {
    clear: none !important;
}

#sert_slider {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

#sert_dots {
    margin-top: -7px;
    margin-left: 0px;
    margin-right: -40px;
}

.news_time {
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #848791
}
    

.circle_icon {
    background:#FFFFFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    margin: 15px auto;
}

.circle_icon img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.circle_text {
    font-size: 19px;
    font-weight: 600;
}

table.payinfo td {
    padding: 8px; 
    font-size: 15px;
    vertical-align: top; 
    color: #FFFFFF
}

table.payinfo td:nth-child(1) {
    padding-left: 40px;  
}

table.payinfo td a {
    color: #FFFFFF  
}


table.payinfo tr:nth-child(even) td {
    background: rgba(0,0,0,0.05)  
}

.module_box {
    margin-bottom: 0px;
    padding: 15px 0px;
    border-bottom: 2px solid #e3e4ec;
    height: 280px;
    width: 48%;
    float: left;
}

.module_box:nth-child(odd) {
    border-right: 2px solid #e3e4ec;
}

.module_box_title {
    margin: 15px 20px;
    font-weight: 600;
    color: #3e3f69
}

.module_box img {
    max-width: 710px;
    width: 95%;
}

.module_box:nth-last-child(4), .module_box:nth-last-child(3) {
    height: 340px;
}

.module_box:nth-last-child(2), .module_box:nth-last-child(1) {
    height: 410px;
}

.module_box_full {
    width: 90%;
}

.module_box_r {
    background: #FFFFFF;
    border: none !important;
} 

.rvo img {
    width: 32%;
    max-width: 200px;    
}

.conf_text {
    font-size: 12px;
    margin: 0px 10px;
    margin-bottom: 10px;
    line-height: 17px;
    font-weight: 400;
    color: #68707d;
}

.conf_text a {
    color: #3f76c3;
}


.footer_box {
    background: #1c3345;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-weight: 300;
    margin-top: 0px;
}

.footer_box ul {
    margin-top: 10px;
    list-style: none;
}

.footer_box ul li {
    margin-bottom: 10px;
}

.footer_box a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px
}

.footer_box a:hover {
    text-decoration: underline;
}

.footer_box p.title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0px 30px 0px;
}

.footer_box p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px;
}

.footer_box i {
    display: inline-block;
    width: 25px;
    text-align: center;
    margin-left: -5px;
}

.footer_box .button_border {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    width: 160px;
    text-transform: none;
}

.footer_box .button_border:hover {
    text-decoration: none;
}

.news_descr ul {
    margin: 15px 30px;
}

.news_descr h2, .news_descr h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.top_margin {
    margin-top: 80px;
}

.icon_box {
    display: block;
    width: 398px;
    height: 300px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.icon_box:after {
    display: block;
    content: '';
    margin: 0px auto;
    top: 100%;
    width: 40%;
    left: 30%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
}

.icon_box_bottom {
    height: 295px;
}

.icon_box_bottom:after {
    display: none;
}

.icon_box .icon_img {
    display: block;
    width: 100%;
    text-align: center;
}

.icon_box .icon_img img {
    top: 19px;
    position: relative;
    max-width: 100px;
}

.icon_box .icon_img svg {
    top: 19px;
    position: relative;
    max-width: 100px;
}

.icon_box .icon_img svg path,
.icon_box .icon_img svg rect {
    fill: #0071bc
}

.icon_box .icon_text {
    display: block;
    padding: 0px 12%;
    padding-top: 35px;
    color: #0071bc;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.icon_box .icon_text p {
    color: #4c4c4c;
    font-weight: 400;
    margin-top: 20px;
}

.icon_box .icon_text_content {
    display: block;
    padding: 10px 10%;
    padding-top: 13px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: none;
}

.subscribeBox {
    background: #edeff1; 
    width: 100%; 
    height: auto; 
    border: 0px;
    padding: 30px 0px; 
    text-align: center; 
    border-radius: 12px;
    margin-top: 50px;
}

.icons {
    margin-bottom: 50px;
    margin-top: 0px;
}

.open_menu, .close_menu {
    display: none;
}

.text_urder_title {
    font-size: 20px;
    text-align: center;
    width: 800px;
    margin: 20px auto;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 60px;   
}

.text_urder_title2 {
    width: auto;   
    font-size: 17px;
}

.menu_left {
    position: absolute;
    left: -45px;
    top: 3px;
    font-size: 32px;
    color: #ffffff;
}

.mobile_show {
    display: none !important;
}

.mobile_hide {

}

.form_white_text .form_result .form_result {
    color: #FFFFFF;   
}

#dynamic_form_box_catalog .form_result {
    color: #FFFFFF;
    text-align: center   
}

.managers {
    margin: 0px auto;
    width: 80%;
    margin-bottom: 0px;
    height: 430px;
}

.managers2 {
    width: 580px; 
    height: auto;
    margin: 0px auto;
}

.managers_box {
    position: relative;
    float: left;
    width: 300px;
    text-align: center;
    height: 400px;
}

.managers_box_left {
    text-align: left;
    height: auto
}

/*
.managers_box .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    display: block;
    border-radius: 50%;
    border: 7px solid rgba(221, 221, 221, 0.4);  
}
*/

.catalog_descr h1 {
    font-weight: 500;
    color: #0072c0;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 30px;
    line-height: normal;
    text-align: left;
    display: block;
}

.managers_box .img {
    width: 150px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    display: block;
    border-radius: 0%;
    border: 0px solid rgba(221, 221, 221, 0.4);
}

.managers_box_left .img {
    width: 160px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    display: block;
}

.managers_box .img img {
    width: 150px;
    height: auto;    
}

.managers_box_left .img img {
    width: 150px;
    height: auto;
}

.managers_box .text {
    padding: 10px 30px;
    font-size: 20px;    
}


.managers_box .text2 {
    padding: 15px 0px;
    font-size: 16px;    
}

.managers_box .text2 p:nth-child(1){
    font-size: 14px;    
}

.managers_box .text2 p:nth-child(2){
    font-size: 19px;  
    margin-top: 10px;  
}

.managers_box .text2 p:nth-child(2) i{
    font-size: 14px;   
}

.managers_box .text2 p:nth-child(3){
    font-size: 14px;  
    margin-top: 10px;  
}

.managers_box .text2 p:nth-child(3) i {
    font-size: 13px;  
    position: relative;
    margin-right: 3px;  
}

.contact_icon {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #0071BC
}

.contact_text {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #0071BC;
    font-weight: 400;
}

.contact_text2 {
    font-size: 18px;
    color: #5a5a5a;
}

.content_padding {
    padding-left: 315px;
}

.hide_content {
    overflow: hidden;
    height: 580px;   
}

.hide_content.active {
    overflow: auto;
    height: auto;   
}



/* pGallery */

.pGallery {
	cursor: pointer;
}

.pGallery_bg {
	display: block;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99995;
}

.pGallery_container {
	background: rgba(255,255,255,1);
	position: absolute;
	z-index: 99996;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	top: 50%;
	border-radius: 4px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	overflow: hidden
}

.pGallery_load {
	margin: 10px auto;
    display: block;
}

.pGallery_img {
    display: none;
}

.pGallery_close {
	opacity: 0.6;
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	background-image: url(../image/pGallery_close.png);
	background-repeat: no-repeat;
	cursor: pointer;
	transition: All 0.2s;
	top: 50%;
}

.pGallery_close:hover {
	opacity: 0.8;
	cursor: pointer;
}

.pGallery_prev, .pGallery_next {
	opacity: 0.6;
	width: 28px;
	height: 50px;
	display: none;
	position: absolute;
	background-image: url(../image/pGallery_prev.png);
	background-repeat: no-repeat;
	cursor: pointer;
	transition: All 0.2s;
	top: 50%;
    margin-top: -14px;
}

.pGallery_prev {
	background-image: url(../image/pGallery_prev.png);
}

.pGallery_next {
	background-image: url(../image/pGallery_next.png);
}

.pGallery_prev:hover, .pGallery_next:hover {
	opacity: 1;
}


.atom_modal_bg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	transition: all 0.15s;
	z-index: 9999;
}

.atom_modal_bg_full {
	background: rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	transition: all 0.15s;
	z-index: 9998;
	overflow-y: scroll;
}

.atom_modal {
	background: rgb(234, 234, 234);
	position: fixed;
	top: 4%;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	min-height: 50px;
	opacity: 0;
	transition: all 0.3s;
	display: none;
	z-index: 9999;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	border-radius: 3px;
}

.atom_modal_max {
	top: 1%;
	margin-left: -510px;
	width: 1020px;
	position: relative;
}

.atom_modal_active {
	top: 20% !important;
	opacity: 1 !important;
}

.atom_modal_max.atom_modal_active {
	top: 7% !important;
}

.atom_modal_bg_active {
	opacity: 1 !important;
}

.atom_modal_close {
	width: 30px;
	margin-left: 400px;
}

.atom_modal_max .atom_modal_close {
	width: 30px;
	margin-left: 1028px;
}

.atom_modal_close {
	margin-left: 460px;
	margin-top: 0px;
	position: absolute;
	opacity: 0.7;
	transition: all 0.15s;
	cursor: pointer;
	width: 30px;
}

.atom_modal_close:hover {
	opacity: 1;
}

.modal_sett_content {
	font-size: 14px;
	color: #303030
}

.city_container {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: left;
}

.city_container a {
    text-decoration: none;
    color: #30343A;
}


.input_transparent {
    padding: 0px 15px;
    height: 45px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgb(165, 165, 165);
    border-radius: 12px;
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.14);
    transition: All 0.2s;
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
    width: calc(33% - 45px);
    margin: 5px;
}

textarea.input_transparent {
    padding: 15px 15px;
    height: 90px;
    line-height: 20px;
    width: calc(100% - 52px);
}

.input_transparent[type="file"] {
    width: 94%;
    padding: 12px 15px;
    height: 22px;
}

.input_transparent:hover {
    box-shadow: 0px 0px 12px rgba(255,255,255,0.2);
}

.input_transparent:focus {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 12px rgba(255,255,255,0.5);
}

.form_info {
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.conf_text_white {
    margin: 5px 0px 30px 0px;
    font-size: 12px;
    color: #FFFFFF;
}


.client_logo {
    margin: 18px;
    float: none;
    height: 40px;
    display: inline-block;
}


@keyframes bottom_arrow {
	from {top: 20px; opacity: 0.5;}
	50% {top: 30px; opacity: 1;}
	to {top: 20px; opacity: 0.5;}
}

.bottom_arrow {
    width: 37px;
    height: 21px;
    opacity: 0.5;
    margin: 0px auto;
    margin-top: 700px;
    z-index: 10;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    cursor: pointer;
    background: url(../image/down_arrow.png) no-repeat;
    background-size: 70%;
    background-position: center center;
    animation: bottom_arrow 2s infinite ease;
}

.float_footer {
    float: left;
    width: 45%;
}

.float_footer:nth-child(1) {
    margin-right: 5%;
}

.footer_box table tr > td:nth-child(1) {
    min-width: 250px;
    width: 30%;
}

.footer_box table tr > td:nth-child(2) {
    min-width: 130px; 
    width: 20%;
    border-left: 1px solid rgba(255, 255, 255, 0.05)
}

.footer_box table tr > td:nth-child(3) {
    min-width: 275px;
    width: 10%;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.location_marker {
    position: absolute;
    z-index: 200;
    margin-left: 92px;
    margin-top: -15px;
}

.location_marker2 {
}

table.padding_td td {
    padding: 25px;
}

.formBgLeft {
    float: left;
    width: 50%;
}

.formBgLeft svg {
    width: 35px;
    height: 35px;
    position: relative;
    top: 11px;
}

.formBgLeft svg path {
    fill: #FFFFFF
}

.footer_box svg {
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
}

.footer_box svg path {
    fill: #FFFFFF
}

.prom_box {
    display: block;
    position: relative;
}

.prom_box:after {
    content: '';
    display: block;
    clear: both;
}


@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.formBg .bg {
  animation:slide 25s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #001b2e 50%, #07283e 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:1;
}

.formBg .bg2 {
  animation-direction:alternate-reverse;
  animation-duration:22s;
}

.formBg .bg3 {
  animation-duration:28s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}



.formBg {
    margin: auto;
    overflow: hidden;
    position: relative;
}


.section_bg {
    background-size: cover;
    background-position: center center;
    height: 150px;
    width: 100%;
    position: relative;
    /*
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.2;
    */
}

.section_bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(/upload/image/tc.png);
    opacity: 0.7;
    z-index: 2;
}

.dynamic_form_box input[type="text"], .dynamic_form_box select, .dynamic_form_box textarea {
    padding: 16px 10px;
    border: 0px;
    border: 1px solid rgb(218, 217, 217);
    border-radius: 12px;
    font-size: 15px;
    min-width: 200px;
    width: 90%;
    transition: All 0.4s;
    background: #FFFFFF;
}

.dynamic_form_box input[type="submit"] {
    background: #0071bc;
    border: none;
    border-radius: 11px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    width: 94%;
    height: 50px; 
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    transition: all 0.7s;
    background-image: url(../image/button_hover.png);
    background-repeat: no-repeat;
    background-position: -700px 0px;
    overflow: hidden;
    position: relative;
}

.dynamic_form_box input[type="submit"]:hover {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.7s;
    opacity: 0.9;
    background-position: 0px 0px;
}

.dynamic_form_box input[type="text"]:focus, .dynamic_form_box textarea:focus {
    outline: none;
    border: 1px solid rgb(159, 197, 226);
}

.nav {
    margin: 35px 20px;
    margin-bottom: 45px;
    color: #DDDDDD;
    position: relative;
    z-index: 20;
}

.nav a {
    color: #4c4c4c
}

.nav a:hover {
    color: #000000
}

.back_link {
    color: #4c4c4c;
    margin-bottom: 30px;
    text-decoration: none;
}

.back_link:hover {
    color: #000000;
}

.ui-tabs {
    padding: 0px !important;
}

.ui-widget-header {
    border: 0px !important;
    background: none !important;
    color: #222222;
    font-weight: bold;
    border-radius: 0px !important;
    
}

.ui-tabs .ui-tabs-nav {
    padding: 0px !important;
    margin-top: -41px !important;
    margin-left: -1px !important;
}

.ui-widget.ui-widget-content {
    border-radius: 0px !important;
}

#tabs {
    margin-top: 60px;
}

#tabs .tab_content {
    padding: 35px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #f1f1f3 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-left: 1px solid #d3d3d3 !important;
    border-top: 1px solid #d3d3d3 !important;
    border-right: 1px solid #d3d3d3 !important;
    background: #FFFFFF !important;
}

.ui-state-focus {
    outline: none !important
}

.ui-state-focus a {
    outline: none !important
}

.catalog_text_content table {
    margin: 15px 0px;
    max-width: 100% !important;
    width: 100% !important;
}

.catalog_text_content table td {
    padding: 3px 5px;
    font-size: 14px;
}

.catalog_text_content table tr:nth-child(even) {
    background: rgba(0,0,0,0.04)
}

.white_sub_text {
    margin: 8px; 
    margin-top: 10px; 
    color: #FFFFFF; 
    font-size: 20px; 
    font-weight: 300;
}

.white_sub_text span {
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 10px;
}

.tab_content img, .catalog_text_content img {
    max-width: 100%;
    height: auto !important;
}

.catalog_image_td {
    width: 30%; 
    max-width: 300px; 
    min-width: 250px;
}

.catalog_descr_td {
    padding-left: 30px;
}

.catalog_image {
    width: 300px;
}

.catalog_image img {
    max-width: 280px;
    margin-bottom: 40px;
}

.catalog_descr {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
}

.catalog_descr h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #0071bc;
    font-size: 22px;
    text-align: left;
}

.catalog_descr ul, .catalog_descr ol {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.catalog_full_tab {
    margin-top: 50px;
}

.catalog_contact {
    width: 310px;
}

.catalog_contact_box {
    background: #eff2f3;
    padding: 20px 20px;
    border-radius: 12px;
}

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

.catalog_contact .managers_box .text2 {
    padding: 7px 0px;
    font-size: 15px;
}

.catalog_parameters {
    margin: 5px 0px;
    width: 40%;
    min-width: 350px;
    line-height: normal;
}

.catalog_parameters td {
    padding: 5px 0px;    
}

.catalog_parameters td:nth-child(1){
    width: auto;
    white-space: nowrap;    
}

.catalog_parameters td:nth-child(2){
    position: relative;
    border-bottom: 1px dotted #a9a6a6;
    top: -10px;
    width: 95%;
}

.catalog_parameters td:nth-last-child(1){
    text-align: right;
    width: auto;
    white-space: nowrap; 
}

.catalog_parameters_box {
    margin-bottom: 30px;
}

.catalog_price {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    float: left;
    margin-right: 20px;  
}

.no_price {
    font-weight: 400;
    font-size: 12px;  
}

.catalog_parameters_box .button_border_blue {
    width: 150px;
    float: left;
    position: relative;
    top: 20px;
}

.catalog_pr {
    margin-top: 15px;
    margin-left: 5px;
}

.catalog_pr td {
    vertical-align: middle !important;
}

.catalog_pr td img {
    margin-bottom: 0px;
    opacity: 0.7;
    width: 45px;
}

.catalog_pr td:nth-child(1){
    padding-right: 10px;
}

.catalog_pr td:nth-child(2){
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    color: #4c4c4c;
}

.sub_cat_links {
    margin: 10px 0px 20px 0px;
    text-align: center;
}

.sub_cat_links a {
    margin: 10px 10px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    color: #0071BC;
    font-weight: 400;
    border: 1px solid #FFF;
    padding: 8px 10px;
    text-decoration: none;
}

.sub_cat_links a.active {
    border: 1px solid #0071BC;
    text-decoration: none;
    border-radius: 12px;
}

/*
.sub_cat_links a div.sub_image {
    width: 100px;
    height: 90px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0px auto;
    margin-bottom: 7px;
}
*/

.sub_cat_links a div.sub_image {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 0px;
    vertical-align: middle;
}

.pagination {
    text-align: center;
    margin: 20px 0px 40px 0px;
}


.pagination a {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    margin: 0px 3px;
    border-radius: 12px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #EAEAEA;
}

.pagination a:hover {
    color: #000000;
    background: #d1d5d8;
}

.pagination a.active {
    color: #FFF;
    background: #0071bc;
}


#a_right {
    position: absolute;
    z-index: 10;
    margin-top: -205px;
    left: 50%;
    width: 20px;
    margin-left: 610px;
    cursor: pointer;
    opacity: 0.5;
    transition: All 0.2s;
}

#a_left {
    position: absolute;
    z-index: 10;
    margin-top: -205px;
    left: 50%;
    width: 20px;
    margin-left: -650px;
    cursor: pointer;
    opacity: 0.5;
    transition: All 0.2s;
}

#slide_pages {
    z-index: 50;
    margin-top: 100px;
    position: absolute;
    width: 300px;
    left: 10px;
    text-align: left;
}

.slide_dot {
    width: 25px;
    height: 3px;
    border-radius: 0px;
    background: rgb(151, 178, 216);
    display: inline-block;
    margin: 7px 5px 7px 20px;
    transition: all 0.2s;
}

.activeSlide, .activeSlide:hover {
    background: rgb(92, 127, 177);
}

#totop {
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    margin-left: 0px;
    top: calc(100% - 50px);
    opacity: 0.8;
    cursor: pointer;
    z-index: 900;
}

.totop, .todown {
    display: none;
    font-size: 12px;
    color: #2E3138;
    text-align: center;
    top: 100%;
    margin-top: -50px;
    margin-left: 7px;
    position: absolute;
}

#totop .totop {
    display: block;
}

.scroll-to-back .totop {
    display: block;
}

.scroll-to-back .todown {
    display: none;
}

.scroll-to-back.up .totop {
    display: none !important;
}

.scroll-to-back.up .todown {
    display: block !important;
}



.footer_right_text1 {
    font-size: 16px !important;
}

.footer_right_text2 {
    font-size: 16px !important;
}

.footer_right_text3 {
    margin-top: 10px !important;
    font-size: 18px !important;
}

.page_36 .top_margin {
    margin-top: 0px;
}

.bg_top {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    margin-top: 7px;
}

.dynamic_form_box input[type="text"], .dynamic_form_box select, .dynamic_form_box textarea {
    border-radius: 12px;
}


.man_check {
    text-align: left;
    font-size: 13px;
    color: #0071bc;
}

.man_check i {
    color: #0071bc;
}


.catalog_filter {
    padding: 0px 0px 15px;
    background: none;
    margin-bottom: 0px;
    border: 0px solid #e8e8e8;
    display: inline-block;
    text-align: left;
}

.catalog_list_box {
    width: auto;
    margin: 0px auto;
    margin-top: 50px;
    padding: 0px 20px;
}

.catalog_list {
    width: calc(100% - 250px); 
    border-right: 0px solid #efefef;
    border-bottom: 0px solid #efefef;
}

.sale_catalog {
    width: calc(100% - 250px); 
}

.catalog_list tr.cTitle td {
    font-weight: 600;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #788589;
}

.catalog_list td {
    padding: 7px 10px;
    border-left: 0px solid #efefef;
    border-top: 0px solid #efefef; 
    border-bottom: 1px solid #eff2f3; 
}

.catalog_list td:nth-child(1) {
    width: 80px; 
}

.catalog_list td:nth-last-child(1) {
    width: 160px; 
}

.catalog_list tr.cTitle td:nth-child(2) {
    width: 200px; 
}

.catalog_list tr.cTitle td:nth-child(3), .catalog_list tr.cTitle td:nth-child(4), .catalog_list tr.cTitle td:nth-child(5) {
    width: 90px; 
}

.catalog_list tr.cTitle td:nth-last-child(2) {
    width: 100px; 
}

.catalog_list td a {
    color: #4b4b4b;
    text-decoration: none;
    font-weight: 500;
}

.catalog_list td a:hover {
    text-decoration: underline;
    color: #0071bc; 
}

.catalog_list td a.button_border_blue {
    color: #FFFFFF;
    width: auto;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0px 34px;
}

.catalog_list td a.button_border_blue:hover {
    color: #0071bc;
    text-decoration: none;
}

.catalog_list td .cImg {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat 
}

.catalog_list td.cPrice {
    font-weight: 500;
}

.count_item_box {
    border: 1px solid #DDDDDD;
    display: inline-block;
    outline: none;
    cursor: text;
    margin: 0px 5px;
    border-radius: 4px;
}

.cVal {
    display: inline-block;
    height: 70px;
    width: auto;
    margin-right: 30px;    
}

.cVal p {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 1px;    
}

.cVal select {
    min-width: 80px;   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    box-shadow: none;
    font-size: 16px;
}

.select2-container .select2-selection--single {
    height: 45px;
    top: -1px;
}

.select2-results__options {
    font-size: 15px;
}

.cButton {
    color: #FFFFFF;
    background: #0071bc;
    border: 0px;
    height: 45px;
    line-height: 45px;
    width: 115px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    top: 2px;
    border-radius: 12px;
    transition: All 0.2s;
}

.cButton:hover {
    color: #FFFFFF;
    background: #0788de;
    cursor: pointer;
}

.cSearch {
    top: 1px;
    left: 10px;
    position: relative;
    font-size: 14px !important;
}

.prod_table_footer td {
    padding: 0px; 
    width: 50%; 
    min-width: auto;
}

.prod_table_footer td:nth-child(2) {
    padding-left: 10px; 
}

.main_menu_top_mobile {
    display: none;
}


.description_box table {
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin: 10px 0px 20px 0px;
}

.description_box table td {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 5px 8px;
}

.description_box table tr:nth-child(even) {
    background: #f7f6f6
}

.description_box table caption {
    margin: 15px 0px;
}

.select_file {
    border: 1px solid rgb(165, 165, 165);
    height: 46px;
    line-height: 46px;
    margin-left: 5px;
    border-radius: 12px;
    margin-top: 5px;
    position: relative;
    width: calc(100% - 21px);
    z-index: 1;
}

.select_file span {
    border-radius: 6px;
    background: #5e6d78;
    color: #dcdcdc;
    font-size: 14px;
    width: 136px;
    text-align: center;
    margin-left: 6px;
    margin-top: 5px;
    display: block;
    height: 36px;
    line-height: 36px;
}

.fixed_catalog_box {
    width: 210px;
    position: absolute;
    right: 0px;
    padding: 15px;
    border-radius: 12px;
    background: #eff2f3;
}

.fixed_catalog_box .catalog_contact_box {
    padding: 0px 0px;
    text-align: center;
    background: none;
}

.fixed_catalog_box .managers_box .text {
    padding: 20px 0px 10px;
    font-size: 18px;
    text-align: center;
}

.fixed_catalog_box .managers_box .text2 {
    padding: 6px 0px;
    font-size: 16px;
    text-align: center;
}

.fixed_catalog_box .managers_box .text2 p:nth-child(2) {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.button_border_blue {
    width: 200px;
}

.fixed {
 position: fixed;
 top: 130px; /*����� ��������� ������ ������*/
 z-index: 9999; /*������������� ���� ������ ���� ��������� �� ��������*/
}

.absolute {
 position: absolute;
 margin-left: 820px;
 top: 0px; /*����� ��������� ������ ������*/
 z-index: 9999; /*������������� ���� ������ ���� ��������� �� ��������*/
}

.gradient_team {
    width: 100%; 
    height: auto; 
    background: linear-gradient(#FFFFFF 100px, #b1c9da 265px,#FFFFFF 265px); 
    margin-top: 1px;
}

.text_man_min {
    float: none;
    width: 100%;
    padding: 5px 0px !important;
    font-size: 18px !important;
}


.img_man_min {
    float: none !important;
    width: 110px !important;
    height: 110px !important;
    margin-right: 0px !important;
    overflow: hidden;
    margin-left: 0px !important;
    margin: 12px auto !important;
    border-radius: 50% !important;
    background-color: #FFFFFF;
    overflow: hidden !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.img_man_min img {
    width: 75px !important;
}

.main_menu.opened {
    height: 100%;
    opacity: 1;
    padding-top: 110px;
    padding-left: 15px;
}

.cart_popup_buttons {
    margin: 20px 0px;
}

.send_button {
    border: none;
    display: inline-block;
    text-align: center;
    padding: 0px 15px;
    background: #0071bc;
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: 500;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    transition: All 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.send_button:hover {
    background: #0b88da;
}

.send_button.green {
    background: #419645;
    margin-left: 15px;
}

.send_button.green:hover {
    background: #4CAF50;
}

.atom_title {
    text-align: left;
    font-size: 24px;
    padding: 15px 35px 15px 85px;
    color: #FFFFFF;
    background: #0071bc;
    margin-bottom: 30px;
}

button.in_active.cart, button.in_active.cart:hover {
    background: #0071bc !important;
    border-color: #0071bc !important;
    color: #FFF !important
}

.cartHead {
    width: 136px;
    background: #0071bc;
    height: 55px;
    line-height: 52px;
    text-align: center;
    right: 12px;
    bottom: 115px;
    border-radius: 12px;
    position: fixed;
    margin-top: 0px;
    color: #FFF;
    z-index: 100;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
    display: none;
}

.cartHead.active {
    display: block;
}

.cartHead a {
    color:#FFF;
    text-decoration: none;
}

.cartHead i {
    display: inline-block;
    margin-right: 5px;
}

.description_box img {
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.description_box,
.description_box a,
.description_box p,
.description_box div,
.description_box ul,
.description_box li,
.description_box ol,
.description_box span {
    line-height: normal;
    font-size: 18px;
    font-weight: 300; 
}

.description_box ul {
    margin: 15px 20px
}

.counter {
    display: inline-block;
    padding: 0px 10px;
    background: #FFFFFF;
    height: 26px;
    line-height: 25px;
    margin-left: 4px;
    border-radius: 9px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.order_item_removed {
    background-image: none;
    color: #000000;
    font-size: 14px;
    width: 60px;
    float: right;
    margin-top: 1px;
}

.order_item_removed {
    background-color: #d4d4d4;
}

.order_sub_line_sum {
    margin-top: 30px;
    border-top: 0px solid rgba(0,0,0,0.1);
    border-bottom: 0px solid rgba(0,0,0,0.1);
    padding: 15px 20px;
    text-align: left;
    line-height: 30px;
    font-size: 20px;
}

.formOrderBox {
    display: block;
    clear: both;
}

.formOrderField {
    display: block;
    float: left;
    width: 45%; 
    margin-right: 5%;
    padding: 10px 0px;
}

.formOrderField label {
    padding-top: 10px;
    display: block;    
}

.formOrderField input[type="file"] {
    padding: 13px;
    border: 2px solid #DADADA;
    border-radius: 25px;    
}

.slider_title2 {
    position: absolute;
    top: 10%;
    left: 25%;
    color: #FFFFFF;
    z-index: 100;
    font-size: 45px;
    background: #0071bc;
    padding: 5px 10px;
}

.slider_subtitle2 {
    position: absolute;
    top: 31%;
    width: 73%;
    left: 25%;
    color: #FFFFFF;
    z-index: 100;
    font-size: 32px;
}

.button_border_height2 {
    width: 270px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
    z-index: 100;
    top: 62%;
    left: 25%;
    margin: 0px;
}


.testVar2 .slide_left_box {
    background: #ffffff !important;
}

.testVar2 .slide_left_box2:after {
    border-left: 300px solid #ffffff !important;
}

.testVar2.main_video_wrapper2 {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0px;
}

.testVar2 .slide_left_box2 .icon_box .icon_text {
    color: #7b7b7b !important;
}

.testVar2 .icon_box .icon_img {
    display: block;
    width: 70px;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    height: 70px;
    padding: 5px 11px 18px 12px;
    background: #9c9c9c;
}




.testVar3 .slide_left_box {
    background: #ffffff !important;
}

.testVar3 .slide_left_box2:after {
    border-left: 300px solid #ffffff !important;
}

.testVar3.main_video_wrapper2 {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0px;
}

.testVar3 .slide_left_box2 .icon_box .icon_text {
    color: #0071bc !important;
}

.testVar3 .icon_box .icon_img {
    display: block;
    width: 70px;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    height: 70px;
    padding: 5px 11px 18px 12px;
    background: #0071bc;
}



.testVar4 .slide_left_box {
    background: #0071bc !important;
}

.testVar4 .slide_left_box2:after {
    border-left: 300px solid #0071bc !important;
}

.testVar4.main_video_wrapper2 {
    padding-bottom: 0px;
}

.testVar4 .slide_left_box2 .icon_box .icon_text {
    color: #FFFFFF !important;
}


.testVar5 .slide_left_box {
    background: #4c4c4c !important;
}

.testVar5 .slide_left_box2:after {
    border-left: 300px solid #4c4c4c !important;
}

.testVar5.main_video_wrapper2 {
    padding-bottom: 0px;
}

.testVar5 .slide_left_box2 .icon_box .icon_text {
    color: #FFFFFF !important;
}

.testVar5 .icon_box .icon_img {
    display: block;
    width: 70px;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    height: 70px;
    padding: 5px 11px 18px 12px;
    background: #88d0ff;
}


.specialBox {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    background:#FFF;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    height: 510px;
    text-decoration: none;
    display: block;
    padding-top: 30px;
    transition: All 0.2s;
}

.specialBox:hover {
    box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
}

.specialBox:nth-child(3n) {
    margin-right: 0%;    
}

.specialBoxImage {
    height: 220px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.specialBoxTitle {
    padding: 25px 25px 10px 25px;
    font-size: 27px;
    line-height: 34px;
    color: #000000;
}

.specialBoxSubTitle {
    margin-bottom: 10px;
    padding: 0px 25px;
    font-size: 16px;
    color: #797979;
}

.specialBox button {
    margin: 0px 25px;
    color: #FFFFFF;
    font-size: 16px;
    background: #0071BC;
    display: block;
    width: 145px;
    height: 39px;
    line-height: 37px;
    border: 0px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer
}

.specialBoxPrice {
    padding: 0px 25px;
    font-size: 30px;
    color: #0071bc;
    margin-bottom: 20px;
}

.specialBoxDescr {
    margin-bottom: 10px;
    padding: 0px 25px;
    font-size: 18px;
    line-height: 32px;
    color: #3e3e3e;
}


.sale_catalog {
    text-decoration: none;
    width: calc(100% - 250px);
    display: block;
    margin-bottom:35px;
}

.sale_catalog_sticker {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 1px 10px;
    background: #0071bc;
    margin-bottom: -24px;
}

.sale_catalog_img {
    height: 165px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.sale_catalog_title {
    padding: 25px 25px 10px 25px;
    font-size: 30px;
    line-height: 34px;
    color: #0071bc;
}

.sale_catalog_descr {
    margin-bottom: 10px;
    padding: 0px 25px;
    font-size: 16px;
    color: #797979;
}

.sale_catalog button {
    margin: 0px 25px;
    color: #FFFFFF;
    font-size: 16px;
    background: #0071BC;
    display: block;
    width: 145px;
    height: 39px;
    line-height: 37px;
    border: 0px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer
}

.sale_catalog_price {
    padding: 0px 25px;
    font-size: 30px;
    color: #0071bc;
    margin-bottom: 20px;
}

.topLeftBox {
    width: 50%;
    float: left;
}

.headSearchForm {
    margin-top: 50px;
}

.headSearch {
    background: none;
    border: 1px solid #d5d8d9;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 12px;
    padding: 0px 10px;
    width: 80%;
    margin: 0px 0px;
}

.headSearchForm .headSearch {
    border: 1px solid #949494;
}

.headSearchButton {
    background: #0071bc;
    font-size: 22px;
    position: relative;
    left: -15px;
    border: 0px;
    border-radius: 0px 12px 12px 0px;
    color: #FFF;
    top: 6px;
    height: 47px;
    padding: 0px 25px;
}

.headSearchButton svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
}

.headSearchButton svg path {
    fill: #FFFFFF
}

.headSearchForm .headSearchButton {
    background: linear-gradient(90deg, #7a7a7a, #5d5c5c);
}

.headSearchForm .headSearch {
    color: #FFF
}

.headSearchButton2 {
    background: #0071bc;
    font-size: 17px;
    position: relative;
    left: -80px;
    border: 0px;
    color: #FFF;
    top: 2px;
    height: 38px;
    padding: 0px 20px;
}

.border_input {
    width: 600px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #aeaeae;
}


@media (max-width: 1500px) {
    
    .logo_link {
        padding-left: 40px;
    }
    .logo_box table td:nth-child(1) {
        width: 28%;
    }
    .logo_box table td:nth-child(2) {
        text-align: left;
        padding-left: 0px;
        width: 27%;
    }
    
    .logo_box.active .active_logo {
        left: 10px;
    }
    
    .logo_box.active .white_logo {
        left: 10px;
    }
        
    .address {
        font-size: 15px;
    }
    
    .location_marker {
        margin-left: 100px;
        margin-top: -15px;
    }
    
    .address p {
        font-size: 15px;
    } 
    
    .phone {
        font-size: 28px;
        margin-right: 20px;
    } 
    
    .company_top_box .button_border_height {
        display: none;
    }
    
    .main_menu_top {
        top: 115px;
        margin-left: 110px;
    }
    /*
    .icon_box .icon_text_content {
        padding: 10px 5px 10px 5px;
        padding-top: 12px;
        font-size: 13px;
        line-height: 15px;
    } 
    
    .icon_box .icon_text {
        padding-top: 30px;
        font-size: 16px;
    }
    
    .icon_box .icon_img img {
        top: 15px;
        width: 80px;
    }
    */
    .inner_content {
        padding: 35px 25px;
        line-height: 20px;
    }
    
    .icon_box {
        height: 335px;
    }

    a.float_box .title {
        color: #3a3a3a;
        font-size: 19px;
        line-height: 24px;
        padding: 0px 30px;
    }
   
    .managers {
        margin: 0px auto;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .footer_box table tr > td:nth-child(1) {
        width: 175px;
    }
    
    .footer_right_text1 {
        font-size: 13px !important;
    }
    
    .footer_right_text2 {
        font-size: 14px !important;
    }
    
    .footer_right_text3 {
        margin-top: 10px !important;
        font-size: 16px !important;
    }
    
    #totop {
        margin-left: 0px;
    }
    
    #totop img {
        width: 30px;
    }

    .main_menu {
        padding-top: 160px;
        padding-left: 58px;
    }
    
    .main_menu.active {
        padding-top: 170px;
        padding-left: 25px;
    }
    
    .main_menu.opened {
        padding-top: 110px;
        padding-left: 15px;
    }
    
    .slide_right {
        right: -10px;
    }
    
    .slide_left {
        left: -10px;
    }
    
    .managers {
        width: 80%;
    }
    
    .specialBox {
        height: 550px;
    }

}


@media (max-width: 1400px) {
    
    
    .slider_title {
        top: 230px;
        font-size: 65px;
    }
    
    .slider_subtitle {
        top: 317px;
        font-size: 35px;
    }
    
    .button_border_height {
        margin-top: 45px;
    }
    
    .managers_box {
        width: 265px;
    }
    
    .specialBox {
        height: 560px;
    }


}  



@media (max-width: 1280px) {
        
    .logo_box.active table td:nth-child(3) {
        width: 55% !important;
    }
    
    a.float_box, a.float_box:hover {
        background-size: auto 87%;
    }
    
    .icon_box .icon_text_content {
        font-size: 14px;
        line-height: 16px;
    }
    
    .catalog_contact_box {
        padding: 5px 5px;
    }
    
    .logo_box.active .active_logo {
        width: 320px;
        top: 5px;
    }
    
    .button_border_blue {
        font-size: 16px;
        width: auto;
        min-width: auto;
        height: 32px;
        line-height: 33px;
        padding: 0px 25px;
    }
    
    .catalog_contact_box .managers_box .text2 p {
        font-size: 16px !important;
    }
    
    .body_content {
        min-width: auto;
    }
    
    .footer_box table tr > td:nth-child(1) {
        min-width: 200px;
        width: 25%;
    }
    
    .top_menu ul li a {
        display: block;
        padding: 8px 15px;
        font-size: 14px !important;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.5s;
        clear: both;
        position: relative;
        font-weight: 400;
    }
    
    .location_marker {
        margin-left: 86px;
        margin-top: -21px;
    }
    
    .specialBox {
        height: 650px;
    }
    
}





@media (max-width: 1100px) {
    
    .main_menu.opened {
        height: 0px;
        padding-top: 0px;
    }
    
    .managers {
        width: 100%;
        height: 430px;
        overflow: hidden;
    }
    
    .slide_left {
        left: 20px;
    }
    
    .slide_right {
        right: 20px;
    }
    
    .footer_box table tr > td:nth-child(1) {
        min-width: 200px;
        width: 25%;
    }
    
    .top_menu ul li a {
        padding: 8px 15px;
        font-size: 14px !important;
    }
    
    .logo_box.active table td:nth-child(3) {
        width: 50% !important;
    }
    
    .button_border {
        font-size: 16px;
        width: 195px;
    }
    
    .slider_title {
        top: 220px;
        font-size: 65px;
    }
    
    .slider_subtitle {
        top: 310px;
        font-size: 37px;
    }
    
    .button_border_height {
        height: 45px;
        line-height: 45px;
        padding: 0px 15px;
        font-size: 16px;
        margin: 40px auto;
        margin-top: 35px;
    }
    
    .icon_box .icon_text_content {
        padding: 10px 2%;
    }
    
    .main_menu ul {
        overflow-y: scroll;
        height: 75%;
    }
    
    .specialBox {
        height: 650px;
    }
    
    
    
}