@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?vm58ra');
    src:  url('../fonts/icomoon.eot?vm58ra#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?vm58ra') format('truetype'),
        url('../fonts/icomoon.woff?vm58ra') format('woff'),
        url('../fonts/icomoon.svg?vm58ra#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
content: "\e902";
}
.icon-arrow-right:before {
content: "\e900";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
}
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #000;
}
ol, ul{
    list-style:none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, span{
    display: inline-block;
}
i{
    font-weight: 400;
    font-style: italic;
}
i b, 
b i{
    font-weight: 700;
    font-style: italic;
}
b{
    font-weight: 700;
}
h2{
    font-size: 60px;
    line-height: 80px;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
a, button{
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    text-decoration: none;
}
button{
    -webkit-appearance: none;
    outline: none;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flex_top{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_left{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}
.flex_vert{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex_right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.wrapper{
    width: 1275px;
    margin: 0 auto;
}
.section1{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
header{
    padding: 39px 0;
}
.header.white{
    position: absolute;
    z-index: 3;
    width: 1275px;
    left: 50%;
    margin-left: -637px;
    top: 0;
}
.lang_selector {
    position: relative;
    font-weight: 400;
}
.lang_selector_white .lang_selector_current{
    color: #fff;
}
.lang_selector_white:hover .lang_selector_current{
    color: #fff;
}
.lang_selector_current {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 4;
}
.lang_selector_current:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: 2px;
    margin-left: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: 4px;
}
.lang_selector_white:hover .lang_selector_current:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.lang_selector_dropdown{
    position: absolute;
    z-index: 3;
    background: rgba(50, 80, 140, 0.95);
    -webkit-box-shadow: 0 5px 16px rgba(0,0,0,.12);
    box-shadow: 0 5px 16px rgba(0,0,0,.12);
    padding: 42px 40px 10px 20px;
    top: -10px;
    left: -20px;
    display: none;
}
.lang_selector_item{
    padding-bottom: 10px;
}
.lang_selector_link{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-bottom: transparent solid 1px;
}
.lang_selector_link:hover{
    color: #fff;
    border-bottom-color: #fff;
}
.lang_selector:hover .lang_selector_dropdown {
    display: block;
}
.menu{
    margin-right: 26px;
}
.menu li a{
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,.7);
    padding: 0 13px;
}
.menu li a:hover{
    color: rgba(255,255,255,1)
}
.menu_button{
    margin-left: 39px;
    position: relative;
}
.menu_button a span{
    width: 41px;
    height: 4px;
    background: #fff;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.menu_button a span:first-child{
    margin-bottom: 6px;
}
.content_main{
    max-width: 885px;
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.section1{
    min-height: 650px;
    position: relative;
}
.content_main .h1{
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 52px;
    color: #fff;
}
p{
    font-size: 20px;
    line-height: 24px;
}
.content_main p{
    color: #fff;
}
.link_main{
    text-align: right;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
.link_main a{
    color: #fff;
}
.link_main a:hover span{
    background: #fff;
    color: #32508C;
}
.link_main a span{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px rgba(255,255,255,.1);
    border-radius: 50%;
    margin-left: 40px;
    top: 2px;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.lm_content{
    background: #32508C;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    text-align: right;
    width: 70%;
    position: relative;
}
.lm_content:before{
    content: '';
    background: #32508C;
    height: 120px;
    width: 100%;
    right: -100%;
    position: absolute;
    top: 0;
}
.about_text{
    width: 550px;
    margin-left: 110px;
}
.about_text .h2,
.cont_block .h2{
    color:#32508C;
    font-size: 80px;
    line-height: 107px;
    margin-bottom: 53px;
}
.cont_block .h2{
    padding-left: 64px;
    margin-bottom: 28px;
}
.about_text p{
    color: #2D2D2D;
}
.about{
    padding-bottom: 200px;
}
.about_img{
    width: 614px;
    height: 950px;
    margin-top: -192px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.about_img img{
    width: 110%;
    margin-left: -5%;
    display: block;
    transform: translate3d(0px, 0, 0px) scale(1);
}
.scaleble_bg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.partenrs{
    background: #32508C;
    padding: 108px 0 83px;
}
.pp_text{
    width: 725px;
}
.pp_title .h2{
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    margin-top: -21px;
}
.pp_text p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}
.map {
    width: 614px;
    margin-top: 5px;
    margin-right: -135px;
}
#map {
    width: 614px;
    height: 640px;
}
.contact{
    padding: 200px 0;
}
.cont_block{
    width: 614px;
}
.address{
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0 20px 64px;
    color: #2D2D2D;
}
.phone{
    padding: 34px 0 44px 64px;
    border-top: #d9e3f0 solid 1px;
    border-bottom: #d9e3f0 solid 1px;
}
.ph_block{
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #2D2D2D;
    margin-top: 14px;
}
.ph_block:first-child{
    margin-top: 0;
}
.ph_block a{
    font-weight: 400;
    color: #32508C;
    border-bottom: transparent solid 1px;
}
.ph_block a:hover{
    border-bottom: #32508C solid 1px;
}
.ph_block span{
    width: 200px;
}
.social{
    margin-top: 38px;
    padding-left: 64px;
}
.social ul li{
    margin-left: 48px;
}
.social ul li:first-child{
    margin-left: 0;
}
.social ul li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #32508C;
    border-bottom: transparent solid 1px;
}
.social ul li a:hover{
    border-bottom: #32508C solid 1px;
}
.main{
    padding-bottom: 323px;
}
footer{
    background: #32508C;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 323px;
}
.logo a{
    width: 174px;
    height: 46px;
}
.logo.white a{
    background: url(../img/logo_white_new.png) no-repeat;
	    background-size: cover;
}
.logo.blue a{
    background: url(../img/logo_blue.svg) no-repeat;
}
.footer_top{
    padding: 88px 0 73px;
}
.logo_footer a{
    width: 177px;
}
.logo_footer{
    margin-right: 147px;
}
.logo_footer a img{
    display: block;
    width: 100%;
}
.footer_bottom{
    border-top: rgba(135, 160, 200, 0.3) solid 1px;
    padding: 20px 0 22px;
    color: rgba(255,255,255,.5);
}
.dev a{
    color: rgba(255,255,255,.5);
}
.dev a:hover{
    color: rgba(255,255,255,1);
}
.menu_item{
    width: 170px;
}
.menu_item a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
}
.menu_item a.sb_menu{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 12px;
}
.first a:first-child{
    margin-bottom: 32px;
}
.menu_item.second{
    margin-left: 98px;
}
.menu_item.second a{
    margin-bottom: 16px;
}
.menu_item.social_f{
    margin-top: 5px;
}
.menu_item.social_f a{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 21px;
}
.slider_main{
    margin-top: 95px;
}
.slick-dots button{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.2);
    border: 0;
    text-indent: -99999px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background: rgba(255,255,255,1);
}
.slick-dots button:hover{
    background: #fff;
}
.slick-dots{
    text-align: center;
    margin-top: 96px;
}
.slick-dots li{
    display: inline-block;
    padding: 0 28px;
}
.slick-arrow{
    width: 50px;
    height: 50px;
    background: none;
    border: rgba(255,255,255,.1) solid 1px;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
}
.slick-arrow:hover{
    background: #fff;
    color: #32508C;
}
.prev{
    bottom: -20px;
    left: 0;
}
.next{
    bottom: -20px;
    right: 0;
}
#nav-icon1 {
    width: 41px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 103;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(255,255,255,.7);
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 10px;
}
.open_ss #nav-icon1 span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open_ss #nav-icon1 span:nth-child(2) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#nav-icon1:hover span{
    background: rgba(255,255,255,1);
}
.open_ss .menu_button{
    z-index: 3;
}
.drop_menu {
    position: fixed;
    width: 100%;
    min-width: 950px;
    height: 100vh;
    background: rgba(50, 80, 140, 0.95);
    top: 0;
    right: -100%;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
}
.open_ss .drop_menu {
    right: 0;
}
.open_ss{
    overflow: hidden;
}
.drop_menu_list li{
    margin-top: 36px;
}
.drop_menu_list li:first-child{
    margin-top: 0;
}
.drop_menu_list a{
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.drop_menu_list a span{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,.5);
    font-family: 'Montserrat', Arial, sans-serif;
    margin-right: 44px;
}
.drop_menu_list a:hover{
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.lang_drop,
.social_drop{
    margin: 97px 0 0 67px;
}
.lang_drop li{
    margin-left: 21px;
}
.social_drop li{
    margin-left: 41px;
}
.lang_drop li:first-child,
.social_drop li:first-child{
    margin-left: 0;
}
.lang_drop a,
.social_drop a{
    color: rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 14px;
}
.lang_drop li.active a,
.lang_drop a:hover,
.social_drop a:hover{
    color: rgba(255,255,255,1);
}
.drop_menu .wrapper{
    position: relative;
}
.logo_drop{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 93px;
}
.shadow{
    background: rgba(50, 80, 140, .4);
    width: 100%;
    height: 100%;
}
.blue .menu li a{
    color: rgba(50,80,140,.7);
}
.blue .menu li a:hover{
    color: rgba(50,80,140,1);
}
.blue .lang_selector_white .lang_selector_current{
    color: rgba(50,80,140,.7);
}
.blue .lang_selector_white:hover .lang_selector_current{
    color: #fff;
}
.blue #nav-icon1 span{
    background: rgba(50,80,140,.7);
}
.blue #nav-icon1:hover span{
    background: rgba(50,80,140,1);
}
.open_ss .blue #nav-icon1 span{
    background: rgba(255,255,255,.7);
}
.open_ss .blue #nav-icon1:hover span{
    background: rgba(255,255,255,1);
}
.breadcrumbs{
    color: rgba(45,45,45,.5);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 34px;
}
.breadcrumbs a{
    color: #32508C;
    padding-right: 14px;
    position: relative;
    margin-right: 14px;
}
.breadcrumbs a:before{
    content: '';
    background: #32508C;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}
.content{
    margin-top: 22px;
}
.title_block .h1{
    font-size: 60px;
    line-height: 80px;
    color: #32508C;
}
.title_block p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #2D2D2D;
}
.title_text{
    width: 725px;
    margin-top: 10px;
}
.select_accordion{
    border-bottom: rgba(50,80,140,.3) solid 1px;
}
.accordeon_caption{
    padding: 52px 0;
    font-size: 24px;
    line-height: 29px;
    color: #32508C;
    display: block;
}
.accordeon_content{
    padding-bottom: 52px;
}
.cont_section{
    margin: 50px 0 86px;
}
.filter{
    background: #F5FAFF;
    margin-bottom: 50px;
}
.filter_item{
    border-left: rgba(135,160,200,.3) solid 1px;
    padding: 25px 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
}
.filter_item:first-child{
    border-left: 0;
}
.filter_item input[type="radio"] {
    display:none;            
}
.filter_item input[type="radio"] + label {
    color: rgba(50, 80, 140, .5);
    font-family: 'Montserrat', Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}
