main > .product-content {
    background: #fff;
}

main > .content-wrapper {
    background-image: url("../img/incukalns.jpg");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 48% auto;
    background-color: #fff;
}

main > .contact-wrapper {
    background-image: url("/admin/upload/Dokumendid/contact_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

main .container {
    max-width: 1440px;
    margin: 0 auto;
}

main > .content-wrapper > .container > .content {
    padding: 50px 0 75px 100px;
    width: calc(50% - 100px);
}

main > .content-wrapper > .container > .content > div {
    margin-bottom: 54px;
}

main > .content-wrapper > .container > .content > div > span {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

main > .content-wrapper > .container > .content > span {
    margin-top: 54px;
    font-size: 18px;
    line-height: 26px;
}

main > .contact-wrapper .contact {
    padding: 0 140px;
}

main > .contact-wrapper .contact > .title {
    color: #f6f6f6;
    font-size: 35px;
    font-weight: bold;
    padding-top: 70px;
}

main > .contact-wrapper .contact > .sales-rep {
    padding-top: 25px;
}

main > .contact-wrapper .contact > .sales-rep > .name {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

main > .contact-wrapper .contact > .sales-rep > .email {
    padding-top: 18px;
    word-break: break-word;
}

main > .contact-wrapper .contact > .sales-rep > .email > a {
    color: var(--yellow-accent);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

main > .contact-wrapper .contact > .sales-rep > .tel {
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

main > .contact-wrapper .contact > .sales-rep > .tel > a {
    color: #fff;
    text-decoration: none;
}

main > .contact-wrapper .contact > .locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}

main > .contact-wrapper .contact > .locations > .title {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 35px;
    color: #fff;
}

main > .contact-wrapper .contact > .locations > .warehouse {
    display: flex;
    flex-wrap: wrap;
    width: 33%;
    padding-bottom: 71px;
}

main > .contact-wrapper .contact > .locations > .warehouse > * {
    width: 100%;
}

main > .contact-wrapper .contact > .locations > .warehouse > div {
    color: #fff;
    font-weight: bold;
}

main > .contact-wrapper .contact > .locations > .warehouse > .name {
    font-size: 30px;
    padding-bottom: 9px;
}

main > .contact-wrapper .contact > .locations > .warehouse > .address {
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 28px;
}

main > .contact-wrapper .contact > .locations > .warehouse > .tel {
    font-size: 20px;
    padding-bottom: 20px;
    height: 20px;
}

main > .contact-wrapper .contact > .locations > .warehouse > .tel > a {
    color: #fff;
    text-decoration: none;
}

main > .contact-wrapper .contact > .locations > .warehouse > button {
    width: 165px;
    height: 38px;
    border-radius: 19px;
    background: var(--yellow-accent);
    border: 0;
    font-size: 15px;
    font-weight: bold;
}

main > .contact-wrapper .contact > .locations > .warehouse > button > a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
    color: #000;
}

main > .contact-wrapper .contact > .locations > .warehouse > button > a::before {
    content: "";
    position: absolute;
    width: 165px;
    height: 38px;
}

@media all and (max-width: 1266px) {

    main > .contact-wrapper > .contact {
        text-align: center;
        padding: 0 5%;
    }

    main > .contact-wrapper .contact > .title {
        padding-top: 36px;
    }

    main > .contact-wrapper .contact > .locations {
        margin-top: 36px;
    }

    main > .contact-wrapper .contact > .locations > .warehouse {
        width: 100%;
        padding-bottom: 36px;
    }

    main > .contact-wrapper .contact > .locations > .warehouse > button {
        margin-right: auto;
    }

    main > .contact-wrapper .contact > .locations > .warehouse:not(:nth-child(3)) > .tel {
        display: none;
    }
}

@media all and (max-width: 700px) {

    main > .content-wrapper > .container > .content {
        width: 80% !important;
        padding: 36px 5% 81px !important;
    }

    main > .content-wrapper {
        background-image:none !important;
    }

    main > .contact-wrapper .contact {
        padding: 0 5% !important;
    }

}
