@font-face {
    font-family: helveticaNeueCyrLight;
    src: url(../fonts/helveticaNeueCyrLight.otf);
}

@font-face {
    font-family: robotoRegular;
    src: url(../fonts/robotoRegular.ttf);
}

@font-face {
    font-family: robotoLight;
    src: url(../fonts/robotoLight.ttf);
}

@font-face {
    font-family: robotoBold;
    src: url(../fonts/robotoBold.ttf);
}

@font-face {
    font-family: robotoLightItalic;
    src: url(../fonts/robotoLightItalic.ttf);
}

@font-face {
    font-family: annaLightCTT;
    src: url(../fonts/annaLightCTT.ttf);
}

@font-face {
    font-family: annaLight;
    src: url(../fonts/annaLight.ttf);
}

@font-face {
    font-family: openSansLight;
    src: url(../fonts/openSansLight.ttf);
}

@font-face {
    font-family: robotoItalic;
    src: url(../fonts/robotoItalic.ttf);
}

textarea:hover,
/*input:hover,*/
textarea:active,
/*input:active,*/
textarea:focus,
/*input:focus,*/
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0 !important;
    -webkit-appearance:none;
}

a, a:hover {
	color: #ca2119;
} 

header {
    background: #fff;
}

.header {
    padding: 15px 80px 0 80px;
    
}
/*==Bootstrap reorder==*/
.sticky-top {
	 z-index: 900;
}
.show {
	opacity: 1;
}
/*=====================*/
.header-desktop {
    padding-left: 0;
    box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.3);
}

.btn-red, .btn-red:active, .btn-red:focus, .btn-red:hover {
    border-radius: 0;
    background-color: #ca2119;
    border-color: #ca2119;
    outline: none;
    font-size: 12px;
    font-family: robotoRegular;
    text-transform: uppercase;
    color: #fff;
    transition: 500ms;
    max-width: 100%;
    width: 155px;
    padding: .600rem .75rem;
}

.btn-red:hover {
    opacity: 0.9;
    transition: 500ms;
}

.header-phones {
    text-align: right;
}

.header-phones a, .header-phones a:hover {
    display: inline-block;
    margin-left: 10px;
    font-family: helveticaNeueCyrLight;
    font-size: 12px;
    text-decoration: none;
    color: #999999;
}

.icon-search {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url("../images/icon_search.png") no-repeat center;
    margin-bottom: -4px;
}

.header-menu {
    text-align: right;
}

.menu-top {
    padding: 0 0 10px 0;
    margin: 0;
}

.menu-top li {
    display: inline-block;
    list-style: 0;
    margin-left: 30px;
}

.menu-top li:first-child {
    margin-left: 0;
}

.menu-top li a {
    display: inline-block;
    font-family: helveticaNeueCyrLight;
    font-size: 14px;
    color: #222222;
    text-decoration: none;
    height: 100%;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    transition: 500ms;
}

/*.header-btn {
    padding-top: 5px;
    padding-right: 0;
}*/

.menu-top li a:hover {
    border-bottom: 2px solid #ca2119;
    transition: 500ms;
    color: #222222;
    text-decoration: none;
}

.menu-top .active a {
    border-bottom: 2px solid #ca2119;
    transition: 500ms;
    color: #222222;
    text-decoration: none;
}

.header-menu-top-catalog {
    position: relative;
}

