html,
body {
    padding: 0;
    margin: 0; 
    font-size: 14px;
    line-height: normal;
    color: #333333;
    font-family: "RobotoRegular";
} 

* {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

.hr {
    border-top: 1px solid #dcdcdc;
}

.mobile-header,
.mobile-production-header {
    display: none;
}

#fancybox-content {
    width: 100% !important;
    height: 100% !important;   
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fix-line {
    border-bottom: 1px solid #bdbcbc;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.container {
    max-width: 1200px;
    margin: 0 auto; 
    padding: 0px 8px;
}

.header-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.logo-block {
    width: 280px;
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.logo-block img {
    width: 100%;
    vertical-align: bottom;
}

.menu-block {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    padding: 16px 0px;
}

.menu-block ul {
    display: flex;
    flex-direction: row;
}

.menu-block li {
    font-size: 22px;
    font-family: "RobotoMedium";
    padding: 0px 20px;
}
  
.menu-block li a {
    color: #333;
    display: inline-block;
    border-bottom: 1px dotted currentColor;
    padding-bottom: 4px;
}

.menu-block li a:hover {
   border-color: transparent; 
}

.phone-block {
    width: 286px;
    line-height: normal;
}

.phone-block-phone {
    font-family: 'BebasNeueBold';
    font-size: 37px;
    position: relative;
    padding: 0 0px 0px 45px;
    color: #333;
}

.phone-block-phone:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/phone-call.svg) center center no-repeat;
    background-size: cover;
}

.first {
    background-color: transparent;
    background-image: url(../images/mainbaner.JPG);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0px;
    margin-top: 80px;
    position: relative;
}

.first:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.first .container {
    position: relative;
    z-index: 2;
}

.first-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.first-block__text {
    flex-grow: 1;
}

.first-block-text__small {
    font-size: 35px;
    color: #fff;
    font-family: "BebasNeueBold";
    text-shadow: 0px 0px 5px #000000;
}

.first-block__text p {
    margin: 0 0 4px 0;
}

.first-block__text p span {
    font-family: "BebasNeueBold";
    font-size: 58px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 0px 15px;
}

.first-block__mail-window {
    width: 375px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 1px #757575;
    text-align: center;
    padding: 25px;
}

.first-block__mail-window i {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    text-decoration: underline;
}

.mail-window__head {
    display: block;
    font-family: "BebasNeueBold";
    font-size: 38px;

}

.mail-window__text {
    display: inline-block;
    background: #000;
    color: #ffe401;
    padding: 15px 25px;
    margin: 25px 0;
    font-family: "BebasNeueBold";
    font-size: 25px;
    border-radius: 5px;
}

.contact_form-number-container {
    margin-bottom: 25px;
    position: relative;
}

.contact_form-number-container:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/phone-call.svg) center center no-repeat;
    background-size: cover;
}

.contact_form-number {
    background: #f5f5f5;
    box-shadow: 0px 2px 0px #e2e1e1;
    border: none;
    font-size: 25px;
    width: 100%;
    padding: 8px 16px 8px 50px;
    border-radius: 5px;
    font-family: "RobotoLight";
}

.form-button {
    padding: 10px 46px;
    font-size: 20px;
    width: 100%;
}

.second {
    padding: 50px 0;
}

.second_main-text {
    font-size: 23px;
    text-align: center;
    padding: 16px 16px;
    margin-bottom: 50px;
}

.second_main-text p {
    margin: 0;
    line-height: 1.5;
}

.second-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.second-info__item {
    flex-grow: 1;
    text-align: center;
    max-width: 25%;
}

.second-info-item__img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #FFE401;
    margin: 0 auto 20px;
    padding: 35px;
    border: 4px solid #333;
}

.second-info-item__img img {
    width: 100%;
}

.second-info-item__text {
    padding: 0 30px;
}

.second-info-item__text h3 {
    font-family: "BebasNeueBold";
    font-size: 35px;
    margin: 12px 0 7px;
}

