*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

header,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,h2,h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@font-face {
    font-family: roboto-regular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: roboto-medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoMedium/RobotoMedium.eot);
    src: url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"),url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype")
}

@font-face {
    font-family: roboto-bold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::-moz-selection {
    background-color: #3560e8;
    color: #fff
}

::selection {
    background-color: #3560e8;
    color: #fff
}

.page {
    font-family: roboto-medium,sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px
}

.button button {
    cursor: pointer;
    padding: 6px 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.25);
    box-shadow: 0 3px 4px rgba(0,0,0,.25)
}

.button button:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
    -webkit-box-shadow: none;
    box-shadow: none
}

.button--blue button {
    background-color: rgba(39,36,159,.8)
}

.button--red button {
    background-color: rgba(2, 187, 16, 0.8);
}

.button--blue-2 button {
    background-color: rgba(53,96,232,.8)
}

.button--green button {
    background-color: rgba(16,175,72,.8)
}

.button--blue-2 button,
.button--green button {
    min-width: 200px;
    white-space: normal;
    text-align: center;
    padding: 10px 20px;
    line-height: 1.4;
}

.header {
    background-image: url(../img/header_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    max-height: 557px;
    z-index: 30
}

.header__bg_color {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(53,96,232,.8)
}

.header__wrap {
    position: relative;
    z-index: 10;
    padding: 18px 18px;
    max-width: 1140px;
    margin: auto
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo_tech_support_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__buttons_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tech_support__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tech_support__icon {
    margin-right: 6px
}

.tech_support__text {
    margin: 0;
    font-size: 14px
}

.m-right {
    margin-right: 30px
}

.header_content {
    margin-top: 90px;
    position: relative
}

.header_content__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 37px 0 64px
}

.header_content__header_text__buttons_wrap_wrap {
    position: relative
}

.header_content__buttons_wrap {
    width: 80%
}

.header_content__buttons_wrap button {
    width: 100%
}

.mug {
    width: 460px;
    margin-right: 10px
}

.mug__img {
    width: 100%
}

.header_text__title {
    font-size: 62px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    -webkit-text-stroke: 2px #ffffff;
}

.header_text__text_1 {
    font-size: 24px;
    margin-bottom: 6px
}

.header_text__list {
    font-size: 20px
}

.header_text__text_2 {
    font-size: 12px;
    max-width: 426px
}

.m-botttom {
    margin-bottom: 25px
}

.features {
    padding-top: 80px;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    background-color: #f5f5f5;
    z-index: 9
}

.features__wrap {
    position: relative;
    z-index: 10;
    padding: 18px 18px;
    max-width: 1140px;
    margin: auto
}

.features__features_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features__buttons_wrap {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 38px 0
}

.features__features_buttons_wrap {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.question {
    text-align: center;
    font-family: roboto-bold,sans-serif;
    color: #54565a;
    font-size: 18px
}

.section_name {
    margin-bottom: 100px
}

.section_name__text {
    text-align: center;
    color: #2c2e30;
    font-size: 32px;
    font-family: roboto-bold,sans-serif
}

.feature {
    width: 49%;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.feature__wrap {
    position: relative
}

.feature__img {
    width: 100%
}

.feature:nth-child(odd) {
    margin-right: 2%
}

.feature-caption {
    position: absolute;
    background-color: rgba(53,96,232,.8);
    bottom: 0;
    width: 100%;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    min-height: 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feature-caption__text {
    font-family: roboto-regular,sans-serif;
    font-size: 18px;
    text-align: center
}

.profits {
    padding-top: 80px;
    position: relative;
    background-color: #fff;
    z-index: 8
}

.profits__wrap {
    position: relative;
    z-index: 10;
    padding: 18px 18px;
    max-width: 1140px;
    margin: auto
}

.profits__profits_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profits__buttons_wrap {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 38px 0
}

.profits__features_buttons_wrap {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profit {
    background-color: rgba(53,96,232,.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 20px 15px 30px;
    width: 49%;
    position: relative;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.profit__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profit__icon {
    font-size: 60px;
    margin-right: 25px
}

.profit:nth-child(odd) {
    margin-right: 2%
}

.profit-caption__title {
    font-size: 24px;
    font-family: roboto-bold,sans-serif
}

.profit-caption__text {
    font-family: roboto-regular,sans-serif;
    font-size: 16px
}

#constructor-oppor {
    padding-top: 80px;
    padding-bottom: 40px;
}

#adminpanel-oppor {
    padding-bottom: 80px;
}

.oppor {
    position: relative;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25) inset;
    z-index: 8
}

.oppor__wrap {
    position: relative;
    z-index: 10;
    padding: 18px 18px;
    max-width: 1140px;
    margin: auto
}

.mtsect-name {
    margin-top: 80px
}

.text_block {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(53,96,232,.8)
}

.text_block__wrap {
    padding: 20px;
    background-image: url(../img/svg_50.png);
    background-repeat: repeat-y;
    background-position: 0 100%
}

.text_block__text {
    font-family: roboto-regular,sans-serif;
    font-size: 18px
}

.text_block__list li {
    font-family: roboto-regular,sans-serif;
    font-size: 14px
}

@media (max-width: 1199.98px) {
    .header_content__wrap {
        padding:0 37px 0 24px
    }

    .profit__icon {
        font-size: 40px
    }

    .profit-caption__title {
        font-size: 20px
    }

    .profit-caption__text {
        font-size: 12px
    }

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

    .header__logo_tech_support_wrap {
        margin-top: 0;
        padding-top: 0;
    }

    .header__buttons_wrap {
        margin-top: auto;
    }
}

@media (max-width: 991.98px) {


    .tech_support__icon {
        margin-right: 4px
    }

    .tech_support__text {
        margin: 0;
        font-size: 12px
    }

    .m-right {
        margin-right: 15px
    }

    .header_content {
        margin-top: 20px
    }

    .header_content__wrap {
        padding: 0 17px 0 4px
    }

    .mug__img {
        position: relative;
        top: 60px
    }

    .header_text {
        margin-top: 40px
    }

    .header_text__title {
        font-size: 56px;
        letter-spacing: 2px;
        margin-bottom: 16px;
        -webkit-text-stroke: 1px #ffffff;
    }

    .header_text__text_1 {
        font-size: 22px;
        margin-bottom: 6px
    }

    .header_text__list {
        font-size: 18px
    }

    .header_text__text_2 {
        font-size: 10px;
        max-width: 426px
    }

    .media-fz-button button {
        font-size: 14px!important
    }

    .section_name__text {
        font-size: 28px
    }

    .text_block__wrap {
        padding: 18px
    }

    .text_block__text {
        font-size: 16px
    }

    .text_block__list li {
        font-size: 12px
    }

    #constructor-oppor {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .profits {
        padding-top: 20px
    }

    .oppor {
        padding-top: 0px
    }

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

    .header__logo_tech_support_wrap {
        margin-top: 0;
        padding-top: 0;
    }

    .header__buttons_wrap {
        margin-top: auto;
    }
}

@media (max-width: 736px) {
    .header {
        max-height:none
    }

    .header__buttons_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__buttons_wrap a {
        width: 100%;
        display: block
    }

    .header__buttons_wrap .button {
        width: 100%
    }

    .header__buttons_wrap button {
        width: 100%
    }

    .header__wrap {
        padding: 20px 20px 40px 20px
    }

    .m-right {
        margin-right: 0;
        margin-bottom: 14px
    }

    .header_content {
        margin-top: 20px
    }

    .header_content__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header_content__buttons_wrap {
        width: 100%
    }

    .header_content__buttons_wrap button {
        width: 100%
    }

    .header_text {
        margin: 0;
        text-align: center
    }

    .header_text__title {
        font-size: 48px;
        letter-spacing: 2px;
        margin-bottom: 14px;
        -webkit-text-stroke: 1px #ffffff;
    }

    .header_text__text_1 {
        font-size: 18px;
        margin-bottom: 4px
    }

    .header_text__list {
        text-align: left;
        font-size: 14px
    }

    .header_text__text_2 {
        font-size: 10px;
        max-width: 426px
    }

    .mug {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 260px;
        display: none
    }

    .features {
        padding-top: 40px
    }

    .profits {
        padding-top: 20px
    }

    .section_name {
        margin-bottom: 50px
    }

    .section_name__text {
        font-size: 24px
    }

    .feature-caption {
        padding: 5px;
        min-height: 55px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-bottom-left-radius: 6px;

    }

    .feature-caption__text {
        font-size: 14px
    }

    .profit {
        padding: 15px 10px 10px 15px
    }

    .profit__icon {
        font-size: 30px;
        margin-right: 15px
    }

    .profit-caption__title {
        font-size: 18px
    }

    .profit-caption__text {
        font-size: 12px
    }

    .oppor {
        padding-top: 0px
    }

    .mtsect-name {
        margin-top: 40px
    }

    #constructor-oppor {
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .header__logo_tech_support_wrap {
        margin-top: 0;
        padding-top: 0;
    }

    .header__buttons_wrap {
        margin-top: auto;
    }
}

@media (max-width: 575.98px) {

    .tech_support span {
        display: none
    }

    .header__buttons_wrap button {
        padding: 6px 10px
    }

    .question__text {
        font-size: 14px
    }

    .section_name {
        margin-bottom: 30px
    }

    .section_name__text {
        font-size: 16px
    }

    .features__features_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .features__buttons_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 16px 0
    }

    .features__features_buttons_wrap {
        width: 100%
    }

    .features__features_buttons_wrap .button {
        width: 100%
    }

    .features__features_buttons_wrap button {
        width: 100%
    }

    .mr-b {
        margin-bottom: 20px
    }

    .feature {
        width: 100%;
        margin-bottom: 25px
    }

    .feature:nth-child(odd) {
        margin-right: 0
    }

    .profits__profits_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profits__buttons_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 16px 0
    }

    .profits__features_buttons_wrap {
        width: 100%
    }

    .profits__features_buttons_wrap .button {
        width: 100%
    }

    .profits__features_buttons_wrap button {
        width: 100%
    }

    .profit {
        width: 100%;
        margin-bottom: 25px
    }

    .profit:nth-child(odd) {
        margin-right: 0
    }

    .text_block__wrap {
        padding: 15px
    }

    .text_block__text {
        font-size: 14px
    }

    .text_block__list li {
        font-size: 10px
    }

    #constructor-oppor {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .profits {
        padding-top: 20px
    }

    .oppor {
        padding-top: 0px
    }

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

    .header__logo_tech_support_wrap {
        margin-top: 0;
        padding-top: 0;
    }

    .header__buttons_wrap {
        margin-top: auto;
    }
    .header_text__title {
        -webkit-text-stroke: 1px #ffffff;
    }
}