.menu-top-catalog {
    position: absolute;
    top: 0;
    /*left: 220px;*/
    /*right: 15px;*/
    /*right: 28vh;*/
    /*width: 795px;*/
    width: 265px;
    background: #fff;
    height: 440px;
    /*min-height: 300px;*/
    z-index: 1000;
    display: none;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.menu-top-base {
    position: absolute;
    top: 0;
    /*right: 218px;*/
    right: 0;
    width: auto;
    max-width: 100%;
    /*background: #fff;*/
    height: auto;
    /*min-height: 200px;*/
    z-index: 1000;
    display: none;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    backdrop-filter: blur(30px);
}

.menu-top-catalog-sections {
    padding: 20px 0 20px 0;
    margin: 0;
    height: 100%;
    width: 265px;
    background: #2c2c2c;
    background: #2c2c2cd6;
    float: left;
    overflow-y: scroll;
}

.menu-top-catalog-sections-li {
    list-style: none;
    position: relative;
}

.menu-top-catalog-sections-a {
    font-size: 14px;
    font-family: robotoRegular;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 50px 10px 70px;
    background: url("../images/arrow_right_light.png") no-repeat 88% 15px;
}

.menu-top-base-sections-a {
    font-size: 14px;
    font-family: robotoRegular;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 50px 10px 70px;
}

.menu-top-catalog-sections-a:hover, .menu-top-catalog-sections-li:hover>.menu-top-catalog-sections-a, .menu-top-catalog-sections-a.active {
    color: #2c2c2c;
    text-decoration: none;
    background: url("../images/arrow_right_dark.png") no-repeat 88% 15px #fff;
}

.menu-top-catalog-sub-sections {
    padding: 0 0 20px 0;
    margin: 0;
    background: #fff;
    height: 400px;
    overflow-y: scroll;
    width: 265px;
    float: left;
    display: none;
}

.menu-top-catalog-sub-sections-li {
    list-style: none;
}

.menu-top-catalog-sub-sections-a {
    font-size: 14px;
    font-family: robotoRegular;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px 70px 10px 20px;
    background: url("../images/arrow_right_light.png") no-repeat 80% 15px;
    transition: 500ms;
}

.menu-top-catalog-sub-sections-a:hover, .menu-top-catalog-sub-sections-a.active {
    text-decoration: none;
    color: #ca2119;
    transition: 500ms;
}

.menu-top-catalog-product-a {
    background:none;
}

.menu-top-catalog-product, .menu-top-catalog-product:hover {
    position: relative;
    display: none;
    width: 255px;
    height: 255px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    top: -400px;
    left: 236px;
}

.menu-top-catalog-product img {
    max-width: 100%;
}

.menu-top-catalog-product-block {
    float: left;
    padding: 15px 35px 35px 35px;
}

.menu-top-catalog-product-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: robotoRegular;
    background: #fff;
    color: #000;
}

footer {
    background: #2c2c2c;
    padding: 40px 80px 20px 80px !important;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 45px;
}

.footer-text {
    text-align: right;
}

.footer-text p {
	 color: #999999;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: robotoLight;
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}

.footer-menu li:last-child {
    margin-right: 0;
}


.footer-menu li a, .footer-menu li a:hover {
    color: #fff;
    font-family: robotoRegular;
    text-decoration: none;
    font-size: 14px;
}

.footer-copyright {
    margin-top: 25px;
}

.slider-main .carousel-item img, .slider-portfolio .carousel-item img {
    width: 100%;

}

.slider-portfolio, .slider-main {
    margin: auto;
}

.slider-portfolio .carousel-inner, .slider-main .carousel-inner {
    overflow: hidden;
    width: 100%;
}

.slider-portfolio .carousel-indicators {

    margin-right: 6%;
    bottom: 20px;
    left: auto;
}

.slider-main .carousel-indicators {
    margin-left: 8%;
    bottom: 65px;
    right: auto;
}

.slider-portfolio-detail .carousel-indicators li, .slider-portfolio .carousel-indicators li, .slider-main .carousel-indicators li {
    display:  inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-bottom: 0;
    border-top: 0;
    margin-right: 20px;
    opacity: 1;
}

.slider-main .carousel-indicators li {
    background-color:#999999;
}

.slider-portfolio .carousel-indicators li:last-child {
    margin-right: 0;
}
.slider-portfolio-detail .carousel-indicators li.active{
    background-color: #ca2119;
}
.slider-portfolio .carousel-indicators li.active {
    background-color:#ca2119;
}

.slider-main .carousel-indicators li.active {
    background-color:#fff;
}

.slider-portfolio-content {
    position: absolute;
    left: 0;
    bottom: 35%;
    z-index: 800;
    width: 525px;
    max-width: 100%;
    min-height: 180px;
    max-height: 100%;
    background: rgba(0,0,0,0.5);
    padding: 25px 25px 25px 80px;
}

.slider-portfolio-content h2 {
    color: #fff;
    font-size: 30px;
    ont-family: robotoLight;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 0.9;
}

.slider-portfolio-text {
    color: #999999;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: robotoLightItalic;
}

.slider-portfolio-link, .slider-portfolio-link:hover {
    line-height: 0;
    color: #fff;
    text-decoration: underline;
    font-family: robotoLight;
    font-size: 12px;
}

