/*
FONT:Montserrat
BLUE:#00b0f2
BLUE2:#0091c8
GREEN:#25aa8a
*/

/* --- GLOBAL --- */
*,*:focus{outline:none !important}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f8fa;color:#323039}
a{text-decoration:underline;cursor:pointer;color:#00b0f2}
a:hover,a:focus,a:active{color:#007eaf}
a,input,button,textarea,select{transition:.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fs-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}
hr{height:1px;margin:20px auto;border:0;background-color:#323039}
.text-blue{color:#00b0f2}
.text-green{color:#25aa8a}
p{margin-bottom:10px;line-height:1.5;font-size:16px}

/* --- BUTTONS,INPUTS --- */
.custombtn{display:inline-block;padding:10px 45px;text-align:center;text-transform:uppercase;text-decoration:none;line-height:30px;font-weight:600;font-size:18px;cursor:pointer;border-radius:3px;border:0;background-color:#00b0f2;color:#fff}
.custombtn:hover,
.custombtn:focus,
.custombtn:active{text-decoration:none;background-color:#0091c8;color:#fff}

.custombtn2{display:inline-block;padding:10px 45px;text-align:center;text-transform:uppercase;text-decoration:none;line-height:30px;font-weight:600;font-size:18px;cursor:pointer;border-radius:3px;border:0;background-color:#fff;color:#00b0f2}
.custombtn2:hover,
.custombtn2:focus,
.custombtn2:active{text-decoration:none;background-color:#dadada;color:#00b0f2}

.block-1 .box .custombtn {
	font-size: 16px;
	line-height: 1.2;
	padding:15px 45px;
	max-width: 90%;
}

.form-control::-webkit-input-placeholder{color:#00b0f2;opacity:1}
.form-control::-moz-placeholder{color:#00b0f2;opacity:1}
.form-control:-ms-input-placeholder{color:#00b0f2;opacity:1}
.form-control::-ms-input-placeholder{color:#00b0f2;opacity:1}
.form-control::placeholder{color:#00b0f2;opacity:1}
.custom-select.placeholder{color:#00b0f2;opacity:1}
.custom-select.placeholder:focus{color:#00b0f2;opacity:1}
.custom-select.placeholder:active{color:#00b0f2;opacity:1}
.form-control,
.custom-select{height:auto;padding:15px 20px;line-height:30px;font-size:18px;border-radius:0px;border-color:#00b0f2;color:#00b0f2}
.custom-select{padding:15px 40px 15px 20px;background-position:center right 20px;background-size:auto auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='12px'%3e%3cpath fill-rule='evenodd' fill='rgb(23,61,102)' d='M0.003,-0.003 L15.997,-0.003 L7.999,12.002 L0.003,-0.003 Z'/%3e%3c/svg%3e")}
.form-control:focus,
.form-control:active,
.custom-select:focus,
.custom-select:active{box-shadow:none;border-color:#00305e;color:#00b0f2}
.custom-control-label::before{width:20px;height:20px;top:0;transition:.2s;border-radius:2px;border:1px solid #e0e0e0;background-color:#fff}
.custom-control-label::after{width:20px;height:20px;top:0;}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{border-radius:0}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before{border-color:#00b0f2;background-color:#00b0f2}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='10px'%3e%3cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M10.166,-0.000 L4.166,6.205 L1.834,3.793 L-0.000,5.690 L4.166,10.000 L12.000,1.897 L10.166,-0.000 Z'/%3e%3c/svg%3e")}

/* --- BREADCRUMBS --- */
.breadcrumb{margin:0;padding:10px 0 15px 0;background-color:transparent}
.breadcrumb .breadcrumb-item{line-height:1.4;font-size:13px}
.breadcrumb .breadcrumb-item a{text-decoration:none;color:#00b0f2}
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item a:active{text-decoration:underline}

/* --- HEADER --- */
header{position:relative}
header .logo{display:block;position:absolute;top:13px;left:15px}
header .logo-txt{display:block;position:absolute;bottom:30px;left:140px}
header .top{min-height:60px;margin-left:calc((100% - 1440px) / 2);padding:0 10px;font-size:18px;border-bottom:1px solid #dedce4}
header .bottom{padding:15px}
header .menu-1 .nav-item .nav-link{padding:0 5px;line-height:59px;text-decoration:none;font-weight:500;font-size:17px;color:#323039}
header .menu-1 .nav-item:hover .nav-link,
header .menu-1 .nav-item:focus .nav-link,
header .menu-1 .nav-item:active .nav-link,
header .menu-1 .nav-item.active .nav-link{text-decoration:underline;color:#00b0f2}

header .menu-2 .nav-item .nav-link{padding:0 15px;text-transform:uppercase;line-height:47px;text-decoration:none;font-weight:600;font-size:18px;border-bottom:3px solid transparent;color:#323039}
header .menu-2 .nav-item.button .nav-link{margin:0 10px;padding:0 25px;line-height:50px;border-radius:3px;border:0;background-color:#00b0f2;color:#fff}
header .menu-2 .nav-item:hover .nav-link,
header .menu-2 .nav-item:focus .nav-link,
header .menu-2 .nav-item:active .nav-link,
header .menu-2 .nav-item.active .nav-link{border-color:#00b0f2;color:#00b0f2}
header .menu-2 .nav-item.button:hover .nav-link,
header .menu-2 .nav-item.button:focus .nav-link,
header .menu-2 .nav-item.button:active .nav-link,
header .menu-2 .nav-item.button.active .nav-link{background-color:#0091c8;color:#fff}

header .menu-2 .dropdown-menu{display:block;top:100% !important;min-width:100%;max-height:0;margin:0;padding:0;transform:none !important;overflow:hidden;border:0;border-radius:0;transition:.2s;box-shadow:0 10px 10px 0 rgba(0,0,0,.2)}
header .menu-2 .dropdown-toggle::after{display:none}
header .menu-2 .dropdown-item{text-decoration:none;border-radius:0 !important}
header .menu-2 .dropdown-item:first-child{margin-top:8px}
header .menu-2 .dropdown-item:last-child{margin-bottom:8px}
header .menu-2 .dropdown-item:hover,
header .menu-2 .dropdown-item:focus,
header .menu-2 .dropdown-item:active,
header .menu-2 .dropdown-item.active{background-color:#00b0f2;color:#fff}
header .menu-2 .dropdown:hover .dropdown-menu{max-height:400px;transition:.8s}

header .svg-search{min-width:50px;height:50px;cursor:pointer;transition:.2s;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='25px'%3e%3cpath fill-rule='evenodd' fill='rgb(50,48,57)' d='M23.970,23.607 L22.697,24.935 L15.661,17.598 C12.125,20.620 6.898,20.411 3.597,16.967 C0.081,13.300 0.081,7.355 3.597,3.688 C7.113,0.021 12.814,0.021 16.330,3.688 C19.631,7.131 19.832,12.582 16.935,16.270 L23.970,23.607 ZM15.057,5.016 C12.244,2.082 7.683,2.082 4.870,5.016 C2.058,7.950 2.058,12.706 4.870,15.640 C7.683,18.573 12.243,18.573 15.056,15.641 L15.058,15.639 C17.870,12.705 17.869,7.949 15.057,5.016 Z'/%3e%3c/svg%3e")}

/* --- FANCY MODAL --- */
.fancy-modal{max-width:512px;padding:40px;transform:translateY(-80px);transition:.5s;border-radius:4px}
.fancybox-slide--current .fancy-modal{transform:translateY(0);opacity:1}
#search input{width:calc(100% - 50px);height:auto;line-height:38px;padding:5px 20px;border:1px solid #00b0f2;border-right:none}
#search button[type="submit"]{width:50px;height:50px;margin:0;padding:0;cursor:pointer;line-height:50px;border:0;background-repeat:no-repeat;background-position:center center;background-color:#00b0f2;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='21px'%3e%3cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M19.755,18.579 L14.947,13.771 C16.138,12.318 16.857,10.456 16.857,8.428 C16.857,3.775 13.081,-0.001 8.428,-0.001 C3.771,-0.001 -0.000,3.775 -0.000,8.428 C-0.000,13.081 3.771,16.856 8.428,16.856 C10.457,16.856 12.314,16.142 13.767,14.950 L18.575,19.754 C18.901,20.081 19.428,20.081 19.755,19.754 C20.081,19.432 20.081,18.901 19.755,18.579 ZM8.428,15.179 C4.702,15.179 1.673,12.150 1.673,8.428 C1.673,4.705 4.702,1.673 8.428,1.673 C12.151,1.673 15.183,4.705 15.183,8.428 C15.183,12.150 12.151,15.179 8.428,15.179 Z'/%3e%3c/svg%3e")}
#search button[type="submit"]:hover,
#search button[type="submit"]:focus,
#search button[type="submit"]:active{background-color:#007eaf}

/* --- START PAGE --- */
.start-page h2{font-weight:800;font-size:26px}
.start-page h2 span{display:block;font-weight:400;font-size:20px}
.start-page h2::after{display:block;content:"";width:160px;height:1px;margin-top:20px;margin-bottom:20px;background-color:#ceccd7}
.start-page h2.text-center::after{margin-left:auto;margin-right:auto}

.block-1{margin-top:-150px}
.block-1 .box{min-height:332px;padding-bottom:60px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-size:cover;background-position:center center;background-color:#fff}
.block-1 .box1{background-image:url('../img/waternet.png')}
.block-1 .box2{background-image:url('../img/watermeter.png')}
.block-1 .box5{background-image:url('../img/virus.png');}
.bgslider .block-1 .box5{ min-height:280px;}
.block-1 .box3{background-image:url('../img/booking.png')}
.block-1 .box4{background-image:url('../img/vizhiany.jpg')}
.block-1 .box .title{margin-bottom:30px;line-height:1.2;font-weight:800;font-size:40px}
.block-1 .box .title span{display:block;font-weight:400;font-size:26px}
.block-1 .box3 .title{font-size:26px}
.block-1 .box3 .title span{font-size:20px}
.block-1 .box4 .title{font-size:26px}
.block-1 .box4 .title span{font-size:20px}

.block-2{margin-bottom:30px;padding:20px 0;background-image:linear-gradient(to right, #0067f2 0%,#00b0f2 100%);color:#fff}
.block-2 .title{font-weight:800;font-size:40px}
.block-2 .title::after{display:block;content:"";width:340px;height:1px;margin:15px 0;background-color:#f2f8fa}
.block-2 .largest{font-size:26px}
.block-2 .box{padding:30px 50px;background-color:#f2f8fa;color:#323039}
.block-2 .title2{margin-bottom:20px;text-align:center;font-size:22px}
.block-2 .p1{margin:0;font-weight:600;font-size:22px}
.block-2 .p2{margin:0;font-size:18px}

.block-3 .box{min-height:332px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-repeat:no-repeat;background-position:center right;background-size:cover;background-color:#fff}
.block-3 .box1{position:relative;padding-left:50px;z-index:3;background-image:url('../img/online-payment-bg.png')}
.block-3 .box1::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:-1;background-image:linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)}
.block-3 .box1 h2{margin-bottom:20px}
.block-3 .box1 h2::after{display:none}
.block-3 .box2{padding:30px}
.block-3 .box2 svg{margin-top:8px}
.block-3 .box2 a{margin-bottom:7px;text-decoration:none;color:#63616b}
.block-3 .box2 a:hover{text-decoration:underline}
.block-3 .box2 a:last-child{margin-bottom:0}
.block-3 .box2 a::after{display:inline-block;content:"›";margin-left:5px}

.block-4 .box{box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-color:#fff}
.block-4 .date{margin:15px 30px 0 30px;font-weight:700;font-size:14px;color:#0067f2}
.block-4 .title{display:block;margin:0 30px 5px 30px;text-decoration:none;line-height:1.2;font-weight:700;font-size:17px;color:#323039}
.block-4 .desc{display:inline-block;margin:0 30px 15px 30px}
.block-4 .more{display:inline-block;margin:0 30px 15px 30px;text-decoration:none;font-weight:600;color:#00b0f2}
/*.block-4 .box:hover .title{text-decoration:underline}
.block-4 .box:hover .more{text-decoration:underline}*/
.block-4 .items .item:not(:last-child)::after{display:block;content:"";width:calc(100% - 60px);height:1px;margin-left:30px;background-color:#ceccd7}
/*.block-4 .items .item:hover .title{text-decoration:underline}
.block-4 .items .item:hover .more{text-decoration:underline}*/

.block-5 .inner{display:flex;align-items:center;padding:60px;background-size:contain;background-repeat:no-repeat;background-position:right center;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-color:#fff;background-image:url('../img/jobs-bg.png')}
.block-5 .inner .left{width:30%;text-align:center}
.block-5 .inner .right{width:70%}
.block-5 .inner .right .slick-slide{margin:0 15px}
.block-5 h2::after{display:none}
.block-5 .box{position:relative;padding:20px;border:1px solid #00b0f2;background-color:#fff}
.block-5 .box .title{margin-bottom:15px;font-weight:700;font-size:20px;color:#2645aa}
.block-5 .box .desc{margin-bottom:15px}
.block-5 .box .more{font-weight:600;color:#00b0f2}

.block-6 .box{height:100%;padding:30px;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-color:#fff}
.block-6 .box1 h2::after{display:none}
.block-6 .box2{display:flex;flex-direction:column;padding-right:20px}
.block-6 .box2 svg{margin-top:8px}
.block-6 .box2 a{margin-bottom:7px;text-decoration:none;color:#63616b}
.block-6 .box2 a:hover{text-decoration:underline}
.block-6 .box2 a:last-child{margin-bottom:0}
.block-6 .box2 a::after{display:inline-block;content:"›";margin-left:5px}

.block-6 .box3{display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-position:right top;background-color:#0067f2;background-image:url('../img/help-bg.png');color:#fff}
.block-6 .box3 .title{line-height:1.2;font-weight:800;font-size:40px}
.block-6 .box3 .title span{display:block;font-weight:400;font-size:30px}

.block-6 .box4{display:flex;flex-direction:column;justify-content:flex-end;background-repeat:no-repeat;background-position:right top;background-color:#faf9f7;background-image:url('../img/ideas-bg.png');color:#323039}
.block-6 .box4 .title{line-height:1.2;font-weight:800;font-size:40px}
.block-6 .box4 .title span{display:block;font-weight:400;font-size:30px}

.block-8 .box{position:relative;display:flex;justify-content:center;align-items:center;padding:22px 0;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-color:#fff}
.block-8 h2{margin:0 60px 0 45px;text-align:center}
.block-8 h2::after{display:none}
.block-8 .box:hover{background-color:#ececec}

/* --- CONTENT PAGE --- */
.content-page section h1{margin-bottom:20px; font-size: 32px; }
.content-page section h2{margin-bottom:20px; font-size: 30px; }
.content-page section h3{margin-bottom:20px; font-size: 28px; }
.content-page section h4{margin-bottom:20px; font-size: 26px; }
.content-page section h5{margin-bottom:20px; font-size: 24px; }
.content-page section h6{margin-bottom:20px; font-size: 22px; }
.content-page section p{margin-bottom:20px}

.content-page section ul{margin-bottom:20px;padding-left:15px;list-style-type:none !important}
.content-page section ul li{position:relative;margin-bottom:10px;padding-left:20px}
.content-page section ul li::before{position:absolute;content:"";top:7px;left:0;width:0px;height:0px;border-radius:100%;background-color:#0067f2}

.content-page .bgslider h1{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 32px; position: relative; z-index: 0; }
.content-page .bgslider h2{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 30px; position: relative; z-index: 0; }
.content-page .bgslider h3{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 28px; position: relative; z-index: 0; }
.content-page .bgslider h4{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 26px; position: relative; z-index: 0; }
.content-page .bgslider h5{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 24px; position: relative; z-index: 0; }
.content-page .bgslider h6{padding-left: 10px; padding-right: 10px; text-shadow: -1px 0 rgba(0,0,0,0.5), 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5), 0 -1px rgba(0,0,0,0.5); color:#fff; font-size: 22px; position: relative; z-index: 0; }



@media(max-width:991px) {
	.content-page section h1, .content-page .bgslider h1{margin-bottom:20px; font-size: 28px; }
	.content-page section h2, .content-page .bgslider h2{margin-bottom:20px; font-size: 26px; }
	.content-page section h3, .content-page .bgslider h3{margin-bottom:20px; font-size: 24px; }
	.content-page section h4, .content-page .bgslider h4{margin-bottom:20px; font-size: 22px; }
	.content-page section h5, .content-page .bgslider h5{margin-bottom:20px; font-size: 20px; }
	.content-page section h6, .content-page .bgslider h6{margin-bottom:20px; font-size: 18px; }

	.bgslider .block-1{
		display:none;
	}
}

/* --- SVG ICONS --- */
.svg-menu{display:none;position:relative;width:40px;height:28px;cursor:pointer}
.svg-menu span{position:absolute;display:block;right:0;width:100%;height:4px;transform-origin:right center;transition:.2s;border-radius:4px;background-color:#323039}
.svg-menu span:nth-child(1){top:0px}
.svg-menu span:nth-child(2){top:12px}
.svg-menu span:nth-child(3){top:24px}
.menu-open .svg-menu{position:fixed;top:20px;right:20px;z-index:1030}
.menu-open .svg-menu span:nth-child(1){top:-2px;transform:rotate(-45deg)}
.menu-open .svg-menu span:nth-child(2){width:0%;opacity:0}
.menu-open .svg-menu span:nth-child(3){top:26px;transform:rotate(45deg)}

.svg-fb{display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3e%3cpath fill-rule='evenodd' fill='rgb(58,85,159)' d='M-0.000,-0.000 L-0.000,40.000 L21.302,40.000 L21.302,24.549 L16.095,24.549 L16.095,18.241 L21.302,18.241 L21.302,12.944 C21.302,9.091 24.425,5.968 28.278,5.968 L33.722,5.968 L33.722,11.640 L29.827,11.640 C28.602,11.640 27.610,12.633 27.610,13.857 L27.610,18.241 L33.624,18.241 L32.793,24.549 L27.610,24.549 L27.610,40.000 L40.000,40.000 L40.000,-0.000 L-0.000,-0.000 Z'/%3e%3c/svg%3e")}
.svg-fb2{display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3e%3cpath fill-rule='evenodd' fill='rgb(127, 160, 203)' d='M-0.000,-0.000 L-0.000,40.000 L21.302,40.000 L21.302,24.549 L16.095,24.549 L16.095,18.241 L21.302,18.241 L21.302,12.944 C21.302,9.091 24.425,5.968 28.278,5.968 L33.722,5.968 L33.722,11.640 L29.827,11.640 C28.602,11.640 27.610,12.633 27.610,13.857 L27.610,18.241 L33.624,18.241 L32.793,24.549 L27.610,24.549 L27.610,40.000 L40.000,40.000 L40.000,-0.000 L-0.000,-0.000 Z'/%3e%3c/svg%3e")}
.svg-yt{display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3e%3cpath fill-rule='evenodd' fill='rgb(220,71,46)' d='M-0.000,40.000 L-0.000,-0.000 L40.000,-0.000 L40.000,40.000 L-0.000,40.000 ZM15.520,5.535 C15.520,5.535 14.852,8.371 14.533,9.714 L14.533,9.714 C14.214,8.371 13.547,5.535 13.547,5.535 L11.877,5.535 C11.877,5.535 13.160,9.791 13.734,11.689 C13.754,11.758 13.764,11.832 13.764,11.904 L13.763,16.256 L15.303,16.256 L15.303,11.904 C15.303,11.832 15.312,11.758 15.333,11.689 C15.907,9.791 17.190,5.535 17.190,5.535 L15.520,5.535 ZM21.302,10.240 C21.302,9.080 20.361,8.139 19.200,8.139 C18.039,8.139 17.098,9.080 17.098,10.240 L17.098,14.353 C17.098,15.514 18.039,16.455 19.200,16.455 C20.361,16.455 21.302,15.514 21.302,14.353 L21.302,10.240 ZM25.205,8.337 L25.205,14.211 C25.205,14.261 25.210,14.324 25.183,14.358 C24.994,14.597 24.771,14.799 24.479,14.900 C24.239,14.983 24.055,14.866 24.011,14.617 C23.997,14.538 23.990,14.458 23.990,14.378 L23.990,8.337 L22.534,8.337 L22.534,15.109 C22.535,15.307 22.571,15.511 22.629,15.700 C22.804,16.269 23.271,16.442 23.820,16.335 C24.178,16.265 24.483,16.088 24.753,15.850 C24.905,15.716 25.044,15.567 25.206,15.407 L25.204,16.258 L26.672,16.258 L26.672,8.337 L25.205,8.337 ZM31.912,22.039 C31.912,20.093 30.356,18.503 28.410,18.462 C22.805,18.342 17.196,18.342 11.589,18.462 C9.644,18.503 8.089,20.093 8.089,22.039 L8.089,30.795 C8.089,32.742 9.644,34.333 11.589,34.374 C17.196,34.494 22.805,34.494 28.410,34.374 C30.356,34.333 31.912,32.742 31.912,30.795 L31.912,22.039 ZM27.175,27.839 L27.175,29.808 C27.175,30.162 27.462,30.448 27.815,30.448 C28.168,30.448 28.454,30.162 28.454,29.808 L28.454,28.796 L29.930,28.796 C29.930,28.796 29.952,29.991 29.765,30.536 C29.516,31.263 29.003,31.667 28.250,31.778 C27.783,31.846 27.320,31.836 26.882,31.638 C26.283,31.368 25.943,30.879 25.798,30.257 C25.730,29.967 25.697,29.663 25.693,29.366 C25.682,28.198 25.687,27.028 25.690,25.860 C25.690,25.249 25.836,24.686 26.255,24.218 C26.732,23.683 27.343,23.484 28.041,23.529 C28.251,23.542 28.465,23.576 28.664,23.642 C29.343,23.865 29.705,24.373 29.847,25.047 C29.902,25.307 29.922,25.577 29.926,25.843 C29.938,26.466 29.922,27.839 29.922,27.839 L27.175,27.839 ZM28.454,25.513 C28.454,25.161 28.168,24.874 27.815,24.874 C27.462,24.874 27.175,25.161 27.175,25.513 L27.175,26.618 L28.454,26.618 L28.454,25.513 ZM23.250,31.699 C22.757,31.694 22.358,31.499 22.029,31.141 C21.992,31.102 21.890,30.994 21.890,30.994 L21.890,31.592 L20.456,31.592 L20.456,20.924 L21.890,20.924 C21.890,22.060 21.890,24.436 21.890,24.436 C21.890,24.436 21.971,24.274 22.044,24.191 C22.266,23.942 22.537,23.750 22.870,23.666 C23.421,23.528 24.055,23.698 24.357,24.342 C24.535,24.722 24.585,25.127 24.585,25.540 C24.588,27.031 24.588,28.522 24.586,30.013 C24.585,30.293 24.557,30.568 24.468,30.836 C24.276,31.412 23.855,31.705 23.250,31.699 ZM23.109,29.835 C23.111,28.425 23.113,27.015 23.106,25.606 C23.106,25.456 23.062,25.301 23.006,25.162 C22.933,24.978 22.775,24.887 22.576,24.867 C22.344,24.845 22.158,24.939 21.989,25.088 C21.922,25.146 21.891,25.234 21.891,25.234 L21.894,29.971 L21.894,30.088 C21.894,30.088 21.935,30.142 21.941,30.149 C22.078,30.298 22.238,30.416 22.442,30.458 C22.779,30.527 23.017,30.387 23.083,30.074 C23.099,29.996 23.109,29.915 23.109,29.835 C23.109,29.835 23.109,29.835 23.109,29.835 C23.109,29.835 23.109,29.835 23.109,29.835 ZM17.590,30.727 C17.538,30.782 17.509,30.812 17.482,30.843 C17.174,31.190 16.825,31.480 16.379,31.634 C16.161,31.708 15.937,31.734 15.708,31.694 C15.396,31.642 15.186,31.462 15.060,31.178 C14.942,30.916 14.912,30.635 14.911,30.352 C14.908,29.308 14.909,23.780 14.909,23.726 L16.338,23.726 C16.340,23.774 16.345,27.743 16.346,29.678 C16.346,29.784 16.347,29.891 16.368,29.994 C16.421,30.254 16.620,30.365 16.870,30.274 C17.158,30.169 17.378,29.970 17.562,29.732 C17.589,29.698 17.589,29.637 17.589,29.588 L17.589,23.718 L19.022,23.714 C19.022,23.714 19.022,26.485 19.022,27.800 L19.022,31.594 L17.590,31.594 L17.590,30.727 ZM13.236,31.593 L11.619,31.593 L11.619,22.454 L9.945,22.454 L9.945,20.925 L14.913,20.925 L14.913,22.450 L13.236,22.450 L13.236,31.593 ZM19.200,15.043 C18.866,15.043 18.594,14.771 18.594,14.436 L18.594,10.157 C18.594,9.823 18.866,9.551 19.200,9.551 C19.534,9.551 19.807,9.823 19.807,10.157 L19.807,14.436 C19.807,14.771 19.534,15.043 19.200,15.043 Z'/%3e%3c/svg%3e")}
.svg-yt2{display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40px' height='40px'%3e%3cpath fill-rule='evenodd' fill='rgb(127, 160, 203)' d='M-0.000,40.000 L-0.000,-0.000 L40.000,-0.000 L40.000,40.000 L-0.000,40.000 ZM15.520,5.535 C15.520,5.535 14.852,8.371 14.533,9.714 L14.533,9.714 C14.214,8.371 13.547,5.535 13.547,5.535 L11.877,5.535 C11.877,5.535 13.160,9.791 13.734,11.689 C13.754,11.758 13.764,11.832 13.764,11.904 L13.763,16.256 L15.303,16.256 L15.303,11.904 C15.303,11.832 15.312,11.758 15.333,11.689 C15.907,9.791 17.190,5.535 17.190,5.535 L15.520,5.535 ZM21.302,10.240 C21.302,9.080 20.361,8.139 19.200,8.139 C18.039,8.139 17.098,9.080 17.098,10.240 L17.098,14.353 C17.098,15.514 18.039,16.455 19.200,16.455 C20.361,16.455 21.302,15.514 21.302,14.353 L21.302,10.240 ZM25.205,8.337 L25.205,14.211 C25.205,14.261 25.210,14.324 25.183,14.358 C24.994,14.597 24.771,14.799 24.479,14.900 C24.239,14.983 24.055,14.866 24.011,14.617 C23.997,14.538 23.990,14.458 23.990,14.378 L23.990,8.337 L22.534,8.337 L22.534,15.109 C22.535,15.307 22.570,15.511 22.629,15.700 C22.804,16.269 23.271,16.442 23.820,16.335 C24.178,16.265 24.483,16.088 24.753,15.850 C24.905,15.716 25.044,15.567 25.206,15.407 L25.204,16.258 L26.672,16.258 L26.672,8.337 L25.205,8.337 ZM31.912,22.039 C31.912,20.093 30.356,18.503 28.410,18.462 C22.804,18.342 17.196,18.342 11.589,18.462 C9.644,18.503 8.089,20.093 8.089,22.039 L8.089,30.795 C8.089,32.742 9.644,34.333 11.589,34.374 C17.196,34.494 22.804,34.494 28.410,34.374 C30.356,34.333 31.912,32.742 31.912,30.795 L31.912,22.039 ZM27.175,27.839 L27.175,29.808 C27.175,30.162 27.462,30.448 27.815,30.448 C28.168,30.448 28.454,30.162 28.454,29.808 L28.454,28.796 L29.930,28.796 C29.930,28.796 29.952,29.991 29.765,30.536 C29.516,31.263 29.003,31.667 28.250,31.778 C27.783,31.846 27.320,31.836 26.882,31.638 C26.283,31.368 25.943,30.879 25.797,30.257 C25.730,29.967 25.697,29.663 25.693,29.366 C25.682,28.198 25.687,27.028 25.690,25.860 C25.690,25.249 25.836,24.686 26.255,24.218 C26.732,23.683 27.343,23.484 28.041,23.529 C28.251,23.542 28.465,23.576 28.664,23.642 C29.342,23.865 29.705,24.373 29.847,25.047 C29.902,25.307 29.922,25.577 29.926,25.843 C29.938,26.466 29.922,27.839 29.922,27.839 L27.175,27.839 ZM28.454,25.513 C28.454,25.161 28.168,24.874 27.815,24.874 C27.462,24.874 27.175,25.161 27.175,25.513 L27.175,26.618 L28.454,26.618 L28.454,25.513 ZM23.250,31.699 C22.757,31.694 22.358,31.499 22.029,31.141 C21.992,31.102 21.890,30.994 21.890,30.994 L21.890,31.592 L20.456,31.592 L20.456,20.924 L21.890,20.924 C21.890,22.060 21.890,24.436 21.890,24.436 C21.890,24.436 21.971,24.274 22.044,24.191 C22.266,23.942 22.537,23.750 22.870,23.666 C23.421,23.528 24.055,23.698 24.357,24.342 C24.535,24.722 24.585,25.127 24.585,25.540 C24.588,27.031 24.588,28.522 24.586,30.013 C24.585,30.293 24.556,30.568 24.468,30.836 C24.276,31.412 23.855,31.705 23.250,31.699 ZM23.109,29.835 C23.111,28.425 23.113,27.015 23.106,25.606 C23.106,25.456 23.062,25.301 23.006,25.162 C22.933,24.978 22.774,24.887 22.576,24.867 C22.344,24.845 22.158,24.939 21.989,25.088 C21.921,25.146 21.891,25.234 21.891,25.234 L21.894,29.971 L21.894,30.088 C21.894,30.088 21.935,30.142 21.941,30.149 C22.078,30.298 22.238,30.416 22.442,30.458 C22.779,30.527 23.017,30.387 23.083,30.074 C23.099,29.996 23.109,29.915 23.109,29.835 C23.109,29.835 23.109,29.835 23.109,29.835 C23.109,29.835 23.109,29.835 23.109,29.835 ZM17.590,30.727 C17.538,30.782 17.509,30.812 17.482,30.843 C17.174,31.190 16.825,31.480 16.379,31.634 C16.161,31.708 15.937,31.734 15.708,31.694 C15.396,31.642 15.186,31.462 15.060,31.178 C14.942,30.916 14.912,30.635 14.911,30.352 C14.908,29.308 14.909,23.780 14.909,23.726 L16.338,23.726 C16.340,23.774 16.345,27.743 16.346,29.678 C16.346,29.784 16.347,29.891 16.368,29.994 C16.421,30.254 16.620,30.365 16.870,30.274 C17.158,30.169 17.378,29.970 17.562,29.732 C17.589,29.698 17.589,29.637 17.589,29.588 L17.589,23.718 L19.022,23.714 C19.022,23.714 19.022,26.485 19.022,27.800 L19.022,31.594 L17.590,31.594 L17.590,30.727 ZM13.236,31.593 L11.619,31.593 L11.619,22.454 L9.945,22.454 L9.945,20.925 L14.913,20.925 L14.913,22.450 L13.236,22.450 L13.236,31.593 ZM19.200,15.043 C18.866,15.043 18.594,14.771 18.594,14.436 L18.594,10.157 C18.594,9.823 18.866,9.551 19.200,9.551 C19.534,9.551 19.806,9.823 19.806,10.157 L19.806,14.436 C19.806,14.771 19.534,15.043 19.200,15.043 Z'/%3e%3c/svg%3e")}
.svg-inweb{display:block;width:85px;height:28px;margin:auto 0 auto 15px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='85px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(95,120,147)' d='M43.585,26.164 L40.962,19.693 L40.398,19.693 L40.398,27.864 L41.029,27.864 L41.029,21.530 L43.657,27.864 L44.206,27.864 L44.206,19.693 L43.585,19.693 L43.585,26.164 ZM45.611,27.864 L46.343,27.864 L46.343,23.913 L48.057,23.913 L48.057,23.367 L46.343,23.367 L46.343,20.272 L48.524,20.272 L48.524,19.693 L45.612,19.693 L45.612,27.864 L45.611,27.864 ZM38.256,27.864 L38.988,27.864 L38.988,19.693 L38.256,19.693 L38.256,27.864 ZM41.877,0.010 L38.539,0.010 L38.539,16.288 L41.877,16.288 L41.877,0.010 ZM46.709,7.254 L50.321,16.288 L52.632,16.288 L52.632,0.000 L49.863,0.000 L49.863,8.519 L46.241,0.000 L43.839,0.000 L43.839,16.288 L46.709,16.288 L46.709,7.254 ZM52.943,20.597 C52.840,20.383 52.710,20.202 52.553,20.055 C52.395,19.908 52.195,19.793 51.952,19.707 C51.708,19.621 51.428,19.579 51.114,19.579 C50.799,19.579 50.520,19.621 50.276,19.707 C50.033,19.792 49.832,19.908 49.674,20.055 C49.518,20.202 49.388,20.383 49.285,20.597 C49.182,20.811 49.109,21.038 49.066,21.279 C49.022,21.519 49.000,21.784 49.000,22.071 L49.000,25.494 C49.000,27.159 49.705,27.993 51.114,27.993 C52.523,27.993 53.227,27.159 53.227,25.494 L53.227,22.071 C53.227,21.784 53.205,21.519 53.162,21.279 C53.119,21.038 53.046,20.811 52.943,20.597 ZM52.495,25.656 C52.495,26.827 52.035,27.413 51.114,27.413 C50.193,27.413 49.732,26.827 49.732,25.656 L49.732,21.910 C49.732,20.742 50.193,20.158 51.114,20.158 C52.035,20.158 52.495,20.742 52.495,21.910 L52.495,25.656 ZM19.933,22.676 C19.740,23.146 18.911,23.139 18.704,22.683 C18.518,22.279 15.935,15.658 15.935,15.658 L17.410,11.516 C17.410,11.516 18.868,15.197 18.943,15.376 C19.134,15.838 19.537,15.810 19.715,15.376 C23.702,4.909 23.770,4.653 23.942,4.198 C21.403,1.714 17.907,0.180 14.048,0.180 C6.290,0.179 -0.000,6.383 -0.000,14.037 C-0.000,16.088 0.452,18.036 1.262,19.787 C2.282,17.179 5.556,8.831 5.556,8.831 L8.627,8.825 C8.627,8.825 4.265,20.135 3.212,22.855 C5.789,25.933 9.687,27.892 14.048,27.892 C21.809,27.892 28.099,21.690 28.099,14.036 C28.099,11.423 27.365,8.979 26.093,6.894 C25.864,7.469 25.774,7.754 19.933,22.676 ZM5.889,7.961 L7.067,4.942 L10.140,4.942 L8.968,7.959 L5.889,7.961 ZM11.591,22.676 C11.397,23.146 10.568,23.139 10.360,22.683 C10.175,22.279 7.593,15.658 7.593,15.658 L9.069,11.516 C9.069,11.516 10.525,15.197 10.600,15.376 C10.792,15.838 11.195,15.810 11.373,15.376 C11.551,14.943 15.408,4.943 15.408,4.943 L18.481,4.943 C18.482,4.943 11.755,22.279 11.591,22.676 ZM83.808,15.112 C84.602,14.329 85.000,13.120 85.000,11.486 C85.000,9.219 84.019,7.850 82.057,7.380 C82.912,7.097 83.543,6.711 83.950,6.223 C84.356,5.734 84.560,5.065 84.560,4.215 C84.560,3.528 84.472,2.932 84.298,2.429 C84.124,1.926 83.891,1.520 83.602,1.212 C83.311,0.905 82.942,0.660 82.492,0.475 C82.043,0.292 81.584,0.168 81.117,0.105 C80.649,0.041 80.109,0.010 79.499,0.010 L76.097,0.010 L76.097,16.288 L80.168,16.288 C81.800,16.288 83.013,15.896 83.808,15.112 ZM79.416,2.216 C79.648,2.216 79.819,2.217 79.929,2.220 C80.039,2.224 80.184,2.236 80.365,2.257 C80.545,2.278 80.679,2.311 80.768,2.356 C80.856,2.402 80.959,2.471 81.075,2.564 C81.191,2.658 81.274,2.772 81.323,2.908 C81.372,3.044 81.416,3.214 81.456,3.419 C81.495,3.625 81.515,3.862 81.515,4.134 C81.515,4.477 81.494,4.776 81.451,5.029 C81.408,5.282 81.333,5.519 81.226,5.739 C81.119,5.959 80.962,6.126 80.754,6.241 C80.546,6.356 80.289,6.413 79.984,6.413 L79.415,6.413 L79.415,2.216 L79.416,2.216 ZM79.434,13.964 L79.434,8.574 L79.764,8.574 C80.491,8.574 81.006,8.809 81.309,9.279 C81.612,9.749 81.763,10.410 81.763,11.259 C81.763,11.772 81.740,12.181 81.695,12.485 C81.649,12.790 81.555,13.062 81.415,13.304 C81.274,13.545 81.069,13.715 80.800,13.815 C80.531,13.914 80.180,13.964 79.746,13.964 L79.434,13.964 ZM67.178,19.693 L65.541,27.864 L66.278,27.864 L66.701,25.736 L68.612,25.736 L69.026,27.864 L69.767,27.864 L68.131,19.693 L67.178,19.693 ZM66.788,25.258 L67.650,20.442 L68.521,25.258 L66.788,25.258 ZM79.949,19.693 L79.193,19.693 L76.984,23.989 L76.984,19.693 L76.252,19.693 L76.252,27.864 L76.984,27.864 L76.984,24.981 L77.793,23.547 L79.564,27.863 L80.339,27.863 L78.235,23.062 L79.949,19.693 ZM69.614,20.272 L71.226,20.272 L71.226,27.864 L71.958,27.864 L71.958,20.272 L73.586,20.272 L73.586,19.693 L69.614,19.693 L69.614,20.272 L69.614,20.272 ZM68.018,16.288 L74.905,16.288 L74.905,14.027 L71.356,14.027 L71.356,9.017 L73.868,9.017 L73.868,6.702 L71.356,6.702 L71.356,2.271 L74.905,2.271 L74.905,0.010 L68.018,0.010 L68.018,16.288 ZM74.109,27.864 L74.841,27.864 L74.841,19.693 L74.109,19.693 L74.109,27.864 ZM58.465,21.806 C58.465,21.565 58.449,21.346 58.419,21.148 C58.388,20.950 58.332,20.759 58.253,20.574 C58.172,20.389 58.067,20.233 57.937,20.108 C57.807,19.984 57.636,19.883 57.424,19.807 C57.213,19.731 56.967,19.693 56.688,19.693 L54.479,19.693 L54.479,27.864 L55.210,27.864 L55.210,23.876 L56.601,23.876 L57.810,27.864 L58.589,27.864 L57.309,23.785 C58.080,23.507 58.465,22.847 58.465,21.806 ZM56.683,23.297 L55.210,23.297 L55.210,20.272 L56.683,20.272 C56.850,20.272 56.996,20.299 57.122,20.353 C57.247,20.407 57.348,20.479 57.425,20.569 C57.502,20.659 57.564,20.771 57.610,20.904 C57.657,21.036 57.689,21.173 57.707,21.313 C57.724,21.452 57.733,21.608 57.733,21.783 C57.733,21.995 57.719,22.183 57.690,22.348 C57.660,22.513 57.610,22.671 57.538,22.823 C57.466,22.974 57.357,23.091 57.214,23.174 C57.068,23.255 56.892,23.297 56.683,23.297 ZM61.682,16.288 L64.534,16.288 L66.845,0.010 L63.993,0.010 L62.920,10.726 L61.536,0.010 L59.087,0.010 L57.675,10.790 L56.649,0.010 L53.806,0.010 L56.089,16.288 L58.940,16.288 L60.298,5.634 L61.682,16.288 ZM62.894,23.356 C62.569,24.693 62.310,25.823 62.113,26.748 L60.515,19.693 L59.615,19.693 L59.615,27.864 L60.265,27.864 L60.265,21.331 L61.797,27.864 L62.432,27.864 L63.963,21.326 L63.963,27.864 L64.613,27.864 L64.613,19.693 L63.713,19.693 C63.491,20.797 63.217,22.018 62.894,23.356 ZM82.135,19.693 L80.498,27.864 L81.234,27.864 L81.657,25.736 L83.569,25.736 L83.983,27.864 L84.724,27.864 L83.087,19.693 L82.135,19.693 ZM81.745,25.258 L82.606,20.442 L83.478,25.258 L81.745,25.258 Z'/%3e%3c/svg%3e")}
.svg-inweb:hover{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='85px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(255,255,255)' d='M43.585,26.164 L40.962,19.693 L40.398,19.693 L40.398,27.864 L41.029,27.864 L41.029,21.530 L43.657,27.864 L44.206,27.864 L44.206,19.693 L43.585,19.693 L43.585,26.164 ZM45.611,27.864 L46.343,27.864 L46.343,23.913 L48.057,23.913 L48.057,23.367 L46.343,23.367 L46.343,20.272 L48.524,20.272 L48.524,19.693 L45.612,19.693 L45.612,27.864 L45.611,27.864 ZM38.256,27.864 L38.988,27.864 L38.988,19.693 L38.256,19.693 L38.256,27.864 ZM41.877,0.010 L38.539,0.010 L38.539,16.288 L41.877,16.288 L41.877,0.010 ZM46.709,7.254 L50.321,16.288 L52.632,16.288 L52.632,0.000 L49.863,0.000 L49.863,8.519 L46.241,0.000 L43.839,0.000 L43.839,16.288 L46.709,16.288 L46.709,7.254 ZM52.943,20.597 C52.840,20.383 52.710,20.202 52.553,20.055 C52.395,19.908 52.195,19.793 51.952,19.707 C51.708,19.621 51.428,19.579 51.114,19.579 C50.799,19.579 50.520,19.621 50.276,19.707 C50.033,19.792 49.832,19.908 49.674,20.055 C49.518,20.202 49.388,20.383 49.285,20.597 C49.182,20.811 49.109,21.038 49.066,21.279 C49.022,21.519 49.000,21.784 49.000,22.071 L49.000,25.494 C49.000,27.159 49.705,27.993 51.114,27.993 C52.523,27.993 53.227,27.159 53.227,25.494 L53.227,22.071 C53.227,21.784 53.205,21.519 53.162,21.279 C53.119,21.038 53.046,20.811 52.943,20.597 ZM52.495,25.656 C52.495,26.827 52.035,27.413 51.114,27.413 C50.193,27.413 49.732,26.827 49.732,25.656 L49.732,21.910 C49.732,20.742 50.193,20.158 51.114,20.158 C52.035,20.158 52.495,20.742 52.495,21.910 L52.495,25.656 ZM19.933,22.676 C19.740,23.146 18.911,23.139 18.704,22.683 C18.518,22.279 15.935,15.658 15.935,15.658 L17.410,11.516 C17.410,11.516 18.868,15.197 18.943,15.376 C19.134,15.838 19.537,15.810 19.715,15.376 C23.702,4.909 23.770,4.653 23.942,4.198 C21.403,1.714 17.907,0.180 14.048,0.180 C6.290,0.179 -0.000,6.383 -0.000,14.037 C-0.000,16.088 0.452,18.036 1.262,19.787 C2.282,17.179 5.556,8.831 5.556,8.831 L8.627,8.825 C8.627,8.825 4.265,20.135 3.212,22.855 C5.789,25.933 9.687,27.892 14.048,27.892 C21.809,27.892 28.099,21.690 28.099,14.036 C28.099,11.423 27.365,8.979 26.093,6.894 C25.864,7.469 25.774,7.754 19.933,22.676 ZM5.889,7.961 L7.067,4.942 L10.140,4.942 L8.968,7.959 L5.889,7.961 ZM11.591,22.676 C11.397,23.146 10.568,23.139 10.360,22.683 C10.175,22.279 7.593,15.658 7.593,15.658 L9.069,11.516 C9.069,11.516 10.525,15.197 10.600,15.376 C10.792,15.838 11.195,15.810 11.373,15.376 C11.551,14.943 15.408,4.943 15.408,4.943 L18.481,4.943 C18.482,4.943 11.755,22.279 11.591,22.676 ZM83.808,15.112 C84.602,14.329 85.000,13.120 85.000,11.486 C85.000,9.219 84.019,7.850 82.057,7.380 C82.912,7.097 83.543,6.711 83.950,6.223 C84.356,5.734 84.560,5.065 84.560,4.215 C84.560,3.528 84.472,2.932 84.298,2.429 C84.124,1.926 83.891,1.520 83.602,1.212 C83.311,0.905 82.942,0.660 82.492,0.475 C82.043,0.292 81.584,0.168 81.117,0.105 C80.649,0.041 80.109,0.010 79.499,0.010 L76.097,0.010 L76.097,16.288 L80.168,16.288 C81.800,16.288 83.013,15.896 83.808,15.112 ZM79.416,2.216 C79.648,2.216 79.819,2.217 79.929,2.220 C80.039,2.224 80.184,2.236 80.365,2.257 C80.545,2.278 80.679,2.311 80.768,2.356 C80.856,2.402 80.959,2.471 81.075,2.564 C81.191,2.658 81.274,2.772 81.323,2.908 C81.372,3.044 81.416,3.214 81.456,3.419 C81.495,3.625 81.515,3.862 81.515,4.134 C81.515,4.477 81.494,4.776 81.451,5.029 C81.408,5.282 81.333,5.519 81.226,5.739 C81.119,5.959 80.962,6.126 80.754,6.241 C80.546,6.356 80.289,6.413 79.984,6.413 L79.415,6.413 L79.415,2.216 L79.416,2.216 ZM79.434,13.964 L79.434,8.574 L79.764,8.574 C80.491,8.574 81.006,8.809 81.309,9.279 C81.612,9.749 81.763,10.410 81.763,11.259 C81.763,11.772 81.740,12.181 81.695,12.485 C81.649,12.790 81.555,13.062 81.415,13.304 C81.274,13.545 81.069,13.715 80.800,13.815 C80.531,13.914 80.180,13.964 79.746,13.964 L79.434,13.964 ZM67.178,19.693 L65.541,27.864 L66.278,27.864 L66.701,25.736 L68.612,25.736 L69.026,27.864 L69.767,27.864 L68.131,19.693 L67.178,19.693 ZM66.788,25.258 L67.650,20.442 L68.521,25.258 L66.788,25.258 ZM79.949,19.693 L79.193,19.693 L76.984,23.989 L76.984,19.693 L76.252,19.693 L76.252,27.864 L76.984,27.864 L76.984,24.981 L77.793,23.547 L79.564,27.863 L80.339,27.863 L78.235,23.062 L79.949,19.693 ZM69.614,20.272 L71.226,20.272 L71.226,27.864 L71.958,27.864 L71.958,20.272 L73.586,20.272 L73.586,19.693 L69.614,19.693 L69.614,20.272 L69.614,20.272 ZM68.018,16.288 L74.905,16.288 L74.905,14.027 L71.356,14.027 L71.356,9.017 L73.868,9.017 L73.868,6.702 L71.356,6.702 L71.356,2.271 L74.905,2.271 L74.905,0.010 L68.018,0.010 L68.018,16.288 ZM74.109,27.864 L74.841,27.864 L74.841,19.693 L74.109,19.693 L74.109,27.864 ZM58.465,21.806 C58.465,21.565 58.449,21.346 58.419,21.148 C58.388,20.950 58.332,20.759 58.253,20.574 C58.172,20.389 58.067,20.233 57.937,20.108 C57.807,19.984 57.636,19.883 57.424,19.807 C57.213,19.731 56.967,19.693 56.688,19.693 L54.479,19.693 L54.479,27.864 L55.210,27.864 L55.210,23.876 L56.601,23.876 L57.810,27.864 L58.589,27.864 L57.309,23.785 C58.080,23.507 58.465,22.847 58.465,21.806 ZM56.683,23.297 L55.210,23.297 L55.210,20.272 L56.683,20.272 C56.850,20.272 56.996,20.299 57.122,20.353 C57.247,20.407 57.348,20.479 57.425,20.569 C57.502,20.659 57.564,20.771 57.610,20.904 C57.657,21.036 57.689,21.173 57.707,21.313 C57.724,21.452 57.733,21.608 57.733,21.783 C57.733,21.995 57.719,22.183 57.690,22.348 C57.660,22.513 57.610,22.671 57.538,22.823 C57.466,22.974 57.357,23.091 57.214,23.174 C57.068,23.255 56.892,23.297 56.683,23.297 ZM61.682,16.288 L64.534,16.288 L66.845,0.010 L63.993,0.010 L62.920,10.726 L61.536,0.010 L59.087,0.010 L57.675,10.790 L56.649,0.010 L53.806,0.010 L56.089,16.288 L58.940,16.288 L60.298,5.634 L61.682,16.288 ZM62.894,23.356 C62.569,24.693 62.310,25.823 62.113,26.748 L60.515,19.693 L59.615,19.693 L59.615,27.864 L60.265,27.864 L60.265,21.331 L61.797,27.864 L62.432,27.864 L63.963,21.326 L63.963,27.864 L64.613,27.864 L64.613,19.693 L63.713,19.693 C63.491,20.797 63.217,22.018 62.894,23.356 ZM82.135,19.693 L80.498,27.864 L81.234,27.864 L81.657,25.736 L83.569,25.736 L83.983,27.864 L84.724,27.864 L83.087,19.693 L82.135,19.693 ZM81.745,25.258 L82.606,20.442 L83.478,25.258 L81.745,25.258 Z'/%3e%3c/svg%3e")}

/* --- FOOTER --- */
footer{background-color:#fff}

footer .top{padding:20px 0;background-image:linear-gradient(to right, #0067f2 0%,#00b0f2 100%);color:#fff}
footer .top .title{line-height:1.2;font-size:30px}
footer .top .title span{display:block;font-weight:800;font-size:40px}
footer .top input{width:100%;padding:10px 20px;line-height:30px;border:0;color:#173d66}

footer .middle .logo{margin-top:50px}
footer .middle nav ul{margin:0 0 30px 0;padding:20px 0;border-bottom:1px solid #ceccd7}
footer .middle nav .nav-item .nav-link{position:relative;padding:5px 7px;line-height:30px;text-decoration:none;font-size:16px;color:#323039}
footer .middle nav .nav-item:hover .nav-link,
footer .middle nav .nav-item:focus .nav-link,
footer .middle nav .nav-item:active .nav-link,
footer .middle nav .nav-item.active .nav-link{text-decoration:underline;color:#323039}

footer .bottom{background-color:#143256;color:#fff}
footer .bottom .copyright{display:flex;justify-content:flex-end;align-items:center}
footer .bottom .copyright span{margin:0 auto 0 0;padding:15px 0;font-size:14px}
footer .bottom nav ul{margin:0;padding:20px 0}
footer .bottom nav .nav-item .nav-link{position:relative;padding:5px 10px;line-height:30px;text-decoration:none;font-size:14px;color:#fff}
footer .bottom nav .nav-item:not(:last-child) .nav-link::after{position:absolute;content:"/";right:-4px;top:50%;transform:translateY(-50%);color:#fff}
footer .bottom nav .nav-item:hover .nav-link,
footer .bottom nav .nav-item:focus .nav-link,
footer .bottom nav .nav-item:active .nav-link,
footer .bottom nav .nav-item.active .nav-link{text-decoration:underline;color:#fff}

/* --- BREAKPOINTS --- */
@media(max-width:1859px){
header .menu-2 .nav-item .nav-link{padding:0 10px;font-size:16px}
}

@media(max-width:1749px){
header .top{margin-left:150px}

.block-1{margin-top:-100px}
}

@media(max-width:1679px){
header .logo{width:90px}
header .logo-txt{bottom:13px;left:15px;width:180px}
header .top{margin-left:120px}

.block-1{margin-top:-70px}
}

@media(max-width:1439px){
header .top{font-size:15px}
header .menu-1 .nav-item .nav-link{font-size:15px}
header .menu-2 .nav-item .nav-link{padding:0 8px;font-size:15px}
header .menu-2 .nav-item.button .nav-link{padding:0 8px}

.block-1{margin-top:-30px}
.block-1 .container{max-width:100%}
.block-1 .box .title{font-size:22px}
.block-1 .box .title span{font-size:20px}
.block-1 .box .custombtn{padding:15px 20px;max-width:95%;font-size:14px; line-height: 1.2;}

.block-2 .box{padding:30px}
.block-2 .title{font-size:30px}
.block-2 .largest{font-size:19px}
.block-3 .container{max-width:100%}
.block-4 .container{max-width:100%}
.block-5 .container{max-width:100%}
.block-6 .container{max-width:100%}
.block-7 .container{max-width:100%}
.block-8 .container{max-width:100%}

footer .container{max-width:100%}
}

@media(max-width:1319px){
header .bottom{padding:0 10px}
header .logo-txt{bottom:14px;left:104px;width:180px}

.svg-menu{display:block}
header .menu-2{position:fixed;top:0;left:0;width:100%;height:100%;transform:translateX(-100%);transition:.2s;z-index:1020;overflow-y:auto;overflow-x:hidden;background-color:rgba(255,255,255,.97);}
.menu-open header .menu-2{transform:translateX(0)}
header .menu-2 ul{margin-top:10px;padding:30px 0;flex-direction:column;align-items:center;text-align:center}
header .menu-2 .nav-item .nav-link{line-height:40px !important;font-size:18px;color:#000}
header .menu-2 .nav-item:hover .nav-link,
header .menu-2 .nav-item:focus .nav-link,
header .menu-2 .nav-item:active .nav-link,
header .menu-2 .nav-item.active .nav-link{box-shadow:none;background-color:transparent}
header .menu-2 .dropdown-menu{position:static !important;margin:0;max-height:0 !important;box-shadow:none;background-color:transparent}
header .menu-2 .dropdown-menu.show{max-height:400px !important;transition:.2s}
header .menu-2 .dropdown-item{padding:5px 10px;text-align:center;font-size:18px;color:#000}
header .menu-2 .dropdown-item:hover,
header .menu-2 .dropdown-item:focus,
header .menu-2 .dropdown-item:active,
header .menu-2 .dropdown-item.active{background-color:transparent;color:#0096d2}
}

@media(max-width:1199px){
header .contact{flex-direction:column;align-items:flex-start !important;justify-content:center}

.block-1 .box .title span{font-size:18px}
.block-5 .inner{padding:30px}
.block-6 .box3 .title{font-size:34px}
.block-6 .box3 .title span{font-size:26px}
.block-8 h2{margin:0 25px}

footer .middle nav .nav-item .nav-link{padding:5px;font-size:14px}

footer .bottom .copyright{flex-direction:column}
footer .bottom .copyright span{margin:0 auto}
footer .bottom nav ul{padding:0;flex-wrap:wrap;justify-content:center}
}

@media(max-width:991px){
.start-page h2{font-weight:700;font-size:24px}
.start-page h2 span{font-size:18px}

.block-5 .inner{padding:20px 20px 50px 20px;flex-direction:column;background-size:cover}
.block-5 .inner .left{width:100%}
.block-5 .inner .right{width:100%;margin-top:25px}
.block-6 .box3 .title{font-size:28px}
.block-6 .box3 .title span{font-size:22px}

footer .top .title{font-size:22px}
footer .top .title span{font-size:32px}
}

@media(max-width:767px){
.custombtn,
.custombtn2,
.custombtn3{padding:5px 30px}

header .top{font-size:18px}
}

@media(max-width:575px){}

.idea-category-box{min-height:332px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-size:cover;background-position:center center;background-color:#fff}
#idea-1{background-image:url('../img/vizhiany.jpg')}
#idea-10{background-image:url('../img/bakonykarszt_szennyviz.jpg')}
#idea-11{background-image:url('../img/bakonykarszt_kornyezetvedelem.jpg')}
.idea-category-box .title{font-size:26px;line-height:1;}
.idea-category-box .title span{font-size:20px}

form#IdeasSearchForm input{width:255px;padding:5px 15px;line-height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border:0;background-position:center center;background-color:#e9e8e8;color:#282828}
form#IdeasSearchForm button{min-width:45px;max-width:45px;height:40px;margin:0 20px 0 0;padding:0;line-height:40px;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border:0;background-position:center center;background-repeat:no-repeat;background-color:#e9e8e8;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3e%3cpath fill-rule='evenodd' fill='rgb(28, 26, 25)' d='M15.838,15.838 C15.629,16.048 15.289,16.048 15.080,15.838 L10.695,11.452 C9.562,12.413 8.099,12.995 6.498,12.995 C2.909,12.995 -0.000,10.086 -0.000,6.497 C-0.000,2.909 2.909,-0.000 6.498,-0.000 C10.086,-0.000 12.995,2.909 12.995,6.497 C12.995,8.098 12.413,9.562 11.453,10.694 L15.838,15.080 C16.048,15.289 16.048,15.629 15.838,15.838 ZM6.498,1.002 C3.463,1.002 1.003,3.462 1.003,6.497 C1.003,9.531 3.463,11.991 6.498,11.991 C9.532,11.991 11.992,9.531 11.992,6.497 C11.992,3.462 9.532,1.002 6.498,1.002 Z'/%3e%3c/svg%3e")}
form#IdeasSearchForm button{padding: 0 15px;max-width: none;background-color:#DDDDDD;}
form#IdeasSearchForm button:hover{background-color:#c4c4c4}