@import url('https://fonts.googleapis.com/css2?family=Mulish');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');

/* *** CSS RESET *** */

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,font,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 {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content: none}
:focus {outline: 0}
ins {text-decoration: none}
del {text-decoration: line-through}
table {border-collapse: collapse; border-spacing: 0}
input {margin: 0; padding: 0;}
* {margin: 0; padding: 0;}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
.clearfix {display:inline-block}
.clearboth {clear:both;}
button {cursor: pointer;}

html {
	height:100%;
}

body {
	height:100%;
	font-family:"Mulish", "Montserrat";
}

.clearer {
	margin:0;
	clear:both;
}

#Container {
	width:100%;
	position:relative;
	background:#EDEDED;
	height:1200px;
}

.content  {
	display:flex;
	flex-direction:column;
	align-items:center;
    width: 1198px;
    margin: 0 auto;
}

.wrapper {
    width: 1198px;
    margin: 0 auto;
}

#top .logo_block{
    width: 1198px;
    margin: 0 auto;
    height: 130px;
    background: #fff;
    display: flex;
    justify-content: center;
}

#logo {
	width: 20%;
    padding: 20px 0;
}

#logo img {
	width:100%;
}

#top {
    width: 100%;
}

#top #menu {
    width: 1198px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#top #menu .mlist {
    display: flex;
    flex-direction: row;
    width: 1198px;
    margin: 0 auto;
}

#top #menu .mlist li:first-child{
    border-bottom-left-radius: 20px;
}

#top #menu .mlist li:last-child{
    border-bottom-right-radius: 20px;
}

#top #menu .mlist li {
    list-style: none;
    background: rgb(75, 188, 239, 0.9);
    margin-right: 2px;
}

#top #menu .mlist li a {
    padding: 20px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    width: 238px;
    text-align: center;
}

#top #menu .mlist li a:hover {
    background: #fff;
    color: #2D5DA7;
    font-weight: bold;
}


#top #menu .mlist li:first-child a:hover{
    border-bottom-left-radius: 20px;
}

#top #menu .mlist li:last-child a:hover{
    border-bottom-right-radius: 20px;
}


#top #menu .mlist .menu_element_active a{
    background: #fff;
    color: #2D5DA7;
    font-weight: bold;
}

#top #menu .mlist .menu_element_active:first-child a{
    border-bottom-left-radius: 20px;
}

#top #menu .mlist .menu_element_active:last-child a{
    border-bottom-right-radius: 20px;
}

#top #menu .mlist li a:active{
    background: #fff;
    color: #2D5DA7;
    font-weight: bold;
}

footer .icons {
    width: 1198px;
    margin: 0 auto -170px auto;
    position: relative;
    z-index: 2;
}

footer .icons img {
    width:100%;
}