.slider-main-text {
    position: absolute;
    right: 0;
    bottom: 35%;
    z-index: 100;
    max-width: 100%;
    /*padding: 0 80px 45px 0;*/
    padding: 0 80px 0 0;
    font-family: annaLight;
    color: #fff;
    font-size: 120px;
    text-align: right;
    line-height: 1;
    max-width: 808px!important;
}

.catalog-main {
    background: #efefef;
    padding-top: 65px;
    padding-bottom: 65px;
}

.catalog-main-title {
    padding: 0 75px;
}

.new-product {
   background: #f3f3f3;
}

.new-product-img {
    /*display: inline-block;*/
    position: relative;
}

.new-product-img img {
    width: 100%;
    height: 100%;
    max-width: 622px;
    max-height: 630px;
}

.new-product-content {
    padding: 70px 80px 30px 30px;
    float: right;
}

.new-product-title {
    font-family: robotoBold;
    font-size: 20px;
    margin: 0 0 60px 0;
    line-height: 1;
}

.new-product-article {
    font-size: 12px;
    font-family: robotoLight;
    color: #999999;
    line-height: 1;
    margin-bottom: 20px;
}

.new-product-name {
    font-size: 30px;
    font-family: robotoRegular;
    line-height: 1;
    margin-bottom: 35px;
}

.new-product-text {
    font-size: 14px;
    font-family: robotoRegular;
    color: #2c2c2c;
    margin-bottom: 45px;
}

.icon-open {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../images/icon_plus_old.png") no-repeat center;
    cursor: pointer;
    z-index: 100;
}

.icon-close {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../images/icon_close_old.png") no-repeat center;
    cursor: pointer;
    z-index: 100;
}

.product-help {
    position: absolute;
    width: 29px;
    height: 29px;
}

.product-help-content {
    display: block;
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: 200;
    width: 0;
    height: auto;
    padding: 0;
    background: rgba(255,255,255,0.9);
    font-family: robotoRegular;
    text-align: left;
    color: #2c2c2c;
}

.product-help-title {
    display: block;
    margin-bottom: 0;
    font-size:0;
    opacity: 0;
}

.product-help-text {
    display: block;
    font-size: 0;
    opacity: 0;
}

.product-help-text p {
    margin-bottom: 0;
}

.product-help--file-wrap,
.product-help--file-upload {
    margin-bottom: 15px;
}
.product-help--file-upload {
    border: 1px dashed #cb1b12;
    padding: 5px;
}
.product-help--file-remove {
    margin-top: 3px;
}

.product-help-img {
    display: block;
    margin-top: -15px;
    margin-bottom: 15px;
    opacity: 0;
}

.product-help-img img {
    width: 100%;
    max-width: 100%;
}

.btn-red-2, .btn-red-2:hover, .btn-red-2:focus {
    background: #ca2119;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: robotoRegular;
    text-align: center;
    border-radius: 0;
    width: 255px;
    max-width: 100%;
    padding: .600rem .75rem;
    transition: 500ms;
}

.btn-red-2:hover {
    opacity: 0.9;
    transition: 500ms;
}

.company-content {
    padding: 65px 40px 0 80px;
}

.company-title {
    font-size: 30px;
    font-family: robotoRegular;
    line-height: 1;
    color: #2c2c2c;
    margin-bottom: 40px;
}

.company-text {
    font-size: 14px;
    font-family: robotoRegular;
    color: #2c2c2c;
    margin-bottom: 40px;
}

.company-slider .prev {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url("../images/arrow_left.png") no-repeat center;
}

.company-slider .carousel-control-prev:hover>.prev {
    background: url("../images/arrow_left_red__.png") no-repeat center;
}

.company-slider .next {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url("../images/arrow_right.png") no-repeat center;
}

.company-slider .carousel-control-next:hover>.next{
    background: url("../images/arrow_right_red__.png") no-repeat center;
}

.company-slider .carousel-control-prev {
    background: #fff;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    height: 60px;
    width: 60px;
    opacity: 1;
    z-index: 275;
}

.company-slider .carousel-control-next {
    background: #fff;
    left: 62px;
    top: auto;
    right: auto;
    bottom: 0;
    height: 60px;
    width: 60px;
    opacity: 1;
    z-index: 275;
}

.company-slider {
    padding: 0 0 0 15px;
    width: 100%;
}

.company-slider-block {
    width: 100%;
    float: right;
    height: 100%;
}

.company-slider-block .carousel-inner .carousel-item {
    height: 100%;
    overflow: hidden;
}

.company-slider-block .carousel-inner .carousel-item img {
     height: 100%;
 }