.second-info-item__text p {
    margin: 0;
    font-family: "RobotoLight";
    font-size: 18px;
}

.third h2 {
    font-size: 53px;
    font-family: "BebasNeueBold";
    margin: 0 0 15px 0;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}

.third h2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
    background: #ffe401;
}

.third__bg {
    background-color: transparent;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 50px;
}

.catalog-pictures, 
.catalog-text {
    flex: 0 0 50%;
}

.catalog-pictures {
    padding-right: 50px;
    padding-top: 8px;
}

.catalog-pictures-big {
    margin-bottom: 2px;
    border: 1px solid #dcdcdc;
}

.catalog-pictures-big img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.catalog-pictures-small {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -2px;
}

.catalog-pictures-small a {
    flex: 0 0 25%;
    padding: 2px;
}

.catalog-pictures-small img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    border: 1px solid #dcdcdc
}

.catalog-text__head {
    font-family: "BebasNeueBold";
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.catalog-text__head h4 {
    font-size: 43px;
    margin: 0 0 4px 0;
}

.catalog-text__head span {
    display: block;
    font-size: 27px;
}

.catalog-text__box {
    font-size: 15px;
    font-family: "RobotoLight";
    line-height: 20px;
}

.catalog-text__info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 15px 0;
}

.catalog-text-info-box__img {
    width: 48px;
    height: 48px;
    padding: 5px;
    background: #ffe401;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.catalog-text-info-box__img  img {
    vertical-align: middle;
    width: 75%;
}

.catalog-text-info-box__text {
    flex-grow: 1;
    font-size: 16px;
    font-family: "RobotoLight";
    padding: 0 15px;
}

.btn {
    background-color: #FFE401;
    box-shadow: 0px 2px 0px #FFCC00;
    border-radius: 5px;
    font-family: "RobotoLight";
    transition: all 0.2s linear;
    font-family: "RobotoLight";
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255, 255, 254, 0.59);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    transform: rotate(45deg);
    transition: .1s;
    animation: a 3s .05s ease-in-out infinite;
}

@keyframes a{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}to{left:110%;margin-left:80px}}

.btn:hover {
    filter: brightness(110%);
}

.catalog-text__btn {
    margin: 25px 0; 
}

.catalog-text__btn .btn {
    padding: 14px 46px; 
    font-size: 20px;
}

.fourth {
    background-color: transparent;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.fourth:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 1;
}

.fourth .container {
    position: relative;
    z-index: 2;
}

.production-text__head {
    border: none;
    margin-top: 55px;
}

.production-text__head h4 {
    color: #ffffff;
    position: relative;
    font-size: 53px;
}

.production-text__head h4:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -20px;
    background: #ffe401;
}

.production-text__box p {
    color: #ffffff;
}

.fifth__bg {
    background-color: transparent;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.fifth h2 {
    font-size: 53px;
    font-family: "BebasNeueBold";
    margin: 0 0 15px 0;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}

.fifth h2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
    background: #ffe401;
}

.fifth .catalog-pictures {
    flex: 0 0 40%;
}

.fifth .catalog-text {
    flex: 0 0 60%;
}

.sixth {
    background: #fafafa;
}

.sixth h2 {
    font-size: 53px;
    font-family: "BebasNeueBold";
    margin: 0 0 35px 0;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
}

.sixth h2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
    background: #ffe401;
}

.slide-box {
    box-shadow: 0px 5px 10px #DCDCDC;
    padding: 15px;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.slide-box-img {
    float: left;
    width: 35%;
    padding-right: 30px;
}

.slide-box-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 1px solid #dcdcdc;
}

.slide-box-text {
    float: left;
    width: 65%;
}

.clearfix {
    clear: both;
} 

.slide-box-text-head {
    font-family: "BebasNeueBold";
    font-size: 32px;
    margin: 15px 0;
}

.slide-box-text-city {
    font-size: 20px;
    background: #ffe401;
    font-family: "BebasNeueBold";
    padding: 4px 10px;
}