footer .footer_bottom {
    height: 320px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

footer .footer_bottom .top {
    margin-top:auto;
    background: #255AA5;
}

footer .footer_bottom .bottom {
    height: 50px;
    width: 100%;
    background: #255AA5;
}

footer .footer_bottom .top .wrapper {
    display: flex;
    flex-direction: row;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

footer .footer_bottom .top .wrapper .box {
    width: 33.3%;
    display: flex;
    flex-direction: column;
}

footer .footer_bottom .top .wrapper .box:nth-of-type(2) a {
    color: #fff;
    margin: 0px auto 22px auto;
    display: flex;
    text-transform: uppercase;
    font-size: 17px;
}

footer .footer_bottom .top .wrapper .box:nth-of-type(2) a:hover{
    color: #AEC914;
}

footer .footer_bottom .top .wrapper .box_karty{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .footer_bottom .top .wrapper .box .foot_logo_symbol {
    width: 50%;
    margin-left: auto;
    filter: opacity(0.7);
}

footer .footer_bottom .top .wrapper .box .foot_logo_symbol img{
    width: 100%;
}

footer .footer_bottom .top .wrapper .box .foot_logo{
    width: 45%;
    padding-bottom: 20px;
}

footer .footer_bottom .top .wrapper .box .foot_logo img {
    width: 100%;
}

footer .footer_bottom .top .wrapper .box .box_adres{
    padding-bottom: 15px;
    font-size: 20px;
}

footer .footer_bottom .top .wrapper .box .box_telefon{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
}

footer .footer_bottom .top .wrapper .box .box_mail{
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .footer_bottom .top .wrapper .box .box_mail p{
    margin-right: 10px;
}

footer .footer_bottom .top .wrapper .box .box_mail p:first-of-type{
    font-weight: bold;
}

footer .footer_bottom .top .wrapper .box .box_mail a{
    color: #fff;
}

footer .footer_bottom .top .wrapper .box .box_mail a:hover{
    text-decoration: underline;
}

footer .footer_bottom .top .wrapper .box .box_adres{
    color: #AEC914;
    line-height: 34px;
}

footer .footer_bottom .top .wrapper .box .box_kontakt p{
    color: #fff;
    padding-bottom: 8px;
}

footer .footer_bottom .top .wrapper .box .box_kontakt .box_mail{
    font-size: 18px;
}

    
/*footer .footer_bottom .top .wrapper .box .box_telefon .box_telefon_text{
    color: #b0ca1f;
    line-height: 26px;
}

footer .footer_bottom .top .wrapper .box .box_telefon .box_telefon_text p{
    font-weight: bold;
    font-size: 18px;
}*/

footer .footer_bottom .top .wrapper .box .foot_facebook{
    width: 40px;
    padding: 10px 0;
}

footer .footer_bottom .top .wrapper .box .foot_facebook img{
    width: 100%;
}

footer .footer_bottom .bottom .wrapper{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

footer .footer_bottom .bottom .wrapper .box {
    width: 33.3%;
}


footer .footer_bottom .bottom .wrapper .box:nth-of-type(2) {
    text-align: center;
    padding: 20px 0;
}

footer .footer_bottom .bottom .wrapper .box p, footer .footer_bottom .bottom .wrapper .box a {
    color: #fff;
    font-size: 12px;
}


/*RWD*/

/*.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 5px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #000;
    font-size: 18px;
    float: left;  
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color:#832d2c;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

.btn-filter-rwd {
    display: none;
}

.checkbox_holder {
    display: inline-block;
        vertical-align: middle;
    margin: -3px 10px 0 0;
}

@media only screen and (max-width: 1198px) {
    #top #menu .mlist {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #top {
        text-align: center;
    }
    #top #menu .mlist li {
        float: none;
        padding-left: 10px;
        display: inline-block;
        padding-right: 10px;
    }
    
    .content{
        width: 100%;
    }
    
    footer .icons{
        width: 100%;
    }
    
    .wrapper{
        width: 100%;
    }
    
    footer .footer_bottom .top .wrapper .box{
        padding: 0 30px;
    }
    
    footer .footer_bottom .bottom .wrapper .box{
        padding: 0 30px;
    }
}

@media only screen and (max-width: 992px) {
    
    #logo{
        width: 35%;
    }
    
    footer .footer_bottom .top .wrapper{
        flex-direction: column;
        align-items: center;
    }
    
    footer .footer_bottom .top .wrapper .box{
        align-items: center; 
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    
    footer .footer_bottom .top .wrapper .box .foot_logo{
        margin: auto;
        width: 40%;
    }
    
}

@media only screen and (max-width: 767px){
    
    #logo{
        width: 45%;
    }
    
    #top #menu .mlist{
        flex-direction: column;
    }
    
    #top #menu .mlist li{
        border-bottom: 1px solid #fff;
    }
    
    #top #menu .mlist li:last-child{
        border-bottom: none;
    }
    
    footer .footer_bottom .bottom{
        height: 60px;
    }
    
    footer .footer_bottom .bottom .wrapper{
        flex-direction: column;
        align-items: center;
    }
    
    footer .footer_bottom .bottom .wrapper .box{
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-right: 0;
        padding-left: 0;
    }
    
}*/

@media only screen and (max-width: 450px){

    #Container .content .banners_parent{
        width: 100%;
    }
    

    
}

/* *** RWD *** */

@media only screen and (max-width: 1210px) {
	#top .logo_block, #top #menu, #top #menu .mlist, .content, .wrapper {
		max-width: 100%;
	}
	#top #menu .mlist li {
		width: calc(20% - 2px);
		margin-right: 1px;
		margin-left: 1px;
	}
	#top #menu .mlist li a {
		width: 100%;
	}
	footer .wrapper {
		padding-left: 15px;
		padding-right: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
   #Container {
      height: auto;
   }
   #top #menu .mlist {
		padding-left: 15px;
		padding-right: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
   }

}

.header-rsp, .menu-rsp {
	display: none;
}

@media only screen and (max-width: 992px) {
	.logo_block, #menu {
		display: none !important;
	}
	footer .footer_bottom .top .wrapper .box:nth-of-type(2) a,
	footer .footer_bottom .top .wrapper .box .box_adres{
		font-size: 15px;
	}
	.banners_parent {
		height: 340px !important;
	}
}

@media only screen and (max-width: 767px) {
	footer .footer_bottom .top .wrapper {
		display: block;
		text-align: center;
	}
	footer .footer_bottom .top .wrapper .box {
		width: 100%;
		display: block;
	}
	body .foot_logo {
		width: 100% !important;
	}
	body .foot_logo img {
		width: 150px !important;
	}
	footer .footer_bottom .top .wrapper .box .box_mail, footer .footer_bottom .top .wrapper .box .box_telefon {
		display: block;
	}
	.banners_parent {
		height: 200px !important;
		background-size: auto 150% !important;
	}
   footer .footer_bottom .top .wrapper {
      margin-top: 45px;
   }
   footer .footer_bottom .top .wrapper .box .foot_facebook {
      margin: 0 auto;
      padding: 15px 0 20px 0;
   }
   footer .footer_bottom .top .wrapper .box {
      text-align: center;
   }
   footer .footer_bottom .top .wrapper .box:nth-of-type(2) a {
      display: block;
   }
   footer .footer_bottom .top .wrapper .box .foot_logo_symbol {
      width: 100%;
      padding-top: 5px;
      margin-bottom: 25px;
   }
   footer .footer_bottom .top .wrapper .box .foot_logo_symbol img {
      width: 50px;
   }
   footer .footer_bottom .bottom .wrapper {
      display: block;
   }
   footer .footer_bottom .bottom {
      height: auto;
      text-align: center;
   }
   footer .footer_bottom .bottom .wrapper .box {
      width: 100%;
   }
   footer .footer_bottom .bottom .wrapper .box:nth-of-type(2) {
      padding: 10px 0 0 0;
   }
   footer .footer_bottom .bottom {
      padding: 15px 0;
      border-top: 1px solid #fff;
   }
   footer .footer_bottom .bottom .wrapper {
      border-top: none;
   }	
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 8px 15px;
    height: 70px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;

}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #255AA5;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	height: 3px;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #255AA5;
    font-size: 18px;
    float: left;  
    width: 100%;
    padding: 17px 15px 16px 15px;
}

.menu-rsp nav a:hover {
    background-color: #255AA5;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

@media only screen and (max-width: 992px) {
	body {
		padding-top: 70px !important;
	}
	.header-rsp {
		display: block;
	}
}