html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat-Regular';
}
.head {
    background-color: #548D52;
    height: auto;
    width: 100%;
}
.btn-primary {
    margin-top: 20px;
}
.head__img {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.qfnext {
    background-color: #548D52 !important;
}
.main-img {
    background-image: url("../img/main.jpg");
    height: 604px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.main-title {
    color: white;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    padding-top: 150px;
    font-size: 55px;
}
.main-about-1 {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: white;
    padding-top: 20px;
}
.main-about-2 {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: white;
    line-height: 1.3;
}
.main-btn-1 {
    background-color: #548D52;
    border: none;
    font-size: 18px;
    color: white;
    font-family: 'Montserrat-Bold';
    padding: 10px 40px 10px 40px;
}
.main-btn-2 {
    border: 3px solid #548D52;
    background: transparent;
    font-size: 18px;
    color: white;
    font-family: 'Montserrat-Bold';
    padding: 7px 30px 7px 30px;
    margin-left: 10px;
}
.main-btn-block {
    margin-top: 40px;
}
.about-title {
    font-size: 32px;
    color: #548D52;
    font-family: 'Montserrat-Bold';
    padding-top: 80px;
    padding-bottom: 20px;
}
.about-text {
    color: #1E1F1E;
    font-size: 20px;
    margin-top: 120px;
    font-size: 20px;
}
.about-text-2 {
    margin-top: 50px !important;
    font-size: 20px;
}
.about-text-1 {
    padding-top: 15px;
    font-size: 20px;
}
.about-video {
    margin-top: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-50 {
    padding-top: 50px;
}
.about {
    position: relative;
}
.pipec {
    position: absolute;
    right: 0;
    top: 780px;
}
.factory-title {
    font-size: 32px;
    color: #548D52;
    font-family: 'Montserrat-Bold';
    padding-left: 80px;
    text-transform: uppercase;
}
.factory-text-block {
    padding-left: 30px;
}
.factory-text-block-2 {
    margin-left: 500px;
    position: relative;
    z-index: 3;
}
.about {
    background-color: #EFEFEF;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.factory-bg {
    background-color: #EFEFEF;
    bottom: 0;
    width: 100%;
    height: 310px;
    position: absolute;
    z-index: 1;
}
.advantages-title-bg {
    background-color: #EFEFEF;
    width: 100%;
    height: auto;
}



.factory {
    margin-top: 100px;
    font-size: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.factory-right {
    margin-left: 60px;
}
.factory-right h2 {
    font-size: 32px;
    color: #548D52;
    font-family: 'Montserrat-Regular';
    padding-left: 80px;
}
.factory-text-1 {
    color: #1E1F1E;
    width: 615px;
    padding-top: 100px;
}
.factory-text-2 {
    color: #1E1F1E;
    width: 615px;
    padding-top: 30px;
}
.factory-text-3 {
    color: #1E1F1E;
    width: 540px;
    padding-top: 140px;
    padding-left: 120px;
}
.factory-text-4 {
    color: #1E1F1E;
    width: 420px;
    padding-top: 30px;
}
.factory-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.factory-row-left {
    margin-left: 550px;
    margin-top: 70px;
}
.advantages-title {
    font-size: 32px;
    color: #548D52;
    padding-top: 40px;
    font-family: 'Montserrat-Regular';
    padding-bottom: 40px;
    text-align: center;
}
.advantages {
    background-image: url("../img/advantages.jpg");
    height: 568px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.advantages-card {
    text-align: center;
    margin-top: 170px;
}
.advantages-card p {
    color: white;
    font-size: 20px;
    padding-top: 20px;
    line-height: 1.3;
}
.contact {
    background-color: #548D52;
    height: auto;
    width: 100%;
    margin-top: 200px;
}
.contact-img-block-2 {
    text-align: center;
}
.contact-img-1 {
    margin-left: -60px;
    margin-top: 100px;
}
.contact-img-2 {
    margin-top: -100px;
}
.contact-img-3 {
    margin-bottom: -100px;
    margin-top: 50px;
}
.main-form h2 {
    font-size: 32px;
    color: white;
    text-align: right;
    padding-top: 50px;
    font-family: 'Montserrat-Bold';
    padding-bottom: 40px;
    padding-right: 100px;
}
footer {
    background-color: #548D52;
    height: auto;
    width: 100%;
    margin-top: 200px;
    padding-bottom: 40px;
}
.footer-block {
    display: flex;
    flex-direction: row;
}
.footer-soc {
    margin-left: 150px;
    margin-top: 50px;
}
.footer-menu {
    margin-top: 50px;
}
.footer-menu a {
    text-decoration: none;
    font-family: 'Montserrat-Medium';
    color: white;
    font-size: 18px;
}
.footer-soc img{
    margin-left: 20px;
}
.footer-left-f span:nth-child(1) {
    color: white;
    font-size: 20px;
    display: block;
}
.footer-left-f span:nth-child(2) {
    display: block;
}
.footer-left-f {
    margin-top: 50px;
}
.footer-left-f a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}
.footer-right {
    margin-top: 50px;
}
.footer-right__block span {
    display: block;
    color: white;
}
.footer-right__block span:nth-child(1) {
    font-size: 22px;
}
.footer-right__block span:nth-child(2) {
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}

.footer-bold{
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #fff;
}


.factory-bg-main {
    position: relative;
    z-index: 1;
}
.mt-30 {
    margin-top: 30px;
}
.head-icon img {
    margin-left: 10px;
}
.navbar-nav {

}
.nav-item a {
    color: #1E1F1E;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}
.head-tel a {
    color: #1E1F1E;
    font-size: 22px;
    font-family: 'Montserrat-Bold';
    text-decoration: none;
}
.head-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qfcapt {
    display: none;
}
.c-form-input {
    border: none;
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
    width: 350px;
}
.chbxlabel {
    padding-left: 10px;
    font-size: 14px;
    color: white;
}
.c-btn {
    border: none;
    background-color: #1E1F1E;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    margin-top: 15px;
    color: white;
}
.main-form {
    margin-left: 70px;
}
.pipec-mob {
    display: none;
}
.qfradio input {

}
.qfradio .qf3label {
    font-family: 'Montserrat-Bold';
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.qfstepperlabel {
    font-family: 'Montserrat-Bold';
    padding-bottom: 10px !important;
}
.qfnext,
.qfprev {
    border: none !important;
    background-color: #548D52 !important;
    font-size: 14px !important;
    padding: 10px 30px 10px 30px !important;
    margin-top: 15px !important;
    color: white !important;
    opacity: 1 !important;
}
.qfprev {
    background-color: #525252 !important;
}
.str-btn {
    background-color: #548D52 !important;
    border: none !important;
    color: white !important;
    border-radius: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px !important;
}
.form-v .qfcheckbox {
    display: flex !important;
    flex-direction: row-reverse !important;
}
.form-v .qfchkbx {
    width: auto !important;
}
.form-v p {
    padding-bottom: 10px;
}
.contact-img {
    margin-top: -200px;
    margin-bottom: -150px;
}

.footer-right a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 32px;
}
.factory-left-m {

}
.contact-img-m {
    display: none;
}
.about-row-and {
    margin-top: 50px;
}
.about-text-1-2 {
    font-size: 20px;
    padding-top: 120px;
}
.logo-mob {
    display: none;
}
.navbar-toggler {
    border:none !important;
}
@media (max-width: 1500px) {
    .factory-text-block-2 {
        margin-left: 430px;
    }
}

@media (max-width: 1400px) {
    .about {
        text-align: center;
    }
    .about-text {
        padding-top: 140px !important;
        font-size: 20px;
        text-align: left;
    }
    .pt-150 {
        padding-top: 0;
    }
    .factory {
        flex-direction: column;
        margin-top: 50px;
    }
    .factory-right h2 {
        font-size: 28px;
        padding-left: 0;
        padding-top: 20px;
    }
    .factory-text-1 {
        width: 100%;
        padding-top: 10px;
    }
    .factory-text-2 {
        width: 100%;
        padding-top: 0;
    }
    .factory-row-2 {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0;
    }
    .factory-row-left {
        margin-left: 10px;
        margin-top: 0;
    }
    .factory-text-4 {
        padding-top: 0;
        width: 100%;
    }
    .factory-text-3 {
        width: 100%;
        padding-top: 70px;
    }
    .factory-right {
        margin-left: 10px;
    }
    .main-title {
        font-size: 42px;
        padding-top: 150px;
    }
    .main-btn-block {
        text-align: center;
    }
    .main-btn-2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .main-img {
        height: 590px;
        width: auto;
        background-repeat: repeat;
        padding-bottom: 20px;
    }
    .about-title {
        padding-top: 30px;
    }
    .advantages {
        height: auto;
        width: auto;
        background-repeat: no-repeat;
        padding-bottom: 30px;
    }
    .advantages-card {
        margin-top: 40px;
    }
    .contact {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .contact-img-1 {
        height: 450px;
        width: auto;
        margin: auto;
    }
    .contact-img {
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }
    .contact-img-2 {
        display: none;
    }
    .contact-img-3 {
        display: none;
    }
    .main-form {
        margin-left: 0;
        padding-right: 30px;
    }
    .main-form h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 37px;
        padding-bottom: 1px;
        padding-right: 30px;
        font-family: 'Montserrat-Bold';
    }
    .c-form-input {
        width: 100%;
    }
    footer {
        margin-top: 30px;
    }
    .footer-block {
        display: flex;
        flex-direction: row;
    }
    .footer-menu {
        margin-top: 50px;
    }



    .head-menu {
        display: block;
    }
    .head-icon {

    }
    .pipec {
        display: none;
    }
    .factory-left {
        display: none;
    }
    .factory-left-m {

    }
    .factory-left-m-f {

    }
    .factory-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .factory-row-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    .factory-row-right {
        text-align: center;
        margin-top: 20px;
    }
    .contact-img-m {
        display: block;
        margin-top: 20px;
        margin-left: 100px;
    }
    .about-text-1 {
        padding-top: 0px !important;
    }
    .about-text-1-2 {
        padding-top: 100px !important;
        text-align: left;
    }
    .about-text-m {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px !important;
    }
    .about-text-2 {
        margin-top: 15px !important;
        text-align: left;
    }
    .factory-row-3 {
        margin-top: 40px;
    }
    .factory-text-block-2 {
        margin-left: 150px;
    }
    .main-btn-block {
        text-align: left;
    }
    .advantages-title {
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .pipec {
        display: none;
    }
    .factory-row-left {
        margin-left: 45px;
    }
    .factory-row-2 {
        margin-top: 30px;
    }
    .pipec-mob {
        display: block;
    }
    .contact-img-m {
        display: block;
        margin-top: 20px;
        margin-left: 100px;
    }
}
@media (max-width: 768px) {
    .factory-row-left {
        margin-left: 0;
    }
    .contact-img-m {
        display: none;
    }
    .head-icon img {
        margin-left: 0;
    }
    .about-text-1-2 {
        padding-top: 35px !important;
        font-size: 16px;
    }
    .about-text {
        padding-top: 0 !important;
        margin-top: 0 !important;
        font-size: 16px;
    }
    .about-row-and {
        margin-top: 0;
    }
    .about-text-2 {
        margin-top: 0 !important;
    }
    .factory-title {
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        padding-left: 0;
    }
    .factory-text-block {
        padding-left: 0;
        font-size: 16px;
    }
    .factory-text-block-2 {
        margin-left: 0;
        font-size: 16px;
    }
    .factory-row-3 {
        margin-top: 0;
    }
    .about-text-1 {
        padding-top: 0 !important;
    }
    .advantages-title {
        font-size: 14px;
        text-align: center;
    }
    .footer-menu a,
    .footer-left-f span:nth-child(1),
    .footer-right__block span:nth-child(1),
    .footer-right__block span:nth-child(2),
    .footer-left-f a {
        font-size: 14px;
    }
    .main-title {
        font-size: 26px;
        padding-top: 54px;
    }
    .main-form {
        padding-right: 0;
    }
    .footer-menu {
        text-align: center;
    }
    .footer-soc {
        margin-left: 0;
        margin-top: 28px;
        text-align: center;
    }
    .footer-left-f {
        margin-top: 50px;
        text-align: center;
    }
    .footer-right {
        margin-top: 50px;
        text-align: center;
    }
    .footer-block {
        flex-direction: column;
    }
    .chbxlabel {
        font-size: 10px;
    }
    .head {
        display: none;
    }
    .logo-mob {
        display: inline;
    }
   .advantages {
    height: auto;
    width: auto;
    background-image: none;
    padding-bottom: 30px;
    background-color: #333333;
    }    
    .factory-text-3 {
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
    font-size: 16px;
    }
}