.slide-box-text-comment {
    font-size: 15px;
    line-height: 20px;
    font-family: "RobotoLight";
}

.slider {
    margin-bottom: 0;
}

.helper {
    height: 50px;
}

.container-slider {
    position: relative;
    padding: 0px 75px;
}

.arrow_left {
    position: absolute;
    width: 58px;
    height: 58px;
    transition: all .3s;
    background: url(../images/left-arrow.svg) rgba(254, 195, 56, .47) no-repeat center center;
    -webkit-background-size: 15px;
    background-size: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arrow_right {
    position: absolute;
    width: 58px;
    height: 58px;
    transition: all .3s;
    background: url(../images/right-arrow.svg) rgba(254, 195, 56, .47) no-repeat center center;
    -webkit-background-size: 15px;
    background-size: 15px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.arrow_left:hover, 
.arrow_right:hover {
    background-color: #ffe401;
    cursor: pointer;
}

.slick-list {
    padding: 20px;
}

.seventh {
    background-color: transparent;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; 
    position: relative;
    background-attachment: fixed;
    padding-bottom: 65px;
}

.seventh:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}

.seventh > * {
    position: relative;
    z-index: 9;
}

.seventh h2 {
    font-size: 53px;
    font-family: "BebasNeueBold";
    margin: 0 0 15px 0;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    color: #fff;
}

.seventh h2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
    background: #ffe401;
}

.contact-block {
    background: rgba(255, 255, 255, 0.64);
    width: 400px;
    margin: 75px auto 0;
    padding: 10px 25px;
    position: relative;
}

.contact-block:before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 0;
	height: 0;
	border-top: 200px solid rgba(255, 255, 255, 0.64);
	border-right: 100px solid transparent;
}

.contact-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 0;
    height: 0;
    border-bottom: 200px solid rgba(255, 255, 255, 0.64);
    border-left: 100px solid transparent;
}

.contact-block > a {
    display: block;
    color: #000;
    font-size: 38px;
    font-family: "BebasNeueBold";
    padding-left: 46px;
    margin: 15px 0;
    position: relative;
}

.contact-block_phone:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/phone-call.svg) center center no-repeat;
    background-size: cover;
}

.contact-block_mail:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/envelope.svg) center center no-repeat;
    background-size: cover;
}

.contact-block_inst:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/instagram.svg) center center no-repeat;
    background-size: cover;
}

footer {
    background: #525252;
    border-top: 2px solid #3c3c3c;
}

.footer-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.footer-logo {
    width: 150px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

.footer-logo img {
    width: 100%;
    vertical-align: middle;
}

.footer-text {
    flex-grow: 1;
}

.footer-text span {
    display: block;
    text-align: right;
    color: #fff;
}

.footer__btn {
    position: absolute;
    padding: 8px 20px;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pop-up-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.pop-up-bg.open {
    opacity: 1;
    visibility: visible;
}

.pop-up-container {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 18px 25px 25px;
    border-radius: 5px;
}

.pop-up-container h4 {
    font-family: 'BebasNeueBold';
    font-size: 37px;
    text-align: center;
    margin: 0;
}

.pop-up-container span {
    display: block;
    font-family: "RobotoLight";
    font-size: 15px;
    text-align: center;
    margin: 15px 0px 15px;
}

.pop-up-contact_form-number-container {
    margin-bottom: 25px;
    position: relative;
}

.pop-up-contact_form-number-container:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/phone-call.svg) center center no-repeat;
    background-size: cover;
}

.pop-up-contact_form-number {
    background: #f5f5f5;
    box-shadow: 0px 2px 0px #e2e1e1;
    border: none;
    font-size: 25px;
    width: 100%;
    padding: 8px 16px 8px 50px;
    border-radius: 5px;
    font-family: "RobotoLight";
}

.close-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 5px;
    cursor: pointer;
}

.close-icon img {
    width: 100%;
}