.page-title h1:after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 20px auto 0px;
}

.page-title h1 {
    color: #27292b;
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-align: center;
}

.categoryhead {
    background-color: #008dd2;
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px;
}

.categoryblock ul,
.categoryblock ul li {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.categoryblock>ul>li:first-child>a {
    /* border-top: 0 !important; */
}

.categoryblock>ul>li>.scorlup>a {
    display: block;
    border: 1px solid #bababa;
    border-bottom: 0;
    background-color: white;
    color: #111111;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px;
}

.categoryblock a {
    transition: 0.3s;
}

.toverlist a:hover,
.toverlist a.active {
    color: #ffffff !important;
    background-color: #008dd2 !important;
}

.categoryblock .scorlup:hover a,
.categoryblock .scorlup.active a {
    color: #ffffff !important;
    background-color: #008dd2 !important;
}

.categoryblock>ul>li>ul>li>.scorlup>a {
    display: block;
    border: 1px solid #bababa;
    border-bottom: 0;
    background-color: #ebebeb;
    color: #111111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px;
    padding-top: 13px;
    padding-left: 28px;
    padding-bottom: 13px;
}

.categoryblock>ul>li>ul>li>ul>li>a {
    display: block;
    border: 1px solid #bababa;
    border-bottom: 0;
    background-color: #fafafa;
    color: #111111;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 18px;
    padding-top: 5px;
    padding-left: 23px;
    padding-bottom: 5px;
}

.leftmenu {
    border-bottom: 1px solid #bababa;
}

.directions_name:before {
    transition: 0.3s;
}

.home_directions__item:hover .directions_name:before {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #c90c03;
}

.supercatalog .directions_hidden-inner {
    border: 1px solid #c90c03;
    height: 100%;
}

.supercatalog>div {
    margin-bottom: 15px;
}

.supercatalog .directions_hidden {
    background: none;
    height: 100%;
}

.supercatalog:hover .directions_hidden {
    background: none;
}

.catalogseregi h1 {
    margin-bottom: 35px;
}

.btn.btn-default {
    position: relative;
}

.catalogback {
    background: url('/local/templates/edisontheme/images/back.PNG');
    background-position: center;
}

.otzyvyback {
    background: url('/local/templates/edisontheme/images/back.PNG');
    background-position: center;
}

.catalogseregi .shadow-title {
    z-index: 0;
    text-align: right;
}

.catalogseregi .shadow-title span {
    text-transform: none;
    color: #111111;
    font-family: Roboto;
    font-size: 110px;
    font-weight: 700;
    opacity: 0.05;
    top: 250px;
}

.otzyvyseregi .shadow-title {
    z-index: 0;
}

.otzyvyseregi .shadow-title span {
    text-transform: none;
    color: #111111;
    font-family: Roboto;
    font-size: 110px;
    font-weight: 700;
    opacity: 0.05;
    top: 250px;
}

.writeot {
    margin-bottom: 30px;
}

.otzyvyseregi h1 {
    color: #111111;
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 40px;
}

.otzyvyseregi h2 {
    color: #111111;
    font-family: Roboto;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 40px;
}

.breadcrumb {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    background: none;
    padding: 0;
}

.breadcrumb ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb li>span {
    font-size: 14px;
    color: #008dd2;
    font-family: "Montserrat";
    font-weight: 700;
}

.breadcrumb li a {
    color: #3e3e3d;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb li a:after {
    content: "|";
    padding: 0 4px;
    color: #222222;
    cursor: default;
}

.otzyvlistimg .btn {
    margin-bottom: 40px;
    opacity: 0;
    transition: 0.3s;
}

.otzyvlistitem {
    padding-top: 15px;
    padding-bottom: 30px;
}

.otzyvlistitem:hover .otzyvlistimg {
    border: 1px solid #2f86e0;
}

.otzyvlistitem:hover .btn {
    opacity: 1;
}

.otzyvlistimg {
    transition: 0.3s;
    border: 1px solid rgba(47, 134, 224, 0);
    float: left;
    box-shadow: 9px 12px 40px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 300px;
    top: 12px;
    background-image: url('/local/templates/edisontheme/images/pikotz.png');
    background-size: 100% auto;
    z-index: 6;
    position: relative;
    margin-right: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

h2.otzyvlisthead {
    color: #111111;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 5;
    line-height: 24px;
    padding-bottom: 0;
}

.otzyvlisttetx {
    margin: 35px;
    margin-top: 0;
    color: #111111;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 25px;
    padding-bottom: 15px;
    padding-top: 50px;
    z-index: 5;
    position: relative;
    min-height: 289px;
}

.otzyvlistdis {
    position: relative;
    z-index: 5;
}

.otzyvlisttetx:before {
    content: "";
    z-index: 4;
    box-shadow: 9px 12px 40px rgba(0, 0, 0, 0.1);
    position: absolute;
    background: white;
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: 22px;
}

.otzyvlisttetx:after {
    content: "";
    z-index: 5;
    position: absolute;
    border: 1px solid #3f86bf;
    left: 0;
    right: 0px;
    bottom: 0px;
    top: 39px;
}

@media(max-width: 767px) {
    .otzyvlistimg {
        float: inherit;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 281px;
        top: 0;
    }
    .otzyvlisttetx {
        margin: 0;
        padding-top: 8px;
        min-height: 0;
    }
    .otzyvlisttetx:after {
        top: -1px;
    }
    .otzyvlisttetx:before {
        top: -19px;
    }
}

.aboutseregi h1 {
    text-align: center;
}

.abouttext {
    padding-bottom: 50px;
    padding-top: 45px;
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
}

.abouttext .cros {
    text-decoration: underline;
}

.abouttext .bold {
    font-family: "Roboto - Bold";
    font-weight: 700;
    line-height: 30px;
}

.aboutbigimg {
    box-shadow: 2px 1px 15px rgba(0, 17, 17, 0.1);
}

.olw_seregafix {
    margin-left: 45px;
    margin-right: 45px;
    width: initial !important;
}

.owlabout {
    padding-top: 50px;
    padding-bottom: 80px;
}

@media (max-width: 575px) {
    .olw_seregafix .slide_arrow_next {
        right: -31px;
    }
    .olw_seregafix .slide_arrow_prev {
        left: -31px;
    }
}

.productimg img {
    width: 100%;
}

.productimg {
    box-shadow: 2px 1px 15px rgba(0, 17, 17, 0.1);
    margin-bottom: 30px;
}

.worksitem {
    position: relative;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}

.worksimg img {
    width: 100%;
    height: 290px;
}

.worksname {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.21px;
    margin-top: 24px;
    border-top: 1px solid #dcdcdc;
    min-height: 86px;
    margin-left: 15px;
    line-height: 30px;
    margin-right: 15px;
    padding-bottom: 15px;
    opacity: 1;
    transition: 0.3s;
}

.worksitem:hover .worksname {
    opacity: 0;
}

.worksname:before {
    content: "";
    width: 98px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 0px auto 20px;
    margin-top: -2px;
}

.worksnamehidden {
    color: #2a2c2e;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
    line-height: 30px;
    margin-right: 15px;
    padding-top: 150px;
}

.worksnamehidden:after {
    content: "";
    width: 98px;
    height: 3px;
    background-color: #3f86bf;
    display: block;
    margin: 0px auto 20px;
    margin-top: 30px;
}

.worksitem:hover .workshidden {
    opacity: 1;
    text-align: center;
}

.workshidden {
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    position: absolute;
    opacity: 0;
}

.worksbuttonhidden {
    text-align: center;
}

.worksbuttonhidden .btn {
    color: #ffffff;
    font-family: "Montserrat - Semi Bold";
    font-size: 21px;
    font-weight: 400;
    line-height: 49.39px;
    border-radius: 35px;
    text-transform: uppercase;
}

.row_works_items>div {
    padding: 0px 7px;
}

@media(max-width: 992px) {
    .worksimg img {
        height: 175px;
    }
    .worksname {
        font-size: 22px;
    }
    .worksbuttonhidden .btn {
        font-size: 17px;
        line-height: 36.39px;
    }
    .worksnamehidden {
        padding-top: 65px;
    }
}

@media(max-width: 600px) {
    .page-title h1 {
        font-size: 33px;
        padding-top: 29px;
        line-height: 33px;
    }
}

.albomitem {
    box-shadow: 2px 1px 15px rgba(0, 17, 17, 0.1);
    margin-bottom: 30px;
    padding: 7px;
    position: relative;
    transition: 0.3s;
    height: 320px;
}

.albomitem img {
    width: 100%;
    height: 100%;
    border: 1px solid #3f86bf;
}

.albimbtnhdn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
}

.albomitem:hover img {
    border: 2px solid #498cc2;
}

.albomitem:hover .albimbtnhdn {
    opacity: 1;
}

.albomitem:hover {
    padding: 0;
}

.youtubepng {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 48px);
    width: 96px;
    height: 68px;
}

