*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #eccda3;
    font-family: 'Intro';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    text-shadow: 1px 1px 1px #000;
}
p{
    font-size: 21px;
    line-height: 26px;
}
a{
    text-decoration: none;
    color: #fff;
}
.mobile_container{
    width: 420px;
    margin: 0 auto;
    background-image: url("../img/devider_bg2.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
}
.container{
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.jurere{
    font-family: 'SC Jurere';
    font-weight: normal;
    font-style: normal;
}
.logotype{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.logotype_name{
    font-size: 54px;
    margin-top: 11px;
    display: flex;
    align-items: center;
}
.logotype_devider{
    width: 1px;
    height: 40px;
    background-color: #ffa500;
}
.logotype_descr{
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
    font-size: 17px;
}
.w100{
    width: 100%;
}
img.header_img{
    margin-top: -95px;
}
section.header_main{
    margin-top: -60px;
}
.line{
    width: 100%;
    height: 29px;
    background-image: url("../img/line.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.gold{
    color: #ffc400;
    background: url("../img/gold.png");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    text-shadow: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
}
.gold_dark{
    color: #ffc400;
    background: url("../img/gold_dark.png");
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    text-shadow: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
}
.header_main_name h1{
    font-size: 54px;
    line-height: 60px;
}
.phone a{
    font-family: 'Intro';
    font-weight: bold;
    font-style: normal;
    font-size: 44px;
}
.btn{
    display: flex;
    justify-content: center;
}
.btn a{
    background-image: url("../img/gold_dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    color: #41261d;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}
.btn a img{
    width: 20px;
}
.line_down{
    width: 100%;
    height: 50px;
    background-image: url("../img/line_down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
iframe{
    border: 2px solid #ffc400;
    border-radius: 25px;
}

.list{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.list_item{
    display: flex;
    gap: 20px;
}
.list_item_img{
    flex: 0 0 79px;
    align-self: center;
}
.list_item_container{
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}
.list_item_name h3{
    font-size: 34px;
}
.list_item_descr p{
    font-size: 16px;
    line-height: 19px;
}
.ice{
    position: relative;
}
.ice::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 102px;
    height: 245px;
    background-image: url(../img/c_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ice::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 102px;
    height: 245px;
    background-image: url(../img/c_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.devider{
    position: relative;
    margin-top: 70px;
    padding: 0 0 70px 0;
}
section.devider::before{
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url("../img/devider_top.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
section.devider::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url("../img/devider_bottom.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.counter{
    position: relative;
    margin-top: 30px;
}
.counter_number {
    position: absolute;
    display: flex;
    gap: 15px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}
.counter_number_item{
    font-size: 100px;
    font-weight: bold;
}
.counter_number_descr{
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}
.counter_img{
    position: relative;
    z-index: 2;
}

.section_name h3{
    font-size: 54px;
    line-height: 60px;
    font-weight: normal;
}
.mt60{
    margin-top: 60px;
}
.service_item_name h2{
    font-size: 56px;
    font-weight: normal;
}
.mt20{
    margin-top: 20px;
}
.about_cert img{
    width: 300px;
    border: 2px solid #ffc400;
    border-radius: 25px;
}
.slick-slide img{
    display: inline-block;
}
.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before{
    color: #ffc400;
    opacity: 1;
}
.recent_item_name{
    font-size: 32px;
}
section.recent .slick-prev, section.recent .slick-next {
    top: 330px;
}


form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
}
form input, form textarea, form button{
    font-family: 'Intro';
    font-style: normal;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}
form input{
    width: 360px;
    height: 45px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 25px;
    border: 2px solid #ffc400;
    text-align: center;
    color: #eccda3;
    font-weight: 300;
}
form textarea{
    min-width: 360px;
    max-width: 360px;
    min-height: 100px;
    max-height: 100px;
    padding: 10px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 25px;
    border: 2px solid #ffc400;
    text-align: center;
    color: #eccda3;
    font-weight: 300;
}
form button{
    width: 300px;
    height: 45px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    background-image: url("../img/gold.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    border: 2px solid #ffc400;
    text-align: center;
    color: #41261d;
    font-weight: normal;
}
form button img{
    width: 20px;
}


footer{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
footer a{
    font-size: 14px;
    color: #ffc400;
}

.iziModal{
    border: 1px solid #ffc400;
}
.modal_name h3 {
    font-size: 40px;
    font-weight: normal;
}
.iziModal .iziModal-button{
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}


section.info{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 420px) {
    .mobile_container{
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .logotype {
        gap: 10px;
    }
    .about_cert img {
        width: 260px;
    }
}
@media screen and (max-width: 390px) {
    form input {
        width: 340px;
    }
    form textarea{
        min-width: 340px;
        max-width: 340px;
    }
    .phone a{
        font-size: 42px;
    }
}
@media screen and (max-width: 385px) {
    .service_item_img img{
        width: 100%;
    }
    .recent_item_img img{
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .logotype_descr {
        gap: 4px;
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    .header_main_name h1 {
        font-size: 50px;
        line-height: 56px;
    }
}
@media screen and (max-width: 370px) {
    .counter_img img{
        width: 100%;
    }
    form input {
        width: 100%;
    }
    form textarea{
        min-width: 100%;
        max-width: 100%;
    }
    .phone a{
        font-size: 40px;
    }
    .logotype_name {
        font-size: 50px;
    }
}
@media screen and (max-width: 365px) {
    .about_cert img{
        width: 240px;
    }
}
@media screen and (max-width: 360px) {
    .phone a{
        font-size: 39px;
    }
}
@media screen and (max-width: 355px) {
    .logotype_descr {
        gap: 2px;
        font-size: 15px;
    }
    .logotype_name {
        font-size: 46px;
    }
    .logotype_devider {
        height: 35px;
    }
}
@media screen and (max-width: 350px) {
    .phone a{
        font-size: 37px;
    }
}
@media screen and (max-width: 335px) {
    .logotype{
        flex-direction: column;
        height: 130px;
        gap: 0;
    }
    .logotype_devider{
        display: none;
    }
    .logotype_descr{
        text-align: center;
        font-size: 18px;
    }
    .logotype_name {
        font-size: 60px;
    }
    img.header_img {
        margin-top: -55px;
    }
}
@media screen and (max-width: 330px) {
    .phone a{
        font-size: 35px;
    }
}