@charset "UTF-8";
/* Основные */
html{
    font-size: 15px;
}
body{
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat';
}
a,button,div,span,input,textarea{
    font-family: 'Montserrat';
}
input:focus, button:focus, textarea:focus,
input:active, button:active, textarea:active,
input:visited button:visited textarea:visited{
    outline: 0;
    border: 0;
}
dl, ol, ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.btn:hover{
    outline: 0;
}
.btn.focus, .btn:focus{
    outline: 0;
    box-shadow: none;
}
a {
    color: #222C4A;
    text-decoration: none;
}
a:active {
    color: #e0e0e0;
    text-decoration: none;
}
a:hover {
    color: #222C4A;
    text-decoration: none;
}

blockquote
{
	font-style: italic;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

/* HEADER */
.header{
    /*background: rgba(28, 28, 28, 0.8); #c92c2c*/
	/*background: #E73A3A;*/
	background: #c92c2c;
}
.header .navbar, .header .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.header .navbar{

}
.header .navbar-brand{

}
.header .navbar-brand img{
    /*width: 134px;
    height: 61px;*/
    width: 175px;
}

.navbar
{
	justify-content: normal;
}

.header .navbar-toggler{
    background: transparent;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../images/list-icon.png');
    width: 40px;
    height: 38px;
}
/* Меню */
ul.links{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	margin-right:50px!important;
}
.menu-top-block{
    height: 100%;
}
.menu-top-block ul.links li{
    align-content: baseline;
    text-align: center;
    position: relative;
    /*padding: 0 35px;*/
	padding: 0 20px;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    align-self: center;
    height: 100%;
}
ul.links li a{
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding: 0;
    border: 0;
    border-top: 3px solid transparent;
}
ul.links li:first-child{
    /*padding: 0 35px 0 0;*/
	padding: 0 20px 0 0;
}
ul.links li:last-child{
    padding: 0 0 0 35px;
}
ul.links li a.active{
    color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
    /*border-top: 3px solid #E73A3A;*/
}
ul.links li a:hover{
	border-top: 3px solid #FFFFFF;
   /*border-top: 3px solid #E73A3A;*/
}

/*Телефоны в шапке*/
.header-contacts
{
    margin-top:5px;
	margin-bottom:5px;
	line-height: 25px;
}

.header-contacts a
{
	color:#fff;
    font-weight: 600;
}

.header-contacts p
{
	margin-bottom:0px;
}

.header-contacts a:hover
{
	text-decoration:underline;
}

/* Слайдер */
.slider-main.slick-dotted.slick-slider,
.slider-other.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slider-main .slick-list .item,
.slider-other .slick-list .item{

}
.slider-main .slick-list .item-block,
.slider-other .slick-list .item-block{
    display: flex;
	/*justify-content: center;*/
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-main .slick-list .item .item-slider,
.slider-other .slick-list .item .item-slider{
    width: 100%;
}
.slider-main .slick-list .item .item-description,
.slider-other .slick-list .item .item-description{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
}
.slider-other .slick-list .item .item-description{
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-main .slick-list .item .item-description > span:first-child,
.slider-other .slick-list .item .item-description > span:first-child{
    font-size: 70px;
    line-height: 85px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
}
.slider-main .slick-list .item .item-description > span:last-child,
.slider-other .slick-list .item .item-description > span:last-child{
    max-width: 50%;
    display: block;
    padding-top: 10px;
}
.slider-main .slick-list .item .item-description > span .item-select,
.slider-other .slick-list .item .item-description > span .item-select{
    color: #E73A3A;
}
.slider-main .slick-list .item .item-layout,
.slider-other .slick-list .item .item-layout{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: transparent;
}
.slider-main .slick-list .item.slick-active .item-layout,
.slider-other .slick-list .item.slick-active .item-layout{
    /*background-color: rgba(0, 0, 0, 0.5);*/
}
.slider-main .slick-list .item.slick-active:hover .item-layout,
.slider-other .slick-list .item.slick-active:hover .item-layout,
.slider-main .slick-list .item:hover .item-layout,
.slider-other .slick-list .item:hover .item-layout{
    background-color: rgba(0, 0, 0, 0.1);
}
.slider-main .slick-prev.slick-arrow,
.slider-main .slick-next.slick-arrow,
.slider-other .slick-prev.slick-arrow,
.slider-other .slick-next.slick-arrow
{
    right: 60px;
    left: auto;
    bottom: 40px;
    top: auto;
    z-index: 1;
    display: flex;
    width: auto;
    height: auto;
}
.slider-main .slick-prev.slick-arrow,
.slider-other .slick-prev.slick-arrow{

}
.slider-main .slick-next.slick-arrow,
.slider-other .slick-next.slick-arrow{
    right: 15px;
    left: auto;
    bottom: 34px;
}
.slider-main .slick-prev::before, .slider-main .slick-next::before,
.slider-other .slick-prev::before, .slider-other .slick-next::before{
    content: '\0042';
    font-family: 'Dvacom';
    font-size: 40px;
    display: block;
    width: 32px;
    height: 34px;
    opacity: 1;
}
.slider-main .slick-prev::before,
.slider-other .slick-prev::before{

}
.slider-main .slick-next::before,
.slider-other .slick-next::before{
    transform: rotateZ(180deg);
}
.slider-main .slick-prev:hover::before, .slider-main .slick-next:hover::before,
.slider-other .slick-prev:hover::before, .slider-other .slick-next:hover::before{
    /*color: #E73A3A;*/
}
.slider-main .slick-dots,
.slider-other .slick-dots{
    position: absolute;
    top: 30px;
    right: 15px;
    display: flex;
    left: auto;
    width: 16px;
    height: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.slider-main .slick-dots li,
.slider-other .slick-dots li{
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 0 5px 0;
    padding: 0;
}
.slider-main .slick-dots li button,
.slider-other .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.slider-main .slick-dots li button::before,
.slider-other .slick-dots li button::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
.slider-main .slick-dots li.slick-active button::before,
.slider-other .slick-dots li.slick-active button::before{
    border-width: 0;
    background-color: #E62447;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
}
.slider-main .slick-dots li button:hover::before, .slider-main .slick-dots li button:focus::before,
.slider-other .slick-dots li button:hover::before, .slider-other .slick-dots li button:focus::before{
    border-color: #deb887;
}
.discord-block-text{
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: wrap;
}
.d-i-sel-top{
    display: block;
    height: 100%;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
    text-align: center;
}
.item-select{
    font-size: 70px;
    line-height: 70px;
    color: #E73A3A;
}
.d-i-sel-bottom{
    margin-top: auto;
    height: 100%;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.d-i-sel-bottom > *:first-child,
.d-i-sel-bottom > *:last-child{
    width: 100%;
}
.d-i-sel-bottom > *:last-child{
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    color: #E73A3A;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.discord{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-48%, -50%);
    font-weight: 900;
    font-size: 36px;
    line-height: 70px;
    display: flex;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #E73A3A;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.discord-block-brand{
    width: 25%;
    flex: 0 0 25%;
    position: absolute;
    bottom: auto;
}

/* CONTENT */
.grid-container{
    display: grid;
    grid-template-areas:
            "menu main"
            "articles main"
            "comments main"
            "faker-1 main"
            "faker-2 main"
            "faker-3 main"
            "faker-bottom faker-bottom";
    grid-gap: 0 15px;
    grid-template-columns: 3fr 9fr;
    grid-template-rows: max-content max-content max-content max-content max-content;
    margin-top: 20px;
}
.menu-catalog{
    grid-area: menu;
    /*background-color: #cc0000;*/
    width: 100%;
	margin-bottom:20px;
}
.articles{
    grid-area: articles;
    /*background-color: #ccc123;*/
    width: 100%;
}
.comments{
    grid-area: comments;
    /*background-color: #cc0456;*/
    width: 100%;
}
.faker-1{
    grid-area: faker-1;
    /*background-color: #456;*/
    width: 100%;
}
.faker-2{
    grid-area: faker-2;
    /*background-color: #cc0789;*/
    width: 100%;
}
.faker-3{
    grid-area: faker-3;
    /*background-color: #789;*/
    width: 100%;
}
.main{
    grid-area: main;
    justify-self: left;
    width: 100%;
    margin-bottom: 30px;
}
.faker-bottom{
    grid-area: faker-bottom;
    justify-self: left;
    /*background-color: #344333;*/
    width: 100%;
}

/* List Catalog */
#list-catalog .menu{
    padding: 0;
    display: flex;
    flex-flow: column;
}
#list-catalog .menu li{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}
#list-catalog .content > .menu > li > a,
#list-catalog .content > .menu > li > span{
    background: #E73A3A;
    padding: 10px 0 10px 20px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    min-height: 44px;
}
#list-catalog .content > .menu > li > a::after,
#list-catalog .content > .menu > li > span::after{
    content: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: auto;
    justify-content: center;
    padding-right: 10px;
    cursor: pointer;
}
#list-catalog .content > .menu > li > a:hover{
    background: #c92c2c;
}
#list-catalog .content > .menu > li.expanded > a,
#list-catalog .content > .menu > li.expanded > span{
    padding: 10px 10px 10px 20px;
}
#list-catalog .content > .menu > li.expanded > a::after,
#list-catalog .content > .menu > li.expanded > span::after{
    content: '\f054';
    transform: rotateZ(90deg);
    padding-right: 0;
    padding-top: 10px;
}
#list-catalog .content > .menu > li > ul{
    padding: 10px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
