h1 span.big-gold {
    color: #fff700;
    font-size: 1.1em;
}

h1 span.small-description {
    font-size: 0.65em;
}

.right_img {
    float: right;
    width: 40%;
    max-width: 360px;
    margin-left: 30px;
}

.benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.benefit-line {
    background-color: #1bb24b;
}

.line-v {
    width: 4px;
}

.line-h {
    height: 4px;
    width: 100%;
}

.benefits {
    width: calc(50% - 2px);
    padding: 40px;
}

.benefits img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.benefits > strong {
    font-size: 18pt;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.benefits p {
    text-align: left;
    margin: 0;
}

#main-module .img-list {
    max-width: 600px;
    margin: auto;
}

.img-list {
    columns: 2;
}

.img-list li {
    margin-right: 20px;
}

.modules-wrappers h3 {
    text-align: center;
}

.h2_additional {
    font-size: 13pt;
    font-family: GothamBookRegular;
    margin-top: -30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.examples {
    text-align: center;
    margin: 20px 0;
    border: 4px solid #1bb24b;
    padding: 30px 15px;
    background: linear-gradient(#ffffff, #8f8f8f);
}

.examples .example {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.examples .example:nth-child(2) {
    margin: 0 5%;
}

.examples .example .example-title {
    font-size: 16pt;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
    color: black;
}

.examples .example audio {
    display: block;
    width: 100%;
    outline: none;
}

.main-video {
    display: inline-block;
    vertical-align: top;
    width: 560px;
    border: 2px solid white;
    height: 335px;
}

.buttons {
    text-align: center;
    margin: 40px 0 30px 0;
}

.buttons a:hover {
    background-color: #118d38;
}

.buttons a {
    background-color: #1bb24b;
    color: white;
    display: inline-block;
    vertical-align: middle;
    font-size: 17pt;
    text-decoration: none;
    width: 200px;
    padding: 8px 0;
    border-radius: 16px;
    box-shadow: 6px 5px 10px 0px black;
    transition: .2s;
}

.buttons a:first-of-type {
    margin-right: 50px;
}

.os {
    display: flex;
    justify-content: center;
    align-items: center;
}

.os img {
    margin: 7px 10px 0;
}

.os img:last-of-type {
    margin-right: 5px;
    margin-left: 30px;
}

.os span {
    font-size: 12pt;
}

.slider-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    width: 560px;
    position: relative;
}

.slide-control {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    transition: .2s;
}

.slide-control.slide-right {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(0 0 0 / 50%));
}

.slide-control.slide-left {
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%), transparent);
}

.slide-control.slide-right:hover {
    background: linear-gradient(90deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 80%));
}

.slide-control.slide-left:hover {
    background: linear-gradient(90deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 10%));
}

.slide-control i {
    position: absolute;
    top: 50%;
    font-size: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.slider-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 335px;
}

.slides-wrapper {
    position: absolute;
    width: 3360px;
    cursor: pointer;
}

.slider-content .slide {
    width: 560px;
    height: 335px;
}

.learn_more {
    text-align: center;
    background-color: #1bb24b;
    color: white;
    display: block;
    font-size: 14pt;
    text-decoration: none;
    width: 160px;
    padding: 10px 0;
    border-radius: 16px;
    box-shadow: 6px 5px 10px 0px black;
    transition: .2s;
    margin: auto;
}

.learn_more:hover {
    background-color: #118d38;
}

h3 {
    font-family: GothamBold, Arial, sans-serif;
    font-size: 18pt;
}

.modules-wrappers .big-in-center {
    border: 3px solid #1bb24b;
}

.conf-wrapp {
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    margin: auto;
    align-items: center;
}

.conf-wrapp p {
    width: 100%;
}

.conf-wrapp ul {
    columns: 1;
    width: 52%;
}