.catalog-main h2 {
    font-weight: normal;
    font-size: 30px;
    font-family: robotoRegular;
    line-height: 1;
    margin-bottom: 60px;
}

.catalog-main-btn {
    text-align: center;
}

.section-item {
    position: relative;
    padding: 0 0 100% 0;
    width: 100%;
}

.catalog-main-sections {
    margin: 0 60px 60px 60px;
}

.section-item-img {
    height: 70%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.section-item-img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 370px;
}

.section-item-name {
    font-family: robotoLight;
    font-size: 20px;
    color: #222222;
    line-height: 1;
    position: absolute;
    bottom: 15px;
}

.section-item-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
   /*background: #fff;*/
    height: 100%;
    border: 1px solid #efefef;
    padding: 0 15px;
    transition: 500ms;
    text-decoration: none;
}

.section-item-content:hover {
    position: absolute;
    top: -10px;
    left: -4%;
    background: #f4f2f2;
    border: 1px solid #968e8e;
    width: 109%;
    /*z-index: 1000;*/
    z-index: 500;
    transition: 500ms;
    text-decoration: none;
}

.breadcrumb  {
    font-family: openSansLight;
    color: #999999;
    font-size: 12px;
    background: #fff;
    padding-left: 0;
    margin-bottom: 35px;
    line-height: 1;
}

.breadcrumb  a {
    color: #999999;
}

.portfolio-item {
    position: relative;
    display: block;
    text-decoration: none;
    /*height: auto;*/
    height: 526px;
    margin-bottom: 25px;
}

.portfolio-item:hover {
    text-decoration: none;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    background: #fcf8f8;
    height: 0;
    opacity: 0;
    z-index: 100;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    font-family: robotoRegular;
    line-height: 1.3;
}

.h1-mod {
    margin-bottom: 30px;
    padding: 0 65px;
}

.portfolio-item-text-big {
    font-size: 24px;
    color: #000;
    font-family: robotoLight;
    margin-bottom: 10px;
    line-height: 1.1;
    opacity: 0;
}

.portfolio-item-text-small {
    font-size: 14px;
    color: #000;
    font-family: robotoLight;
    opacity: 0;
    line-height: 1.1;
}

.tech-item {
    margin-bottom: 45px;
    display: block;
}

.tech-item-img {
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    height: 38vh;
}

.tech-item-img:hover {
    text-decoration: none;
}

.tech-item-img img {
    width: auto;
    display: block;
    margin: auto;
}

.tech-item-border {
    border:1px solid #e8e8e8;
    transition: 500ms;
    overflow: hidden;
}

.tech-item-shadow img {
    /*border:1px solid #e8e8e8;
    transition: 500ms;*/
}

.tech-item:hover>.tech-item-border {
    border:1px solid #968e8e;
    transition: 500ms;
}

.tech-item:hover>.tech-item-shadow .shadow-2{
    border:1px solid #968e8e;
    transition: 500ms;
}

.tech-item-shadow {
    padding: 0 15px 15px 0;
}

.tech-item-shadow .shadow-1 {
    box-shadow: 10px  10px 0 rgba(239,239,239,1);
    height: 38vh;
}

.tech-item-shadow .shadow-2 {
	 display: flex;
	 height: 38vh;
	 overflow: hidden;
	 border:1px solid #e8e8e8;
    box-shadow: 5px  5px 0 rgba(213,213,213,1);    
    transition: 500ms;
}

.tech-item-img .flex-wrap {
	display: flex;
	height: 38vh;
	overflow: hidden;
}

.tech-item-name {
    display: block;
    font-family: robotoBold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #000;
    text-decoration: none;
}

.tech-item-name:hover {
    text-decoration: none;
    color: #000;
}

.tech-item-download {
    color: #2c2c2c;
    font-size: 14px;
    font-family: robotoRegular;
    text-decoration: underline;
    transition: 500ms;
}

.tech-item-download:hover {
    color: #ca2119;
    transition: 500ms;
}

.tech-block {
    margin-bottom: 50px;
}

.about-text-red {
    /*color: #af0900;
    font-size: 24px;*/
    font-family: robotoLight;
    line-height: 1.3;
    margin-bottom: 35px;
}

.about-img {
    margin-bottom: 35px;
}

.about-img img {
    width: 100%;
}

.about-text {
    color: #000000;
    font-size: 14px;
    font-family: robotoRegular;
}

