@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600;700&family=Comfortaa:wght@500;600;700&display=swap');
body {
    font-family: 'Comfortaa', cursive;
    color: #313237;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    overflow-x: hidden !important;
}
header {
    z-index: 1;
    position: relative;
}
.logo-top {
    width: 115px;
    height: auto;
	margin-right: 12px;
}

.nav-item {
    margin-right: 65px;
}

.nav-link {
    color: #313237;
    position: relative;
}

.nav-link:hover {
    color: #313237;
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    background-image: url("../img/line.svg");
    background-repeat: no-repeat;
    background-size: inherit;
    width: 100%;
    height: 9px;
    bottom: 0px;
    left: 0px;
    background-position: center;
    transform: translateY(-50%);
    opacity: 0;
    animation: ani-hide 1s forwards;
}

.nav-link:hover::after {
    opacity: 1;
    animation: ani-show 1s forwards;
}

@keyframes ani-show {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ani-hide {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}

.vector {
    position: absolute;
    z-index: -10;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.btn__blue {
    border-radius: 5px;
    border: 2px #2C4B9B solid;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    color: #2C4B9B;
}

.btn__blue:hover {
    border-radius: 5px;
    border: 2px #2C4B9B solid;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    color: #2C4B9B;
}

.btn__blue::after {
    position: absolute;
    content: "";
    font-size: 16px;
    border-radius: 5px;
    width: 102%;
    height: 48px;
    background: #F1F5FF;
    top: 2px;
    left: 2px;
    z-index: -2;
    transition: 0.3s ease-out;
}

.btn__blue:hover::after {
    position: absolute;
    content: "";
    font-size: 16px;
    border-radius: 5px;
    width: 102%;
    height: 48px;
    background: #F1F5FF;
    top: 0px;
    left: 0px;
    z-index: -2;
    transition: 0.3s ease-out;
}

.vector-one {
    background-image: url(../img/vector-one.png);
    top: -7px;
    left: -82px;
    width: 460px;
    height: 395px;
}

.vector-two {
    background-image: url(../img/vector-two.png);
    top: 353px;
    right: -118px;
    width: 460px;
    height: 560px;
}

.vector-three {}

.vector-four {}

.section__offer {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 30vh;
    overflow: hidden;
    margin-top: -10vh;
}
.title__section__offer{
    font-family: 'Bitter', serif;
    font-size: 64px;
    color: #2C4B9B;
    font-weight: bold;
    text-align: center;
}


.btn__yellow {
    border-radius: 5px;
    border: 2px #2C4B9B solid;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 10px 55px;
    position: relative;
    color: #2C4B9B;
}

.btn__yellow:hover {
    border-radius: 5px;
    border: 2px #2C4B9B solid;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 10px 55px;
    position: relative;
    color: #2C4B9B;
}

.btn__yellow::after {
    position: absolute;
    content: "";
    font-size: 16px;
    border-radius: 5px;
    width: 102%;
    height: 48px;
    background: #FFDD2C;
    top: 2px;
    left: 2px;
    z-index: -2;
    transition: 0.3s ease-out;
}

.btn__yellow:hover::after {
    position: absolute;
    content: "";
    font-size: 16px;
    border-radius: 5px;
    width: 102%;
    height: 48px;
    background: #FFDD2C;
    top: 0px;
    left: 0px;
    z-index: -2;
    transition: 0.3s ease-out;
}
.scene{
position: absolute;
top: 0px;
z-index: -5;
}
.title__about__us{
    font-family: 'Bitter', serif;
    color: #2C4B9B;
    font-weight: bold;
    font-size: 28px;
}
.blok__read__more {
    display: flex;
    justify-content: flex-end;
}
.read__more {
    font-size: 18px;
    color: #2C4B9B;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    margin-top: 65px;
    transition: 0.3s ease-out;
    position: relative;
    width: 189px;
    align-items: center;
}

.read__more:hover{
    font-size: 18px;
    color: #313237;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    margin-top: 65px;
    transition: 0.3s ease-out;
    position: relative;
    width: 189px;
    align-items: center;
    }

    .read__more::after {
        position: absolute;
        content: "";
        background: url(../img/read-more.svg);
        transition: 0.3s ease-out;
        width: 61px;
        height: 15px;
        top: 6px;
        right: 0px;
        background-size: cover;
    }

    .read__more:hover::after {
        position: absolute;
        content: "";
        background: url(../img/read-more-hover.svg);
        transition: 0.3s ease-out;
        width: 61px;
        height: 15px;
        top: 6px;
        right: 0px;
        background-size: cover;
    }
    .about__us{
    margin-bottom: 140px;
    }
    .slide__item__info_title{
        font-family: 'Bitter', serif;
        font-size: 16px;
    }
    .slide__item__info {
        border-radius: 0px 0px 10px 10px;
        z-index: 2;
        position: relative;
    }
    .slide__item {
        text-align: center;
        position: relative;
        background-image: url(../img/sl-bg.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
        padding-bottom: 15px;
        margin: 0px 10px;
    }
    .slide__item__image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 247px;
        width: auto;
    }
.slide__item img {
    display: block;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #DCE6FF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2C4B9B;
}
.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.categories{
margin-bottom: 140px;
}
.slide__item__new {
    background-image: url(../img/colo.svg);
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 95%;
}
.slide__item__new__info_title {
    color: #313237;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 40px;
}
.slide__item__new__info_title:hover{
    color: #313237;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    }
    .slide__item__new__image {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        min-height: 375px;
        width: auto;
    }
    .slide__item__new__image img {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        width: 280px;
    }
.new__product{
margin-bottom: 140px;
}
.form-input{
border: #2C4B9B 2px solid;
border-radius: 5px;
height: 55px;
width: 100%;
padding-left: 20px;
margin-bottom: 30px;
}
textarea.form-input{
height: 140px;
padding: 20px 10px 10px 20px;
}
.contact-info{
margin-bottom: 30px;
}
.contact-info span{
font-size: 18px;
color: #313237;
}
.contact-info a{
    font-size: 18px;
    color: #313237;
    text-decoration: none;
}
.contact-info a.line-map{
    font-size: 18px;
    color: #313237;
    position: relative;
}
.contact-info a.line-map::after {
    position: absolute;
    content: "";
    background-image: url(../img/line-map.svg);
    width: 181px;
    height: 2px;
    bottom: -6px;
    right: 0px;
}
.contact-info img {
    margin-right: 15px;
}
.soc{
margin-top: 50px;
    }
.soc > ul{
display: inline-block;
padding: 0px;
}
.soc > ul >li{
    display: inline-block;
    margin-right: 15px;
    }
.contacts{
    margin-bottom: 10px;
}
footer{
color: #DADADA;
padding: 15px 0px;
}
footer a{
color: #f6f6f6;
display: block;
font-size: 11px;
}
footer span{
    color: #DADADA;
    display: block;
    }
footer a:hover{
    color: #DADADA;
    display: block;
    font-size: 11px;
    }

.next, .prev{
position: absolute;
width: 51px;
height: 51px;
transform: translate(-50%, -50%);
}
.next{
background-image: url(../img/next.svg);
bottom: -85px;
left: 50%;
margin-left: 51px;
}
.prev {
    background-image: url(../img/prev.svg);
    bottom: -85px;
    left: 50%;
    margin-left: -51px;
}



@media only screen and (min-width: 320px) and (max-width: 480px) {
.content-cat img{
width: 100%;
height: auto;
}
}


/* Smartphones (горизонтальная) ----------- */

@media only screen and (min-width: 321px) {
    .content-cat img{
        width: 100%;
        height: auto;
        }
}


/* Smartphones (вертикальная) ----------- */

@media only screen and (max-width: 320px) {
    .content-cat img{
        width: 100%;
        height: auto;
        }
}


/* md-устройства (больше или равно 768px) */

@media (min-width: 768px) {
    .content-cat img{
        width: 100%;
        height: auto;
        }
}


/* lg-устройства (больше или равно 992px) */

@media (min-width: 992px) {
    .content-cat img{
        width: 517px;
        height: 517px;
        }
}
/* xl-устройства (больше или равно 1200px) */

@media (min-width: 1200px) {
    .content-cat img{
        width: 517px;
        height: 517px;
        }
}

@media (min-width: 1440px) {
    .content-cat img{
        width: 517px;
        height: 517px;
        }
}

@media (min-width: 1920px) {
    .content-cat img{
        width: 517px;
        height: 517px;
        }
}

@media screen and (min-width: 2400px) {
    .content-cat img{
        width: 517px;
        height: 517px;
        }
}
.btn__catalog {
    border-radius: 5px;
    border: 2px #2C4B9B solid;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    color: #2C4B9B;
    background-color: #F1F5FF;
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
}