* {
    font-family: 'Inter', sans-serif;
}

section {
    overflow: hidden;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer {
    background: #0F0F0F;
    padding: 36px 0;
}

.footer-logo {
    margin-bottom: 26px;
}

.footer-logo-img {
    margin-right: 15px;
}

.footer-call img {
    margin-right: 10px;
}

.footer-call {
    margin: 17px 0;
    display: flex;
}

.footer-call a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.4s;
    display: block;
}

.footer-call a:hover {
    transform: scale(96%);
}

.footer-mail {
    margin: 17px 0;
    display: flex;
    align-items: center;
}

.footer-mail a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.4s;
    display: block;
}

.footer-mail img {
    margin-right: 15px;
}

.footer-mail a:hover {
    transform: scale(96%);
}

.navigation-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFD500;
    margin-bottom: 20px;
}

.navigation-links a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.navigation-links a:hover {
    transform: scale(96%);
}

.footer-info-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFD500;
    margin-bottom: 20px;
}

.footer-info-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-other-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFD500;
    margin-bottom: 20px;
}

.footer-other-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-button {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F0F0F;
    background: #FFD500;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 100px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s;
}

.footer-button:hover {
    color: #0F0F0F;
    transform: scale(98%);
}

.footer-ownership {
    text-align: center;
    padding: 2px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo-img {
    margin-right: 17px;
}

.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0F0F0F !important;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.collapse .navbar-collapse {
    width: 100%;
}

.header-button {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F0F0F;
    background: #FFD500;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 35px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s;
}

.header-button:hover {
    color: #0F0F0F;
    transform: scale(98%);
}

.header-logo {
    margin-right: 50px;
}

.yellow-color-text {
    color: #FFD500;
}

.preview-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.preview-advantage {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.preview-advantage img {
    margin-right: 10px;
}

.preview-advantage p {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.preview {
    padding: 74px 0;
    background-image: url("../img/preview-img.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
    position: relative;
    z-index: -2;
}

.preview:after {
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
    top: -30%;
    width: 50%;
    display: block;
    z-index: -1;
    height: 150%;
    transform: rotate(15deg);
    overflow: hidden;
}

.preview:before {
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    display: block;
    z-index: -1;
    height: 100%;
}

.preview-info {
    z-index: 4;
}

.preview-title {
    margin-bottom: 15px;
}

.preview-info p {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.call-button {
    margin-top: 35px;
    display: inline-block;
    background: #FFD500;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #0F0F0F;
    text-decoration: none;
    padding: 10px 57px;
    transition: all 0.4s;
}

.call-button:hover {
    color: black;
    transform: scale(96%);
}

.list {
    background-image: url("../img/bg-list.png");
    background-size: 100% 100%;
    padding: 70px 0;
    z-index: -1;
    position: relative;
}

.list:after {
    background-image: url("../img/list-bg.png");
    background-size: 100% 100%;
    margin: 70px 0;
    position: absolute;
    z-index: -2;
    content: "";
    left: 0;
    top: -20%;
    width: 100%;
    display: block;
    height: 200%;
}

.list-area-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.list-title {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
}

.list-area-item p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
}

.list-area-item img {
    margin-right: 10px;
}

.list-container {
    margin-bottom: 64px;
}

.partners-block img {
    display: flex;
    margin: 0 auto;
}

.partners-block {
    margin-bottom: 30px;
}

.break {
    padding: 74px 0;
    background-image: url("../img/break.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
    position: relative;
    z-index: -2;
}

.break:after {
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
    top: -40%;
    width: 50%;
    display: block;
    z-index: -1;
    height: 150%;
    transform: rotate(15deg);
    overflow: hidden;
}

.break:before {
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    display: block;
    z-index: -1;
    height: 150%;
    overflow: hidden;
}

.break-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 20px;
}

.white-color-text {
    color: #FFFFFF;
}

.break-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.services {
    margin: 100px 0;
}

.services-title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
}

.services-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 3px 7px 11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    z-index: -3;
    margin-bottom: 30px;
}

.services-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-top-left-radius: 8px;
}

.services-item-content {
    z-index: 2;
}

.services-item-title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.services-item-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 45px;
}

.services-item-content-img {
    margin-bottom: 25px;
}

.services-item-actions {
    display: inline-flex;
    align-items: baseline;
    border-bottom: 1px solid #FFD500;
    margin-top: 30px;
}

