@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('/css/bootstrap/bootstrap.css');

:root {
    --black: #000;
}
::-webkit-scrollbar {
    width: 0;
}
body{
    background: #d3d3d3;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    min-height: 100vh;
}
.container{
    width: 1220px;
    margin: auto;
    background: #fff;
    padding: 0 30px;
}
p {
    margin-bottom: 10px;
}
a{
    text-decoration: none;
    //color: #000;
}

hr:not([size]) {
    height: 1px;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


.header-left-right{
    position: fixed;
    top: 40px;
    width: 1440px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50% ,0);
}
.header-left-right .lang{
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #fff;
}
.header{
    display: flex;
    justify-content: space-between;
    gap: 34px;
    padding-top: 34px;
    margin-bottom: 50px;
}
    .header__logo{
        min-width: 170px;
        max-width: 170px;
        height: 170px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 90px;
        border: 3px solid #000000;
        position: relative;
    }
    .header__logo::after {
        content: '';
        position: absolute;
        width: 110%;
        height: 110%;
        left: -5%;
        top: -5%;
        border: 4px solid transparent;
        border-radius: 50%;
        background-image: linear-gradient(white, white), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        background-origin: border-box;
        background-clip: content-box, border-box;
        z-index: 1;
    }
    .header__logo::before {
        content: '';
        position: absolute;
        width: 101%;
        height: 101%;
        left: -0.5%;
        top: -0.5%;
        border: 4px solid #000;
        border-radius: 50%;
        z-index: 2;
    }
    .header__logo svg{
        z-index: 3;
    }
    .header__right_info{
        width: 100%;
    }
    .header__right_info h1{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 4px;
        padding: 0;
    }
    .header__after_h1 a{
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #a8a8a8;
    }

.header__after_h1 a:hover {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #418dfd;
    }

.header__after_h1{
    margin-bottom: 24px;
}
    .header__info{
        display: flex;
        justify-content: space-around;
    }
    .header__info__block{
        display: flex;
        gap: 21px;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
    }
        .header__info__block__title{
            font-size: 50px;
            font-weight: 600;
            line-height: 100%;
        }
        .description{
            font-weight: 400;
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 32px;
        }
        hr{
            margin-bottom: 64px;
            background-color: #d7d7d7;
            opacity: 1;
        }
    .owl-carousel{
        //display: flex;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin-bottom: 55px;
        padding: 0 70px;
    }
    .owl-carousel a{
        width: 95px;
        color: #000;
    }
    .slider__img{
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 70px;
        margin: auto;
        margin-bottom: 8px;
        cursor: pointer;
    }
    .arrow_slide{
        padding-top: 28px;
        cursor: pointer;
    }
    .menu{
        font-weight: 900;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        justify-content: center;
        //gap: 32px;
        margin-bottom: 72px;
    }
        .menu a{
            text-transform: uppercase;
            color: var(--black);
            transition: all 0.2s linear;
            padding-left: 32px;
            padding-right: 32px;
        }
        .menu span{
            font-size: 0px;
            height: 17px;
            border-right: 2px solid #000;
        }
        .menu a:hover{
            background: black;
            color: white;

        }

