


.header {
    background-color: #ffd421;
    z-index: 333;
}

.header .container {
    height: 120px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
}


.header .rgt-box > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.header .rgt-box .top-row {
    justify-content: flex-end;
    align-items: center;
}



.os-menu li {
    position: relative;
}

.os-menu li + li {
    margin-left: 16px;
}

.os-menu a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.os-menu a:hover {
    color: #d20034;
}

.header .os-menu ul {
    position: absolute;
    display: block;
    min-width: 100%;
    top: 32px;
    left: -9999px;
    padding: 12px 24px;
    background: #ffe060;
    border: 1px solid #d20034;
    opacity: 0;
    transition: opacity .3s, left 0s .3s;
}

.header .os-menu li:hover ul {
    top: 32px;
    opacity: 1;
    left: 0;
    transition: opacity .3s, left 0s;
}

.header .os-menu ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
}

.header .os-menu ul:before {
    height: 46px;
    bottom: 100%;
}

.header .os-menu li li {
 padding: 10px 0;
 margin: 0;
}

.header .os-menu li li a {
    display: block;
    line-height: 1.3;
    text-transform: none;
    font-size: 14px;
}

.header .os-menu li li + li {
    border-top: 1px solid #d48b69;
}


.btn-bent {
    transform: skewX(-12deg);
    font-weight: 700 !important;
    font-size: 12px;
}

.btn-bent > * {
    transform: skewX(12deg);
}

.header .btn {
    margin-left: 16px;
}

.header .phone-box a {
    color: #000;
}


/*===================================================*/


.topslider {
    position: relative;
    background-color: #a5274d;
}

.topslider .image-bg {
    object-fit: cover;
    height: 100%;
}

.topslider .slick-slide {
    font-size: 0;
}
.topslider .slide {
    position: relative;
    height: 520px;
    font-size: 0;
}

.topslider .info-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.topslider .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.topslider .baseblock span {
    display: block;
} 

.topslider .text-block {
    max-width: 720px;
}


.topslider .slide .text-block .first-text {
    font-weight: 800;
    font-size: 28px;
    text-shadow: 1px 2px 0 #000;
    margin: 20px 0;
    position: relative;
    left: -200px;
    opacity: 0;
    text-transform: uppercase;
}

.topslider .slide .text-block .big-text {
    font-size: 72px;
    line-height: 1.1;
    color: #fff402;
    position: relative;
    left: -800px;
    opacity: 0;
}


.topslider .slick-active .text-block .first-text {
    left: 0;
    opacity: 1;
    transition: left 1s .1s, opacity 1s .3s;
}

.topslider .slide .text-block .description {
    font-size: 24px;
    font-style: italic;
    text-shadow: 1px 2px 0 #000;
    margin: 20px 0;
    font-style: italic;
    position: relative;
    left: -1600px;
    opacity: 0;
}

.topslider .slick-active .text-block .description {
    left: 0;
    opacity: 1;
    transition: left 1s .1s, opacity 1s .3s;

}


.topslider .slick-slide .info-block .image-box {
    display: block;
    position: relative;
    left: -100px;
    opacity: 0;
}

.topslider .slick-active .info-block .image-box {
    left: 0;
    opacity: 1;
    transition: left .5s .3s, opacity .7s .3s;
}





.slick-arrow {
    width: 48px;
    height: 64px;
    position: absolute;
    top: calc(50% - 32px);
    cursor: pointer;
    z-index: 11;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;

}

.slick-arrow:hover {
    background-color: rgba(50,76,51, 1);
}

.slick-arrow.slick-disabled {
    background-color: rgba(50,76,51,.6);
    cursor: default;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next img {
    transform: rotate(180deg);
}




/*================================================================*/



.top-visual-index {
    background-color: #b34e00;
    height: 520px;
    position: relative;
}

.top-visual-index .image-bg {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.top-visual-index .info-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
}

.top-visual-index .info-box .container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.top-visual-index .info-box .right-cel {
    width: 32%;
    background-color: rgb(255, 83, 0);
    position: relative;
}

.top-visual-index .info-box .right-cel:before {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: calc(100% - 8px);
    background-image: url(../images/top-visual-box-left.svg);
    background-position: right;
    background-size: auto 100%;
}

.top-visual-index .info-box .right-cel:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000px;
    background-color: rgb(255, 83, 0);
}

.top-visual-index .left-cel .title {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff200;
    line-height: 1.2;
}

.top-visual-index .left-cel .description {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
}

.textshadow {
    text-shadow: 1px 1px 0 #000;
}



.top-slider .baseblock {
    text-align: center;
    display: block;
}

.top-slider .baseblock * + * {
    margin-top: 16px;
}

.top-slider .image {
    margin-top: 24px;
    margin-bottom: 24px;
}

.top-slider .image img {
    max-width: 280px;
    max-height: 200px;
}