.services-item-actions i {
    margin-right: 15px;
}

.services-item-actions p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
}

.points {
    margin: 50px 0;
}

.points-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
    text-align: center;
    margin-bottom: 41px;
}

.points-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFD500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-right: 25px;
}

.points-item {
    display: flex;
}

.presentation {
    background-image: url("../img/bg-list.png");
    background-size: 100% 100%;
    padding: 70px 0;
    z-index: -1;
    position: relative;
}

.presentation:after {
    background-image: url("../img/list-bg.png");
    background-size: 100% 100%;
    margin: 70px 0;
    position: absolute;
    z-index: -2;
    content: "";
    left: 0;
    top: -20%;
    width: 100%;
    display: block;
    height: 200%;
}

.presentation-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
    margin-bottom: 20px;
}

.presentation-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
}

.presentation-images-block {
    position: relative;
    margin-bottom: 30px;
}

.presentations-first {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 55%;
    height: 55%;
}

.presentation-images-block-info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
}

.presentation-images-block-info-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #000000;

}

.presentation-images-block-info {
    padding: 26px 18px;
    margin-top: 10px;
    background: #FFD500;
    box-shadow: -5px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: inline-block;
    width: 43%;
}

.break-two {
    padding: 74px 0;
    background-image: url("../img/break-2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
    position: relative;
    z-index: -2;
}

.break-two:after {
    top: -60%;
    width: 60%;
    display: block;
    z-index: -1;
    height: 150%;
    transform: rotate(15deg);
    overflow: hidden;
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
}

.break-two:before {
    width: 50%;
    display: block;
    z-index: -1;
    height: 150%;
    overflow: hidden;
    background: #0F0F0F;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.break-two-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 20px;
}

.presentation-second {
    margin: 50px 0 100px;
}

.presentation-button {
    margin-top: 33px;
    width: 50%;
}

.break-second-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFD500;
}

.break-second-title {
    text-align: center;
}

.break-second-item > * {
    text-align: center;
    margin: 15px auto;
}

.break-second {
    margin: 50px 0;
}

.partners {
    margin: 50px 0;
}

.breadcrumbs {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #A2A2A2;
    margin-top: 40px;
    margin-bottom: 80px;
}

.list-second-title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
}

.list-second-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.list-area-item-container {
    display: flex;
}

.list-area-item-container-first {
    margin-right: 60px;
}

.slider-item {
    position: relative;
}

.slider-item {
    box-shadow: 3px 7px 13px rgb(0 0 0 / 10%);
    border-radius: 7px;
    padding: 35px 30px 50px;
    margin: 10px 0 25px;

}

.slider-item-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 5px;
}

.slider-item-city {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFD500;
}

.slider {
    margin: 0 -15px;
}

.slick-slide {
    padding: 0 15px;
}

.slider-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.slider-container {
    margin: 150px 0;
}

.slider-info {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.slider-img-bg {
    position: absolute;
    right: 10%;
}

.slider-info img {
    margin-right: 30px;
}

.question {
    padding: 70px 0;
}

.question-block {
    margin-bottom: 50px;
}

.question-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.question-question {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    color: #171717;
    margin-bottom: 25px;
}

.question-list {
    margin-bottom: 32px;
}

.question-list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #171717;
    margin-bottom: 18px;
}

.question-image {

}

.acor-container .acor-body {
    margin: 0 auto 20px;
    height: 0;
    color: rgba(0, 0, 0, 0);
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    background: white;
}

.acor-container .acor-body p {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #010F32;
    background: white;
}

.acor-container label {
    cursor: pointer;
    display: block;
    padding: 26px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    transition: color .35s;
    border: 1px solid #EFEFEF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0F0F0F;
    background: white;
}

.acor-container input {
    display: none;
    background: white;
}

.acor-container label:before {
    content: '+';
    float: right;
    color: #FFB521;
    background: white;
}

.acor-container input:checked + label {
    background: white;
}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
    background: white;
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
    background: white;
    border: 1px solid #EFEFEF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
}

.news {
    margin: 0 0 72px;
    background-image: url("../img/bg-list.png");
    background-size: 100% 100%;
    padding: 70px 0;
    z-index: -1;
    position: relative;
}