.grid-photo{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    gap: 30px;
    margin-bottom: 96px;
}
.grid-photo a{
    display: block;
    min-width: 370px;
    min-height: 370px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.grid-photo a img{
    width: 100%;
    height: auto;
}
    .grid-photo a:hover .block-hover{display: block}
    .grid-photo a .block-hover{
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        padding: 50px;
        width: 100%;
        height: 100%;
        color: #fff;
        display: none;
    }
    .grid-photo a .block-hover h2{
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .grid-photo a .block-hover:after{
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(-45deg);
        right: 50px;
        bottom: 50px;

    }

footer{
    padding: 13px calc((100% - 1220px) / 2);
    background: var(--black);
    display: flex;
    gap: 50px;
    color: #fff;
    fill: #fff;
}
    .footer__logo_and__copyright, .footer__phone_and_inst{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50%;
    }
.modal-dialog{
    max-width: 100%;
    width: 1170px;
}
.modal-content{
    border: 0;
    background: transparent;
}
    .block-detail-desc{
        background: #fff;
        padding: 50px 32px 32px;
        border-radius: 0px 8px 8px 0px;
        //width: calc(100% + 30px);
        margin-left: -30px;
    }
    .block-img img{
        width: 100%;


    }
.block-img{
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}
.block-detail-desc h2{
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.desc-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
    overflow-y: auto;
height: 200px;
scrollbar-width: thin;
scrollbar-color: #bababa #ededed;

}


.desc-detail::-webkit-scrollbar {
  width: 7px;               /* ширина scrollbar */
}
.desc-detail::-webkit-scrollbar-track {
  background: #ededed;        /* цвет дорожки */
}
.desc-detail::-webkit-scrollbar-thumb {
  background-color: #bababa;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid #bababa;  /* padding вокруг плашки */
}


.btn{
    background: #000000;
    border-radius: 0px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 26px;
    border: 2px solid #000;
}
.btn:hover{
    background: #fff;
    border-radius: 0px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 26px;
    border: 2px solid #000;
}
.btn-close{
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1;
}
.detail-grid-photo{
    display: grid;
    width: calc(100% - 20px);
    gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
}
.detail-grid-photo img{
    max-width: 257px;
    border-radius: 7px;
    overflow: hidden;
}

.carousel-indicators{
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between;
    gap: 10px;
    top: 10px;
    bottom: auto;
}
.carousel-indicators [data-bs-target]{
    width: 100%;
}
.modal-form{
    max-width: 100%;
    width: 400px;
    background: #fff;
    padding: 30px;
    margin: auto;
}
.owl-nav{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    top: 30px;
    z-index: 1;
    height: 0;
    font-size: 40px;
}

.soc_head {

}

.soc_head img {
    width: 40px;
    margin-right: 10px;
}

@media (min-width: 1000px) and (max-width:  1399px) {
.grid-photo a {
  display: block;
  min-width: 340px;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.grid-photo a .block-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  padding: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: none;
}


}



.xs-show{display: none;}
.fly-menu{display: none;}
@media (max-width: 1000px) {
    .container{width: 100%; padding: 0 15px;}
    .xs-show{display: block;}
    .xs-hide{display: none;}
    .header__logo svg{
        width: 48px;
    }
    .header__logo{
        min-width: 68px;
        min-height: 68px;
        height: 68px;
    }
    .header{
        gap:40px;
        padding-top: 85px;
        align-items: center;
        margin-bottom: 15px;
    }
    .header__info__block{
        display: block;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
    }
    .header__info__block__title{
        font-size: 20px;
    }
    h1{
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }
    .header__after_h1{
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 8px;
    }
    .description{
        font-style: normal;
        font-weight: 200;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    hr{
        width: calc(100% - 30px);
        margin: 0 auto 15px;
    }
    .slider{
        gap: 30px;
        width: 100%;
        overflow: scroll;
        margin-bottom: 30px;
    }
    .menu{
        gap: 0;
        width: 100%;
        overflow: scroll;
        justify-content: left;
        margin-bottom: 32px;

    }
    .menu a{
        white-space: nowrap;
        padding-left: 16px;
        padding-right: 16px;
    }
    .menu a:first-child{padding-left: 0;}
    .grid-photo{
        grid-template-columns: auto;
    }
    .header-left-right{
        position: absolute;
        width: 100%;
        padding: 0 15px;
        top: 24px;
    }
    .burger-menu{
        cursor: pointer;
    }
    footer{
        display: flex;
        gap: 20px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover{
        color: #fff;
    }

    .footer__phone {
        padding-right: 15px;
        font-size: 14px;
    }

    .footer__copiright {
display: none;
    }

    .footer__logo_and__copyright, .footer__phone_and_inst {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.desc-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
    overflow-y: auto;
    height: auto;
    scrollbar-width: thin;
    scrollbar-color: #bababa #ededed;
}

    .fly-menu{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 88px 20px 0 20px;
        z-index: 10;
    }
    .close-menu{
        position: absolute;
        top: 24px;
        cursor: pointer;
        right: 20px;
    }
    .fly-menu .menu{
        display: block;
        padding: 0;
        margin: 0;
    }
    .fly-menu .menu a{
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 127%;
        margin-bottom: 24px;
        white-space: break-spaces;
        padding-left: 0;
    }
    .fly-menu hr{
        width: 100%;
        margin-bottom: 25px;
    }
    .div-svg{
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 127%;
        margin-bottom: 25px;
    }
    .div-svg svg{
        margin-right: 20px;

    }
    .grid-photo a {
        display: block;
width: 32%;
min-height: auto;
overflow: hidden;
border-radius: 0px;
min-width: auto;
    }

.grid-photo {
  display: flex;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  gap: 3px;
  margin-bottom: 96px;
  flex-wrap: wrap;
  width: 100%;
}

.grid-photo a .block-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: none;
}

.grid-photo a .block-hover h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}

.grid-photo a .block-hover p {
  display: none;
}

.js-secondpage {
    display: flex !important;
    margin-top: -94px !important;
}

    .header__logo::after {
        content: '';
        position: absolute;
        width: 120%;
        height: 120%;
        left: -10%;
        top: -10%;
        border: 4px solid transparent;
        border-radius: 50%;
        background-image: linear-gradient(white, white), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        background-origin: border-box;
        background-clip: content-box, border-box;
        z-index: 1;
    }
    .header__logo::before{
        border: 1px solid #000;
    }
    .slider__img{
        width: 54px;
        height: 54px;
    }
    .slider a{
        width: 70px;
    }
    .block-img{
        border-radius: 8px 8px 0 0;
    }
    .modal-body{
        margin-left: -15px;
    }
    .block-detail-desc{
        padding: 44px 20px 20px;
        width: calc(100% - 24px);
        margin-left: 12px;
        border-radius: 0 0 8px 8px;
        margin-top: -10px;
        z-index: 10;
    }
    .block-detail-desc > div{
        padding-left: 0 !important;
    }
    .detail-grid-photo{
        grid-template-columns: auto auto;
        width: 100%;
        display: none;
    }
    .detail-grid-photo img {
        max-width: 100%;
    }
    .btn-close{
        z-index: 8;
        right: 30px;
    }
    .owl-carousel{
        padding: 0;
    }
    .owl-carousel .owl-item{
        width: 70px;
        text-align: center;
    }
    .owl-nav{
        display: none;
    }
}

@media (max-width: 360px) {
    .footer__logo img {
        width: 85px !important;
    }
}