.about-motto {
    border: 1px solid #ca2119;
    padding: 15px;
}

.about-motto-name {
    font-size: 14px;
    color: #ca2119;
    margin-bottom: 45px;
}

.about-motto-text {
    font-family: robotoItalic;
    font-size: 24px;
}

.post h1 {
    margin-bottom: 15px;
}

.post-content {
    text-align: center;
}

.post-content p {
    text-indent: 1em;
    text-align: left;
}

.post-content img {
    margin:2em 0.5em;
    max-width: 90%;
}

.post-date {
    font-family: robotoRegular;
    font-size: 12px;
    color: #968e8e;
    margin-bottom: 20px;
}

.post-all, .post-all:hover {
    display: inline-block;
    color: #ca2119;
    font-size: 14px;
    font-family: robotoRegular;
    text-decoration: underline;
    margin-top: 20px;
    padding-left: 20px;
    background: url("../images/arrow_left_red.png") no-repeat left;
}

.post-item-img {
    margin-bottom: 20px;
    height: 43vh;
    display: flex;
}

.post-item-img img {
    width: 180px;
    height: 180px;
    margin: auto;
}

.post-item-name {
    font-family: robotoBold;
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-item-date {
    font-family: robotoRegular;
    font-size: 12px;
    color: #968e8e;
    margin-bottom: 15px;
}

.post-item-text{
    font-family: robotoRegular;
    font-size: 14px;
    color: #2c2c2c;
}

.post-item-a {
    display: block;
    height: 100%;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px;
    transition: 500ms;
}

.post-item-a:hover {
    text-decoration: none;
    border: 1px solid #968e8e;
    transition: 500ms;
}

.post-item {
    padding: 0;
    margin-bottom: 25px;
}

.post {
    margin-bottom: 100px;
}

.pagination {
    justify-content: center;
    margin-top: 25px;
}

.pagination .page-item .page-link {
    border-radius: 0;
    font-size: 14px;
    color: #968e8e;
    background: #fff;
    border-color: #fff;
    transition: 500ms;
}

.pagination .page-item.active .page-link {
    color: #ca2119;
    border-color: #ca2119;
}

.pagination .page-item .page-link:hover {
    color: #ca2119;
    border-color: #ca2119;
    transition: 500ms;
}

.portfolio-detail-text p {
    text-indent: 1em;
}

.portfolio-detail-text a, .portfolio-detail-text a:hover {
    color: #ca2119;
    text-decoration: none;
    font-family: robotoBold;
}

.portfolio-detail-text {
    margin-bottom: 40px;
}

.slider-portfolio-detail .carousel-indicators {
    margin-right: 15%;
    bottom: 20px;
    left: 0;
}

.slider-portfolio-detail .carousel-control-prev {
    background:none;
    left: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    opacity: 1;
    transition: 500ms;
}

.slider-portfolio-detail .carousel-control-prev:hover {
    background: rgba(255,255,255,0.7);
    transition: 500ms;
}

.slider-portfolio-detail .carousel-control-next {
    background: none;
    right: 0;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    opacity: 1;
    transition: 500ms;
}

.slider-portfolio-detail .carousel-control-next:hover {
    background: rgba(255,255,255,0.7);
    transition: 500ms;
}

.slider-portfolio-detail .prev {
    display: inline-block;
    width: 11px;
    height: 16px;
    background: url("../images/arrow_left_white.png") no-repeat center;
}

.slider-portfolio-detail .carousel-control-prev:hover>.prev {
    background: url("../images/arrow_left_red_.png") no-repeat center;
}

.slider-portfolio-detail .next {
    display: inline-block;
    width: 11px;
    height: 16px;
    background: url("../images/arrow_right_white.png") no-repeat center;
}

.slider-portfolio-detail .carousel-control-next:hover>.next {
    background: url("../images/arrow_right_red_.png") no-repeat center;
}

.catalog-section-item {
    display: block;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    transition: 500ms;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.catalog-section-item-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.catalog-section-item:hover {
    text-decoration: none;
    background: #f4f2f2;
    border: 1px solid #968e8e;
    transition: 500ms;
}

.catalog-section-item-img {
    height: 80%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.catalog-section-item-img img {
    display: block;
    min-width: 70%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.catalog-section-item-name {
    font-size: 16px;
    color: #2c2c2c;
    font-family: robotoRegular;
    position: absolute;
    bottom: 15px;
}

.catalog-section-seo {
    margin-top: 45px;
}

.catalog-section-seo h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: robotoRegular;
    line-height: 1;
    margin-bottom: 25px;
}

.catalog-section-seo-text {
    font-size: 14px;
    font-family: robotoRegular;
}

.catalog-products-title {
    padding-left: 5px;
    padding-right: 5px;
}

.catalog-products-title h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.catalog-product-item {
    display: block;
    border: 1px solid #efefef;
    transition: 500ms;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
}

.catalog-product-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.catalog-product-item:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #a9a2a2;
    transition: 500ms;
}

.catalog-product-item:hover>.catalog-product-item-img {
    border-bottom: 1px solid #a9a2a2;
    transition: 500ms;
}

.catalog-product-item-img {
    position: relative;
    height: 80%;
    text-align: center;
    margin-bottom: 10px;
    transition: 500ms;
}

.catalog-product-item-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    margin: auto;
    min-width: 70%;
    min-height: 70%;
    /*max-width: 100%;
    max-height: 100%;*/
    /*max-width: 288px;*/
    max-width: 100%;
    max-height: 188px;
}

.catalog-product-item-name:before {
    content: "";
    display: block;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-bottom: 10px;
}

.catalog-product-item-name {
    font-size: 14px;
    color: #000000;
    font-family: robotoRegular;
    line-height: 1.3;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding:0 10px;
    width: 100%;
}

.catalog-product-col {
    padding:0 5px;
}

.contacts-title h1 {
    margin-bottom: 45px;
    line-height: 1;
}

.contacts-name {
    font-size: 18px;
    font-family: robotoRegular;
    color: #2b2a29;
}

.contacts-content {
    font-family: robotoRegular;
    font-size: 14px;
    color: #000000;
    line-height: 1.3;
}

.contacts-content p {
    margin-bottom: 10px;
}

.contacts-text-light {
  color: #968e8e;
}

.contacts-map {
    text-align: right;
    height: 300px;
}
.contacts-sklad-map{
    text-align: right;
    height: 300px;
    margin-top:20px;
}

.contacts-map img, .contacts-map iframe {
    max-width: 100%;
    width: 100%;
}

.contacts {
    margin-bottom: 35px;
}

.contacts-bg-gray {
    background: #f7f3f3;
}

.contacts-bg-red {
    background: #af0900;
}

.contacts-link {
    display: inline-block;
    font-family: robotoRegular;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    margin-top: 10px;
    transition: 500ms;
}

.contacts-link:hover {
    color: #ca2119;
    transition: 500ms;
}

.contacts-name-bold {
    font-size: 14px;
    color: #2b2a29;
    font-family: robotoBold;
}

.contacts-office {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
}

.select-style {
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 100%;
    background: url("../images/arrow_down.png") no-repeat 95%;
}

.select-style select {
    width: 110%;
    padding: 10px;
    border: 0;
    background: rgba(255,255,255,0);
    font-family: robotoRegular;
}

.select-style-arrow {
    background: url("../images/arrow_top.png") no-repeat 95% !important;
}

.select-style {
    border: 1px solid #968e8e;
}

.select-style-block {
    position: relative;
}

.select-style-list {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    border: 1px solid #968e8e;
    background: #fff;
    width: 100%;
    display: none;
}

.select-style-list-item {
    padding: 10px;
}

.select-style-list-item:hover {
    background: #ca2119;
    cursor: pointer;
    color: #fff;
}

.contacts-regions {
   margin: 25px 0 25px 0;
}

.contacts-p {
    padding: 15px;
}

.contacts-form {
    color: #fff;
    padding: 35px 80px;
}

.contacts-form-title-b {
    font-size: 24px;
    font-family: robotoBold;
    margin-bottom: 15px;
}

.contacts-form-title-s {
    font-size: 24px;
    font-family: robotoLight;
    line-height: 1.2;
}

.contacts-form input[type=text], .contacts-form input[type=email] {
    background: #af0900;
    color: #efebea;
    font-size: 14px;
    font-family: robotoRegular;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #efebea;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 10px;
}

.contacts-form textarea {
    background: #af0900;
    border: 1px solid #efebea;
    padding: 10px;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    color: #efebea;
}

.contacts-form input::-moz-placeholder { color: #efebea;}
.contacts-form input::-webkit-input-placeholder { color: #efebea; }

.contacts-form label {
    display: block;
    margin:10px 0 8px 0;
}

.btn-white {
    width: 100%;
    text-align: center;
    background: #ffffff;
    font-size: 12px;
    color: #000;
    font-family: robotoRegular;
    border-radius: 0;
}

.product-detail-bg {
    background: #f5f5f5;
}

.product-detail-bg .breadcrumb {
    background: #f5f5f5;
}

.product-detail-img-block {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
}


.product-detail-img-block img {
    /*
    display: block;
    margin: auto;
    */
    /*max-width: 100%;
    max-height: 100%;*/
    /*max-width: 622px;
    max-height: 630px;*/
   /*
    height: inherit;
    width: 100%;
	 object-fit: contain;
    */
}

.product-detail-title h1 {
    margin-bottom: 40px;
}

.product-detail-content {
    margin-top: 40px;
    margin-bottom: 45px;
}

.product-detail-content .nav-tabs .nav-link {
    border: 0 solid transparent;
}

.product-detail-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    font-size: 16px;
    background-color: #fff;
    border-top:0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #ca2119;
    font-family: robotoRegular;
    padding: .5rem 0;
}

.product-detail-content .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.product-detail-content .nav-item {
    padding: 0 1em 0 1em;
}

.product-detail-content .nav-item:first-child {
    padding: 0 1em 0 0;
}

.product-detail-content .nav-tabs .nav-link {
    color: #968e8e;
    font-size: 16px;
    font-family: robotoRegular;
    padding-left: 0;
    padding-right: 0;
}

.product-detail-content .nav-link.request {
   color: #ca2119;
}

.product-detail-content .nav-tabs {
    margin-bottom: 30px;
}

.product-detail-2d img, .product-detail-3d img {
    max-width: 100%;
}

.product-detail-link-download, .product-detail-link-download:hover {
    font-size: 14px;
    color: #ca2119;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

.product-detail-content th {
    font-family: robotoBold;
    font-size: 12px;
    border-top: 0;
}

.product-detail-content td {
    font-family: robotoRegular;
    font-size: 13px;
}

.product-detail-content tr td:nth-child(1), .product-detail-content tr td:nth-child(2) {
    border-right: 1px solid #fff;
}

.product-detail-title h2 {
    font-family: robotoRegular;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
}

.product-detail-slider {
    margin-bottom: 55px;
}

.product-detail-collapse {
    margin-bottom: 30px;
}

.collapse-block {
    margin-bottom: 40px;
    border-bottom: 1px solid #efebea;
    padding:0 0 10px 20px;

}

.collapse-block table {
    font-family: robotoRegular;
    font-size: 13px;
}

.collapse-content {
    display: none;
    padding-right: 50px;
    margin-top: 20px;
    transition: 500ms;
}
.collapse-content img {
	 width: 100%;
	 max-width: 250px;
}
.collapse-name {
    font-size: 16px;
    font-family: robotoRegular;
    line-height: 1;
    cursor: pointer;
    background: url("../images/arrow_down_black.png") no-repeat 98%;
}

.product-carousel-item, .product-carousel-item:hover {
    display: block;
    border:1px solid #efefef;
    padding:10px;
    height: 270px;
    width: 270px;
    max-width: 100%;
    text-decoration: none;
}

.product-carousel-item-img {
    height: 200px;
    overflow: hidden;
    text-align: center;
    border-bottom:1px solid #efefef;
    margin-bottom: 10px;
}

.product-carousel-item-img img {
   max-width: 100%;
}

.product-carousel-item-name {
    color: #000000;
    font-family: robotoRegular;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
    font-weight: bold;
}

.product-detail-carousel .owl-dots {
    margin-top:30px !important;
}

.product-detail-carousel .owl-theme .owl-dots .owl-dot.active span {
    background: #ca2119 !important;
}

.product-detail-carousel .owl-theme .owl-dots .owl-dot span {
    background: #999999 !important;
}

.header-mobile {
    display: none;
    box-shadow: 0px -2px 8px 0px rgba(0,0,0,0.3);
}

.header-mobile ul {
  margin: 20px 0 20px 0 !important;
}

.about-block,
.news-block,
.post-block,
.catalog-sections,
.catalog-products,
.contacts,
.product-detail-title,
.product-detail-block,
.product-detail-carousel,
.breadcrumb-col,
.portfolio-block,
.tech-block,
.portfolio-detail
{
    padding: 0 80px;
}

.news-block,
.about-block,
.catalog-sections,
.catalog-products,
.product-detail-carousel,
.portfolio-block
{
    margin-bottom: 40px;
}
.catalog-products
{
    margin-bottom: 0;
}

.product-detail-select-tab {
    display: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #efebea;
    background: url(../images/burger_icon_for_card.svg) no-repeat 98% 60% / 1.6rem;
}

.red_burger {
	background: url(../images/burger_icon_for_card_red.svg) no-repeat 98% 60% / 1.6rem;
}

.product-detail-select-tab select {
    padding-left: 0;
    font-size: 16px;
    font-family: robotoRegular;
    color: #212529;
    line-height: 1
}

.contacts-form .sexyInput{
    position: relative;
}

.contacts-form span.labelStart {
    top: 0;
    position: absolute;
}

.contacts-form span.labelSlide {
    top: -19px;
    position: absolute;
    font-size: 12px;
}

.contacts-form span.label2 {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    width: 100px;
}

.contacts-form input[type="text"], .contacts-form input[type="email"]  {
    width: 100%;
    border: none;
    padding: 12px 10px 8px 0;
    font-family: 'Lato', sans-serif;
    background: transparent;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #fff;
    outline: none;
}

.product-detail-2d img, .product-detail-3d img {
    max-width: 100%;
}

.o {
    overflow-y: hidden;
}
.navbar-toggler {
	/*font-size: 2.25rem; */
}
/*.navbar:before {
	content: none;
}*/
.collapse:not(.show) {
	display: none!important
}
.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
	background: rgba(228, 60, 60, 0.86);
	color: #fff!important;
}
.bx-pagination .bx-pagination-container ul li span {
	border-radius: 0;
}
#clickable {
	position: absolute;
	z-index: 300;
}
.sub-item, .sub-item-cat {
	display: none;
}
.sub-item .sub-item-text, .sub-item-cat .sub-item-text{
    /*font-size: 0.9rem!important;*/
    margin-left: 1rem;
	padding: 0.2rem 1rem;
}
/*.news-detail-content table td img {
	max-width: none;
}*/

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  /*background-color: #333; /* Black background color */
  background-color: #af0900;
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
  z-index: 1000;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3)
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 6.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../images/Ellipsis-2.2s-200px.svg');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;
}