#list-catalog .content > .menu > li > ul > li > a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #222C4A;
    padding: 12px 23px;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    box-shadow: inset 0 0 0 3px transparent;
}
#list-catalog .content > .menu > li > ul > li > a:hover{
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 0 0 3px #E73A3A;
}
#list-catalog .content > .menu > li > ul > li > a.active{
    color: #E73A3A;
}

/* Articles */
.comments .block,
.faker-1 .block{

}
.comments .block h2, .comments .block .h2,
.faker-1 .block h2, .faker-1 .block .h2, .articles .block h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #E73A3A;
    padding: 10px 10px 10px 20px;
    margin-top: 2px;
    min-height: 44px;
}
.comments .block h2::after, .comments .block .h2::after,
.faker-1 .block h2::after, .faker-1 .block .h2::after, .articles .block h2::after{
    content: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: auto;
    justify-content: center;
    padding-right: 10px;
    cursor: pointer;
}
.comments .block h2.expanded::after, .comments .block .h2.expanded::after,
.faker-1 .block h2.expanded::after, .faker-1 .block .h2.expanded::after,  .articles .block h2.expanded::after{
    content: '\f054';
    transform: rotateZ(90deg);
    padding-right: 0;
    padding-top: 10px;
}
.comments .block .view-articles{
    margin-bottom: 20px;
}
.comments .block .view-articles .field-content, .articles .block .view-articles-ua .field-content{
    border-bottom: 3px solid #828282;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comments .block .view-articles .img-article img{
    /*width: 100%;*/
}
.comments .block .view-articles .created-date-articles, .articles .block .view-articles-ua .created-date-articles{
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #828282;
    margin-top: 5px;
}
.comments .block .view-articles .title-articles a, .articles .block .view-articles-ua .title-articles a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #E73A3A;
    display: block;
    margin-top: 7px;
}
.comments .block .view-articles .title-articles a:hover, .articles .block .view-articles-ua .title-articles a:hover{
    color: #be1919;
}
.comments .block .view-articles .text-articles, .articles .block .view-articles-ua  .text-articles{
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    display: block;
    /*color: #4F4F4F;*/
	color:#333333;
    margin-top: 10px;
}
.comments .block .view-articles .views-row-last .field-content, 
.articles .block .view-articles-ua .views-row-last .field-content
{
    border-bottom: 0;
}
.comments .block .view-articles .more-link a,
.articles .block .view-articles-ua .more-link a,
.faker-1 .block .view-footer a{
    border: 3px solid #E73A3A;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    height: 47px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #E73A3A;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.articles .block .view-articles-ua .more-link{
    margin: 20px 0;
}

