

/* Start:/markirovka-yuvelirnykh-izdeliy/style.css?17102738748381*/
img{
    max-width: 100%;
}
.top-banner-container img{
    width: 100%;
    max-height: 900px;
    object-fit: cover;
}
.top-banner-container__info{
    position: absolute;
}
.top-banner-container__info h1{
    font-size: 50px;
    color: rgb(187, 47, 44);
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 100px;
}
.top-banner-container__info p{
    font-size: 21px;
    line-height: 1.2;
    margin-top: 28px;
}
.uv-task {
    margin: 100px 0;
}
.uv-task > .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.uv-task .h2{
    font-size: 50px;
    color: rgb(202, 49, 25);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-top: 0px;
    height: 2.2em;
}
.uv-task p{
    font-size: 27px;
    line-height: 1.2;
}
.uv-task ol{
    list-style: none;
    counter-reset: my-awesome-counter;
}
.uv-task p{
    margin-bottom: 48px;
}
.uv-task ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    
 }
.uv-task li:before {
    content: counter(my-awesome-counter);
    font-size: 60px;
    font-family: "Open Sans";
    color: rgb(202, 49, 25);
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: -50px;
    font-weight: 300;
}
section.red{
    background: #a72011;
    color: #fff;
    padding: 80px 0;
}
.red .flex-container{
    justify-content: space-between;
    margin-top: 55px;
}
.red p{
    font-size: 27px;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
}
.red p.h2{
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

  
.red .flex-item{
    width: 20%;
    text-align: center;
}
.red .flex-item picture{
    width: 110px;
    height: 100px;
    display: inline-block;
}
  
.red .flex-item .text{
    font-size: 15px;
    line-height: 1.4;
    margin-top: 40px;
    text-align: center;
}
.flex-item picture img{
    max-width: 100%;
    max-height: 100%;
}
section.gray{
    background: #fff;
    padding: 80px;
}
section.gray .h2{
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 80px;
    color: rgb(202, 49, 25);
    text-align: center;
    font-weight: 300;
}
section.gray > .container{
    display: flex;
    flex-wrap: wrap;
    
}
section.gray p {
    font-size: 27px;
    margin-bottom: 25px;
}
.col-50{
    padding: 0 50px;
}
.line-list p {
    position: relative;
    /* padding-left: 40px; */
}
.line-list p:before {
    content: '';
    width: 4px;
    background: #bb2f2c;
    position: absolute;
    left: -40px;
    top: 5px;
    bottom: 5px;
}
.gray .tx-red{
    color: #bb2f2c;
    margin: 80px 0;
}
section.bg-black{
    background: url(/images/marketing/bg-black.png);
    background: url(/images/marketing/bg-black.webp);
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
section.bg-black p {
    font-size: 27px;
}
.mr-40{
    margin: 40px 0;
}
section.gray .col-birka{
    margin-top: 80px;
    padding: 0;
}
section.gray .col-birka p.tx-red{
    margin: 30px 0;
    font-size: 27px;
}
section.gray .col-birka p{
    font-size: 21px;
    margin: 30px 0 0;
}

section.realization{
    padding: 90px 0;
    color: #fff;
    margin-bottom: -50px;
}
section.realization img{
    max-width: 958px;
    width: 135%;
}
section.realization > .container{
    display: flex;
    flex-wrap: wrap; 
}
section.realization .h2{
    font-size: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 0;
}
section.realization .title{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}
section.realization p{
    font-size: 24px;
}
.box-list{
    list-style: none;
    padding-left: 40px;
    margin: 30px 0 70px 0;
}
.box-list a{
    color: #fff;
}

.box-list li{
    position: relative;
}
.box-list li + li {
    margin-top: 20px;
}
.box-list li::before {
    content: url(/images/marketing/box_icn.png);
    position: absolute;
    left: -40px;
}
.box-list li p span, .box-list li p a{
    font-size: 30px;
    text-decoration: underline;
    display: block;
}
.box-list li p a:hover, .box-list li p a:active, .box-list li p a:focus{
    text-decoration: none;
}
.box-list li p{
    font-size: 24px;
    
    text-decoration: none;
}
section.osobennosti{
    text-align: center;
}
section.osobennosti p + p{
    margin-top: 40px;
}
section.osobennosti .h2{
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.96;
    font-weight: 300;
    margin-bottom: 60px;
}  

  
section.red_plashka{
    background: #a62a29;
    padding: 50px 0; 
}
@media (max-width: 1630px){
    .col-50{
        padding: 0 20px;
    }
    .uv-task p{
        font-size: 21px;
    }
    .uv-task .h2{
        font-size: 40px;
    }
    .red p{
        font-size: 23px;
    }
    .uv-task .h2{
        font-size: 36px;
    }
    section.gray{
        padding: 0;
        margin: 20px 0;
    }
    section.gray p{
        font-size: 21px;
    }
    section.bg-black p{
        font-size: 21px;
    }
    section.gray .col-birka p{
        font-size: 19px;
    }
    section.gray .col-birka p.tx-red{
        font-size: 21px;
    }
    section.realization .h2{
        font-size: 42px;
    }
    section.realization .title{
        font-size: 24px;
    }
    section.realization p{
        font-size: 21px;
    }
    .box-list li p{
        font-size: 21px;
    }
    .box-list li p span, .box-list li p a{
        font-size: 21px;
    }
}
@media (max-width: 1200px){
    section .col-50{
        width: 100%;
        padding: 0;
    }
    .red .flex-item{
        width: 33%;
        margin: 20px 0;

    }
    .red .flex-container{
        flex-wrap: wrap;
    }
    section.realization > .container > div{
        width: 100%;
    }
    section.realization .col-45{
        order: -1;
        margin-bottom: 40px;
    }
    .uv-task .h2{
        height: auto;

    }
}
@media (max-width: 992px){
    .uv-task{
        margin: 50px 0;
    }
    section.red{
        padding: 40px 0;
    }
    .red p{
        font-size: 18px;
    }
    section.bg-black p{
        font-size: 17px;
    }
    section.bg-black{
        padding: 50px 0; 
    }
    section.realization img{
        width: 100%;
    }
}
@media (max-width: 776px){
    .top-banner-container__info h1{
        font-size: 18px;
        margin-top: 20px;
    }
    .top-banner-container__info p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 12px;
    }
    .uv-task p{
        font-size: 16px;
        margin-bottom: 35px;
    }
    .uv-task li:before {
        content: counter(my-awesome-counter);
        font-size: 40px;
        left: -38px;
        top: 0;
        font-weight: 300;
    }
    .red p.h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    .red p{
        font-size: 16px;
    }
    .red .flex-item picture{
        width: 75px;
        height: 75px;;
    }

    .red .flex-item{
        width: 50%;
    }
    section.gray .h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    section.gray p{
        font-size: 16px;
    }
    section.gray .col-birka{
        margin: 40px 0;
    }
    .gray .tx-red{
        margin: 40px 0;
    }
    section.gray .col-birka p{
        font-size: 16px;
    }
    section.gray .col-birka p.tx-red{
        font-size: 18px;
    }
    section.osobennosti .h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    section.osobennosti p + p {
        margin-top: 20px;
    }
    section.bg-black p{
        font-size: 16px;
    }
    section.realization .h2{
        font-size: 35px;
        margin-bottom: 30px;
    }
    section.realization .title{
        font-size: 19px;
    }
    .box-list li p span, .box-list li p a{
        font-size: 16px;
    }
    .box-list li p{
        font-size: 14px;
    }
    .box-list{
        margin: 40px 0;
    }
    section.realization p{
        font-size: 16px;
    }
}

  
/* End */
/* /markirovka-yuvelirnykh-izdeliy/style.css?17102738748381 */