.filter_item input[type="radio"]:checked + label{
    color: rgba(50, 80, 140, 1);
}
.filter_item input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px 0 0;
    background: transparent;
    border-radius: 50%;
}
.filter_item input[type="radio"]:checked + label::before {
    background: #32508C;
}
.filter_item li{
    margin-left: 41px;
}
.filter_item li:first-child{
    margin-left: 0;
}
.filter_item a{
    color: rgba(50, 80, 140, .5);
}
.filter_item a:hover{
    color: rgba(50, 80, 140, 1);
}
.cat_item{
    width: 394px;
}
.cat_item span{
    display: block;
}
.des_cat{
    background:  #F5FAFF;
    padding: 0 61px 52px;
    position: relative;
}
.des_cat:before{
    content: '';
    background: #F5FAFF;
    width: 100%;
    height: 61px;
    position: absolute;
    top: -61px;
    left: 0;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.cat_item a:hover .des_cat:before{
    height: 105px;
    top: -105px;
}
.img_cat{
    width: 272px;
    height: 275px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.des_cat{
    padding-top: 30px;
}
.cat_item{
    margin: 0 0 50px 46px;
}
.cat_item:first-child,
.cat_item:nth-child(3n+1){
    margin-left: 0;
}
.name_pro_cat{
    font-size: 22px;
    line-height: 29px;
    color: #2D2D2D;
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.des_pro_cat{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #2D2D2D;
    margin-top: 20px;
}
.cat_item a:hover .name_pro_cat{
    color: #32508C;
}
.bg_main.min_bg,
.prod_pp.section1{
    height: 639px;
    min-height: 639px;
    box-sizing: border-box;
}
.prod_pp.section1{
    padding-top: 141px;
}
.section1.prod_pp .content_main{
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.section1.prod_pp .breadcrumbs{
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.7);
}
.section1.prod_pp .breadcrumbs a{
    color: #fff;
}
.section1.prod_pp .breadcrumbs a:before{
    background: #fff;
}
.slider_prod{
    width: 486px;
}
.slider_prod .slick-slide img{
    display: block;
    width: 100%;
}
/* .slider_prod .slick-list{
    padding: 0!important;
} */
.slider_for{
    margin-bottom: 50px;
}
.prev_prod{
    margin: 0 15px;
}
.slider_for .slick-arrow{
    border: rgba(50,80,140,.4) solid 1px;
    background: none;
    color: rgba(50,80,140,1);
}
.slider_for .slick-arrow:hover{
    background: rgba(50,80,140,1);
    color: #fff;
}
.slider_for .prev,
.slider_for .next{
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
}

.slider_for .next{
    right: 10px;
}
.slider_for .prev{
    left: 10px;
}
.slick-slide{
    opacity: 0.8;
}
.slick-slide.slick-current{
    opacity: 1;
}
.prod_des *{
    outline: none;
}
.prod_des{
    margin: 140px 0 195px;
}
.content_prod{
    width: 486px;
    margin-left: 174px;
}
.name_prod{
    font-size: 40px;
    line-height: 53px;
    color: #2D2D2D;
}
.description_prod{
    margin-top: 76px;
}
.description_prod p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 25px;
}
.description_prod p:first-child{
    margin-top: 0;
}
/*  */
.slick-list *{
    outline: none;
}
.logo_drop img{
    display: block;
    width: 100%;
}
.img_cat img{
    display: block;
    width: 100%;
}
.accordeon_caption{
    padding: 52px 100px 52px 0;
    position: relative;
}
.accordeon_caption:before{
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: rgba(50,80,140,.1) solid 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    background: url(../img/arrow_acc.svg) no-repeat center center;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
.accordeon_caption:hover:before{
    background: #32508C url(../img/arrow_acc_white.svg) no-repeat center center;
}
.accordeon_caption.active:before{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #32508C url(../img/arrow_acc_white.svg) no-repeat center center;
}
.cat_item a{
    display: block;
}
.map iframe{
	width:100%;
	height:640px;
}
@media all and (max-width: 1300px) {
    .wrapper{
        width: 1100px;
    }
    .content_main .h1{
        font-size: 70px;
        line-height: 70px;
    }
    .about_img {
        width: 525px;
        height: 800px;
    }
    .about_text .h2, .cont_block .h2 {
        color: #32508C;
        font-size: 70px;
        line-height: 87px;
        margin-bottom: 43px;
    }
    .about_text {
        width: 460px;
        margin-left: 110px;
    }
    p {
        font-size: 18px;
        line-height: 22px;
    }
    .about {
        padding-bottom: 150px;
    }
    .pp_text {
        width: 600px;
    }
    .pp_text p {
        font-size: 16px;
        line-height: 20px;
    }
    .map {
        width: 525px;
    }
    #map {
        width: 525px;
        height: 525px;
    }
    .cont_block {
        width: 460px;
    }
    .cont_block .h2 {
        padding-left: 40px;
        margin-bottom: 20px!important;
    }
    .address{
        font-size: 16px;
        line-height: 25px;
        padding: 15px 0 15px 45px;
    }
    .phone {
        padding: 15px 0 15px 45px;
    }
    .ph_block {
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }
    .title_text {
        width: 600px;
    }
    .title_block p {
        font-size: 18px;
        line-height: 22px;
    }
    .title_block .h1 {
        font-size: 50px;
        line-height: 70px;
    }
    .accordeon_caption {
        padding: 30px 70px 30px 0;
        font-size: 20px;
        line-height: 24px;
    }
    .accordeon_content p{
        font-size: 16px;
        line-height: 20px;
    }
    .filter_item {
        padding: 20px 25px;
        font-size: 14px;
        line-height: 18px;
    }
    .filter_item input[type="radio"] + label{
        font-size: 14px;
        line-height: 18px;
    }
    .cat_item {
        width: 335px;
    }
    .des_cat{
        padding: 30px 30px 42px;
    }
    .content_prod{
        margin-left: 100px;
    }
    .social {
        padding-left: 45px;
    }
}
@media all and (max-width: 1100px) {
    .wrapper{
        width: 800px;
    }
    .logo_footer a {
        width: 150px;
    }
    .logo_footer {
        margin-right: 70px;
    }
    .menu_item {
        width: 150px;
    }
    .menu_item a{
        font-size: 16px;
        line-height: 22px;
    }
    .menu_item.social_f a{
        margin-bottom: 18px;
    }
    .first a:first-child {
        margin-bottom: 25px;
    }
    .menu_item.second {
        margin-left: 70px;
    }
    .menu_item.second a {
        margin-bottom: 13px;
    }
    header {
        padding: 30px 0;
    }
    .content {
        margin-top: 0;
    }
    .breadcrumbs{
        margin-bottom: 20px;
    }
    .title_block .h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .title_text {
        width: 450px;
    }
    .title_block p {
        font-size: 14px;
        line-height: 18px;
    }
    .accordeon_caption{
        font-size: 18px;
        line-height: 22px;
        padding: 25px 70px 25px 0;
    }
    .accordeon_caption:before{
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
    .accordeon_content p {
        font-size: 14px;
        line-height: 18px;
    }
    .drop_menu_list a{
        font-size: 40px;
        line-height: 60px;
    }
    .logo_drop{
        width: 70px;
        height: 83px;
    }
    .drop_menu_list li {
        margin-top: 25px;
    }
    .drop_menu_list a span {
        font-size: 14px;
        line-height: 18px;
        margin-right: 25px;
    }
    .filter_item {
        padding: 15px 15px;
        font-size: 12px;
        line-height: 16px;
    }
    .filter_item input[type="radio"] + label {
        font-size: 12px;
        line-height: 16px;
    }
    .filter_item li {
        margin-left: 18px;
    }
    .cat_item {
        width: 245px;
    }
    .cat_item {
        margin: 0 0 50px 32px;
    }
    .img_cat {
        width: 205px;
        height: 207px;
    }
    .des_cat {
        padding: 20px 21px 30px;
    }
    .name_pro_cat {
        font-size: 15px;
        line-height: 20px;
    }
    .des_pro_cat{
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
    }
    .header.white{
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
    }
    .prod_pp.section1 {
        padding-top: 120px;
    }
    .section1.prod_pp .content_main{
        margin-top: 80px;
    }
    .content_main .h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 35px;
    }
    .slider_prod {
        width: 350px;
    }
    .slider_for {
        margin-bottom: 25px;
    }
    .content_prod {
        width: 400px;
        margin-left: 50px;
    }
    .prod_des {
        margin: 90px 0 95px;
    }
    .name_prod {
        font-size: 30px;
        line-height: 43px;
    }
    .description_prod {
        margin-top: 40px;
    }
    .description_prod p {
        font-size: 16px;
        line-height: 20px;
    }
    .about_img {
        width: 350px;
        height: 595px;
    }
    .about_text {
        width: 390px;
        margin-left: 110px;
    }
    .about_text .h2, .cont_block .h2{
        font-size: 50px;
        line-height: 67px;
    }
    p {
        font-size: 16px;
        line-height: 20px;
    }
    .lm_content{
        height: 100px;
        line-height: 100px;
    }
    .about_text {
        width: 390px;
        margin-left: 60px;
    }
    .pp_title .h2 {
        font-size: 50px;
        line-height: 70px;
        margin-top: -10px;
    }
    .about {
        padding-bottom: 100px;
    }
    .pp_text {
        width: 450px;
    }
    .pp_text p {
        font-size: 14px;
        line-height: 18px;
    }
    .slider_main {
        margin-top: 50px;
    }
    .slick-dots {
        margin-top: 60px;
    }
    .slick-slide img{
        width: 70%;
        margin: 0 auto;
    }
    .contact {
        padding: 100px 0;
    }
    .map {
        width: 350px;
    }
    #map {
        width: 350px;
        height: 350px;
    }
    .cont_block {
        width: 390px;
    }
    .partenrs {
        padding: 80px 0 83px;
    }
    .address {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 0 15px 25px;
    }
    .phone {
        padding: 15px 0 15px 25px;
    }
    .cont_block .h2 {
        padding-left: 20px;
        margin-bottom: 15px!important;
    }
    .ph_block {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .social {
        margin-top: 20px;
        padding-left: 20px;
    }
    .social ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}
@media all and (max-width: 800px) {
    .wrapper{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .drop_menu{
        min-width: 100%;
    }
    .about_img {
        width: 260px;
        height: 440px;
    }
    .about_text {
        width: 380px;
        margin-left: 60px;
    }
    .lm_content {
        height: 80px;
        line-height: 80px;
    }
    .about_text .h2, .cont_block .h2 {
        font-size: 40px;
        line-height: 57px;
        margin-bottom: 15px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    .pp_title .h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .pp_text {
        width: 410px;
    }
    .pp_text p {
        font-size: 13px;
        line-height: 16px;
    }
    .map {
        width: 300px;
    }
    #map {
        width: 300px;
        height: 300px;
    }
    .cont_block {
        width: 350px;
    }
    .cont_block .h2 {
        padding-left: 15px;
        margin-bottom: 10px!important;
    }
    .address {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0 10px 15px;
    }
    .phone {
        padding: 10px 0 10px 15px;
    }
    .ph_block span {
        width: 150px;
    }
    .social {
        margin-top: 10px;
        padding-left: 15px;
    }
    .logo_footer a {
        width: 100px;
    }
    .logo_footer {
        margin-right: 50px;
        margin-top: 9px;
    }
    .menu_item a {
        font-size: 14px;
        line-height: 20px;
    }
    .first a:first-child {
        margin-bottom: 13px;
    }
    .menu_item.second a {
        margin-bottom: 9px;
    }
    .menu_item.second {
        margin-left: 70px;
    }
    .menu_item.social_f a {
        margin-bottom: 12px;
    }
    .menu_item.social_f {
        margin-top: 3px;
    }
    .menu_item {
        width: 140px;
    }
    .footer_top {
        padding: 50px 0 50px;
    }
    .footer_bottom{
        padding: 15px 0 15px;
    }
    footer{
        min-height: 230px;
    }
    .main {
        padding-bottom: 230px;
    }
    .drop_info{
        position: relative;
    }
    .lang_drop, .social_drop {
        margin: 97px 0 0 50px;
    }
    .logo_drop{
        right: 30px;
    }
    .title_text {
        width: 350px;
    }
    .pp_title .h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .wrapper .wrapper{
        padding: 0;
    }
    .cont_section {
        margin: 20px 0 80px;
    }
    .filter_item:first-child{
        display: none;
    }
    .filter_item:nth-child(2){
        border-left: 0;
    }
    .cat_item {
        width: 48%;
    }
    .cat_item {
        margin: 0 0 50px 0;
    }
    .cat_item:first-child, .cat_item:nth-child(3n+1) {
        margin-left: 0;
    }
    .catalog{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .slider_prod {
        width: 300px;
    }
    .content_prod {
        width: 350px;
        margin-left: 50px;
    }
    .slick-slide{
        opacity: 1!important;
    }
    .name_prod {
        font-size: 25px;
        line-height: 33px;
    }
    .description_prod p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }
}
@media all and (max-width: 500px) {
    .wrapper{
        width: 100%;
        padding: 0 18px;
    }
    .menu,
    .lang{
        display: none;
    }
    .logo.white a{
        background-size: cover;
    }
    .logo a {
        width: 159px;
        height: 42px;
    }
    .content_main .h1{
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 26px;
    }
    p {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }
    .drop_menu_list a{
        font-size: 32px;
        line-height: 43px;
    }
    .drop_menu_list a span {
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        margin-right: 17px;
    }
    .lang_drop, .social_drop {
        margin: 60px 0 0 33px;
    }
    .social_drop .flex_left{
        display: block;
    }
    .social_drop li {
        margin: 24px 0 0 0;
    }
    .social_drop li:first-child{
        margin-top: 0;
    }
    .logo_drop {
        width: 52px;
        height: 60px;
    }
    .about .flex_vert{
        display: block;
    }
    .about_img{
        width: 300px;
        height: 510px;
        margin-top: -81px;
    }
    .lm_content {
        height: 162px;
        line-height: 81px;
        font-size: 12px;
        width: 85%;
    }
    .lm_content:before{
        height: 180px;
    }
    .link_main a span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 20px;
    }
    .about_text {
        width: 100%;
        margin: 50px auto 0;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .about_text .h2, .cont_block .h2 {
        font-size: 50px;
        line-height: 67px;
        margin-bottom: 20px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }
    .about {
        padding-bottom: 80px;
    }
    .partenrs {
        padding: 60px 0 80px;
    }
    .pp_title{
        width: 100%;
        margin: 0 auto;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .pp_title .h2 {
        font-size: 50px;
        line-height: 67px;
        margin-bottom: 24px;
    }
    .pp_title p{
        font-size: 14px;
        line-height: 17px;
    }
    .partenrs .slick-arrow{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .slick-dots button {
        width: 6px;
        height: 6px;
    }
    .slick-dots li{
        padding: 0 8px;
    }
    .next{
        bottom: -10px;
        right: 40px;
    }
    .prev{
        bottom: -10px;
        left: 40px;
    }
    .contact {
        padding: 80px 0 0;
    }
    .main {
        padding-bottom: 0;
    }
    footer {
        min-height: 0;
        position: static;
    }
    .cont_block{
        order: -1;
    }
    .contact .wrapper{
        padding: 0;
    }
    .cont_block .h2{
        text-align: center;
        padding: 0 18px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 25px!important;
    }
    .cont_block{
        width: 100%;
    }
    .address{
        font-size: 14px;
        line-height: 32px;
        padding: 0 55px 26px;
    }
    .phone {
        padding: 34px 55px 34px;
    }
    .ph_block span {
        width: 120px;
    }
    .ph_block{
        margin-top: 12px;
    }
    .ph_block:first-child{
        margin-top: 0;
    }
    .social {
        margin-top: 38px;
        padding: 0 55px 0;
    }
    .social ul li {
        margin-left: 0;
    }
    .social .flex_left{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .map {
        width: 100%;
        margin-top: 60px;
    }
    #map {
        width: 100%;
        min-height: 375px;
    }
    .footer_top {
        padding: 67px 40px 32px;
    }
    .logo_footer a {
        width: 140px;
    }
    .menu_item{
        margin-top: 70px;
    }
    .first a:first-child{
        font-size: 24px;
        line-height: 32px;
    }
    .menu_item a.sb_menu{
        font-size: 14px;
        line-height: 16px;
    }
    .menu_item a {
        font-size: 24px;
        line-height: 32px;
    }
    .menu_item.second {
        margin: 20px 0 0;
    }
    .menu_item {
        width: 100%;
    }
    .menu_item.social_f{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
    }
    .footer_bottom {
        padding: 20px 0 47px;
        text-align: center;
    }
    .footer_bottom .wrapper > div{
        width: 100%;
    }
    .dev{
        order: -1;
        margin-bottom: 12px;
    }
    .logo.blue a{
        background-size: cover;
    }
    .main.serv .wrapper{
        padding: 0;
    }
    .main.serv .title_block{
        padding: 0 50px;
    }
    .main.serv .title_text {
        width: 100%;
    }
    .main.serv .breadcrumbs{
        padding: 0 20px;
    }
    .accordeon_caption{
        font-size: 16px;
        line-height: 20px;
        padding: 25px 60px 25px 50px;
    }
    .accordeon_caption:before{
        right: 17px;
    }
    .accordeon_content{
        padding: 0 20px 50px 50px;
    }
    .cat_page .title_block{
        padding: 0 50px;
    }
    .filter_item:first-child {
        display: block;
        border-top: 0!important;
    }
    .filter_item{
        display: block;
        width: 100%;
        border-left: 0;
        border-top: rgba(135,160,200,.3) solid 1px;
    }
    .filter_item{
        padding: 20px 16px 18px 40px;
    }
    .filter_item .flex{
        display: block;
    }
    .filter_item li{
        margin-left: 0;
        padding: 11px 0;
        position: relative;
        display: none;
    }
    .filter_item input[type="radio"] + label::before{
        background: rgba(135,160,200,.3);
    }
    .filter_item li:first-child{
        padding: 0;
        display: block;
    }
    .filter_item .active li{
        display: block;
    }
    .filter_item li:nth-child(2){
        padding-top: 22px;
    }
    .filter_item li:first-child:before{
        content: '';
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: rgba(50,80,140,.1) solid 1px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px;
        background: url(../img/arrow_acc.svg) no-repeat center center;
        -webkit-transition: all 0.5s ease!important;
        -moz-transition: all 0.5s ease!important;
        -ms-transition: all 0.5s ease!important;
        -o-transition: all 0.5s ease!important;
        transition: all 0.5s ease!important;
        background-size: 4px;
    }
    .filter_item ul.active li:before{
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #32508C url(../img/arrow_acc_white.svg) no-repeat center center;
    }
    .cat_item{
        width: 100%;
        margin-left: 0!important;
    }
    .slider_prod {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
    .content_prod {
        width: calc(100% - 80px);
        margin: 54px auto 0;
    }
    .name_prod {
        font-size: 24px;
        line-height: 32px;
    }
    .description_prod {
        margin-top: 24px;
    }
    .description_prod p {
        font-size: 14px;
        line-height: 24px;
    }
    .slick-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }
    .slider_for .prev, .slider_for .next{
        margin-top: -16px;
    }
	.map{
		margin-bottom: 50px;
	}
	.map iframe{
		height: 400px;
		min-height: 375px;
	}
    
}