* {
    box-sizing: border-box;
    margin: 0;
}

.body{
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/*Nav*/
.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    border-bottom: 3px solid #000;
    z-index: 2;
}
#nav {
    display: flex;
    padding: 25px 0;
}

.nav__menu {
    margin: 0;
    padding: 0;
}

.nav__menu {
    margin-left: 20px;
}

.nav__item {
    display: inline-block;
}
.nav__item:first-child {
    margin-left: 0;
}
.nav__links {
    text-decoration: none;
    text-align: center;
    
    border: 3px solid #FF9900;
    padding: 20px 5px;
    margin-left: 20px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;

    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.nav__links.active__link,
.nav__select.active__link {
    border-color: #9C9998;
}
.nav__item:first-child .nav__links {
    margin: 0;
}
.nav__select {
    text-decoration: none;
    text-align: center;
    
    border: 3px solid #FF9900;
    padding: 20px 5px;
    margin-left: 20px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;

    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.logo {
    width: 250px;
    height: 65px;
    margin: 0;
}

.nav__callback {
    text-align: center;
    margin: 3px auto;

    font-size: 13px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.nav__bold {
    font-weight: 700;
}

#lang {
    border: 3px solid #FF9900;
    border-radius: 10px;
    background-color: transparent;
    width: 70px;
    cursor: pointer;

    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 20px 20px;
    text-decoration: none;
    color: #000;
}
.burger__list {
    display: none;
}
.lang__menu {
    display: none;
    padding: 40px 0 40px;
    justify-content: center;
    border-top: 3px solid #000;
}
.lang__item {
    display: block;
}
.lang__link {
    border: 3px solid #FF9900;
    border-radius: 10px;
    background-color: transparent;
    width: 70px;
    cursor: pointer;

    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-left: 5px;
    padding: 20px 20px;
    text-decoration: none;
    color: #000;
}

/*Hero*/
.main {
    margin-bottom: 75px;
}
.title {
    text-align: center;
    font-size: 40px;
    max-width: 700px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 70px auto 100px;
}
.hero__content {
    display: flex;
    align-items: center;
}
.hero__about {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    align-items: center;
}
.hero__subtitle {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.text {
    text-align: justify;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 10px 15px;
    border: 3px solid #FF9900;
    border-radius: 10px;
}
.hero__text {
    margin: 15px 0 30px;
}
.gray {
    color: #9C9998;
}
.orange {
    color: #FF9900;
}
.btn__link {
    display: inline-block;
    text-decoration: none;
    text-align: center;

    background-color: #FF9900;
    border: 3px solid #FF9900;
    padding: 30px 30px 30px 90px;
    border-radius: 10px;
    transition: all 0.2s;
    cursor: pointer;

    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    position: relative;
}
.btn__link:hover {
    background-color: transparent;
    border: 3px solid #FF9900;
    color: #000;
}
.btn__link::before {
    position: absolute;
    content: "";
    top: 23px;
    left: 30px;

    background-image: url('../img/icons/phone-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 35px;
    height: 35px;
    z-index: 1;
}
.btn__link:hover::before {
    background-image: url('../img/icons/phone-black.svg');
}
.hero__img {
    margin: 0 auto;
    max-width: 400px;
    max-height: 300px;

    border: 4px solid #FF9900;
    border-radius: 15px;
}

/*Benefits*/
.subtitle {
    text-align: center;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 700;
    max-width: 490px;
    margin: 70px auto 60px;

    position: relative;
    padding: 0 0 40px;
}
.subtitle::after {
    position: absolute;
    right: 150px;
    bottom: 0;
    content: "";
    display: block;
    background-color: #FF9900;
    width: 200px;
    height: 3px;
}
.benefits__list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.benefits__items {
    display: block;
    margin: 0 35px;
}
.benefits__subtitile {
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 20px 0;
}
.benefits__icons {
    display: block;
    margin: 0 auto;
}
.benefits__text {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 20px 0;
    padding: 5px;
    border: 3px solid #FF9900;
    border-radius: 10px;
    height: 135px;
}
.benefits--materials {
    margin-top: 15px;
}

/*Expirience*/
.background {
    background-color: #6C6C6C;
    padding: 50px 0;
}
.expirience__flex {
    display: flex;
    align-items: center;
}
.expirience__text {
    display: flex;
    align-items: center;
    text-align: justify;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 65px;
    margin-right: 50px;

    border: 3px solid #FF9900;
    border-radius: 10px;
}
.expirience__img {
    display: block;
    max-width: 520px;
    max-height: 330px;
    border: 3px solid #FF9900;
    border-radius: 10px;
}

/*Materials*/
.materials {
    margin: 0 auto 70px;
}
.materials__list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
    justify-content: center;
    padding: 0;
}
.materials__items {
    display: block;
}
.material__img {
    max-width: 300px;
    height: 250px;

    border: 3px solid #FF9900;
    border-radius: 10px;
}
.materials__text {
    margin: 35px 0 0;
}

/*Goods*/
.goods__flex {
    display: flex;
}
.goods__wrap {
    width: 900px;
}
.goods__subtitle {
    margin: 0 0 0 10px;
    color: #fff;
    text-align: start;
}
.goods__subtitle:after {
    left: 5px;
    bottom: 20px;
    width: 100px;
}
.goods__text {
    color: #fff;
    margin: 60px 100px 0 10px;
}
.goods__about {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.goods__call {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: center;
    margin: 0 0 50px;
}

/*Price*/
.price__flex {
    display: flex;
}
.price__text {
    display: flex;
    align-items: center;
    margin-right: 100px;
    padding: 0 10px 0;
}
.price__img {
    max-width: 500px;
    max-height: 180px;

    border: 3px solid #FF9900;
    border-radius: 10px;
}

/*Ready*/
.ready__subtitle {
    max-width: 1400px;
}
.ready__subtitle::after {
    width: 550px;
    right: 270px
}

/*Footer*/
.footer {
    background-color: #000;
    color:#fff;
    position: relative;
    padding: 31px 0;
}
.footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;

    background-image: url("../img/Logo\ Plastic\ чб\ 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 450px;
    height: 223px;
}
.footer__flex {
    display: flex;
    position: relative;
}
.copypast {
    position: absolute;
    bottom: 0px;

    font-size: 16px;
    color: #9C9998;
    font-weight: 500;
    font-family: 'Montserrat';
}
.copypast__text {
    color: #9C9998;
}
.footer__logo {
    width: 250px;
    height: 65px;

    padding: 0 10px;
    border: 3px solid #FF9900;
    border-radius: 10px;
}
#contacts {
    margin: 0 80px;
}
.footer__subtitle {
    padding: 0;
    margin: 0 0 15px;
    font-size: 32px;
    color: #FF9900;
    font-weight: 700;
    font-family: 'Montserrat';
}
.footer__menu {
    padding: 0;
}
.contacts__list {
    padding: 0;
}
.contacts__items {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    padding-left: 40px;
    margin-bottom: 15px;

    position: relative;
}
.contacts__email {
    color: #fff;
}
.contacts__items:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    background-image: url('../img/icons/phone-small.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.contacts__items:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    background-image: url("../img/icons/email.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.contacts__text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
}
.nav__items {
    display: block;
    margin-bottom: 10px;
}
.nav__items:last-child {
    margin: 0;
}
.nav__link {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
}
.lang {
    color: #fff;
}
.hide__lang {
    color: #fff;
}

/*Photos*/
.photo__grid{
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    justify-content: center;
    gap: 40px;
}
.photo_img {
    max-width: 400px;
    max-height: 300px;

    border: 3px solid #FF9900;
    border-radius: 10px;
}
.photo__capacity {
    max-width: 650px;
    max-height: 770px;

    border: 3px solid #FF9900;
    border-radius: 15px;
}

/*About*/
.about__content {
    margin: 0 45px;
    padding: 30px 100px;
    background-color: rgb(255, 153, 0, 50%);
    border: 3px solid #6C6C6C;
    border-radius: 10px;
    position: relative;
}
.about__content::before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;

    background-image: url("../img/icons/fire.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 45px;
}
.about__quote {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
}
.about__description {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}
.about__text {
    margin: 35px 45px 0;
    padding: 30px 50px;
    text-align: center;
}

/*FAQ'S*/
.faq__question {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: start;
    cursor: pointer;
    width: 100%;
    height: 93.2px;
    padding: 25px 150px 25px 100px;
    margin: 10px 0 0;
    background-color: transparent;

    border: 3px solid #FF9900;
    position: relative;
}
.faq__question::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;

    background-image: url("../img/icons/person.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.faq__question::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 30px;

    background-image: url("../img/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.faq__text {
    border-radius: 0;
}

/*Contact*/
.contact__flex {
    display: flex;
    justify-content: center;
}
.contact__title {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 40px;
    text-align: center;
}
.contact__subtitle {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    text-align: center;
}
.contact__list {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact__link {
    color: #000;
    text-decoration: none;
}
.contact__item {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    padding-left: 40px;
    margin-bottom: 15px;

    position: relative;
}
.contact__item:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    background-image: url("../img/icons/phone-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.contact__item:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;

    background-image: url("../img/icons/email.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.contact__item:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;

    background-image: url("../img/icons/email.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.contact__name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
}
.contact__text {
    display: none;
}
@media only screen and (max-width: 1400px) {
    .photo__capacity {
        max-width: 500px;
    }
}
@media only screen and (max-width: 1200px) {
    .logo {
        margin-left: 0;
    }
    .nav__menu {
        display: none;
    }
    #nav {
        justify-content: space-between;
    }
    #lang {
        z-index: 5;
        margin-left: 15px;
    }
    .logo {
        width: 225px;
        z-index: 4;
        margin-left: 10px;
    }
    .nav__buttons {
        display: flex;
        margin: 0 10px 0 0;
    }
    .burger {
        width: 50px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;

        margin-top: 20px;
        z-index: 5;
    }
    .burger__line {
        width: 100%;
        height: 4px;
        background-color: #000;
        transition: transform 0.3s ease-in-out;
    }
    .burger__list {
        display: none;
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        z-index: 3;
        justify-content: center;
        padding: 250px 0 0;
    }
    .burger__list {
        text-align: center;
    }
    .burger__item {
        display: block;
    }
    .burger__link {
        text-decoration: none;
        font-size: 32px;
        color: #000;
        font-weight: 700;
        font-family: 'Montserrat';
        line-height: 50px;
    }
    .active__link {
        text-decoration: underline #FF9900; 
    }
    .burger.active + .burger__list {
        display: block;
    }

    .benefits__items {
        margin: 0;
    }
    .benefits__icons {
        width: 75px;
        height: 75px;
    }
    .benefits__subtitile {
        font-size: 26px;
    }
    .benefits__text {
        font-size: 14px;
        height: 60px;
        padding: 3px;
    }

    .expirience__text {
        font-size: 16px;
        height: 235px;
    }

    .materials__list {
        grid-template-columns: auto auto auto;
    }
    .materials__items:nth-child(4) {
        display: none;
    }
    .photo__capacity {
        max-width: 400px;
    }

    .goods__flex {
        display: block;
    }
    .goods__wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .goods__subtitle {
        margin: 0 auto;
        text-align: center;
    }
    .goods__subtitle::after {
        left: 175px;
        bottom: 0;
    }
    .goods__text {
        margin: 60px 0 0;
        text-align: center;
    }

    .price__flex {
        display: block;
    }
    .price__text {
        margin: 0;
        padding: 5px;
    }
    .price__img {
        display: none;
    }

    .ready__subtitle::after {
        display: none;
    }

    .footer::before {
        display: none;
    }

    .contact__flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact__map {
        margin-top: 30px;
    }
    .contact__title {
        text-align: center;
    }
    .contact__subtitle {
        text-align: center;
    }
    .contact__name {
        text-align: center;
    }
    .contact__text {
        display: none;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        font-family: 'Montserrat';
    }
}

@media only screen and (max-width: 992px) {
    .hero__about {
        margin-right: 30px;
    }
    
    .btn__link {
        padding: 25px 25px 25px 80px;
    }
    .btn__link::before {
        width: 30px;
        height: 30px;
    }
    .hero__subtitle {
        font-size: 20px;
    }
    .text {
        font-size: 12px;
        top: 20px;
    }
    .hero__img {
        width: 350px;
        height: 275px;
    }

    .expirience__text {
        padding: 1px 10px;
        font-size: 12px;
        height: 175px;
    }
    .expirience__img {
        height: 175px;
    }

    .footer__subtitle {
        font-size: 24px;
    }
    #contacts {
        margin: 0 40px;
    }
    .contacts__items {
        font-size: 14px;
    }
    .nav__link {
        font-size: 14px;
    }

    .photo__grid {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 36px;
    }
    .hero__img {
        display: none;
    }
    .hero__about {
        margin-right: 0;
    }
    .hero__subtitle {
        text-align: center;
    }

    .benefits__icons {
        width: 50px;
        height: 50px;
    }
    .benefits__subtitile {
        font-size: 18px;
    }
    .benefits__text {
        font-size: 10px;
        height: 55px;
        padding: 3px;
    }

    .subtitle {
        font-size: 24px;
        margin: 70px auto 10px;
    }
    .subtitle::after {
        bottom: 15px;
    }

    .expirience__text {
        padding: 10px;
        font-size: 12px;
        height: auto;
        margin: 0;
    }
    .expirience__img {
        display: none;
    }

    .materials__list {
        grid-template-columns: auto auto;
    }
    .materials__items:nth-child(3) {
        display: none;
    }
    .goods__subtitle::after {
        left: 200px;
        bottom: 0;
    }

    .footer__flex {
        justify-content: space-between
    }
    .navigation {
        display: none;
    }
    
    .faq__question {
        padding: 25px 70px 25px 100px
    }
    .faq__question::after {
        right: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        margin: 0;
    }
    .nav__buttons {
        margin: 0;
    }
    .nav__callback {
        margin: 0 auto;
    }

    .title {
        font-size: 30px;
        margin: 70px 0;
    }
    .hero__subtitle {
        font-size: 16px;
    }
    .text {
        font-size: 11px;
    }

    .subtitle::after {
        display: none;
    }
    .benefits__subtitile {
        font-size: 12px;
    }
    .benefits__text {
        font-size: 9px;
    }
    .materials__list {
        grid-template-columns: auto;
    }
    .materials__items:nth-child(2) {
        display: none;
    }

    .goods__text {
        margin: 0;
        text-align: center;
    }

    .footer__flex {
        flex-direction: column;
        align-items: center;
    }
    #contacts {
        margin: 70px 0 0;
    }
    .footer__subtitle {
        text-align: center;
    }
    .copypast {
        bottom: 140px;
        text-align: center;
    }

    .photo_img {
        width: 100%;
    }
    .photo__capacity {
        max-width: 100%;
    }

    .about__content {
        padding: 30px 50px;
    }
    .about__content::before {
        left: 10px;
    }
    .about__quote {
        font-size: 14px;
    }
    .about__description {
        font-size: 12px;
    }

    .faq__question {
        padding: 15px 70px 25px 70px;
        font-size: 11px;
    }
    .faq__question::after {
        right: 30px;
    }

    .map__img {
        display: none;
    }
    .contact__text {
        display: inline;
    }
}