.news:after {
    background-image: url("../img/list-bg.png");
    background-size: 100% 100%;
    margin: 70px 0;
    position: absolute;
    z-index: -2;
    content: "";
    left: 0;
    top: -20%;
    width: 100%;
    height: 200%;
}

.news-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.news-item-title img {
    max-width: 100%;
}

.news-item {
    box-shadow: 6px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
}

.news-item-info {
    padding: 20px 10px;
    background: #FFFFFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.news-item-img img {
    max-width: 100%;
    width: 100%;
}

.news-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 27px;
}

.news-item-date {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.news-item-date img {
    margin-right: 10px;
}

.news-item-date p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #FFD500;
}

.contacts-title {
    margin-bottom: 20px;
}

.contacts-title-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #0F0F0F;
}

.contacts {
    margin: 100px 0;
}

.input-container {
    display: grid;
}

.input-container input {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
}

.input-container textarea {
    padding: 10px 15px;
    border: 1px solid #BFBFBF;
    width: 100%;
    border-radius: 5px;
    height: 200px;
}

.contacts-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
}

.breeding-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 20px;
}

.breeding-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 25px;
}

.breeding-item {
    background-image: url("../img/breeding-img.png");
    background-size: 100% 95%;
    background-repeat: no-repeat;
    padding: 30px;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.breeding-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 170px;
    margin-bottom: 30px;
}

.breeding {
    margin-bottom: 100px;
}

.breeding-district {
    margin: 100px 0;
}

.breeding-district-item {
    background-image: url("../img/breeding-img.png");
    background-size: 100% 90%;
    background-repeat: no-repeat;
    padding: 30px;
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.breeding-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 170px;
    margin-bottom: 30px;
}

.breeding-district-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 30px;
}

.breeding-button {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #0F0F0F;
    padding: 16px 19px;
    background: #FFD500;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: all 0.4s;
}

.breeding-button:hover {
    color: #0F0F0F;
    transform: scale(96%);
}

.price-title {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
}

.price-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 45px;
}

.feedback-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 20px;
}

.feedback-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 45px;
}

.feedback-item {
    padding: 40px;
    box-shadow: 3px 7px 11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 25px;
}

.feedback-item-title {
    text-align: center;
}

.feedback-item-text {
    text-align: center;
}

.feedback-item-img-container {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.feedback-item-img {

}

.yellow {
    background: #FFD500;
}

.black {
    background: #0F0F0F;
}

.one {

}


.two {
    background: #FFD500;
    box-shadow: 3px 7px 11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.three {
    background: #0F0F0F;
    box-shadow: 3px 7px 11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.three p {
    color: #FFFFFF;
}

.three h3 {
    color: #FFFFFF;
}

.question-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    color: white;
    align-items: center;
    justify-content: center;
    background: #FFD500;
    margin-right: 15px;
}

@media screen and (max-width: 992px) {
    .presentation-button {
        width: 100%;
    }

    .slider-container {
        margin: 75px 0;
    }

    .news {
        margin: 0;
        padding: 30px 0;
    }

    .contacts {
        margin: 50px 0;
    }

    .slider-container {
        margin: 50px 0;
    }
}

.list-title-block {
    background: #FFD500;
    border-radius: 5px;
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-title-block p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #0F0F0F;
}

.list-title-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(22, 39, 47, 0.23);
    padding: 18px 15px;
}

.list-title-item p {
    margin: 0;
    padding: 0;
}

.price-list {
    margin-bottom: 100px;
}

.content-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    color: #0F0F0F;
}

.content-title {
    margin-bottom: 20px;
}

.content {
    margin: 100px 0;
}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 575px) {

    .break-two:before {
        width: 31%;
        height: 212%;
    }

    .break-two:after {
        top: -60%;
        width: 41%;
        height: 162%;
    }

    .break-two {
        background-size: 78% 100%;
    }

    .break {
        background-size: 100% 100%;
    }

    .break:before {
        width: 26%;
        height: 150%;
    }

    .break:after {
        top: -40%;
        width: 40%;
    }

    .preview {
        padding: 74px 0;
        background-image: url(../img/preview-img.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 300% 100%;
        position: relative;
        z-index: -2;
    }

    .preview:before {
        background: #0F0F0F;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        display: block;
        z-index: -1;
        height: 100%;
    }

    .preview:after {
        left: 0;
        top: -30%;
        width: 50%;
    }

}