.top-slider .title {
    font-size: 28px;
    font-weight: 900;
}

.top-visual-index .container {
    table-layout: fixed;
}

.top-slider .baseblock > * {
    opacity: 0;
}

.front-screen .top-slider .baseblock > * {
    opacity: 1;
}

.top-slider .slick-active .baseblock > * {
    opacity: 1;
}

.top-slider .baseblock > *:nth-child(1) {
    transition: opacity .7s .3s;
}

.top-slider .baseblock > *:nth-child(2) {
    transition: opacity .7s .6s;
}

.top-slider .baseblock > *:nth-child(3) {
    transition: opacity .7s .9s;
}

.top-slider .baseblock > *:nth-child(4) {
    transition: opacity .7s 1.2s;
}





/*=================================================================*/




.content-txt-box a {
    border-bottom: 1px solid rgba(0,0,0,.3)
}

.top-info-screen {
    background-color: #ffd421;
}

.shop-login .ico {
    width: 24px;
    height: 24px;
    border: 1px solid #d20034;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding-top: 3px;
    margin-right: 12px;
}

.shop-login .text {
    padding-top: 2px;
}

.shop-btn {
    height: 64px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden; 
    margin-top: 32px;
    margin-bottom: 32px;
    box-shadow: 0px 2px 4px 0px rgba(4, 36, 7, 0.2);
}

.shop-btn > * {
    padding: 0 24px;
}


.shop-btn .ico {
    background-color: #fff402;
}

.shop-enter {
    position: relative;
    padding-bottom: 12px;
    padding-top: 8px;
}

.shop-enter:before {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 12px;
    background-image: url(../images/arrow-shop-enter.svg);
    top: 100%;
    left: calc(50% - 6px);
}


/*====================================================================*/


.footer {
    background-color: #ffd421;
    font-weight: 400;
}

.footer .rgt-col {
    width: 320px;
}

.footer .contacts-box > * {
    margin-left: auto;
    display: table;
}

.footer .phone-box {
    margin-bottom: 16px;
}

.footer .os-menu {
    margin-top: 1px;
    margin-bottom: 24px;
}

.footer .address {
    margin-right: 24px;
}




/*=================================================================*/



.front-screen {
    padding: 20px 0;
}

.front-screen .container > .rgt-cell {
    width: 25%;
    padding-left: 40px;
    font-size: 14px;
    padding-top: 24px;
}

.front-left-menu .title {
    font-weight: 600;
    margin: 16px 0 ;
} 

.front-left-menu ul {
    margin: 16px 0;
}

.front-left-menu ul li {
    margin: 8px 0;
}

.page-left-menu + .page-left-menu {
    margin-top: 32px;
}

.content-txt-box {
    line-height: 1.6;
}

.content-txt-box img {
    margin: 32px 0;
    max-width: 50% !important;
    height: auto !important;
}

.front-screen .page-title  {
    margin-bottom: 40px;
}

.front-screen .os-content-img {
    float: right;
    margin-left: 32px;
    margin-bottom: 32px;
    max-width: 46%;
}


.pagepromo .front-screen {
    padding-top: 0;
}

.pagepromo .topslider {
    margin-bottom: 20px;
}


.content-txt-box ul li {
    padding-left: 20px;
    position: relative;
}

.content-txt-box ul li + li {
    margin-top: 8px;
}

.content-txt-box ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #ff8d00;
}


.content-txt-box h2, .page .page-title  {
    color: #ff5300;
}

.form-item {
    margin: 20px 0;
}



.popup {
    width: 100%;
    max-width: 480px;
    border-radius: 3px;
}

.popup.min-info .popup-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}




.form-item.i0 {
    display: block;
    position: absolute;
    left: -12000px;
    top: 0;
}




.burger-box {
    display: none;
}


.burger {
    width: 32px;  
    height: 27px;
    display: flex;
    align-items: center;
}

.burger i {
    position: relative;
    display: block;
    background: #ff5300;
    width: 100%;
    height: 3px;
    opacity: 1;
    transition: background .2s;
}

.burger i:before, .burger i:after {
    position: absolute;
    content: '';
    display: block;
    background: #ff5300;
    width: 100%;
    height: 3px;
    top: -12px;
    left: 0;
    transition: all .2s;
}

.burger i:after {
    top: auto;
    bottom: -12px;
}

.burger-box.active .burger i {
    background: rgba(0,0,0,0); 
}


.burger-box.active .burger i:before {
    transform: rotate(45deg);
    top: 0;
}

.burger-box.active .burger i:after {
    transform: rotate(-45deg);
    top: 0;
}



.content-txt-box .phone {
    color: #333;
    border-bottom: none !important;
}


.map-box {
    height: 400px;
    background-color: #f7f1d9;
    display: block;
    width: 100%;
}
























