@import url("roboto/stylesheet.css");

/*dev_img*/

#dev {
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 999;
    opacity: .2;
    display: none;
}

#devToggle {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 16px;
}

body {
    background-color: #1c3d69;
    color: #fff;
    background: url("img/bg.jpg") no-repeat;
    background-size: cover;
    min-height: 100vh;
}

img {
    display: block;
    height: auto;
}

.wrapper {
    text-align: center;
    width: 1140px;
    margin: 0 auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

header {
    padding-top: 20px;
}

.col-50 {
    display: inline-block;
    width: 50%;
    padding: 15px;
    vertical-align: top;
}

.soci {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url('img/social.png') no-repeat;
    margin: 0 0 17px 7px;
    position: relative;
    top: 27px;
}

.twitter {
    background-position: -35px;
}

.youtube {
    background-position: -69px;
}

h3 {
    font-family: 'robotothin';
    font-size: 43px;
    font-weight: 100;
    margin: 56px 0 0 0;
}

.content-wrapper a {
    text-decoration: none;
    color: #092a58;
}

.content-wrapper a img {
    margin: 43px 0 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content-wrapper a img.flip {
    margin: 90px 0 0 0;
}


.content-wrapper a span {
    display: block;
    width: 180px;
    height: 45px;
    background-color: #ecf4fe;
    border: 1px solid #1961b5;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content-wrapper a span.left-link {
    margin-top: 50px;
}

.content-wrapper a:hover span {
    box-shadow: 0px 0px 26px #D6E9FE;
}

footer {
    width: 100%;
    background-color: #0d57bd;
    position: relative;
    bottom: 0;
    padding: 60px 0;
}

.col-100 .wrapper div {
    width: 33%;
    display: inline-block;
    padding-top: 53px;
}

.col-100 .wrapper div:first-of-type {
    text-align: left;
}

.col-100 .wrapper div:last-of-type {
    text-align: right;
}

@media (max-width: 1199px) {
    .content-wrapper a img {
        max-width: 90%;
        margin: 40px 0 0 0;
    }

    .col-50 {
        width: 100%;
        text-align: center;
    }

    .col-100 {
        position: relative;
        height: auto;
        padding-bottom: 40px;
    }

    .wrapper {
        width: 100%;
    }

    .col-100 .wrapper div {
        width: 100%;
        text-align: center !important;
    }

    .content-wrapper p {
        max-width: 100%;
    }
}

@media (max-height: 1000px) {
    .col-100 {
        position: inherit;
    }
}

.white-links {
    text-decoration: none;
    color: #fff;
}

.document-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.document-wrapper p {
    text-align: center;
}

.button {
    text-decoration: none;
    color: #092a58;
    display: block;
    height: auto;
    line-height: 1.5em;
    padding: 1em 2em;
    min-width: 180px;
    background-color: #ecf4fe;
    border: 1px solid #1961b5;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.button:hover, .document-wrapper:hover .button {
    box-shadow: 0px 0px 26px #D6E9FE;
}

.document-image {
    transition: all .5s;
    height: auto;
    display: block;
    margin: 0 auto 16px;
    transform: scale(1);
    max-width: 100%;
}

.document-wrapper:hover .document-image {
    transform: scale(1.05);
}

.document-wrapper:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.document-wrapper p {
    margin: 40px auto 0 auto;
    position: relative;
}

.document-wrapper p:after {
    display: block;
    content: "";
    width: 22px;
    height: 12px;
    background: url("img/arrow.png");
    position: absolute;
    bottom: -33px;
    left: calc(50% - 11px);
}


.logo-wrapper {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

sup {
    font-size: 0.6875em;
    font-weight: inherit;
    font-family: inherit;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: -2px;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

ul {
    list-style-position: inside;
}

ul li {
    font-size: 1.2rem;
    font-weight: 400;
}

.btn_wrapper {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.btn_wrapper .button {
    margin: 0;
    background-color: #48bb76;
}

.coupon-code {
    border: 2px solid #48bb76;
    background-color: #104a54;
    margin: 2rem auto;
    padding: 1.5rem;
    width: fit-content;
    text-align: center;
}

.coupon-code p {
    font-size: 1.5rem;
}

.product-group-image {
    max-width: 100%;
}

@media(min-width: 992px) {
    .product-section {
        background-image: url('img/background.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px 0 10px;
        margin-top: 20px;
    }
}

@media(min-width: 2200px) {
    .product-section {
        background-position: center top;
    }
}

@media(min-width: 1401px) {
    .product-group-image {
        margin-bottom: -50px;
    }
}

@media(max-width: 575px) {
    .product-section {
        padding: 20px;
    }
}