.conf-wrapp img {
    width: 24%;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .main-video {
        width: 470px;
        height: 281px;
    }

    .slider-wrapper {
        width: 470px;
    }

    .slider-content {
        height: 281px;
    }

    .slides-wrapper {
        width: 2820px;
    }

    .slider-content .slide {
        width: 470px;
        height: 281px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .main-video {
        width: 370px;
        height: 221px;
    }

    .slider-wrapper {
        width: 370px;
        margin-left: 10px;
    }

    .slider-content {
        height: 221px;
    }

    .slides-wrapper {
        width: 2220px;
    }

    .slider-content .slide {
        width: 370px;
        height: 221px;
    }

    .benefits {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 15pt;
        margin: 15px 0;
    }

    .benefits-wrapper .benefits:nth-child(1) {
        padding: 0 15px 15px 0;
    }

    .benefits-wrapper .benefits:nth-child(3) {
        padding: 0 0 15px 15px;
    }

    .benefits-wrapper .benefits:nth-child(5) {
        padding: 15px 15px 0 0;
    }

    .benefits-wrapper .benefits:nth-child(7) {
        padding: 15px 0 0 15px;
    }

    .main-video, .slider-wrapper {
        display: block;
        margin: auto;
    }

    .slider-wrapper {
        margin-top: 15px;
    }

    .buttons {
        margin: 30px 0 20px 0;
    }

    .buttons a {
        font-size: 14pt;
        width: 140px;
    }

    .os span {
        font-size: 11pt;
    }

    .os img {
        width: 27px;
    }

    .right_img {
        margin-left: 15px;
    }

    .img-list li {
        margin-right: 0;
    }

    #main-module .img-list {
        columns: 1;
        max-width: 260px;
        margin: auto;
    }

    .h2_additional {
        font-size: 11pt;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .examples {
        margin: 15px 0;
        padding: 15px 5px;
        border-width: 2px;
    }

    .examples .example {
        width: 32%;
    }

    .examples .example:nth-child(2) {
        margin: 0 2%;
    }

    .examples .example .example-title {
        font-size: 15px;
    }

    .benefits > strong {
        font-size: 15pt;
        margin-bottom: 10px;
    }
}

@media (max-width: 580px) {
    .examples .example {
        display: block;
        width: 100%;
    }

    .examples .example:nth-child(2) {
        margin: 15px 0;
    }

    .examples {
        max-width: 400px;
        margin: auto;
    }

    h2.special_style {
        width: 230px;
    }

    .main-video {
        width: 405px;
        height: 243px;
    }

    .slider-wrapper {
        width: 405px;
    }

    .slider-content {
        height: 243px;
    }

    .slides-wrapper {
        height: 2430px;
    }

    .slider-content .slide {
        width: 405px;
        height: 243px;
    }
}

@media (max-width: 424px) {
    .main-video {
        width: 355px;
        height: 212px;
    }

    .slider-wrapper {
        width: 355px;
    }

    .slider-content {
        height: 212px;
    }

    .slides-wrapper {
        width: 2130px;
    }

    .slider-content .slide {
        width: 355px;
        height: 212px;
    }

    .right_img {
        float: none;
        width: 100%;
        margin: auto;
    }

    .benefits {
        width: 100%;
        padding: 15px 0 !important;
    }

    .benefit-line {
        width: 100%;
        height: 4px;
    }

    .conf-wrapp ul {
        width: 100%;
    }

    .conf-wrapp img {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .main-video {
        width: 300px;
        height: 180px;
    }

    .slider-wrapper {
        width: 300px;
    }

    .slider-content {
        height: 180px;
    }

    .slides-wrapper {
        width: 1800px;
    }

    .slider-content .slide {
        width: 300px;
        height: 180px;
    }

    .buttons a:first-of-type {
        margin-right: 20px;
    }

    .os img {
        margin: 7px 3px 0;
    }

    .os img:last-of-type {
        margin-right: 5px;
        margin-left: 10px;
    }

    .os span {
        font-size: 10pt;
    }
}