html,body{min-width:980px;height:100%;margin:0;padding:0;font-family:Roboto}
*{box-sizing: border-box}
ul{list-style:none;margin:0;padding:0}
a{text-decoration:none}
p{margin:0}
section{position:relative}
input{min-width:300px;max-width:300px;height:55px;padding:12px 15px;border:1px solid #b6b7ba;font-size:24px;border-radius:3px;outline:none;color:#b6b7ba}

.wrapper{position:relative;min-height:100%}
.wrapper-empty{height:170px}
.section-helper{width:100%;max-width:940px;margin:0 auto}

.svg-white{fill:#fff;transition:all .2s ease}
.svg-gray{fill:#fff;opacity:0.5;transition:all .2s ease}
.svg-dark-gray{fill:#323232}
.svg-black{fill:#000}

.opacity{opacity:0.5}
.bg-light-gray{background-color:#fafafa!important}
.bg-gray{background:#bbbcbf}
.bg-white{background:#fff}
.bg-blue{background:#2a70df}

.btn{display:inline-flex;justify-content:center;align-items:center;width:210px;height:55px;border-radius:5px;font-weight:700;font-size:18px;border:none;outline:none;cursor:pointer}
.btn-helper{text-align:center}
.btn-blue{background:#2a70df;color:#fff}
.btn-blue:hover{background: rgb(13,135,249);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkODdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTYzZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(13,135,249,1) 0%, rgba(17,99,242,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(13,135,249,1) 0%,rgba(17,99,242,1) 100%);
    background: linear-gradient(to bottom,  rgba(13,135,249,1) 0%,rgba(17,99,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d87f9', endColorstr='#1163f2',GradientType=0 );
;
    box-shadow:0 0 15px rgba(17,99,242,0.4);
}
.btn-blue:active{background: rgb(17,99,242);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDg3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(17,99,242,1) 0%, rgba(13,135,249,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(17,99,242,1) 0%,rgba(13,135,249,1) 100%);
    background: linear-gradient(to bottom,  rgba(17,99,242,1) 0%,rgba(13,135,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1163f2', endColorstr='#0d87f9',GradientType=0 );

}
.btn-transparent{background:transparent}
.btn-blue.btn-transparent{color:#2a70df;border:2px solid #2a70df}
.btn-blue.btn-transparent:hover{background:rgba(40,106,222,0.1)}
.btn-blue.btn-transparent:active{background:#2a70df;color:#fff}

.btn-orange.btn-transparent{color:#f7bd90;border:2px solid #f7bd90}
.btn-orange.btn-transparent:hover{background:rgba(215,118,40,0.1)}
.btn-orange.btn-transparent:active{background:#f7bd90;color:#fff}

.btn-white.btn-transparent{color:#fff;border:2px solid #fff}
.btn-white.btn-transparent:hover{background:rgba(255,255,255,0.1)}
.btn-white.btn-transparent:active{color:#000;background:#fff}

nav{position:absolute;display:flex;align-items:center;width:100%;height:180px;color:#fff;z-index:3}
nav ul{display:flex;justify-content:space-between;width:100%}
nav a{color:#fff}
nav ul li{position:relative;display:flex;align-items:center;padding:0 10px}
nav ul a{position:relative;display:flex;align-items:center;text-transform:uppercase;transition:all .2s ease;font-size:14px;cursor:pointer}
nav ul a:hover{color:#ef812a}
/*nav ul a:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:0;transition:height .2s ease;background:#ef812a}
nav ul a:hover:after{height:3px}*/

nav>.section-helper>.panel>ul>li.active>a{color:#ef812a}

.submenu{position:absolute;top:calc(100% + 10px);left:50%;display:none;width:290px;margin-left:-145px;background:rgba(41,43,51,.8);padding-top:15px;border-top:3px solid #ef812a}
.submenu.opened{display:block}
.submenu:before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;margin-left:-3px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ef812a}
.submenu ul{flex-direction:column;height:100%}
.submenu li{position:relative;display:block;padding-bottom:15px}
.submenu li a{font-size:14px;text-transform:none}


nav .section-helper{height:100%;align-items:center}
.logo{display:block;width:230px;height:120px}
.panel{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:100%;padding:30px 0 35px 45px}
.other{display:flex;flex-direction:row;justify-content:space-between;font-size:14px}
.request{display:flex;align-items:center;height:30px}
.request:hover .svg-white{fill:#ef812a}
.request svg{margin-right:15px}
.lng-tel{display:flex;flex-direction:row;padding:6px 0}
.tel a{margin-right:25px;font-weight:700;transition:opacity .2s ease}
.tel a:hover{opacity:1}
.tel a span{font-weight:400}
.lng{position:relative;display:flex;align-items:center;padding-left:25px;border-left:1px solid #666;cursor:pointer}
.lng-menu{position:absolute;left:10px;top:150%;display:none;width:70px;z-index:1;border-top:3px solid #ef812a}
.lng-menu.opened{display:block}
.lng-menu:before{content:"";position:absolute;bottom:calc(100% + 3px);left:70%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #ef812a}
.lng-menu ul{display:block}
.lng-menu ul li{padding:0}
.lng-menu ul li a{width:100%;padding:17px 20px;background:#292b33;color:#8d8e92}
.lng-menu ul li a:hover{background:#34363d}
.down{margin-left:5px}

.title, h1{font-family:"Roboto Slab";font-size:38px;color:#fff;text-align:center;margin:0}
h2{font-family:"Roboto Slab";font-size:26px;text-align:center;margin:0;font-weight:400}
.title.orange{color:#ef812a}


.overlay{position:absolute;top:0;left:0;right:0;bottom:0}
.main{height:700px}
.main .swiper-container{height:100%}
.main .swiper-slide .content{margin-right:-30px;padding-top:100px}
.main .swiper-container .content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;padding:0 10%;color:#fff}
.main .swiper-container .content .title{max-width:940px;font-weight:700;text-transform:uppercase;text-shadow:0 0 20px rgba(0,0,0,.5);margin-bottom:60px}
.main .swiper-container .content .title span{font-weight:400}
.main .swiper-pagination-bullet{width:13px;height:13px;background:transparent;border:2px solid #fff;opacity:0.8}
.main .swiper-pagination-bullet-active{border-color:#ef812a;background:#ef812a;opacity:1}
.main .swiper-container-horizontal > .swiper-pagination{left:10px;bottom:160px}
.main .footer{position:absolute;bottom:0;left:0;right:0;height:115px;;background:#292b33;z-index:3}
.main .footer nav{left:50%;margin-left:-470px;height:100%;max-width:940px}
.main .footer nav svg{flex-shrink:0;margin-right:15px}
.main .footer nav li{padding-right:15px}
.main .footer nav a{text-transform:none;height:115px}
.main .footer nav a:hover{color:#fff}
.main .footer nav a:hover .svg-white{fill:#ef812a}
.main .footer nav a:after{content: normal}

.products .section-helper>.title{padding:70px 0 60px}
.our-products{display:flex;justify-content:space-around;padding:0 0 100px}
.our-products .one{position:relative;flex-basis:370px;padding:0 25px 40px}
.our-products .one .plus{position:absolute;top:100%;left:50%;width:60px;height:60px;margin-top:-30px;margin-left:-30px;padding-top:15px;text-align:center;border-radius:50%;font-weight:300;line-height:0.6;background:#ef812a;color:#fff;font-size:48px;transform-origin:50%;opacity:0;transform:scale(0.3,0.3);transition:all .2s ease}
.our-products .one .plus:hover{background:#fd9a0c}
.our-products .one:hover{box-shadow:0 0 15px rgba(0,0,0,.3)}
.our-products .one:hover .title{color:#ef812a}
.our-products .one:hover .svg-dark-gray{fill:#ef812a}
.our-products .one:hover .plus{transform:scale(1,1);opacity:1}
.our-products .img{display:flex;justify-content:center;align-items:center;height:150px}
.our-products .title{display:flex;justify-content:center;align-items:center;max-height:20px;margin:50px 0 30px;color:#323232;font-size:14px;font-weight:700}
.our-products .description{text-align:center;color:#7b7b7b;font-weight:300}

.about-us{padding:0 0 70px;background:url(../images/Vector1.png) -200px bottom no-repeat, url(../images/Vector1.png) top right -200px no-repeat, radial-gradient(ellipse at bottom, rgba(41,56,85,1) 0%,rgba(255,255,255,0) 50%) #292b33}
.about-us .title{padding:70px 0 60px}
.about-us p{color:#fff;font-weight:300}
.blocks-horizontal{display:flex;flex-flow:row wrap;width:100%;padding:30px 0 40px;color:#fff;font-weight:700}
.blocks-horizontal .block{display:flex;width:50%;margin:15px 0}
.blocks-horizontal .number{font-size:48px;padding-right:30px;font-family:"Roboto Slab"}
.blocks-horizontal .block .img{display:flex;justify-content:center;align-items:center;flex-basis:55px;flex-shrink:0;text-align:center}
.blocks-horizontal .description{display:flex;align-items:center}

.blocks-horizontal.icons{justify-content:space-between}
.blocks-horizontal.icons .block{width:48%;padding:25px;background:#fafafa;color:#333;font-weight:400}
.blocks-horizontal.icons .description{padding-left:15px}

.blocks-horizontal.icons.bg-white .block{padding:0 25px;background:#fff}

.blocks-horizontal.full-width{justify-content:center}
.blocks-horizontal.full-width .img{margin-right:20px}
.blocks-horizontal.full-width .block{width:90%;height:80px;background:#fff;padding:0}
.blocks-horizontal.full-width .block .description{padding:0 25px;background:#fafafa;border-radius:10px;flex-grow:1}


.mrg-60{margin:60px 0!important;}

.pin{position:absolute;left:50%;width:1px;height:25px;background:#bbbcbf;z-index:1}
.pin .head{position:absolute;left:50%;width:12px;height:12px;margin-left:-6px;border-radius:5px}
.pin.top{top:0}
.pin.top .head{top:100%}
.pin.bottom{bottom:0}
.pin.bottom .head{bottom:100%}


.recall{padding:60px 0;background:#f9f9f9}
.recall form{display:flex;flex-direction:row;justify-content:center;align-items: center}
.recall form input{margin:0 30px}
.recall .text{font-size:20px}

.news{padding-bottom:70px;background:url(../images/Vector1.png) -200px -200px no-repeat, url(../images/Vector1.png) top -200px right -200px no-repeat #292b33}
.news .title{padding:70px 0 60px}
.news .new{display:block;width:300px;max-height:390px;margin-right:30px;background:#fff}
.news .new:last-child{margin-right:0}
.news .new img{width:100%}
.news .new span{display:block}
.news .new .description{max-height:125px;margin:30px;overflow:hidden;text-overflow:ellipsis}
.news .new .title-news{font-weight:700;color:#333}
.news .new .date{margin:5px 0 10px;font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;font-size:13px;color:#b8b9bb}
.news .new .text{font-weight:300;color:#66686d;font-size:15px;max-height:72px;overflow:hidden;text-overflow:ellipsis;line-height:1.2}
.news .flex{justify-content:center;margin-bottom:60px}

.new:hover .title-news{color:#dd7612}

.flex{display:flex}
.flex.wrap{flex-wrap:wrap;justify-content:space-between;margin-bottom:0}
.flex.wrap>*{width:290px;margin-bottom:30px;margin-right:0}
.news-wrap{padding-top:70px;background:#fff}
.news-wrap .new{border:2px solid #e0e0e0}
.news-wrap .new:hover{border:2px solid rgba(0,0,0,.1);box-shadow:0 0 18px rgba(0,0,0,.2)}
.news-wrap .btn-helper{padding-top:30px}


footer{position:relative;display:flex;align-items:center;height:170px;margin-top:-170px;background:#1d202a}
footer .section-helper{height:100%;align-items:center}
footer .panel{padding:30px 0 30px 45px;font-size:15px}
footer ul{display:flex;justify-content:space-between;width:100%}
footer a{color:#8e9095;transition:color .2s ease}
footer a span{font-weight:700}
footer a:hover{color:#fff}
footer .contacts{display:flex;justify-content:space-between}
footer .contacts div{display:flex;flex-direction:column;justify-content:space-between}
footer .contacts div>span{display:flex;align-items:center;padding-top:10px}
footer .contacts div svg{margin-right:15px}
footer .contacts div>span:hover a{color:#fff}
footer .contacts div>span:hover .svg-gray{opacity:1}
footer .contacts .social>svg{margin-right:0}
footer .social{display:flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:13px;margin-left:10px;transition:all .2s ease}


.social.fb{background:#405788}
.social.tw{background:#518eb9}
.social.vk{background:#43648b}
.social.yt{background:#E62117}

.social.fb:hover{background:#4965a0}
.social.tw:hover{background:#5ea9dd}
.social.vk:hover{background:#4c75a3}
.social.yt:hover{background: #ee2117}

.copyright{margin-bottom:3px}
.copyright span{font-weight:400;text-decoration:underline}

.logo.footer{display:block;width:230px;height:120px}

.title-image{height:360px;padding-top:90px;background-color:#292b33;overflow:hidden}
.title-image img{position:absolute;left:50%;margin-left:-960px}
.title-image h1{position:absolute;bottom:90px;left:0;right:0}

.padding-fixed{padding:70px 0}
.custom-content h2{margin:60px 0}
.custom-content p{margin-bottom:30px;font-size:15px;line-height:1.4}
.custom-content p:last-child{margin-bottom:0}
.custom-content a {color: #ef812a; text-decoration: underline}
.custom-content ul{margin-bottom:30px;font-size:15px}
.custom-content table ul{margin-bottom:0}
.custom-content ul li{position:relative;margin-bottom:20px;padding-left:40px}
.custom-content ul li:last-child{margin-bottom:0}
.custom-content ul li:before{content:"";position:absolute;top:0;left:0;width:18px;height:18px;border:2px solid #e9e9e9;border-radius:50%;background:transparent}

.polimernaja_promyshlennost.termoplastichnaya-rezina-tr .custom-content ul a{ color:#2a70df;}
.polimernaja_promyshlennost.termoplastichnaya-rezina-tr .custom-content ul li::before{ border-color:#2a70df;}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy .custom-content ul a{ color:#ef812a;}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy .custom-content ul li {
    padding-left: 20px;
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy .custom-content ul li::before{
    content:"➤";
    border:none;
    color:#ef812a;
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy.raquo .custom-content ul li::before {
    content:"》";
    top:-4px;
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy.check .custom-content ul li::before {
    content:"✓";
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy.circle .custom-content ul li::before {
    content:"●";
    top:-1px;
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy.arrow .custom-content ul li::before {
    content:"➥";
    top:-1px;
}
.polimernaja_promyshlennost.ehlektroizolyacionnye-kompaundy.star .custom-content ul li::before {
    content:"✦";
    top:-1px;
}
.polimernaja_promyshlennost .custom-content a{ color:#dbdbdb;}

.left{float:left;margin-right:30px}
.right{float:right;margin-left:15px}



.blocks{display:flex;flex-flow:row wrap;justify-content:space-around;padding:50px 30px 10px}
.blocks .block{position:relative;width:405px;margin-bottom:50px}
.blocks .block .description{position:absolute;left:50%;bottom:-20px;display:flex;justify-content:center;align-items:center;width:260px;height:110px;padding:20px;margin-left:-130px;box-shadow:0 3px 10px rgba(0,0,0,.3);font-size:15px;background:#fff}
.blocks .block .description span{text-align:center}

.blocks.simple{padding-top:70px}
.blocks.simple .block{display:flex;flex-direction:column;width:33%;height:130px}
.blocks.simple .block .img{display:flex;align-items:center;justify-content:center;height:55px;margin-bottom:20px}
.blocks.simple .block .text{text-align:center}

.blocks.simple-full .text{text-align:center;padding:30px 20px 0 20px}



.custom-bg-points-about{background:url(../images/Vector2.png) bottom -200px left -100px no-repeat, url(../images/Vector2.png) top  right -250px no-repeat}

.contacts-place{width:50%;padding:50px;background:#f6f6f6;border-right:2px solid #e9e9e9;text-align:right}
.contacts-place .helper{display:inline-flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:left;height:425px}
.contacts-place .welcome{text-align:center;line-height:1.5;font-weight:700}
.contacts-place .contacts{line-height:1.8}
.contacts-place .contacts *{display:block;padding-left:30px;color:#333}
.contacts-place .contacts .tel{background:url(../images/phone.svg) left 5px no-repeat;}
.contacts-place .contacts .adress{background:url(../images/marker.svg) left 5px no-repeat;}
.contacts-place .contacts .skype{background:url(../images/skype-orange.svg) left 5px no-repeat;}
.contacts-place .contacts .mail{background:url(../images/mail-orange.svg) left 6px no-repeat;}

.form-place{position:relative;width:50%;text-align:center;padding:50px}
.form-place .title{color:#333;margin-bottom:30px;text-align:left}
.form-place .contact-form{text-align:left}

.contact-ty{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;transition:opacity .2s ease;background:url(../images/bg-contact-ty.png) no-repeat #d6e9ff;background-size:100% 90%;background-position:bottom}
.contact-ty.show{z-index:1;opacity:1}
.contact-ty .description{position:absolute;bottom:30px;left:30px;text-align:left}
.contact-ty .description .title{color:#ef812a;font-family:"Roboto Slab";font-size:26px;text-align:left;margin-bottom:20px}
.contact-ty .description .text{margin-bottom:25px}
#callUs{display:inline-block;width:300px}
.callUs{position:relative;z-index:1;box-shadow:0 10px 25px rgba(0,0,0,0.2)}
#map{height:360px}
.recall input{height:55px;font-size:24px}
input,textarea{width:100%;height:45px;margin-bottom:30px;background:transparent;border:1px solid #dbdbdb;outline:none;border-radius:5px;padding:0 15px;font-family:"Roboto";font-size:16px;font-weight:300;color:#b8b8b8}
input:hover,textarea:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
input:focus,textarea:focus{-webkit-box-shadow: inset 0 4px 10px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 4px 10px -4px rgba(0,0,0,0.2);
    box-shadow: inset 0 4px 10px -4px rgba(0,0,0,0.2);}
textarea{resize:none;height:120px;padding:15px}
input.error {border:1px solid red!important;}
textarea.error {border:1px solid red!important;}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

@media (max-width:1200px) {
    nav{padding:0 1%}
    .main .footer nav{padding:0 3%}

}

.paginationControl {text-align: center}
.paginationControl span,
.paginationControl a,
.paginationControl strong {
    display: inline-block;
    margin: 4px;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #2d2d2d;
    text-shadow: 0 -1px 0 rgba(255,255,255,.6);
    text-decoration: none;
}

.paginationControl strong,
.paginationControl a:hover,
.paginationControl span:hover {
    border-color:#dbdbdb;
}

.recall-ty{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:-1;opacity:0;transition:opacity .2s ease}
.recall-ty.show{z-index:0;opacity:1}
.recall-ty .title{color:#2a70df;font-size:26px;padding:50px 0 20px}
.recall-ty .text{font-size:15px;text-align:center}

.svg-grey{fill:#323232;opacity:0.8}
.svg-grey-ho-hover{fill:#323232;opacity:0.8}
.our-products .one:hover .svg-grey{fill:#ef812a}


.notF{position:fixed;top:0;left:0;right:0;bottom:0;background:#1d202a }
.notF .content{position:absolute;top:50%;left:50%;width:555px;height:380px;margin-left:-227px;margin-top:-250px;padding:50px;text-align:center;color:#fff;background:url(../images/notF.png) center -30px no-repeat}
.notF .big{font-family:"Roboto Slab";font-size:160px}
.notF .error{font-family:"Roboto Slab";font-size:22px;margin-bottom:50px;text-transform:uppercase}
.notF .description{font-size:16px;font-family:"Roboto";margin-bottom:10px}
.notF a{color:#ef812a;font-family:"Roboto"}

.notF .bottom-bar{position:absolute;left:50%;bottom:100px;width:940px;margin-left:-470px;display:flex;justify-content:space-between;}
.notF .bottom-bar a{min-height:60px;padding-top:20px;padding-left:65px;color:rgba(255,255,255,.8);transition:all .2s ease;font-family:"Roboto";font-weight:300;font-size:15px}
.notF .bottom-bar a:hover{color:rgba(255,255,255,1)}
.notF .bottom-bar a.tel{background:url(../images/nf-tel.svg) top left no-repeat}
.notF .bottom-bar a.mail{background:url(../images/nt-mail.svg) top left no-repeat}
.notF .bottom-bar a.geo{background:url(../images/nt-geo.svg) top left no-repeat}


.breadcrumbs {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    list-style-type: none;
    overflow: hidden;
}
.breadcrumbs li {
    float: left;
}

.breadcrumbs li,
.breadcrumbs li a{font-size:14px;color:#ef812a;font-family:"Roboto"}
.breadcrumbs li.last {color:#1d202a;}

.breadcrumbs .separator {
    display: block;
    width: 22px;
    text-align: center;
}

.float-header {
    z-index:1000;
    position: fixed;
    top:0;
    right:0;
    left:0;
    height:100px;
    background: #292b33;
    color:#fff;
    transform: translateY(-100px);
    transition: all 200ms ease-in-out;
}
.float-header .lng-menu.opened {
    display:none;
}
.float-header--state-visible  .lng-menu.opened {
    display:block ;
}
.float-header--state-visible {
    transform: translateY(0);
}
.float-header .lng-menu ul li a {
    display: block;
}
.float-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    height:100px;
    margin: 0 auto;
}
.float-header__logo {
    margin-right: 30px;
}
.float-header__body {
    position: relative;
    width:100%;
    margin-right: 30px;
}

.float-header__body > ul {
    margin-top: 20px;

}

.float-header__body ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.float-header__body ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.float-header__body .submenu li {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.float-header__body .submenu li a {
    font-size: 14px;
    text-transform: none;
}

.float-header__body ul a {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all .2s ease;
    font-size: 14px;
    cursor: pointer;
}
.float-header__body ul>li.active>a {
    color: #ef812a;
}

.float-header__body a {
    color: #fff;
    font-weight: 700;
    transition: opacity .2s ease;
}


.float-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right:60px;
    bottom:60px;
    width:50px;
    height:50px;
    border-radius: 50%;
    background-color: #f08837;
    box-shadow: 0 0 0 10px rgba(240, 136, 55, .5);
    font-size:22px;
    color:#fff;
    cursor: pointer;
}

.float-block {
    display: none;
    z-index: 10000;
    position: fixed;
    right: 140px;
    bottom: 50px;
    width:360px;
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.float-block__close {
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}

.float-block .title {
    color:
            #333;
    margin-bottom: 30px;
    text-align: left;
}