.videoitem {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 2px 1px 15px rgba(0, 17, 17, 0.1), 2px 1px 15px rgba(0, 17, 17, 0.3);
}

.gallerypage h2 {
    padding-top: 12px;
}

.prevvideo {
    transition: 0.3s;
}

.videoitem:hover .prevvideo {
    filter: brightness(0.7);
}

.videosblock {
    padding-bottom: 30px;
}

.gallerypage h1 {
    padding-bottom: 20px;
}

@media(max-width: 1200px) {
    .albomitem {
        height: 250px;
    }
}

@media(max-width: 767px) {
    .albomitem {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .videoitem {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

.contactinfo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 50px;
}

.contactlogo img {
    padding-top: 5px;
    max-width: inherit !important;
}

.contactphone {
    padding-left: 15px;
    position: relative;
}

.contactaddress {
    padding-left: 15px;
    position: relative;
}

.contactmail {
    padding-left: 20px;
    position: relative;
}

.contactaddress:before {
    left: 0px;
    position: absolute;
    content: "";
    top: 7px;
    width: 12px;
    height: 14px;
    background: url('/local/templates/edisontheme/images/map.png');
}

.contactphone:before {
    left: 0px;
    position: absolute;
    content: "";
    top: 7px;
    width: 12px;
    height: 12px;
    background: url('/local/templates/edisontheme/images/phone.png');
}

.contactmail:before {
    left: 0px;
    position: absolute;
    content: "";
    top: 7px;
    width: 17px;
    height: 15px;
    background: url('/local/templates/edisontheme/images/mail.png');
}

.contacthead {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.contactaddress {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.contactphone a:hover {
    color: #3f85bf;
}

.contactmail a:hover {
    color: #3f85bf;
}

.contactphone a {
    color: #201d1d;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
}

.contactmail a {
    color: #201d1d;
    font-family: Roboto;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.infocallback:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #3f86bf;
    z-index: 0;
}

.infocallback {
    position: relative;
    box-shadow: 12px 9px 40px rgba(0, 17, 17, 0.1);
    background-color: #ffffff;
    margin-bottom: 120px;
    margin-top: 100px;
}

.contact_map {
    box-shadow: 2px 1px 15px rgba(0, 17, 17, 0.1);
}

.subinfocallback {
    position: relative;
    z-index: 1;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.callbackhead {
    color: #111111;
    font-family: Roboto;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    padding-top: 35px;
}

.callbackminitext {
    color: #333534;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 25px;
}

.frislineform {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.subinfocallback textarea {
    width: 100%;
    height: 107px;
    box-shadow: inset 1px 1px 6px 1px rgba(18, 22, 18, 0.05);
    border: 1px solid #e8e8e8;
    background-color: #fefefe;
    margin-top: 12px;
    color: #9b9b9b;
    font-family: Roboto;
    font-size: 18px;
    padding: 15px;
    font-weight: 400;
}

.subinfocallback .cust_phone {
    width: 100%;
    height: 53px;
    color: #9b9b9b;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    box-shadow: inset 1px 1px 6px 1px rgb(18 22 18 / 5%);
    border: 1px solid #e8e8e8;
    padding: 15px;
	margin-top: 12px;
    background-color: #fefefe;
}

.frislineform input {
    width: 248px;
    height: 53px;
    color: #9b9b9b;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    box-shadow: inset 1px 1px 6px 1px rgba(18, 22, 18, 0.05);
    border: 1px solid #e8e8e8;
    padding: 15px;
    background-color: #fefefe;
}

.callbackagree {
    color: #9b9b9b;
    font-family: Roboto;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 30px;
}

.infocallbackbtn {
    margin-bottom: 40px;
}

@media(max-width: 992px) {
    .contactinfo>div {
        width: 46%;
        padding-bottom: 15px;
        margin-left: 15px;
    }
}

@media(max-width: 767px) {
    .subinfocallback {
        position: relative;
        z-index: 1;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .frislineform {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subinfocallback textarea {
        margin-top: 0;
    }
    .frislineform input {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width: 564px) {
    .contactinfo>div {
        width: 100%;
    }
    .subinfocallback {
        padding-left: 20px;
        padding-right: 20px;
        width: inherit;
    }
    .callbackhead {
        color: #111111;
        font-family: Roboto;
        font-size: 35px;
    }
}

.directions_image img {
    max-height: 180px;
}

.strelochkaul * {
    fill: #008dd2;
    transition: 0.3s;
}

.strelochkaul {
    position: absolute;
    top: calc(50% - 4px);
    right: 11px;
}

.scorlup {
    position: relative;
}

.categoryblock .scorlup:hover .strelochkaul *,
.categoryblock .scorlup.active .strelochkaul * {
    fill: #fff;
}

.garmosh>ul {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    max-height: 0px;
}

.garmosh.open>ul {
    max-height: 1000px;
}

.garmosh>.scorlup>.strelochkaul {
    transform: rotate(-90deg);
    transition: 0.3s;
}

.garmosh.open>.scorlup>.strelochkaul {
    transform: rotate(0deg);
}

@media(min-width: 1200px) {
    .home-main__wrapper .owl-nav {
        width: 1120px !important;
        left: calc(50% - 560px) !important;
    }
}

@media(max-height: 992px) {
    .infocallback {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

@media(min-width: 992px) {
    .top-line__wrapper {
        transition: 0.5s;
        max-height: 300px;
    }
    .fixeded .top-line__wrapper {
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }
}

body {
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.catalogback {
    flex-grow: 1;
}

.otzyvyback {
    flex-grow: 1;
}