body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

@charset "UTF-8";
@import url();

.container {
    width: 1000px;
    margin: auto;
}

@media screen and (max-width: 1015px) {
    .container {
        width: auto;
        padding: 0 10px;
    }
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

.div1 {
    background: url(./div1.jpg) center no-repeat;
    min-height: 767px;
    position: relative;
}

.div1 .container {
    display: flex;
    justify-content: space-between;
}

.div1 .top {
    background: url(./div1_logo.png) left center no-repeat;
    font: italic 14px "Montserrat", sans-serif;
    color: #878787;
    padding: 15px 0 15px 87px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.div1 h1 {
    color: #fff;
    font: 800 50px "Montserrat", sans-serif;
    line-height: 48px;
}

.div1 h1 .blue {
    color: #38c4ff;
}

.div1 ul {
    font: 16px "Roboto", sans-serif;
    color: #fff;
    max-width: 322px;
    margin-top: 75px;
}

.div1 ul .blue {
    color: #38c4ff;
    font-weight: 700;
}

.div1 ul li {
    background: url(./div1_li.png) left top no-repeat;
    padding-left: 35px;
    padding-bottom: 26px;
    list-style: none;
}

.div1 .product {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -37px;
}

.div1 .left {
    max-width: 573px;
}

.div1 .right {
    border-radius: 8px;
    margin-top: 110px;
    width: 320px;
    position: relative;
    background: linear-gradient(to bottom, rgba(88, 103, 110, 0.6) 0%, rgba(88, 103, 109, 0.61) 3%, rgba(92, 92, 92, 0.65) 12%, rgba(92, 92, 92, 0.8) 50%, rgba(81, 81, 81, 0.89) 72%, rgba(75, 75, 75, 0.9) 75%, rgba(74, 74, 74, 0.91) 77%, rgba(54, 54, 54, 0.95) 87%, rgba(27, 27, 27, 0.98) 92%, #131313 100%);
}

.div1 .timer {
    position: relative;
    font: 37px "Roboto", sans-serif;
    color: #63e8f4;
    text-align: center;
    margin: 10px 5px 25px;
}

.div1 .timer_text1 {
    display: inline-block;
    color: #808080;
    font-size: 30px;
    transform: translateY(-3px);
}

.div1 .timer_wrap {
    display: inline-block;
    width: 63px;
    padding: 2px 0 2px 2px;
    background: linear-gradient(to right, black 0%, black 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, black 55%, black 100%);
}

.div1 .minutesSH,
.div1 .hoursSH,
.div1 .secondsSH {
    transform: scaleX(0.9);
    letter-spacing: 19px;
    position: relative;
}

.div1 .minutesSH:after {
    content: 'минут';
    font: 15px "Roboto", sans-serif;
    color: #fff;
    position: absolute;
    letter-spacing: 0;
    right: 50%;
    transform: translatex(50%);
    bottom: -18px;
}

.div1 .hoursSH:after {
    content: 'часов';
    font: 15px "Roboto", sans-serif;
    color: #fff;
    position: absolute;
    letter-spacing: 0;
    right: 50%;
    transform: translatex(50%);
    bottom: -18px;
}

.div1 .secondsSH:after {
    content: 'секунд';
    font: 15px "Roboto", sans-serif;
    color: #fff;
    position: absolute;
    letter-spacing: 0;
    right: 50%;
    transform: translatex(50%);
    bottom: -18px;
}

.div1 input,
.div1 select {
    text-indent: 15px;
    font-size: 20px;
    height: 50px;
    outline: 0;
    border-radius: 25px;
    border: 0;
    display: block;
    margin: 4px auto 16px;
    width: 90%;
}

.div1 .input_button {
    background: #38c4ff;
    color: #fff;
    text-indent: 0;
    height: 60px;
    width: 90%;
    margin: 0px 15px 0px;
    border-radius: 30px;
    font: 500 26px "Roboto", sans-serif;
    cursor: pointer;
    transition: 0.5s;
}

.div1 .input_button:hover {
    background: #18a4cf;
}

.div1 .text1 {
    color: #eee;
    text-align: center;
    font: 500 16px "Roboto", sans-serif;
    text-transform: uppercase;
    padding-top: 17px;
}

.div1 .text2 {
    color: #eee;
    font: 14px "Montserrat", sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #2f2f2f;
    padding: 4px 0;
}

.div1 .text3 {
    color: #eee;
    text-align: center;
    font: 24px "Roboto", sans-serif;
}

.div1 .text3_span {
    color: #fffd4f;
}

.div1 .input_text {
    display: inline-block;
    color: #f1f1f1;
    font: 16px "Roboto", sans-serif;
    margin-left: 8px;
}

.div1 .input_text2 {
    margin-top: 3px;
    display: inline-block;
    text-align: right;
    color: #bdbdbd;
    font: italic 12px "Roboto", sans-serif;
    right: 5px;
    position: absolute;
}

.div1 .sale {
    display: flex;
    justify-content: space-between;
}

.div1 .sale_left {
    background: url(./div1_form.png) center no-repeat;
    width: 222px;
    height: 78px;
    transform: translate(-19px, -10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    box-sizing: border-box;
}

.div1 .sale_right {
    font: 10px "Montserrat", sans-serif;
    color: #fffd4f;
    align-self: center;
    margin-right: 10px;
}

.div1 .sale_right_span {
    font-weight: 700;
    font-size: 13px;
}

.div1 .price_old {
    font: 16px "Montserrat", sans-serif;
    color: #fff;
    text-decoration: line-through;
    margin-right: 8px;
}

.div1 .price_old .price_main_currency {
    display: none;
}

.div1 .price_mains {
    font: 30px "Montserrat", sans-serif;
    color: #fffd4f;
}

@media only screen and (max-width: 930px) {
    .div1 {
        background: linear-gradient(to bottom, #1d608b 0%, black 50%);
        background: url(./div1.jpg) top no-repeat, 0px 767px linear-gradient(to bottom, #1d608b 0%, black 50%);
        padding-bottom: 20px;
    }

    .div1 .container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .div1 .product {
        position: static;
        left: auto;
        transform: none;
        bottom: 0;
    }

    .div1 .right {
        margin-top: 0;
    }

    .div1 .left {
        max-width: 800px;
    }

    .div1 ul {
        margin: auto;
        margin-top: 17px;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px 10px 0;
        margin-bottom: 10px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .div1 h1 {
        font-size: 35px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .div1 .right {
        max-width: 100%;
    }
}

.div2 .wrap {
    background: url(./div2.jpg) 100% 100% no-repeat;
    min-height: 636px;
    max-width: 1522px;
    margin: auto;
}

.div2 h2 {
    padding-top: 66px;
    font: 500 42px "Montserrat", sans-serif;
    color: #000;
}

.div2 h3 {
    font: 800 50px "Montserrat", sans-serif;
    color: #d72828;
    margin-bottom: 35px;
}

.div2 .text {
    font: italic 600 17px "Montserrat", sans-serif;
    padding-bottom: 35px;
}

.div2 .text_2 {
    margin-left: 130px;
}

.div2 .text_4 {
    margin-left: 90px;
}

@media screen and (max-width: 900px) {
    .div2 .wrap {
        background-position: bottom center;
    }

    .div2 .container {
        background: rgba(250, 250, 250, 0.7);
        margin-top: 20px;
        border-radius: 17px;
        padding: 10px;
    }

    .div2 .text {
        margin-left: 0;
    }
}

.div3 {
    background: url(./div3.jpg) center no-repeat;
    min-height: 610px;
}

.div3 .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.div3 .right {
    width: 505px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.div3 h2 {
    font: 800 47px "Montserrat", sans-serif;
    color: #fff;
}

.div3 h3 {
    font: 500 19px "Montserrat", sans-serif;
    color: #fff;
}

.div3 ul {
    font: 16px "Roboto", sans-serif;
    color: #fff;
    max-width: 352px;
    margin-top: 40px;
}

.div3 ul .blue {
    color: #38c4ff;
    font-weight: 700;
}

.div3 ul li {
    background: url(./div1_li.png) left top no-repeat;
    padding-left: 35px;
    padding-bottom: 26px;
}

.div3 img {
    align-self: flex-end;
    transform: translate(17px, 33px);
}

.div3 .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.div3 .bottom1,
.div3 .bottom2,
.div3 .bottom3 {
    font-family: "Roboto", sans-serif;
    border: 2px solid #38c4ff;
    color: #fff;
    margin-left: 25px;
    text-align: center;
    height: 100px;
    width: 125px;
    border-radius: 7px;
    box-shadow: 0px 2px 30px 0px #38c4ff;
    transform: rotate(-12deg);
}

.div3 .bottom1 {
    margin-left: 0;
}

.div3 .bottom1 .text1 {
    color: #38c4ff;
    font-size: 42px;
    font-weight: 700;
    padding-top: 7px;
    line-height: 35px;
}

.div3 .bottom1 .text2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.div3 .bottom1 .text3 {
    font-size: 13px;
    font-weight: 400;
}

.div3 .bottom2 .text1 {
    color: #38c4ff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 19px;
}

.div3 .bottom2 .text2 {
    font-size: 13px;
    font-weight: 400;
}

.div3 .bottom3 .text1 {
    color: #38c4ff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 11px;
}

.div3 .bottom3 .text2 {
    font-size: 24px;
    font-weight: 500;
}

.div3 .bottom3 .text3 {
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 869px) {
    .div3 {
        background-size: cover;
    }

    .div3 .container {
        padding-bottom: 52px;
    }
}

@media screen and (max-width: 660px) {
    .div3 {
        background-position: 22% 0%;
    }

    .div3 .container {
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
    }

    .div3 img {
        display: none;
    }

    .div3 .bottom {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .div3 .bottom1,
    .div3 .bottom2,
    .div3 .bottom3 {
        transform: none;
        margin: 10px;
    }
}

.div4 h2 {
    font: 41px "Montserrat", sans-serif;
    color: #000;
    text-align: center;
    padding-top: 30px;
}

.div4 h3 {
    font: 700 41px "Montserrat", sans-serif;
    color: #38c4ff;
    text-align: center;
}

.div4 .center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.div4 .center p {
    max-width: 222px;
    display: block;
    margin: auto;
    position: relative;
    right: 24px;
}

.div4 .center1,
.div4 .center2,
.div4 .center3 {
    color: #000;
    font: 19px "Roboto", sans-serif;
    padding-top: 400px;
    text-align: center;
    width: 33%;
}

.div4 .center1 {
    background: url(./div4_1.jpg) top center no-repeat;
}

.div4 .center2 {
    background: url(./div4_2.jpg) top center no-repeat;
    position: relative;
}

.div4 .center2 p {
    margin-top: 30px;
}

.div4 .center3 {
    background: url(./div4_3.jpg) top center no-repeat;
}

.div4 .bottom {
    padding-bottom: 40px;
    color: #000;
    font: 21px "Montserrat", sans-serif;
    text-align: center;
    padding-top: 40px;
}

.div4 .bottom .blue {
    color: #38c4ff;
    font-weight: 700;
}

@media only screen and (max-width: 1020px) {
    .div4 .center {
        flex-wrap: wrap;
    }

    .div4 .center1,
    .div4 .center2,
    .div4 .center3 {
        width: 500px;
    }

    .div4 h2,
    .div4 h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 444px) {

    .div4 .center1,
    .div4 .center2,
    .div4 .center3 {
        width: 300px;
        background-size: contain;
        padding-top: 330px;
        background-position-y: -20px;
    }

    .div4 .center p {
        position: static;
        left: auto;
    }
}

.div5 {
    background: url(./div5.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 66px;
    background-size: cover;
}

.div5 h2 {
    font: 800 47px "Montserrat", sans-serif;
    color: #fff;
    padding-top: 44px;
    text-align: center;
}

.div5 h2 .blue {
    color: #38c4ff;
}

.div5 .block_main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
}

.div5 .block {
    text-align: center;
    padding-top: 260px;
    color: #fff;
    font: 16px "Roboto", sans-serif;
    width: 285px;
    background: url() top center no-repeat;
    position: relative;
}

.div5 .block p {
    display: block;
    margin: auto;
    max-width: 247px;
}

.div5 .block1,
.div5 .block2,
.div5 .block3,
.div5 .block4,
.div5 .block5,
.div5 .block6 {
    position: absolute;
    height: 190px;
    width: 190px;
    border: 3px solid #38c4ff;
    border-radius: 6px;
    box-shadow: 4px 0px 49px 0px #000;
    top: 48px;
    right: 50%;
    transform: translate(50%, 0);
}

.div5 .block1 {
    background: url(./div5_1.jpg) center no-repeat;
}

.div5 .block2 {
    background: url(./div5_2.jpg) center no-repeat;
}

.div5 .block3 {
    background: url(./div5_3.jpg) center no-repeat;
}

.div5 .block4 {
    background: url(./div5_4.jpg) center no-repeat;
}

.div5 .block5 {
    background: url(./div5_5.jpg) center no-repeat;
}

.div5 .block6 {
    background: url(./div5_6.jpg) center no-repeat;
}

@media screen and (max-width: 1000px) {
    .div5 .block_main {
        align-items: flex-start;
    }
}

.div6 {
    padding: 70px 0;
}

.div6 h2 {
    color: #38c4ff;
    font: 700 41px "Montserrat", sans-serif;
    text-align: center;
}

.div6 h3 {
    color: #000;
    text-align: center;
    font: 400 41px "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.div6 h3 .italic {
    font-style: italic;
}

.div6 .gray-line-block {
    position: relative;
}

.div6 .gray-line {
    background-color: #e4e4e4;
    width: 1000px;
    height: 11px;
    position: absolute;
    z-index: -1;
    top: 64px;
}

.div6 .block_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.div6 h4 {
    color: #38c4ff;
    font: 700 26px "Roboto", sans-serif;
    margin-top: 135px;
    margin-bottom: 20px;
}

.div6 p {
    font: 16px "Roboto", sans-serif;
    text-align: left;
    color: #000;
}

.div6 .section1 {
    background: url(./div6_1.png) top left no-repeat;
    margin-right: 50px;
    max-width: 190px;
    position: relative;
}

.div6 .section1:after {
    background: url(./div6_arrows.png) center no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    content: "";
    top: 60px;
    right: -10px;
}

.div6 .section2 {
    background: url(./div6_2.png) top left no-repeat;
    margin-right: 90px;
    max-width: 170px;
    position: relative;
}

.div6 .section2:after {
    background: url(./div6_arrows.png) center no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    content: "";
    top: 60px;
    right: -36px;
}

.div6 .section3 {
    background: url(./div6_3.png) top left no-repeat;
    margin-right: 20px;
    max-width: 215px;
    position: relative;
}

.div6 .section3:after {
    background: url(./div6_arrows.png) center no-repeat;
    width: 29px;
    height: 20px;
    position: absolute;
    content: "";
    top: 60px;
    right: 13px;
}

.div6 .section4 {
    background: url(./div6_4.png) top left no-repeat;
    max-width: 271px;
}

@media screen and (max-width: 1015px) {
    .div6 .block_main {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }

    .div6 .gray-line-block {
        display: none;
    }

    .div6 p {
        text-align: center;
    }

    .div6 .section1,
    .div6 .section2,
    .div6 .section3,
    .div6 .section4 {
        margin: 10px 30px;
        text-align: center;
        background-position: top center;
    }

    .div6 .section1:after,
    .div6 .section2:after,
    .div6 .section3:after,
    .div6 .section4:after {
        display: none;
    }
}

.div7 {
    min-height: 1038px;
    background: url() center no-repeat;
    background-size: cover;
    padding-bottom: 5px;
    position: relative;
}

.div7 h2 {
    font: 800 36px "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 22px;
    text-align: center;
}

.div7 h3 {
    color: #38c4ff;
    font: 29px "Montserrat", sans-serif;
    text-align: center;
}

.div7 h4 {
    font: 19px "Montserrat", sans-serif;
    color: #8bf5ff;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.div7 h4:hover {
    cursor: pointer;
    color: #58c2cc;
}

.div7 h5 {
    color: #fff;
    font: 700 17px "Roboto", sans-serif;
    text-align: center;
}

.div7 h6 {
    font: 700 16px "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}

.div7 p {
    color: #fff;
    font: 15px "Roboto", sans-serif;
    text-align: center;
    max-width: 256px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.div7_1 h5 {
    margin-top: 15px;
    margin-bottom: 9px;
}

.div7_1 .main_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div7_1 .product_block {
    width: 335px;
}

.div7_1 .block1,
.div7_1 .block2,
.div7_1 .block3,
.div7_1 .block4,
.div7_1 .block5,
.div7_1 .block6 {
    padding-top: 124px;
    width: 285px;
}

.div7_1 .block1 {
    background: url() top center no-repeat;
}

.div7_1 .block2 {
    background: url() top center no-repeat;
}

.div7_1 .block3 {
    background: url() top center no-repeat;
    transform: translateY(-80px);
}

.div7_1 .block4 {
    background: url() top center no-repeat;
}

.div7_1 .block5 {
    background: url() top center no-repeat;
    transform: translateY(-80px);
}

.div7_2 {
    position: relative;
}

.div7_2 h5 {
    color: #fff;
    font: 700 17px "Roboto", sans-serif;
    text-align: center;
    max-width: 345px;
    display: block;
    position: relative;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 42px);
}

.div7_2 .main_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.div7_2 .block1,
.div7_2 .block2,
.div7_2 .block3,
.div7_2 .block4,
.div7_2 .block5,
.div7_2 .block6 {
    width: 400px;
    padding-top: 124px;
}

.div7_2 .block1 {
    background: url() top center no-repeat;
}

.div7_2 .block2 {
    background: url() top center no-repeat;
}

.div7_2 .block3 {
    background: url() top center no-repeat;
}

.div7_2 .block4 {
    background: url() top center no-repeat;
}

.div7_2 .block5 {
    background: url() top center no-repeat;
}

.div7_2 .block6 {
    background: url() top center no-repeat;
}

.div7_2 .product_center {
    position: absolute;
    right: 52%;
    transform: translateX(50%);
    top: 200px;
    width: 385px;
    max-width: 385px;
}

@media only screen and (max-width: 1100px) {
    .div7 h5 {
        position: static;
        transform: none;
        margin: auto;
        margin-top: 5px;
    }

    .div7 .owl-carousel .owl-nav button.owl-next,
    .div7 .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {

    .div7 .product_center,
    .div7 .product_block {
        display: none;
    }

    .div7 .main_block {
        justify-content: space-around;
    }

    .div7 .block1,
    .div7 .block2,
    .div7 .block3,
    .div7 .block4,
    .div7 .block5,
    .div7 .block {
        width: 300px;
    }

    .div7 .block5,
    .div7 .block3 {
        transform: none;
    }
}

.div8 {
    background: url(./div8.jpg) top center no-repeat;
    padding: 40px 0;
    background-size: cover;
}

.div8 .container {
    position: relative;
}

.div8 h2 {
    color: #38c4ff;
    font: 800 40px "Montserrat", sans-serif;
}

.div8 h3 {
    color: #000;
    font: 800 40px "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.div8 section {
    max-width: 640px;
}

.div8 h4 {
    font: 20px "Roboto", sans-serif;
    color: #000;
    margin-bottom: 17px;
}

.div8 p {
    font: 16px "Roboto", sans-serif;
    color: #000;
    margin-bottom: 17px;
}

.div8 p:last-child {
    margin-bottom: 0;
}

.div8 .right_block {
    position: absolute;
    bottom: 70px;
    right: -49px;
    background: url(./div8_sign1.png) top left no-repeat;
    padding-left: 120px;
    width: 259px;
}

.div8 .right_block:after {
    position: absolute;
    content: "";
    width: 242px;
    height: 94px;
    bottom: -69px;
    right: 173px;
    background: url(./div8_sign2.png) center no-repeat;
}

.div8 .right_block .name {
    color: #3665bd;
    font: 700 20px "Roboto", sans-serif;
    max-width: 170px;
}

.div8 .right_block .text {
    color: #686868;
    font: italic 16px "Roboto", sans-serif;
}

@media screen and (max-width: 1115px) {
    .div8 {
        background: none;
    }

    .div8 h2,
    .div8 h3 {
        display: inline;
    }

    .div8 section {
        max-width: 100%;
    }

    .div8 .right_block {
        bottom: auto;
        right: auto;
        position: relative;
        margin-top: 20px;
        padding-bottom: 70px;
    }

    .div8 .right_block:after {
        bottom: auto;
        right: auto;
    }
}

@media screen and (max-width: 444px) {

    .div8 h2,
    .div8 h3 {
        font-size: 32px;
    }

    .div8 section {
        padding-top: 10px;
    }

    .div8 .right_block {
        background-position: left top;
        padding-top: 120px;
        padding-left: 0;
        width: auto;
        max-width: 100%;
    }
}

.div9 {
    background: url(./div9.jpg) center no-repeat;
    padding-bottom: 55px;
}

.div9 h2 {
    color: #fff;
    font: 700 34px "Montserrat", sans-serif;
    padding-top: 30px;
}

.div9 h2 .blue {
    color: #38c4ff;
}

.div9 .text {
    color: #fff;
    font: 16px "Roboto", sans-serif;
    margin: 30px 0 7px;
}

.div9 .strip1 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip1:before {
    content: "";
    background-color: #1ccf7d;
    position: absolute;
    width: 97%;
    height: 32px;
    border-radius: 16px;
}

.div9 .strip1:after {
    content: '99%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -75px;
}

.div9 .strip2 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip2:before {
    content: "";
    background-color: #1ccf7d;
    position: absolute;
    width: 100%;
    height: 32px;
    border-radius: 16px;
}

.div9 .strip2:after {
    content: '100%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -88px;
}

.div9 .strip3 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip3:before {
    content: "";
    background-color: #1ccf7d;
    position: absolute;
    width: 90%;
    height: 32px;
    border-radius: 16px;
}

.div9 .strip3:after {
    content: '95%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -75px;
}

.div9 .strip4 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip4:before {
    content: "";
    background-color: #1ccf7d;
    position: absolute;
    width: 100%;
    height: 32px;
    border-radius: 16px;
}

.div9 .strip4:after {
    content: '100%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -88px;
}

.div9 .strip5 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip5:before {
    content: "";
    background-color: #1ccf7d;
    position: absolute;
    width: 100%;
    height: 32px;
    border-radius: 16px;
}

.div9 .strip5:after {
    content: '100%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -88px;
}

.div9 .strip6 {
    width: 656px;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.div9 .strip6:before {
    content: "";
    background-color: #f00;
    position: absolute;
    width: 20px;
    height: 32px;
    border-radius: 50%;
}

.div9 .strip6:after {
    content: '0,1%';
    color: #fff;
    font: 600 28px "Montserrat", sans-serif;
    position: absolute;
    right: -73px;
}

@media screen and (max-width: 888px) {
    .div9 {
        background-size: cover;
        background-image: url(./div5.jpg);
    }

    .div9 .strip1,
    .div9 .strip2,
    .div9 .strip3,
    .div9 .strip4,
    .div9 .strip5,
    .div9 .strip6 {
        max-width: calc(100% - 100px);
    }
}

.div10 {
    background: url(./div10.jpg) bottom center no-repeat;
    height: 820px;
}

.div10 h2 {
    font: 800 51px "Montserrat", sans-serif;
    color: #000;
    padding: 90px 0;
}

.div10 h2 .blue {
    color: #38c4ff;
}

.div10 .red_text {
    font: italic 700 18px "Montserrat", sans-serif;
    padding-bottom: 32px;
    color: #d72828;
    max-width: 140px;
}

.div10 .green_text_block {
    position: relative;
}

.div10 .green_text1,
.div10 .green_text2,
.div10 .green_text3,
.div10 .green_text4 {
    position: absolute;
    font: italic 700 18px "Montserrat", sans-serif;
    color: #1ccf7d;
}

.div10 .green_text1 {
    top: -141px;
    right: 154px;
}

.div10 .green_text2 {
    top: -73px;
    right: 108px;
    max-width: 180px;
}

.div10 .green_text3 {
    top: 12px;
    right: 14px;
    max-width: 245px;
}

.div10 .green_text4 {
    top: 89px;
    right: 0px;
    max-width: 260px;
}

@media screen and (max-width: 1000px) {
    .div10 h2 {
        margin-bottom: 80px;
    }

    .div10 .green_text1,
    .div10 .green_text2,
    .div10 .green_text3,
    .div10 .green_text4 {
        right: 0;
    }
}

@media screen and (max-width: 693px) {
    .div10 {
        display: none;
    }

    .div10 h2 {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .div10 .green_text1,
    .div10 .green_text2,
    .div10 .green_text3,
    .div10 .green_text4 {
        background: rgba(0, 0, 0, 0.5);
        padding: 5px;
    }

    .div10 .green_text_block {
        top: 210px;
    }
}

@media screen and (max-width: 485px) {
    .div10 {
        height: auto;
    }

    .div10 .container {
        padding-left: 0;
    }

    .div10 .green_text_block {
        top: 251px;
    }

    .div10 .green_text1,
    .div10 .green_text2,
    .div10 .green_text3,
    .div10 .green_text4,
    .div10 .red_text1,
    .div10 .red_text2,
    .div10 .red_text3,
    .div10 .red_text4 {
        font-size: 14px;
        max-width: 150px;
        padding-right: 0;
        width: 150px;
    }
}

.div11 {
    overflow: hidden;
}

.div11 .container {
    width: 1200px;
    padding-left: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div11 h2 {
    font: 800 43px "Montserrat", sans-serif;
    color: #000;
}

.div11 h3 {
    font: 800 43px "Montserrat", sans-serif;
    color: #38c4ff;
    margin-bottom: 25px;
}

.div11 p {
    font: 16px "Roboto", sans-serif;
    color: #000;
    max-width: 80%;
}

.div11 h4 {
    font: 700 19px "Roboto", sans-serif;
    margin-bottom: 15px;
    margin-left: 35px;
}

.div11 h5 {
    color: #fff;
    font: 700 19px "Roboto", sans-serif;
    margin-bottom: 15px;
    padding-top: 10px;
    margin-left: 35px;
}

.div11 .left {
    width: 500px;
}

.div11 .right {
    width: 700px;
    height: 582px;
    align-self: flex-end;
    background: url() center no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.div11 .right img {
    width: 350px;
    transform: translate(-18px, -21px);
}

.div11 .left_bottom {
    margin-top: 40px;
    padding-top: 10px;
    background: linear-gradient(to right, #f0f0f0, #e5e5e5);
}

.div11 .left_bottom_block1 {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.div11 .left_bottom_block1_1 {
    color: #38c4ff;
    font: 700 17px "Roboto", sans-serif;
    margin-left: 35px;
    margin-right: 30px;
    max-width: 210px;
}

.div11 .left_bottom_block1_2 {
    color: #000;
    font: italic 16px "Roboto", sans-serif;
    max-width: 266px;
}

.div11 .left_bottom_block2 {
    padding-top: 10px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #019ad9 0%, #34bffa 100%);
    width: 100%;
    color: #fff;
}

.div11 .left_bottom_block2_1 {
    font: 700 17px "Roboto", sans-serif;
    max-width: 200px;
    margin-right: 20px;
    margin-left: 35px;
}

.div11 .left_bottom_block2_2 {
    font: italic 16px "Roboto", sans-serif;
    max-width: 250px;
    margin-right: 5px;
}

.div11 .left_bottom_block2_main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 1300px) {
    .div11 .container {
        padding-left: 10px;
    }
}

@media screen and (max-width: 900px) {
    .div11 .container {
        flex-wrap: wrap;
        width: 100%;
    }

    .div11 .right {
        width: 100%;
    }

    .div11 .left {
        width: 97%;
    }

    .div11 .left_bottom_block1,
    .div11 .left_bottom_block2_main {
        justify-content: space-around;
    }
}

.div12 {
    background: url(./div5.jpg) center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.div12 h2 {
    font: 700 38px "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.div12 h2 span {
    color: #38c4ff;
}

.div12 h3 {
    font: 700 20px "Roboto", sans-serif;
    padding: 35px 0 35px 80px;
}

.div12 .face1 {
    background: url(./div12_1.png) left center no-repeat;
}

.div12 .face2 {
    background: url(./div12_2.png) left center no-repeat;
}

.div12 .face3 {
    background: url(./div12_3.png) left center no-repeat;
}

.div12 .name {
    color: #38c4ff;
}

.div12 .block_main {
    justify-content: space-between;
    display: flex;
}

.div12 .block {
    background: linear-gradient(to bottom, #075677 0%, #061f29 40%);
    padding: 0 17px 25px;
    max-width: 31%;
    box-sizing: border-box;
    font: 16px "Roboto", sans-serif;
}

@media screen and (max-width: 700px) {
    .div12 .block {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .div12 .block_main {
        flex-wrap: wrap;
    }
}

.div13 {
    overflow: hidden;
}

.div13 .container {
    position: relative;
    height: 456px;
    background: url(./div13.jpg) center right no-repeat;
    width: 1150px;
    padding-left: 150px;
}

.div13 .right {
    position: absolute;
    right: 338px;
    bottom: 13px;
    width: 345px;
}

.div13 .left {
    max-width: 400px;
}

.div13 .left:after {
    position: absolute;
    width: 136px;
    height: 135px;
    background: url(./div13label.png) center no-repeat;
    content: "";
    left: 42%;
    top: 40%;
}

.div13 h2 {
    font: 700 47px "Montserrat", sans-serif;
    color: #d72828;
    padding-top: 60px;
    padding-bottom: 37px;
}

.div13 p {
    font: 18px "Roboto", sans-serif;
    color: #000;
    padding-bottom: 40px;
}

.div13 .button {
    display: block;
    background: #38c4ff;
    color: #fff;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    font: 500 17px "Roboto", sans-serif;
    width: 270px;
    cursor: pointer;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.div13 .button:hover {
    background: #18a4cf;
    color: #ddd;
}

@media screen and (max-width: 1086px) {
    .div13 .container {
        width: 100%;
        padding-left: 10px;
    }

    .div13 .right {
        right: 0;
    }

    .div13 .left:after {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .div13 h2 {
        font-size: 40px;
    }

    .div13 .container {
        background-position: -200px 46%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        background-position: 100% 46%;
    }

    .div13 .right {
        order: 1;
        align-self: center;
        position: static;
    }

    .div13 .left {
        order: 2;
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 634px) {
    .div13 .container {
        background-position-x: -200px;
    }
}

.div14 {
    background: url() center #daf4ff;
}

.div14 .container {
    padding-bottom: 30px;
}

.div14 h2 {
    font: 700 40px "Montserrat", sans-serif;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 33px;
}

.div14 .center {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.div14 .center_block {
    max-width: 21%;
}

.div14 .text {
    font: 17px "Roboto", sans-serif;
    color: #000;
    text-align: center;
}

.div14 .image {
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 167px;
    height: 167px;
    border: 2px solid #38c4ff;
    box-shadow: 2px 0 20px #555;
}

.div14 .image1 {
    background: url(./div14_1.png) center no-repeat;
}

.div14 .image2 {
    background: url(./div14_2.png) center no-repeat;
}

.div14 .image3 {
    background: url(./div14_3.png) center no-repeat;
}

.div14 .image4 {
    background: url(./div14_4.png) center no-repeat;
}

.div14 .bottom_text {
    background: yellow;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 28px;
    background-color: #ffcd00;
    padding: 5px 0;
    width: 34%;
    font: 700 18px "Roboto", sans-serif;
}

@media screen and (max-width: 750px) {
    .div14 .center {
        flex-wrap: wrap;
    }

    .div14 .center_block {
        margin-bottom: 22px;
        max-width: 90%;
        width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .div14 .center_block {
        width: 100%;
    }

    .div14 .bottom_text {
        max-width: 450px;
        width: 100%;
    }
}

footer {
    color: #808080;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer a {
    text-decoration: none;
    color: #808080;
}