.comments .block .view-articles .more-link a::after,
.articles .block .view-articles-ua .more-link a::after,
.faker-1 .block .view-footer a::after{
    content: '\0041';
    font-family: "Dvacom";
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    transform: rotateZ(180deg);
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25);
}
.comments .block .view-articles .more-link a:hover,
.articles .block .view-articles-ua .more-link a:hover,
.faker-1 .block .view-footer a:hover{
    text-shadow: none;
    background-color: #E73A3A;
    color: #fff;
    border: 3px solid #fff;
}
.comments .block .view-articles .more-link a:hover::after,
.articles .block .view-articles-ua .more-link a:hover::after,
.faker-1 .block .view-footer a:hover::after{
    text-shadow: none;
}

a.otzuvu{
    border: 3px solid #E73A3A;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    height: 47px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #E73A3A;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
	width: 25%;
}

a.otzuvu:hover{
	text-shadow: none;
    background-color: #E73A3A;
    color: #fff;
    border: 3px solid #fff;
}

a.otzuvu::after{
    content: '\0041';
    font-family: "Dvacom";
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    transform: rotateZ(180deg);
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25);
}

.faker-1 .views-row{
    display: flex;
    flex-flow: wrap;
    padding-bottom: 15px;
    border-bottom: 3px solid #828282;
    margin-bottom: 15px;
}
.faker-1 .views-row img{
    width: 43px;
    height: 43px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}
.faker-1 .views-row .name{
    width: calc(50% - 30px);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #E73A3A;
    display: flex;
    align-items: center;
}
.faker-1 .views-row .name a{
    color: #E73A3A;
}
.faker-1 .views-row .views-field-created{
    width: calc(50% - 30px);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #828282;
}
.node-field-created{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #828282;
}
.faker-1 .views-row .comment{
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color:#333333;
    padding-top: 15px;
}
.faker-1 .views-row .comment > *{
    margin: 0;
    padding: 0;
}
.faker-1 .views-row .comment > *::before{
    content: '\0044';
    display: inline;
    font-family: "Dvacom";
    font-size: 14px;
    margin-right: 10px;
    color: #27AE60;
}

.imagefield-field_imgs
{
  float:left;
  margin-right:10px;
}

/** Content **/
/* Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0!important;
    font-weight: 500;
    font-size: 12px;
    line-height: inherit;
    display: flex;
    align-items: center;
    text-align: left;
    color: #333333;
    margin: 0;
}
.breadcrumb a:hover{
    color: #E73A3A;
}
.breadcrumb .bread-child:last-child{
    color: #E73A3A;
}
.breadcrumb .bread-child-span::before{
    content: '\0042';
    width: 20px;
    display: inline-block;
    font-family: 'Dvacom';
    font-size: 10px;
    transform: rotateZ(180deg);
    font-weight: 900;
    text-align: center;
}
/* Socials */
.fb{
    line-height: initial;
}
.fb_iframe_widget{
    line-height: normal;
}
.tweet{
    line-height: 0;
    margin-left: 15px;
}

