* {
    color: black;
}

.main-title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 35px;
    max-width: 508px;
}

.main-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: black;
    text-align: center;
    width: 325px;

}

img {
    /* width: 100%; */
    height: auto;
}

svg {
    flex-shrink: 0.2;
}

.h2-title {
    font-size: 26px;
    text-transform: none;
    text-align: center;
}

.section-title {
    font-size: 42px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-subtitle {
    font-size: 22px;
    line-height: 1.55;
    font-weight: 300;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.header-links .catalog {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.catalog-svg {
    stroke: white;
    transition: stroke .3s;
}

.catalog-svg.black {
    stroke: black
}

.opt-btn {
    padding: 13px 60px;
    white-space: nowrap;
    width: unset !important;
}

.opt-link {
    margin: 85px auto 0px;
    text-align: center;
    line-height: 30px;
}


.first-screen-img,
.first-screen-mobile-img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

section.t-page::before {
    background-blend-mode: overlay;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.70));
}

.opt-main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.opt-main-text {
    color: #fff;
    padding: 24px 0 38px 0;
    letter-spacing: .5px;
    font-size: 72px;
    font-weight: 400;
    text-transform: none;
}

.opt-main-subtitle {
    color: white;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
}

.opt-form-back {
    padding-top: 30px;
    padding-bottom: 45px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.send-email-form {
    /* padding-left: 100px; */
    justify-content: space-between;
}

.send-email-form>input {
    max-width: 878px !important;
}

#checkFirstForm {
    width: 200px !important;
}

.send-email-form>* {
    width: 100% !important;
}

.send-email-form::placeholder {
    opacity: 0.7;
}

.opt-text {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
}

.opt-get-consultation {
    padding: 30px 0px;
    background: #f0eceb;
    width: 100%;
}

.opt-our-items {
    margin-top: 30px;
}

.items-container {
    position: relative;
}

.opt-items-grid {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.items-inner {
    background-color: #fff;
    max-width: 275px;
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.items-inner h4 {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.items-inner p {
    font-size: 11px;
    line-height: 1.55;
    font-weight: 300;
    padding: 10px;
}

.about-company {
    margin-top: 100px;
    padding-bottom: 60px;
    position: relative;
}

.about-company::after {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: black;
    opacity: 0.2;
}

.opt-counter {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.opt-counter-item {
    text-align: center;
    width: 30%;
}

.opt-counter-item div {
    color: #333;
    padding-bottom: 20px;
    font-size: 52px;
    line-height: 1.23;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.opt-counter-item p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
}

.about-company-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.about-company-flex img {
    width: 25%;
}

.opt-cooperation {
    background-color: #f0eceb;
    width: 100%;
    padding: 60px 0px;
}

.opt-cooperation-items {
    display: flex;
    justify-content: start;
    align-items: center;
}

.opt-cooperation-items svg {
    width: 55px;
    height: 55px;
    fill: #000;
}

.opt-cooperation-item {
    display: inline;
    padding-left: 40px;
    max-width: 662px;
    margin-top: 37px;
}

.opt-cooperation-item:first-child {
    margin-top: 0px;
}

.opt-cooperation-item div,
.become-part-content-text div {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.opt-cooperation-item p,
.become-part-content-text p {
    font-weight: 300;
    font-size: 18px;
}

.become-our-part {
    padding: 90px 133px;
    position: relative;
}

.become-our-part .container::after {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: black;
    opacity: 0.2;
    content: '';
}

.become-part-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    column-gap: 40px;
    row-gap: 45px;
}

.become-part-content>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 47%;
}

.become-part-content div img {
    margin-right: 20px;
}

.opt-feedback {
    margin-top: 60px;
}

.opt-feedback {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.opt-feedback img {
    max-width: 300px;
    height: auto;
    width: 100%;
}

.buyers-about {
    padding: 30px;
    width: 100%;
    position: relative;
}

.buyers-about-slider {
    padding: 40px 45px;
}

.buyers-about-slider div {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    line-height: 31px;
}

.buyers-about-slider p {
    padding-top: 30px;
    font-weight: 600;
    font-style: 16px;
    line-height: 21px;
}

.form-footer {
    padding: 120px 60px 60px;
}

.buyers-about .slick-next {
    height: 38px !important;
}

.buyers-about .slick-next {
    right: 25px !important;
    left: unset !important;
    top: 55%;
}

.buyers-about .slick-prev {
    left: 25px !important;
    top: 55%;
    transform: rotate(180deg);
}

.buyers-about .slick-prev::before,
.buyers-about .slick-next::before {
    content: "";
}

.buyers-about .slick-dots li button:before {
    font-size: 37px;
}

.buyers-about .slick-dots li.slick-active button:before {
    color: #222;
    opacity: 1;
}


#form-optovic-two {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}

.form-one {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

.form-two {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

.soglasie {
    text-align: center;
    margin-bottom: 5px;
}

.form-one input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    border: 2px solid black;
    vertical-align: middle;
    opacity: 0.6;
    border-image-width: 2px;
}

.form-one a {
    text-decoration: none;
    color: #d6ada7;
}

.form-two input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    border: 2px solid black;
    vertical-align: middle;
    opacity: 0.6;
    border-image-width: 2px;
}

.form-two a {
    text-decoration: none;
    color: #aaa;
}

#form-optovic-two label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

#form-optovic-two input {
    max-width: unset !important;
    width: 100%;
}

#form-optovic-two button {
    display: inline;
    margin: 0 auto;
    max-width: 267px !important;
}


#form-optovic-two input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid black;
    vertical-align: middle;
    opacity: 0.6;
    border-image-width: 2px;
}

.opt-address {
    height: 700px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 60px;
    padding: 67px;
    background: url(/local/templates/main/img/ort-address-min.png) center center no-repeat;
    background-size: cover;
}

.webp .opt-address {
    background: url(/local/templates/main/img/ort-address-min.webp) center center no-repeat;
}

.opt-address>div {
    background-color: white;
    padding: 80px 85px 85px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.opt-address-item {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 33px;
}

.opt-check-inst {
    padding-top: 105px;
    padding-bottom: 30px;
}

.modal-container iframe {
    width: 965px;
    height: 543px;
}

@media screen and (max-width: 991px) {
    .become-part-content>div {
        width: unset;
    }

    .send-email-form {
        padding-left: 0px;
    }

    .modal-container iframe {
        width: 500px;
        height: 281px;
    }
}

@media screen and (max-width: 768px) {
    .opt-counter {
        flex-direction: column;
        align-items: center;
    }

    .opt-counter-item {
        width: 100%;
    }

    .opt-items-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .send-email-form {
        flex-direction: column;
    }

    .send-email-form>input {
        max-width: unset !important;
    }
}

@media screen and (max-width: 576px) {
    .main-link {
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
    }

    .opt-main-text {
        font-size: 30px;
    }

    .opt-main-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .opt-items-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
    }

    .opt-btn {
        padding: 15px;
    }

    .section-title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }

    .about-company-flex img {
        width: 50%;
    }

    .become-our-part {
        padding: 70px 0px;
    }

    .buyers-about-slider {
        padding: 20px 25px;
    }

    .opt-feedback {
        flex-direction: column;
        margin-top: 20px;
    }

    .buyers-about {
        padding: 30px 0px;
    }

    .buyers-about .slick-prev {
        left: 10px !important;
        top: 50%;
    }

    .buyers-about .slick-next {
        right: 10px !important;
        top: 50%;
    }

    .form-footer {
        padding: 70px 15px 40px;
    }

    .opt-address>div {
        padding: 30px 20px 35px;
    }

    .opt-address {
        padding: 40px 20px
    }

    .modal-container iframe {
        width: 320px;
        height: 180px;
    }

    .opt-address-item {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 420px) {
    .opt-btn {
        padding: 15px 3px;
    }
}

.header-arrow-bottom-opt {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;

    background: rgba(245, 233, 231, 0.3);
    position: absolute;
}

.header-arrow-bottom-opt svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.successful-submit {
    width: 100%;
    color: white;
    background: #62C584;
    font-size: 20px;
    line-height: 1.55;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.unsuccessful-submit {
    width: 100%;
    color: white;
    background: #F95D51;
    font-size: 20px;
    line-height: 1.55;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.modal {
    background-color: rgba(0, 0, 0, 0.3);
    width: 0% !important;
    height: 0% !important;
}

.modal.active {
    width: 100% !important;
    height: 100% !important;
    top: 0% !important;
    transition: top 0.5s ease-out;
    display: block !important;
}

.modal-container {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.5s ease-out;
    background-color: transparent;
}

.close-modal {
    top: 30px;
    right: 30px;
    cursor: pointer;
}