html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul,
li {
    list-style: none;
}

body {
    font-family: 'PT Serif', serif;
    font-size: 18px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.header__wraper {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header__bg {
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: header-bg 80s linear infinite;
            animation: header-bg 80s linear infinite;
}

@-webkit-keyframes header-bg {
    0% {
        background-position: 0px 0%, center;
    }

    50% {
        background-position: -200px 0%, center;
    }

    100% {
        background-position: 0px 0%, center;
    }
}

@keyframes header-bg {
    0% {
        background-position: 0px 0%, center;
    }

    50% {
        background-position: -200px 0%, center;
    }

    100% {
        background-position: 0px 0%, center;
    }
}

.header__top-mob{
    display: none;
}

.header__top {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    color: #fff;
}

.header__top-info,
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header__top-info {
    font-size: 16px;
    margin-bottom: 45px;
}

.header__top-info a {
    color: #fff;
}

.header__top-mail {
    position: relative;
    padding-left: 25px;
}

.header__top-mail::before {
    position: absolute;
    content: url(../images/mail_icon.svg);
    left: 0;
    top: 0;
}

.header__top-phone {
    margin-left: 85px;
    padding-left: 25px;
    position: relative;
}

.header__top-phone::before {
    position: absolute;
    content: url(../images/phone_icon.svg);
    left: 0;
    top: 0;
}

.menu__list-item {
    display: inline-block;
}

.menu__list-item+.menu__list-item {
    margin-left: 35px;
}

.menu__list-item a {
    color: #fff;
    position: relative;
}

.menu__list-item a::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #E74C3C;
    position: absolute;
    left: 0px;
    bottom: -8px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.menu__list-item a:hover::after {
    opacity: 1;
}

.header__content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.header__content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    padding: 180px 0 250px;
}

.header__content-eggs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.header__content-egg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
}

.header__content-text {
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    line-height: 36px;
    vertical-align: top;
}

.header__content-text span {
    font-size: 65px;
}

.header__content-text sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: super;
}

.header__content-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 80px;
}

/*1st screen end*/
/*2d screen start*/
.product {
    padding: 35px 0;
    color: #0C1428;
}

.product__title,
.services__title,
.partners__title {
    font-size: 40px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.product__title::after,
.services__title::after,
.partners__title::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #E74C3C;
    position: absolute;
    bottom: -15px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.product__inner-item {
    max-width: 540px;
}

.product__inner-photo-holder,
.services__inner-photo-holder {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.product__inner-photo-title {
    position: absolute;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.product__inner-photo-discription,
.product__inner-photo-discription2 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.product__inner-photo-discription {
    top: 53%;
}

.product__inner-photo-discription2 {
    top: 60%;
}

.product__inner-photo {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 405px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: block;
}

.product__inner-photo:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.product__inner-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    padding-left: 45px;
}

.nonnumb__list {
    font-weight: 400;
    display: block;
    -webkit-padding-start: 22px;
            padding-inline-start: 22px;
}

.nonnumb__list-item {
    position: relative;
    margin-top: 0px;
}

.nonnumb__list-item::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E74C3C;
}

/*2d screen end*/
/*3d screen start*/
.services {
    padding: 35px 0;
    color: #0C1428;
    background-color: #F6F6F6;
}

.services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.services__inner-item {
    width: 350px;
}

.services__inner-item-photo{
    height: 264px;
}

.services__inner-title {
    font-size: 32px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
}

.services__inner-text {
    line-height: 30px;
}

.services__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
}

.services__order-btn,
.form-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #E74C3C;
    border-radius: 3px;
    background-color: #E74C3C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services__order-btn:hover,
.services__order-btn:active,
.form-button:hover,
.form-button:active {
    color: #E74C3C;
    background-color: #fff;
}

/* .error {
    color:#E74C3C;
    padding-left: 10px;
    margin-bottom: 3px;
} */

/*3d screen end*/
/*4th screen start*/
.partners {
    padding-top: 35px;
    color: #0C1428;
}

.partners__brands-slider {
    position: relative;
    padding: 0 40px;
    min-width: 0;
}

.partners__brands-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners__brands-slider .slick-list {
    overflow: hidden;
}

.partners__brands-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0;
    z-index: 5;
    font-size: 0;
    border: none;
    width: 12px;
    height: 25px;
}

.partners__brands-slider .slick-arrow.slick-prev {
    left: 0;
    background: url('../images/left.svg') 0 0 / 100% no-repeat;
}

.partners__brands-slider .slick-arrow.slick-next {
    right: 0;
    background: url('../images/right.svg') 0 0 / 100% no-repeat;
}

.partners__brands-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
}

.partners__brands-slider .slick-dots li {
    margin: 0 5px;
    margin-top: 15px;
}

.partners__brands-slider .slick-dots button {
    font-size: 0;
    border: none;
    width: 12px;
    height: 12px;
    background-color: #E5E5E5;
    border-radius: 50%;
}

.partners__brands-slider .slick-dots li.slick-active button {
    background-color: #c4c4c4;
}

/*4th screen end*/
/*5th screen start*/
.about{
padding: 35px 0;
color: #0C1428;
background-color: #F6F6F6;
}

.about__text {
    font-size: 18px;
    line-height: 35px;
}

.about__text-title{
    font-weight: 700;
}

.about__text .nonnumb__list{
    padding: 10px 0;
}

/*5th_screen end*/
/*Footer start*/
.footer{
    background-color: #0C1428;
    color: #fff;
    padding: 45px 0;
}

.footer__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__info,
.footer__contacts,
.footer__contacts-phones{
    margin-left: 20px;
}

.footer__info-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.footer__info-copyrights{
    font-size: 14px;
    font-weight: 400;
}

.footer__contacts{
    display: block;
}

.footer__contacts-mail{
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.footer__contacts-mail:before{
position: absolute;
content: url(../images/mail_icon.svg);
left: 0;
top: 0;
}

.footer__contacts-adress{
    padding-left: 25px;
    position: relative;
}

.footer__contacts-adress:before{
    position: absolute;
    content: url(../images/adress_icon.svg);
    left: 0;
    top: 0;  
}

.footer__inner a{
    color: #fff;
}

.footer__contacts-phone{
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.footer__contacts-phone:before{
    position: absolute;
    content: url(../images/phone_icon.svg);
    left: 0;
    top: 0;     
}
/* Footer end */
/* hidden inline form */
#feedback {
    display:none;
    min-width: 450px;
  }

.feedback__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #0C1428;
    margin-bottom: 25px;
}

.feedback__item input,
textarea {
    font: inherit;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #0C1428;
    border-radius: 3px;
    margin-bottom: 15px;
}

.feedback__item input:focus,
textarea:focus {
    outline: 0;
    border: 2px solid #0C1428;
}

.feedback__message textarea {
    height: 60px;
    resize: none;
    margin-bottom: 25px;
}

.feedback__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* hidden inline end */