/* Title Main */
.content-title{
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    text-transform: uppercase;
    color: #333333;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-title h1,
.content-title .h1,
.content-title h2,
.content-title .h2{
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}

.content-block .field-content{
    margin-bottom: 20px;
}
.content-block .field-content a{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 250px;
    position: relative;
}
.content-block .field-content a::after{
    content: '\f002';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.5);
    color: aliceblue;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.content-block .field-content a:hover::after{
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.view-tt
{
	text-align:center;
}

.view-Front-prods
{
	text-align:center;
}

.content-block .field-content a img{
    /*width: 300px;*/
    height: 100%;
    object-fit: cover;
}
.views-field-field-img-f-fid .field-content{
	margin-bottom:7px;
}
.content-block .views-field-counter{
    color: #E73A3A;
	font-weight:bold;
	font-size: 14px;
}

.right-align{
	float:right;
}

/* Pagination */
.item-list .pager li{
    padding: 0!important;
    margin: 8px 0 8px 0!important;
}
.item-list .pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    padding: 0;
    flex-flow: wrap;
}
.item-list .pager .pager-item{
    padding: 0;
    margin: 0;
}
.item-list .pager .pager-item > *,
.item-list .pager .pager-current{
    border: 1px solid transparent;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    border-radius: 50%;
    margin-right: 15px!important;
    transition: 0.2s;
}
.item-list .pager .pager-item > a{
    border: 1px solid #403532;
    transition: 0.2s;
}
.item-list .pager .pager-current,
.item-list .pager .pager-item > a:hover{
    border: 1px solid #E73A3A;
    transition: 0.2s;
}
.item-list .pager .pager-item:last-child > *{
    /*margin-right: 0!important;*/
}
.item-list .pager .pager-first > *,
.item-list .pager .pager-previous > *,
.item-list .pager .pager-next > *,
.item-list .pager .pager-last > *{
    border: 0;
    outline: 0;
    margin-right: 15px!important;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.item-list .pager .pager-last > *{
    margin-right: 0!important;
}
.item-list .pager .pager-first > *::before,
.item-list .pager .pager-previous > *::before,
.item-list .pager .pager-next > *::before,
.item-list .pager .pager-last > *::before{
    content: '';
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    color: #BDBDBD;
}
.item-list .pager .pager-first > *:hover::before,
.item-list .pager .pager-previous > *:hover::before,
.item-list .pager .pager-next > *:hover::before,
.item-list .pager .pager-last > *:hover::before{
    color: #E73A3A;
}
.item-list .pager .pager-first > *::before{
    content: '\f100';
}
.item-list .pager .pager-previous > *::before{
    content: '\f104';
}
.item-list .pager .pager-next > *::before{
    content: '\f105';
}
.item-list .pager .pager-last > *::before{
    content: '\f101';
}


    /* Home */
.front-main-block-top-all{
    margin-bottom: 15px;
}
.main-item{
    width: 100%;
    margin: 0 auto 15px auto;
    background: white;
    text-align: center;
    border-bottom: 2px solid #ebebec;
    transition: .2s linear;
    display: flex;
    border-radius: 5px;
    text-transform: uppercase;
}
.main-item-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.main-item-wrap .main-item-img{
    display: block;
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    max-height: 240px;
}
.main-item-actions{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .3s linear;
    height: calc(100% - (100% - 64px));
    background: linear-gradient(180deg, rgba(231, 58, 58, 0) 0%, #c92c2c 100%);
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.main-item:hover .main-item-actions{
    height: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    /*background: rgba(231, 58, 58, 0.5);*/
}
.main-item-actions a{
    text-decoration: none;
    padding: 15px 0;
    transition: .2s linear;
    color: #FFFFFF;
}
.main-item:hover .main-item-actions .main-item-title::after{
    content: ' ';
    width: 50%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 20px auto 0 auto;
}
.front-main-block-top-all.vertical .main-item{
    margin: 0 auto;
    border-radius: 0;
    max-width: 330px;
}
.front-main-block-top-all.vertical .main-item-wrap{
    border-radius: 0;
}
.front-main-block-top-all.vertical .main-item-wrap .main-item-img{
    width: 125%!important;
    margin: 0 auto;
    position: relative;
    left: -15px;
    height: 110%!important;
    top: 0;
}
.front-main-block-top-all.vertical .main-item-actions{
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    font-size: 25px;
    line-height: 35px;
}
.front-main-block-top-all.vertical .main-item .main-item-title{
    padding: 0 15px;
}
.front-main-block-top-all.vertical .main-item:hover .main-item-actions{
    background: rgba(231, 58, 58, 0.5);
}
.front-main-block-top-all.vertical .main-item:hover .main-item-actions .main-item-title::after{
    width: 100%;
}
.front-main-block-top-all.vertical .main-item .main-item-actions .main-item-title::after{
    content: ' ';
    width: 100%;
    height: 3px;
    background-color: #E73A3A;
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 5px;
}
.front-main-block-top-all.vertical .main-item:hover .main-item-actions .main-item-title::after{
    background-color: #fff;
}
.executed-works{
    /*margin-bottom:20px;*/
}
.executed-works .works-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #E73A3A;
    /*margin-top: 15px;*/
}
.executed-works .works-title-mini{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
.executed-works .items{

}
.executed-works .item{
    border: 3px solid #E73A3A;
}
.executed-works .item-image{

}
.executed-works .item-image img{
    width: 100%;
}
.executed-works .item-info{
    padding: 20px 25px;
}
.executed-works .item-info-title{
    font-weight: bold;
    font-size: 19px;
    line-height: 17px;
    text-transform: uppercase;
}
.item-info-title-inner{
	font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.executed-works .item-info-feature{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #333333;
}
.executed-works .item-info a {
	font-size:14px;
}
.executed-works .item-info a:hover {
	text-decoration:underline;
}
.executed-works .ul-feature{
    padding: 0;
    list-style: none;
    margin-top:15px;
}
.executed-works .ul-feature > li{
    padding-bottom: 13px;
}
.executed-works .ul-feature > li::before{
    content: '•';
    display: inline-block;
    width: 8px;
    height: auto;
    color: #0c0c0c;
}
.executed-works .item-stoleshnitsa{
    border: 0;
}
.executed-works .ul-feature > li:last-child{
    padding-bottom: 0;
}
.executed-works .brand-executed-works{
    display: block;
    height: 100%;
}
.executed-works .brand-executed-works img{
    width: 100%;
    transition: 0.2s all;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.17);
    height: 100%;
}
.executed-works .brand-executed-works img:hover{
    transform: scale(0.9);
    transition: 0.2s all;
}
.example-image{
    float: left;
    margin-bottom: 1rem;
}
.example-image img{
	float:left;
}

#block-views-Certificate_block-block_2{
    word-break: break-word;
}
.advantage-over{
/*margin-bottom:30px;*/
}
.advantage-over .block-title .title{
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #E73A3A;
    /*margin-top: 50px;*/
}
.advantage-over .block-advantage{
    /*background: #F2F2F2;
    margin-top: 30px;*/
    padding: 10px;
}
.advantage-over .item{
    align-items: center;
}
.advantage-over .block-name{
    margin-top:10px;
	margin-bottom:10px;
}
.advantage-over .block-img{
    margin-bottom: auto;
}
.advantage-over .block-img-border{
    border-radius: 50%;
    width: 158px;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #E73A3A;
}.executed-works .works-title-mini
.advantage-over .block-name{
    text-align: center;
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding: 0 15px 50px 15px;
    display: block;
}

/* Страница статей */
.view-articles-content.view-dom-id-1 .views-row{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #BDBDBD;
    padding: 15px 0;
}
.view-articles-content.view-dom-id-1 .views-field-title a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #E73A3A;
    transition: 0.2s all;
}
.view-articles-content.view-dom-id-1 .views-field-title a:hover{
    padding-left: 5px;
    text-decoration: underline;
}
.view-articles-content.view-dom-id-1 .views-field-created{
    order: 4;
    margin-left: auto;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #828282;
    margin-top: 15px;
}
.view-articles-content.view-dom-id-1 .views-field-body .field-content{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    margin-top: 15px;
}
.view-articles-content.view-dom-id-1 .views-field-view-node .field-content a{
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #fb6d6d;
    text-decoration: underline;
    margin-top: 15px;
    transition: 0.2s all;
}
.view-articles-content.view-dom-id-1 .views-field-view-node .field-content a:hover{
    padding-left: 5px;
    text-decoration: none;
}

.view-Instructions p
{
	font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.videos{
	text-align: center;
    display: block;
}

.videos iframe{
	border:none;
	width: 500px;
    height: 300px;
}

/* Message */
.thx-page.message-send .thx-text{
    font-size: 14px;
    color: #333333;
}
.thx-page.message-send .thx-on-main{
    font-size: 14px;
    color: #e73a3a;
    text-decoration: underline;
}

/* СЕО текст */
.seo-block{
}
.seo-block .seo-title h1, .seo-block .seo-title .h1,
.seo-block .seo-title h2, .seo-block .seo-title .h2,
.node h1, .node .h1,
.node h2, .node .h2{
    font-weight: bold;
    font-size: 25px;
    line-height: 27px;
    color: #000000;
    word-break: break-word;
}
.seo-block .seo-title h2, .seo-block .seo-title .h2,
.node h2, .node .h2{
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.seo-block .seo-title h3, .seo-block .seo-title .h3,
.node h3, .node .h3{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 1rem;
	font-weight: bold;
	color: #333333;
	word-break: break-word;
}

.seo-block .seo-desc,
.node{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.seo-block .seo-desc h2, .seo-block .seo-desc .h2,
.seo-block .seo-desc h4, .seo-block .seo-desc .h4, 
.node h2, .node .h2,
.node h4, .node .h4{
    /*font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;*/
	font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
	color: #333333;
    margin-bottom: 1rem;
}
.seo-block .seo-desc h4, .seo-block .seo-desc .h4,
.node h4, .node .h4{
    font-size: 14px;
    line-height: 18px;
}

.seo-desc ul
{
	list-style-type:disc;
	padding-left: 27px!important;
	padding-bottom: 1rem!important;
}

.seo-desc ol
{
	list-style-type: decimal;
	padding-left: 27px!important;
	padding-bottom: 1rem!important;
}

.seo-desc a
{
	text-decoration:underline;
	color:#E73A3A;
}

.seo-desc a:hover
{
	text-decoration:none;
}

.seo-block .block-before-ul,
.node ul{
    padding: 0;
}
/* общий класс для списка находится ниже ] */
.seo-block .block-before-ul > li,
.node ul > li{
    margin-bottom:7px;
}

.content-middle ul

{
	list-style-type: disc;
    padding-left: 27px;
    padding-bottom: 1rem;
}

.content-middle ol

{
	list-style-type: decimal;
    padding-left: 27px;
    padding-bottom: 1rem;
}

.content-middle li{
	margin-bottom:7px;
}

.content-middle ul :last-child {
	margin-bottom:0px;
}

.content-middle ol :last-child {
	margin-bottom:0px;
}

.content-middle .node a{
	text-decoration: underline;
    color: #E73A3A;
}

.content-middle .node a:hover {
    color: #E73A3A;
    text-decoration: none;
}

.seo-link-sum{
    display: flex;
    justify-content: center;
    padding-top:10px;
	padding-bottom:30px;
}
.link-btn{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #E73A3A;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0 36px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E73A3A;
	text-decoration: none!important;
}
.link-btn::before{
    content: '\0045';
    display: inline;
    font-family: "Dvacom";
    margin-right: 10px;
    color: #E73A3A;
    font-size: 30px;
}
.link-btn:hover::before{
    color: #be1919;
}
.link-btn:hover{
    color: #be1919;
}
.seo-details details > summary, 
.node details > summary{
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2994A;
    padding-top: 15px;
    outline: 0;
    display: block;
}
.seo-details details[open],
.node details[open]{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
/*.seo-details details[open] > *{*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    color: #333333;*/
/*    text-transform: none;*/
/*}*/
.seo-details details > summary::-webkit-details-marker,
.node details > summary::-webkit-details-marker{
    display: none;
}
.seo-details details > summary::after,
.node details > summary::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: initial;
    display: inline-block;
    margin-left: 5px;
}
.seo-details details > summary::after,
.node details > summary::after {
    content: '\f0da';
}
.seo-details details[open] > summary::after,
.node details[open] > summary::after {
    content: '\f0d7';
}
.all-feedback{
    background: #E73A3A;
    padding: 30px;
}

.all-feedback .col-md-6
{
	max-width:33%;
}

.feed-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 15px;
}
.feed-phones{
    /*padding-bottom: 30px;*/
	padding-bottom:0px;
	text-align: center;
}

.feed-phones > .row > *:first-child{
    text-align: right;
}
.feed-phones > .row > *:last-child{
    text-align: left;
}
.feed-phones a:hover
{
    color: #FFFFFF;
	text-decoration:underline;
}
.feed-phone{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}
.feed-form .form-text{
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    border: 0;
    height: 38px;
    margin: 0;
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.feed-form .form-text:focus,
.feed-form .form-text:hover,
.feed-form .form-text:active{
    box-shadow: none;
    border: 2px solid;
}
.feed-form .form-submit{
    background: #333333;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    width: 100%;
}
.feed-form .form-submit:focus,
.feed-form .form-submit:hover,
.feed-form .form-submit:active{
    box-shadow: none;
    /*border: 2px solid;*/
}
.feed-form .g-recaptcha-required{
    overflow: hidden;
}
.feed-form .g-recaptcha-required .g-recaptcha > *:first-child{
    text-align: center;
    margin: 15px auto;
    display: flex;
    justify-content: center;
}
#webform-client-form-2137 {
    display: none;
}
.wbshow {
    display: block !important;
}
.counting .form-group{
    margin-bottom: 20px;
}
.counting .form-control{
    box-shadow: 0 0 2px #c92c2c;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: red;
    padding: 10px 18px;
    transition: 0.2s all;
	border: 1px solid #c92c2c;
}
.counting textarea.form-control{
    height: 154px;
    padding: 10px;
    margin-bottom: 20px;
}
.counting .form-control::placeholder{
    color: #333;
}

.counting .form-control:focus,
.counting .form-control:active,
.counting .form-control:hover{
    /*transition: 0.2s all;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);*/
}
.counting button[type="submit"]{
    background: #E73A3A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    height: 38px;
    padding: 0 35px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}
.counting .counting-info{
    background: #F2F2F2;
    padding: 18px;
    /*margin-top: 30px;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #333333;
}
.counting .counting-info a{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #E73A3A;
}
.counting .file-upload label{
    background: #E73A3A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px;
    width: 222px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s all;
}
.counting .file-upload label span{
    font-weight: 500;
}
.counting .file-upload label span::before{
    font-weight: 900;
}
.counting .counting-info > .row > *:first-child{
    align-self: center;
    text-align: center;
}
.counting .line-required{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.counting .file-upload-text{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.counting .file-upload label:hover,
.counting button[type="submit"]:hover{
    transition: 0.2s all;
    box-shadow: none;
}
/* Contact page */
.contacts .block-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}
.contacts .block-ul-li{
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-top: 20px;
}
.contacts .block-ul-li > span:first-child{
    color: #E73A3A;
}
.contacts .block-ul.phones .block-ul-li{
    color: #4F4F4F;
    margin-bottom: 20px;
    margin-top: 0;
}
.contacts .block-ul.phones .block-ul-li a{
    color: #4F4F4F;
}
.contacts .block-ul.emails .block-ul-li{
    margin-top: 0;
    margin-bottom: 20px;
}
.contacts .block-ul.address .block-ul-li{
    margin-top: 0;
    margin-bottom: 20px;
}
.contacts .block-ul.address .block-ul-li > span:first-child{
    font-weight: bold;
    color: #4F4F4F;
}
.contacts .map iframe{
    width: 100%;
    max-width: 100%;
    border: 0;
    outline: 0;
}
.contacts .contacts-icon{
    width: 46px;
}
.contacts .contacts-icon > *:first-child{
    font-size: 20px;
    color: #E73A3A;
}
.contacts .contacts-icon > *:nth-child(2){
    font-size: 20px;
    margin-top: 15px;
    color: #E73A3A;
}
.contacts .fa-mobile-alt{
    font-size: 25px;
    margin-top: 15px;
    color: #E73A3A;
}
.contacts .work-slogan{
    border: 1px solid #333333;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #E73A3A;
    justify-content: center;
    padding: 24px;
    margin-bottom: 30px;
}
.contacts .map{
    margin-bottom: 50px;
}
/* Форма */
.contacts+form{
    /*background: #F2F2F2;*/
    margin: 0 auto;
    width: 100%;
}
.contacts+form > div:first-child{
    display: grid;
    grid-template-areas:
            "name message"
            "email message"
            "bottom bottom";
    grid-template-columns: 333px 445px;
    grid-template-rows: 50px 50px 1fr;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.contacts+form > div:first-child > div:nth-child(1){
    grid-area: name;
    align-self: flex-start;
}
.contacts+form > div:first-child > div:nth-child(1) label{
    position: absolute;
    display: none;
}
.contacts+form > div:first-child > div:nth-child(1) input{
    /*position: relative;
    width: 100%;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    padding-left: 8px;
    transition: 0.2s all;*/
	background: #FFFFFF;
    box-shadow: 0 0 2px #c92c2c;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: red;
    padding: 10px 18px;
    transition: 0.2s all;
    border: 1px solid #c92c2c;
	position: relative;
    width: 100%;
	margin:0 auto;
	}
.contacts+form > div:first-child > div:nth-child(1) input::placeholder{
	/*color: #BDBDBD;*/
	color: #333;
}
.contacts+form > div:first-child > div:nth-child(2){
    grid-area: email;
    align-self: flex-start;
}
.contacts+form > div:first-child > div:nth-child(2) label{
    position: absolute;
    display: none;
}
.contacts+form > div:first-child > div:nth-child(2) input{
    position: relative;
    width: 100%;
    margin: 0;
	background: #FFFFFF;
    box-shadow: 0 0 2px #c92c2c;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: red;
    padding: 10px 18px;
    transition: 0.2s all;
    border: 1px solid #c92c2c;
    /*background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    padding-left: 8px;
    transition: 0.2s all;*/
	
}
.contacts+form > div:first-child > div:nth-child(2) input::placeholder{
    /*color: #BDBDBD;*/
	color: #333;
}
.contacts+form > div:first-child > div:nth-child(3){
    grid-area: message;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: flex-start;
}
.contacts+form > div:first-child > div:nth-child(3) > div:first-child{
    margin: 0;
	position: relative;
	background: #FFFFFF;
    box-shadow: 0 0 2px #c92c2c;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: red;
    transition: 0.2s all;
    border: 1px solid #c92c2c;
}

.contacts+form textarea{
	width:100%;
	padding: 10px;
	border: none;
	font-weight:500;
	color: red;
}

.contacts+form textarea::placeholder{
	color:#333;
	font-weight:500;
}

.contacts+form textarea:active, .contacts+form textarea:hover, .contacts+form textarea:focus, .contacts+form textarea:visited{
	color:red;
	font-weight:500;
}

.contacts+form > div:first-child > div:nth-child(3) > div:first-child label{
    display: none;
}
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea{
    height: 104px;
    width: 100%;
}
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea textarea{
    opacity: 1;
    height: 104px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    transition: 0.2s all;*/
}
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea textarea::placeholder{
	/*color: #BDBDBD;*/
	color:#333;
}
.contacts+form > div:first-child > div:nth-child(3) .grippie{
    display: none;
}
.contacts+form > div:first-child #reset-button{
    display: none;
}
.contacts+form > div:first-child #edit-actions{
    display: flex;
    flex-flow: wrap;
    grid-area: bottom;
}
.contacts+form > div:first-child #edit-actions .captcha{
    flex: 0 0 50%;
    max-width: 50%;
}
.contacts+form > div:first-child #edit-actions .captcha pre{
    overflow: unset;
	color:#c92c2c;
}
.contacts+form > div:first-child #edit-actions .captcha label{
    display: none;
}
.contacts+form > div:first-child #edit-actions .captcha input{
    /*background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    width: 252px;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    padding-left: 10px;
    transition: 0.2s all;*/
	background: #FFFFFF;
    box-shadow: 0 0 2px #c92c2c;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: red;
    padding: 10px 18px;
    transition: 0.2s all;
    border: 1px solid #c92c2c;
	position: relative;
}
.contacts+form > div:first-child #edit-actions .captcha input::placeholder{
    /*color: #BDBDBD;*/
	color:#333;
}
.contacts+form > div:first-child #edit-actions .captcha .description{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    margin-top: 15px;
}
.contacts+form > div:first-child #edit-actions #edit-submit{
    margin-left: auto;
    width: 192px;
    height: 38px;
    background: #E73A3A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s all;
}
.contacts+form > div:first-child > div:nth-child(1) input:focus,
.contacts+form > div:first-child > div:nth-child(1) input:active,
.contacts+form > div:first-child > div:nth-child(1) input:hover,
.contacts+form > div:first-child > div:nth-child(2) input:focus,
.contacts+form > div:first-child > div:nth-child(2) input:active,
.contacts+form > div:first-child > div:nth-child(2) input:hover,
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea textarea:focus,
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea textarea:active,
.contacts+form > div:first-child > div:nth-child(3) > div:first-child .resizable-textarea textarea:hover,
.contacts+form > div:first-child #edit-actions .captcha input:focus,
.contacts+form > div:first-child #edit-actions .captcha input:active,
.contacts+form > div:first-child #edit-actions .captcha input:hover{
    /*box-shadow: none;
    border: 1px solid #444444;
    transition: 0.2s all;*/
	color:red;
}
.contacts+form > div:first-child #edit-actions #edit-submit:hover{
    box-shadow: none;
    background: #c32424;
    transition: 0.2s all;
}

