* {
    box-sizing: border-box;
    outline: none;
}
p {
    margin: 0 0 10px 0;
}
body,html {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #191c26;
    line-height: 1.5;
    margin: 0;
    height: 100%;
    min-width: 320px;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
input, textarea, .mainButton {
    border-radius: 9px !important;
}
input {
    height: 42px !important;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

.mainButton {
    display: block;
    padding: 11px 30px;
    background-color: #ff7f39;
    color: #FFF;
    border: none;
    margin-top: 2px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.mainButton:active, a.button:hover, a.btn:hover {
    text-decoration: none;
    color: #FFF;
    background: #5c92f7;
}
.mainButton:visited {
    text-decoration: none;
    color: #FFF;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



/******** HEADER ********/
.header {
    position: relative;
    min-height: calc(100vh + 30px);
    background-image: url(/img/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: auto;
}
.header__up {
    width: 100%;
    height: 170px;
    position: relative;
    color: #9ba0ba;
}
.header__up a {
    color: #9ba0ba;
}
.header__logo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    background-image: url(/img/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 10px;
}
.header__email, .header__phone {
    width: 40%;
    height: 84px;
    padding-top: 32px;
    border-bottom: .5px solid #333745;
}
.header__email {
    position: relative;
    float: left;
    z-index: 2;
}
.header__phone {
    position: relative;
    float: right;
    text-align: right;
    z-index: 2;
}

.header__menu {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.header__menu ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #4a4b4d;
}
.header__menu ul li:last-child {
    border-right: none;
}
.header__menu ul li a {
    display: block;
    color: #9ba0ba;
    padding: 0 20px;
}
.header__menu ul li a:hover {
    color: #ff7f39;
}

.header__title {
    position: relative;
    z-index: 2;
    font-size: 45px;
    font-weight: 600;
    margin-top: 50px;
    text-align: center;
    color: #FFF;

}
.header__title span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 50px;
}

.header__tech {
    position: relative;
    z-index: 2;
    width: 330px;
    height: 150px;
    color: #FFF;
    background-image: url(/img/flag.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding: 44px 0 0 124px;
    font-size: 14px;
    margin: 70px 0 100px 130px;
}
.header__scroll {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    cursor: pointer;
}
.header__sosiska {
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header__sosiska-1 {
    width: 280px;
    height: 220px;
    background-image: url(/img/sosiska1.png);
    top: 180px;
    margin-left: -140px;
}
.header__sosiska-2 {
    width: 290px;
    height: 110px;
    background-image: url(/img/sosiska2.png);
    top: 410px;
    margin-left: -150px;
}
.header__sosiska-3 {
    width: 290px;
    height: 200px;
    background-image: url(/img/sosiska3.png);
    top: 400px;
    margin-left: -130px;
    -webkit-transform: scale(0.5) rotate(-35deg);
    -ms-transform: scale(0.5) rotate(-35deg);
    transform: scale(0.5) rotate(-35deg);
}
@media only screen and (max-width : 768px) {
    .header__menu {
        display: none;
    }
    .header__scroll {
        display: none;
    }
    .header__sosiska-2, .header__sosiska-3 {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .header__logo {
        height: 64px;
    }
    .header__up {
        height: 110px;
        font-size: 13.5px;
    }
    .header__email, .header__phone {
        width: 50%;
    }
    .header__title {
        font-size: 35px;
    }
    .header__title span {
        margin-top: 35px;
        font-size: 39px;
    }
    .header__tech {
        margin: 70px auto 100px;
    }
}




/******** UTP ********/
.utp {
    background-image: url(/img/utp-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
}
.utp__wrapper {
    display: flex;
    justify-content: space-around;
    padding: 85px 0;
}
.utp__item {
    width: 170px;
    padding-top: 153px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 130px auto;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}
.utp__item-1 { background-image: url(/img/utp1.svg); }
.utp__item-2 { background-image: url(/img/utp2.svg); }
.utp__item-3 { background-image: url(/img/utp3.svg); }
.utp__item-4 { background-image: url(/img/utp4.svg); }

@media only screen and (max-width: 576px) {
    .utp__wrapper {
        display: block;
        padding: 20px 0 40px 0;
    }
    .utp__item {
        padding: 0 0 0 70px;
        background-size: contain;
        background-position: left center;
        min-width: 260px;
        margin: 10px auto;
        text-align: left;
    }

}



/******** PRODUCTS ********/
.products {
    background-image: url(/img/products-bg.jpg);
    background-size: cover;
    padding: 60px 0 120px;
    overflow: hidden;
}
.products__fire {
    width: 90px;
    height: 95px;
    margin: 0 auto;
    background-image: url(/img/fire.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.products__title {
    color: #FFF;
    font-size: 35px;
    margin: 5px 0;
    text-align: center;
}
.products__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
/*
.products__menu-desktop {
    padding: 50px 0;
}
.products__menu-mobile {
    display: none;
}
.products__menu-mobile select {
    width: 100%;
    margin: 20px 0 10px;
    padding: 11px 10px;
}
*/
.products__menu a {
    color: #FFF;
}
.products__menu-arrow a {
    /*font-size: 21px;*/
}
.products__menu-block {
    padding: 0 18px;
}
.products__menu-links a {
    display: block;
    padding: 8px 23px;
    user-select: none;
}
.products__menu-links a.active {
    border: 1px solid #FFF;
    border-radius: 20px;
}
.products__menu-links a:hover, .products__menu-links a:focus, .products__menu-arrow a {
    text-decoration: none;
    color: #b7b7b7;
}
.slider {
    position: relative;
    min-height: 440px;
    background-image: url(/img/slider-bg.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFF;
    box-shadow: 0px 46px 57px rgb(12 12 12);
}
.slider__wrapper {
    display: none;
    padding: 30px 0 50px 70px;
    max-width: 620px;
}
.slider__wrapper-active {
    display: block;
}
.slider__title {
    font-size: 37px;
}
.slider__subtitle {
    font-size: 20px;
    margin-top: 12px;
}
.slider__list {
    font-size: 14px;
    line-height: 19px;
    color: #5668a1;
    list-style: circle;
    padding: 16px 0 20px 20px;
}
.slider__list li {
    padding: 3px 0;
}
.slider__list span {
    font-weight: bold;
}
.slider__text {
    font-size: 15px;
}
.slider__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.slider__price span {
    font-size: 32px;
    font-weight: bold;
}
.slider__button a {
    border: 2px solid #ff7f39;
    border-radius: 8px;
    color: #ff7f39 !important;
    padding: 10px 20px;
    font-weight: bold;
    margin-right: 50px;
}
.slider__button a:hover {
    background-color: #fdfdfd;
    color: #f36517 !important;
    border: 2px solid #f36517;
    text-decoration: none;
}
.slider__image {
    position: absolute;
    top: -50px;
    right: -60px;
    width: 570px;
    height: 610px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slider__image-1 { background-image: url(/img/slide1.png); }
.slider__image-2 { background-image: url(/img/slide2.png); }
.slider__image-3 { background-image: url(/img/slide3.png); }
.slider__image-4 { background-image: url(/img/slide4.png); }
.slider__image-5 { background-image: url(/img/slide5.png); }

@media only screen and (max-width : 1200px) {
    .slider {
        background-position: 125%;
    }
    .slider__wrapper {
        max-width: 580px;
    }
    .slider__image {
        top: 30px;
        right: -60px;
        width: 430px;
        height: 430px;
    }
}
@media only screen and (max-width : 992px) {
    .slider {
        background-image: none;
    }
    .slider__image {
        top: -10px;
        right: -20px;
        width: 200px;
        height: 200px;
    }
    .products__menu .products__menu-arrow {
        display: none;
    }
}
@media only screen and (max-width : 768px) {
    .products__menu {
        padding: 2px 0 12px 0;
    }
    .products__menu-block {
        padding: 0;
    }
    .products__menu-links {
        display: flex;
        justify-content: space-around;
    }
    .products__menu-links a {
        padding: 6px 13px;
        border: 1px solid #FFF;
        border-radius: 20px;
        margin: 6px 0;
        min-width: 140px;
        text-align: center;
    }
    .products__menu-links a.active {
        background-color: #ff7f39;
        border: 1px solid #ff7f39;
        color: #FFF;
    }
    /*
    .products__menu-mobile {
        display: block;
    }
    .products__menu-desktop {
        display: none;
    }
    */
    .slider__wrapper {
        padding: 30px 20px 40px 20px;
    }
    .slider__title {
        font-size: 23px;
    }
    .slider__subtitle {
        font-size: 17px;
    }
}
@media only screen and (max-width: 576px) {
    .products {
        padding: 60px 0 70px;
    }
    .products__title {
        margin: 20px 0;
        font-size: 24px;
    }
    .products__fire {
        width: 70px;
        height: 75px;
    }
    .slider__image {
        top: -10px;
        right: -10px;
        width: 90px;
        height: 90px;
    }
    .slider__bottom {
        display: block;
    }
    .slider__button {
        margin-top: 26px;
    }
    .slider__button a {
        width: 100%;
        margin-right: 0;
    }
}




/******** FACTORY ********/
.factory {
    position: relative;
    background-image: url(/img/factory-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% auto;
    /*border: 0.1px solid rgba(1,1,1,0);*/
    overflow: auto;
}
.factory__man {
    position: absolute;
    top: 0;
    width: 52%;
    height: 100%;
    background-image: url(/img/factory-man.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
.factory__wrapper {
    background-color: #FFF;
    background-image: url(/img/utp-bg.svg);
    background-repeat: no-repeat;
    background-position: 26% center;
    background-size: auto 50%;
    padding: 60px 70px 60px 100px;
    margin: 60px 60px 170px;
}
.factory__info {
    max-width: 500px;
    float: right;
}
.factory__title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.factory__list {
    padding: 15px 0;
    color: #6172a7;
    font-weight: 600;
}
.factory__list li {
    padding: 4px 0;
}
.factory__list span {
    padding-right: 20px;
}
.factory__text {
    font-size: 13px;
}
@media only screen and (max-width : 1200px) {
    .factory {
        background-size: cover;
    }
    .factory__wrapper {
        position: relative;
        z-index: 2;
        padding: 60px 70px;
        margin: 70px 0 150px;
        background-position: center;
    }
    .factory__info {
        max-width: 100%;
    }
    .factory__man {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .factory__title {
        font-size: 22px;
    }
    .factory__text {
        font-size: 14px;
    }
}



/******** Small Form ********/
.formline {
    position: absolute;
    margin-top: -80px;
    width: 100%;
}
.formline input, .formline button {
    box-shadow: 1px 9px 10px rgb(181 181 181 / 10%);
}
.formline__wrapper {
    background-color: #FFF;
    padding: 40px 0;
    box-shadow: 0px 34px 58px 0px rgba(111, 118, 151, 0.18);
}
.formline__title {
    margin: 0;
}
.formline__form {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    align-items: baseline;
}
.formline__item {
    padding: 0 8px;
}
.line__item-long {
    width: 450px;
}
@media only screen and (max-width : 768px) {
    .formline__form {
        display: block;
    }
    .line__item-long, .formline__button {
        width: 100%;
    }
    .collab__icon {
        margin-top: 300px !important;
    }
}




/******** Collaboration ********/
.collab {
    position: relative;
    text-align: center;
    background-color: #f5f3f4;
    border: 1px solid #f5f3f4;
    padding-bottom: 20px;
}
.collab__icon {
    width: 90px;
    height: 95px;
    margin: 0 auto;
    margin-top: 180px;
    background-image: url(/img/fire.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.collab__title {
    margin: 15px 0 36px 0;
    font-size: 39px;
}
.collab__text {
    text-align: left;
}
.collab__text p {
    padding: 5px 0;
}
.collab__point {
    /*padding: 10px 0;*/
    font-size: 30px;
    line-height: 23px;
}
.collab__price {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    padding: 10px 0 50px;
}
.collab__price a {
    color: #ff7f39;
    text-transform: uppercase;
}
@media only screen and (max-width : 1200px) {
    .collab__price {
        font-size: inherit;
    }
    .collab__point {
        display: none;
    }
}
@media only screen and (max-width : 992px) {
    .collab__price {
        font-size: 24px;
    }
    .collab__point {
        display: block;
    }
}
@media only screen and (max-width: 576px) {
    .collab__title {
        font-size: 24px;
        margin: 15px 0 16px 0;
    }
    .collab__point {
        display: none;
    }
    .collab__price {
        font-size: 18px;
        padding: 20px 0;
    }
}


/******** FORM ********/
.fos {
    position: relative;
    margin: 116px 0;
    z-index: 2;
}
.fos__phone {
    font-size: 25px;
    font-weight: 500;
    color: #e3e3e3;
}


.form {
    position: relative;
    background-image: url(/img/form.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 100px 0 80px;
    color: #FFF;
}
.form__fork {
    position: absolute;
    width: 659px;
    height: 116px;
    top: 270px;
    left: 118px;
    background-image: url(/img/fork.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.form__sausages {
    position: absolute;
    width: 310px;
    height: 450px;
    top: 90px;
    left: 175px;
    background-image: url(/img/sausages.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.form input, .form textarea, .form button {
    width: 400px;
    margin: 0 auto;
}
.form textarea {
    height: 110px;
    padding: 12px 12px;
    margin-bottom: 30px;
}
.form__wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    min-height: 420px;
}
.form__title {
    font-size: 40px;
    margin: 0;
}
.form__subtitle {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 40px;
}
.form__policy {
    color: #7e8489;
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
}
.form__policy a {
    color: #7e8489;
    text-decoration: underline;
}
.form .ajaxMessage {
    font-size: 17px;
    padding-top: 120px;
}
@media only screen and (min-width : 1400px) {
    .form {
        padding: 140px 0 80px;
    }
}
@media only screen and (max-width: 576px) {
    .form {
        background-position: right center;
        background-size: auto;
        padding: 120px 0 90px;
    }
    .form__sausages, .form__fork {
        display: none;
    }
    .form input, .form textarea, .form button {
        width: 100%;
    }
}


/******** FOOTER ********/
.footer  {
    background-color: #fefefe;
    padding: 5px 0 25px;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__item-logo {
    width: 100px;
    height: 110px;
    background-image: url(/img/logo-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.footer__item-info {
    color: #808492;
    padding: 0 70px;
    font-size: 13px;
}
.footer__item-info a {
    color: #6172a7;
}
.footer__item-contacts {

}
.footer__contact {
    position: relative;
    padding: 4px 0px;
}
.footer__contact a {
    color: #191c26;
}
.footer__contact::before {
    top: 7px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    position: absolute;
}
.footer__contact span {
    padding-left: 35px;
}
.footer__phone {
    font-weight: bold;
}
.footer__phone::before { background-image: url(/img/contact-phone.svg); }
.footer__address::before { background-image: url(/img/contact-address.svg); }
.footer__email::before { background-image: url(/img/contact-email.svg); }
@media only screen and (max-width : 992px) {
    .footer__item-info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 576px) {
    .footer {
        padding: 0 0 20px;
    }
    .footer__item-logo {
        display: none;
        /*
        margin: 0 auto;
        width: 60px;
        height: 70px;
        background-position: center center;
        */
    }
    .footer__wrapper {
        display: block;
        text-align: center;
    }
    .footer__item-info {
        padding: 10px 0;
    }
    .footer__item-info p {
        margin: 0;
    }
    .footer__contact {
        padding: 2px 0px;
    }
}