.yandex_map {
	/*width: 600;
	height: 400;*/
	max-width: 600px;
	max-height: 400px;
}
.logo-klondike{
    width: 210px;
    float: right;
}
.logo-klondike p{
    float: left;
}
.logo-klondike img{
    width: 100px;
}

.cookie {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 400;
    padding: 15px 0;
    border-top: 1px solid #d0e0ea
}

.cookie-text {
    font-size: 13px
}

.cookie-text a {
    font-weight: 700
}

.cookie-btn {
    display: block;
    color: #505050;
    background-color: #f8f8f8;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #505050 !important;
    width: 100%;
    max-width: 200px;
    margin: auto
}

.cookie-btn:hover {
    color: #f8f8f8;
    background-color: #505050
}

.cookie-description {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.cookie-description-inner {
    background-color: #fff;
    max-width: 730px;
    margin: auto;
    font-size: 13px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 60px 20px 30px;
    position: relative
}

.cookie-description-inner .close_button {
    right: 20px;
    top: 20px
}

.cookie-description-inner-content {
    max-height: 80vh;
    overflow: auto
}

.cookie-description-inner-content h2, .cookie-description-inner-content h3, .cookie-description-inner-content h4 {
    text-align: center
}
.mfp-content{
   width: 60% !important;
}
#request{
    text-align: center;
    padding: 60px 0;
    background: #fff;
}
#request .main-user-consent-request-announce{
    color: #000!important;
    line-height: 34px!important;
}
#request h2{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
#request p{
    font-size: 16px;
    color: #968e8e;
}
#request label{
    display: block;
    text-align: left;
    color: #000;
    font-size: 14px;

}
#request input{
    height: 36px;
    width: 100%;
}
#request textarea{
    margin: 30px 0 20px 0;
    height: 100px;
}
#request input[type=checkbox]{
    height: 36px;
    width: 20px;
    float: left;
    margin-right: 12px;
}
#request input[type=submit]{
    background: #ca2119;
    color: #fff;
    border: none;
    text-transform: uppercase;
    margin: 40px 0;
    height: 44px;
}
.request-s{
    margin-top: 6px;
}
.request-s span{
    color: #ca2119;
}