.vidos{
    width: 100%;
    height: 180px;
    border: 0;
    outline: 0;
    margin-bottom: 15px;
}
.mojki{
	margin-bottom:20px;
}

.mojki .rtecenter{
	margin-bottom:15px;
}
.instructions{
	text-align:center;
	display: flex;
	margin-bottom: 1rem;
}

.instructions div{
	width:33.3%;
}

    /* Comments */
.comment-info{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    font-weight: 500;
    padding-bottom: 25px;
}
.comment-info > *:first-child{
    font-weight: bold;
}
.comment-info > *:last-child a{
    text-decoration: underline;
    color: #E73A3A;
}
.vova-otzuvu.view-display-id-block_1 .views-row{
    display: flex;
    border-top: 1px solid #BDBDBD;
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: center;
}
.vova-otzuvu.view-display-id-block_1 .views-row:last-child{
    border-bottom: 1px solid #BDBDBD;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-imgs-fid{
    width: 43px;
    margin-right: 15px;
    height: 43px;
    overflow: hidden;
    max-width: 43px;
    min-width: 43px;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-imgs-fid img{
    max-width: 43px;
    min-width: 43px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    object-fit: cover;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-title-1{
    width: auto;
    margin-right: 30px;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-title-1 a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #E73A3A;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-created{
    width: auto;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-created .field-content{
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #828282;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-comment-text-value{
    width: 100%;
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-comment-text-value .field-content{
    /*font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    margin-top: 20px;*/
	font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
	margin-top: 20px;
}

.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-comment-text-value .field-content > *{
    /*margin: 0;*/
}
.vova-otzuvu.view-display-id-block_1 .views-row .views-field-field-comment-text-value .field-content > ::before{
    content: '\0044';
    display: inline;
    font-family: "Dvacom";
    font-size: 14px;
    margin-right: 10px;
    color: #27AE60;
}

.field-field-comment-text .odd{
	margin-top:1rem;
}
    /* Sale */
.banners-items.sale-banners{
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #4F4F4F;
}

.banners-items.sale-banners .help-block-before-ul {
    padding: 0;
    margin-left: 15px;
}
.banners-items.sale-banners .help-block-before-ul > li{
    display: flex;
}
.banners-items.sale-banners .help-block-before-ul > li::before {
    content: '•';
    width: auto;
    margin-right: 5px;
    display: inline-block;
}
.banners-items.sale-banners .help-block-before-ul > li p{
    display: inline-block;
}

/* Инструкции */
.view-Instructions .views-row{
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 15px;
    min-height: 180px;
    display: flex;
    flex-flow: column;
}
.view-Instructions .views-field-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #E73A3A;
    margin-bottom: 15px;
}
.view-Instructions .views-field-body{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    margin-top: 0;
}
.view-Instructions .views-field-body img{
    border: 0;
}
.view-Instructions .views-field-body a{
    color: #e73a3a;
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
}

    /* FOOTER */
footer.footer{
    /*background-color: #333333;*/
    padding: 18px 24px;
	background-color:#c92c2c;
}
footer.footer .block{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

footer.footer .footer-seo a{
    color: #fff;
    transition: 0.2s all;
}
footer.footer .footer-seo a:hover{
    color: #e73a3a;
    transition: 0.2s all;
}
footer.footer .footer-desing{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer.footer .footer-desing a{
    color: #fff;
    margin-left: 15px;
}
footer.footer .footer-desing a img{
    transition: 0.2s all;
    transform: scale(1);
}
footer.footer .footer-desing a:hover img{
    transform: scale(0.9);
    transition: 0.2s all;
}

/* Tel */
.telButton .telButton_background::before{
    content: '\0045';
    display: inline;
    font-family: "Dvacom";
    font-size: 50px;
    color: #fff;
}

.telButton .telButton_border {
    border-color: #27AE60;
}
.telButton .telButton_background {
    background-color: #27AE60;
}
.telButton {
    z-index:90;
    width: 110px;
    height: 110px;
    opacity: .8;
}
.telButton:hover {
    opacity: 1;
}
.telButton .telButton_background  {
    background-position: center center;
    background-size: 100% 100%;
    z-index:90;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    animation-name:pulse;
    animation-duration:5s;
    animation-iteration-count:infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes pulse {
    0% { width:110px; height:110px; top:0; left:0 }
    5% { width:110px; height:110px; top:0; left:0 }
    10% { width:110px; height:110px; top:0; left:0 }
    15% { width:110px; height:110px; top:0; left:0 }
    20% { width:110px; height:110px; top:0; left:0 }
    25% { width:110px; height:110px; top:0; left:0 }
    30% { width:110px; height:110px; top:0; left:0 }
    59% { transform:rotate(0deg); }
    60% { transform:rotate(10deg); }
    65% { transform:rotate(-10deg); }
    70% { transform:rotate(10deg); }
    75% { transform:rotate(-10deg); }
    80% { transform:rotate(10deg); }
    85% { transform:rotate(-10deg); }
    90% { transform:rotate(0deg); }
    100% { width:110px; height:110px; top:0; left:0 }
}
.telButton .telButton_background:hover {
    background-color: #27AE60;
    cursor:pointer;
    opacity: 1;
}
.telButton .telButton_border {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0;
    left: 0;
    top:0;
    opacity: 0.4;
    box-sizing: content-box;

    animation-name:shadow;
    animation-duration:1.5s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-out;
}
@keyframes shadow {
    0% {top:0; left:0; width: 110px; height: 110px}
    100% {top:-15px; left:-15px; width: 110px; height: 110px; border-width: 15px}
}
.telButton_hover {
    width: 140px;
    border:3px solid #088789;
    background-color: #FFF;
    border-radius: 15px;
    padding:10px;
    margin-left: -120px;
    margin-top: 9px;
    font-size: 1em;
    color:#000;
    opacity: 0;
    z-index: 1;
    display: none;
    line-height: 1.2;
    font-family: Arial;
}
.window_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 5005
}
.window_wrap:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ''
}
.window {
    display: inline-block;
    position: relative;
    max-width: 80%;
    padding: 20px;
    border-radius: 15px;
    border: solid 2px #004cc9;
    background: #fff;
    vertical-align: middle;
    background: #ffde26 none repeat scroll 0 0;
    height: 136px;
}
.window_close {
    display: block;
    position: absolute;
    top: -18px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    background: #004cc9;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
    box-sizing: content-box !important;
}
.window_close:hover {
    background: #ff6600;
}
.window p {
    color: #004cc9;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#telForm {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px 0 0 5px;
    float: left;
    height: 37px;
    /*text-align: center;*/
    width: 58%;
    padding-left: 15px;
}
#telButton {
    background: #004cc9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 37px;
    transition: all 0.6s ease 0s;
    width: 40%;
}
/* Popup */
.container-popup{
    z-index: 101;
    position: fixed;
    top: 25%;
    left: calc(50% - 900px / 2);
    right: calc(50% - 900px / 2);
    max-width: 900px;
}
.container-popup a.close{
    background-color: #333333;
    display: block;
    position: relative;
    left: auto;
    right: 0;
    top: 30px;
    opacity: 1;
}
.container-popup a.close::before{
    width: 40px;
    height: 40px;
    display: flex;
    content: ' x ';
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}
.container-popup a.close:hover{
    opacity: 1!important;
    background-color: #333333;
    cursor: pointer;
}
.container-popup a.close:hover::before{
    color: #E73A3A;
}
/*.all-feedback.fixed{*/
/*    position: fixed;*/
/*    top: 25%;*/
/*    left: 15%;*/
/*    right: 15%;*/
/*}*/
.popup-layout{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}
.popup-layout:hover{
    background: rgba(0, 0, 0, 0.2);
}

.messages.status{
    position: fixed;
    top: 25px;
    left: 5px;
    z-index: 999;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
}

#webform-client-form-2382 { display:none; }

#block-block-20 {
	padding-bottom:30px;
}

@media all and (min-width: 1200px){
    #block-locale-0 { margin-left: 30px; }
}
#block-locale-0 a { color: #fff; }
#block-locale-0 .active { color:#fff; text-decoration:underline; font-weight: bold; }

.desktop-image {
	width:auto!important;
}

.slick-slide picture{
    margin: 0 auto;
}

@media (min-width: 1520px) {
    .slider-main .slick-next.slick-arrow, .slider-other .slick-next.slick-arrow {
        right: auto;
        left: 50%;
        margin-left: 705px;

    }
    .slider-main .slick-prev.slick-arrow, .slider-other .slick-prev.slick-arrow{
        right: auto;
        left: 50%;
        margin-left: 665px;
    }

    .slider-main .slick-dots, .slider-other .slick-dots{
        right: auto;
        left: 50%;
        margin-left: 700px;
    }

}

@media all and (min-width: 1025px) and (max-width: 1560px) {
    .slider-main .slick-list .item .item-slider, .slider-other .slick-list .item .item-slider {
        min-height: 486px !important;
    }
}
@media all and (min-width: 1200px)  {
    .lang-uk .grid-container{
        grid-template-rows: 0fr 0fr 0fr 1fr 0  ;
    }
    .lang-ru .grid-container{
        grid-template-rows: 0fr 0 0fr 1fr  ;
    }
    .lang-uk .grid-container.small-h{
        grid-template-rows: 0fr 0fr 0fr 0fr 0  ;
    }
    .lang-ru .grid-container.small-h{
        grid-template-rows: 0fr 0 0fr 0fr  ;
    }
    .lang-ru .grid-container.otzyvy{
        grid-template-rows: 0fr 0 1fr 0  ;
    }
    .lang-uk .grid-container.otzyvy{
        grid-template-rows: 0fr 0fr 0 1fr 0  ;
    }
    .lang-ru .grid-container.otzyvy.small-h{
        grid-template-rows: 0fr 0 960px 0  ;
    }
    .lang-uk .grid-container.otzyvy.small-h{
        grid-template-rows: 0fr 1290px 0 0 0  ;
    }

}