/* Fonts */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot");
    src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"),
         url("../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"),
         url("../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"),
         url("../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot");
    src: url("../fonts/Roboto/RobotoBlack/RobotoBlack.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Roboto/RobotoBlack/RobotoBlack.woff") format("woff"),
         url("../fonts/Roboto/RobotoBlack/RobotoBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

/* Base Styles */
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    color: #1f1f1f;
    overflow-x: hidden; 
}

img {
    display: block;
    width: 100%;
}

a {
    color: currentColor;
    outline: none;
    text-decoration: none;
    transition: .2s;
}

h1, h2, h3,
h4, h5, h6 {
    font-weight: 300;
}

h1, .f1 {
    font-size: 40px;
    line-height: 44px;
}

h2, .f2 {
    font-size: 36px;
    line-height: 40px;
}

h3, .f3 {
    font-size: 32px;
    line-height: 36px;
}

h4, .f4 {
    font-size: 28px;
    line-height: 32px;
}

h5, .f5 {
    font-size: 22px;
    line-height: 26px;
}

h6, .f6 {
    font-size: 16px;
    line-height: 20px;
}

p {
    line-height: 20px;
}

strong {
    font-weight: 700;
}

@media (max-width: 1229px) {
    body {
        font-size: 14px;
    }

    h1, .f1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2, .f2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3, .f3 {
        font-size: 26px;
        line-height: 30px;
    }

    h4, .f4 {
        font-size: 22px;
        line-height: 26px;
    }

    h5, .f5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6, .f6 {
        font-size: 14px;
        line-height: 18px;
    }

    p {
        line-height: 18px;
    } 

}

@media (max-width: 991px) {
    h1, .f1 {
        font-size: 24px;
        line-height: 28px;
    }

    h2, .f2 {
        font-size: 22px;
        line-height: 26px;
    }

    h3, .f3 {
        font-size: 20px;
        line-height: 24px;
    }

    h4, .f4 {
        font-size: 18px;
        line-height: 22px;
    }

    h5, .f5 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* Component Styles */
.link:hover,
.link:focus {
    opacity: .9;
}

.link:active {
    opacity: .8;
}

.text h1, .text h2, .text h3,
.text h4, .text h5, .text h6 {
    color: #349ad7;
}

.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child),
.text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
.text ol:not(:last-child), .text ul:not(:last-child), .text p:not(:last-child) {
    margin-bottom: 30px;
}

.text a {
    color: #349ad7;
}

.text a:hover,
.text a:focus {
    opacity: .9;
}

.text a:active {
    opacity: .8;
}

.text ol {
    list-style: decimal inside;
}

.text ul {
    list-style: disc inside;
}

.text li {
    line-height: 24px;
}

.text li:not(:last-child) {
    margin-bottom: 5px;
}

.text p {
    line-height: 24px;
}

.text p + ol,
.text p + ul {
    margin-top: -25px;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.toggle__label:before {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    box-shadow: inset 0 0 0 2px #fff;
    transition: .2s;
    margin-right: 8px;
}

.toggle__label:hover:before {
    border-color: #349ad7;
}

.toggle__input:checked + .toggle__label:before {
    background-color: #349ad7;
}

.button {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(to bottom, #fafafa 25%, #e4e4e4);
    color: #349ad7;
    border: 1px solid #349ad7;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .12);
    text-transform: uppercase;
    overflow: hidden;
    padding: 13px 20px;
    transition: .2s;
    cursor: pointer;
    z-index: 1;
}

.button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ccc;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .2s;
    z-index: -1;
}

.button:hover:after,
.button:focus:after {
    opacity: .1;
}

.button:active:after {
    opacity: .2;
}

.button__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.download-button {
    display: inline-block;
    background: linear-gradient(to top, #b5b3b1 0%, #efeded 13%, #fff 24%, #fff 35%, #bfbebd 58%, #dedcd4 100%);
    border-bottom: 5px solid #838383;
    border-radius: 6px;
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .6);
    padding: 8px 10px;
    cursor: pointer;
}

.download-button__inner {
    position: relative;
    min-width: 355px;
    font-size: 25px;
    font-weight: 900;
    background: radial-gradient(ellipse farthest-side at center top, #78ff41 0%, transparent 75%),
                radial-gradient(ellipse closest-corner at center calc(100% - 1px), #c0ff51 0%, transparent 75%),
                linear-gradient(to bottom, #34d027, #1a8611);
    color: #fff;
    border-radius: inherit;
    box-shadow: inset 0 -10px 40px rgba(0, 0, 0, .2),
                0 1px 0 #000,
                0 4px 6px rgba(0, 0, 0, .4);
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 5px 1px rgba(0, 0, 0, .08);
    padding: 25px;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.download-button__inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #78ff41;
    opacity: 0;
    top: 0;
    left: 0;
    transition: .2s;
    z-index: -1;
}

.download-button:hover .download-button__inner:after,
.download-button:focus .download-button__inner:after {
    opacity: .1;
}

.download-button:active .download-button__inner:after {
    opacity: .2;
}

.download-button_with-arrow .download-button__inner {
    padding-left: 80px;
}

.download-button_with-arrow .download-button__inner:before {
    position: absolute;
    width: 80px;
    height: 100%;
    content: "";
    background: url(../img/download_button_arrow.png) center -15px no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 1229px) {
    .button {
        font-size: 18px;
    }

    .download-button__inner {
        min-width: 320px;
        font-size: 22px;
        padding: 22px;
    }
}

@media (max-width: 991px) {
    .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child),
    .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child),
    .text ol:not(:last-child), .text ul:not(:last-child), .text p:not(:last-child) {
        margin-bottom: 15px;
    }

    .text li:not(:last-child) {
        margin-bottom: 5px;
    }

    .text p + ol,
    .text p + ul {
        margin-top: -10px;
    }

    .button {
        font-size: 16px;
    }

    .download-button__inner {
        min-width: 280px;
        font-size: 20px;
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .download-button__inner {
        font-size: 18px;
        padding: 18px;
    }
}

/* Bootstrap Grid Styles */
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

/* Template Styles */
.header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #349ad7;
    top: 0;
    left: 0;
}

.header__container,
.header__row {
    height: 100%;
}

.header__logo {
    display: block;
    max-width: 48px;
    margin: 0 auto;
}

.header__logo:hover,
.header__logo:focus {
    opacity: .8;
}

.header__logo:active {
    opacity: .6;
}

.content {
    flex-grow: 1;
}

.header + .content {
    padding-top: 80px;
}

.section {
    padding: 90px 0;
}

.section:not(.section__subsection):not(.section_gray):nth-last-child(2) {
    padding-bottom: 45px;
}

.section:not(.section__subsection):not(.section_gray):last-child {
    padding: 45px 0 150px;
}

.section__subsection {
    padding: 0;
}

.section__subsection:not(:last-child) {
    margin-bottom: 80px;
}

.section__header {
    text-align: center;
    margin-bottom: 60px;
}

.section_gray {
    background-color: #f1f1f1;
}

.section_inverse {
    background-color: #1f1f1f;
    color: #fff;
}

.main {
    position: relative;
    background: url(../img/main_bg.jpg) center top no-repeat;
    text-align: center;
    padding: 75px 0;
}

.main:after {
    position: absolute;
    width: 100%;
    height: 50px;
    content: "";
    background: linear-gradient(to bottom, transparent, #000);
    opacity: .3;
    user-select: none;
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.main__logo {
    display: inline-block;
}

.main__logo:hover,
.main__logo:focus {
    opacity: .9;
}

.main__logo:active {
    opacity: .8;
}

.main__logo-img {
    max-width: 76px;
    margin: 0 auto;
}

.main__logo-title {
    display: block;
    font-size: 25px;
    font-weight: 900;
    color: #29f41a;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 14px;
}

.main__title {
    max-width: 700px;
    line-height: normal;
    margin: 50px auto 0;
}

.main__download {
    margin-top: 60px;
}

.main__img {
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    margin: 70px 0 -75px;
}

.main__img-img {
    position: relative;
    max-width: 874px;
    margin: 0 auto -335px;
    z-index: 1;
}

.about {
    padding: 60px 0;
}

.about__information-row {
    margin-bottom: -30px;
}

.about__information-col {
    margin-bottom: 30px;
}

.about__img {
    max-width: 280px;
    margin: 0 auto;
}

.about__title span {
    display: block;
    font-size: 25px;
    line-height: normal;
}

.about__text {
    font-weight: 400;
    color: #393939;
    margin-top: 35px;
}

.about__download {
    margin-top: 50px;
}

.about__download-title {
    margin-bottom: 35px;
}

.soft-categories__header {
    margin-bottom: 80px;
}

.soft-categories__list-row {
    margin-bottom: -30px;
}

.soft-categories__list-col {
    margin-bottom: 30px;
}

.soft-categories__item {
    display: block;
    font-size: 21px;
    font-weight: 400;
    background-color: #fff;
    color: #5aa7db;
    border-radius: 10px;
    box-shadow: 0 1px 0 #bbb,
                0 2px 6px rgba(0, 0, 0, .08);
    text-align: center;
    padding: 16px;
}

.soft-categories__item:not(.soft-categories__item_active):hover,
.soft-categories__item:not(.soft-categories__item_active):focus {
    background-color: #fafafa;
}

.soft-categories__item:not(.soft-categories__item_active):active {
    background-color: #f5f5f5;
}

.soft-categories__item_active {
    background-color: #5aa7db;
    color: #fff;
}

.soft-selector__apps-tab:not(.soft-selector__apps-tab_active) {
    display: none;
}

.soft-selector__category:not(:last-child) {
    margin-bottom: 30px;
}

.soft-selector__category-row {
    margin-bottom: -15px;
}

.soft-selector__category-col {
    margin-bottom: 15px;
}

.soft-selector__category-title {
    font-weight: 500;
    margin-bottom: 15px;
}

.soft-selector__app {
    display: inline-flex;
    align-items: center;
}

.soft-selector__app-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 14px;
}

.soft-selector__app-icon img {
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.soft-selector__app-title {
    font-size: 14px;
    font-weight: 400;
}

.soft-selector__download {
    text-align: center;
    margin-top: 50px;
}

.features__cards-row {
    margin-bottom: -30px;
}

.features__cards-col {
    margin-bottom: 30px;
}

.features__card {
    height: 100%;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 45px 15px;
}

.features__card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.features__card-icon img {
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.features__card-title {
    font-weight: 500;
}

.features__card-text {
    margin-top: 12px;
}

.instruction__header {
    margin-bottom: 30px;
}

.instruction__slider.slick-dotted.slick-slider {
    margin: 0;
}

.instruction__slider .slick-prev,
.instruction__slider .slick-next {
    width: 20px;
    height: 230px;
    color: #b9b9b9;
    z-index: 1;
}

.instruction__slider .slick-prev {
    left: 0;
}

.instruction__slider .slick-next {
    right: 0;
}

.instruction__slider .slick-prev:before,
.instruction__slider .slick-prev:after,
.instruction__slider .slick-next:before,
.instruction__slider .slick-next:after {
    position: absolute;
    width: 1px;
    height: 50%;
    content: "";
    background-color: currentColor;
    color: currentColor;
    opacity: 1;
    transition: .2s;
}

.instruction__slider .slick-prev:before,
.instruction__slider .slick-next:before {
    top: 1px;
}

.instruction__slider .slick-prev:after,
.instruction__slider .slick-next:after {
    bottom: 1px;
}

.instruction__slider .slick-prev:before {
    transform: rotate(10deg);
}

.instruction__slider .slick-prev:after {
    transform: rotate(-10deg);
}

.instruction__slider .slick-next:before {
    transform: rotate(-10deg);
}

.instruction__slider .slick-next:after {
    transform: rotate(10deg);
}

.instruction__slider .slick-prev:hover,
.instruction__slider .slick-next:hover {
    color: #349ad7;
}

.instruction__slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.instruction__slider .slick-dots li button:before {
    transition: .2s;
}

.instruction__slider .slick-dots li button:hover:before,
.instruction__slider .slick-dots li button:focus:before {
    color: #349ad7;
    opacity: .5;
}

.instruction__slider .slick-dots li.slick-active button:before {
    color: #349ad7;
    opacity: 1;
}

.instruction__slide {
    max-width: 870px;
    text-align: center;
    margin: 0 auto;
}

.instruction__slide-title {
    margin-bottom: 50px;
}

.instruction__slide-img {
    border: 1px solid #349ad7;
    border-radius: 4px;
    overflow: hidden;
}

.footer {
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.footer__nav-item {
    color: #349bd7;
}

.footer__copyright {
    display: block;
    color: #b1b1b1;
    line-height: 20px;
    margin-top: 60px;
}

@media (max-width: 1229px) {
    .main__img-img {
        max-width: 760px;
    }

    .soft-categories__item {
        font-size: 18px;
    }

    .instruction__slide {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .section:not(.section__subsection) {
        padding: 60px 0;
    }

    .section:not(.section__subsection):not(.section_gray):nth-last-child(2) {
        padding-bottom: 30px;
    }

    .section:not(.section__subsection):not(.section_gray):last-child {
        padding: 30px 0 90px;
    }    

    .section__subsection:not(:last-child) {
        margin-bottom: 60px;
    }

    .section__header {
        margin-bottom: 30px;
    }

    .main__logo-img {
        max-width: 64px;
    }

    .main__logo-title {
        font-size: 20px;
    }    

    .main__img {
        margin-bottom: -60px;
    }

    .main__img-img {
        margin-bottom: -280px;
    }

    .about__title span {
        font-size: 18px;
    }

    .about__text {
        margin-top: 30px;
    }

    .about__download {
        margin-top: 30px;
    }

    .about__download-title {
        margin-bottom: 30px;
    }

    .soft-categories__item {
        font-size: 16px;
    }

    .soft-selector__content {
        padding: 30px 0;
    }    

    .soft-selector__download {
        margin-bottom: 30px;
    }

    .instruction__slide-title {
        margin-bottom: 30px;
    }

    .footer {
        padding: 45px 0;
    }

    .footer__nav-item:not(:last-child) {
        margin-bottom: 15px;
    }    

    .footer__copyright {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .main__title {
        margin-top: 30px;
    }

    .main__download {
        margin-top: 45px;
    }

    .main__img-img {
        margin-bottom: -200px;
    }

    .about__img {
        max-width: 200px;
    }   

    .soft-selector__header-lines,
    .soft-selector__footer-lines {
        text-align: center;
    }

    .soft-selector__footer-lines {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .main__title {
        font-size: 20px;
    }

    .main__img {
        margin-top: 60px;
    }

    .main__img-img {
        margin-bottom: -90px;
    }

    .about__img {
        max-width: 160px;
    }

    .soft-categories__list-row {
        margin-bottom: -15px;
    }

    .soft-categories__list-col {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1229px) {
    .features__card-title {
        font-size: 16px;
        line-height: 20px;
    }

    .instruction__slide-title {
        font-size: 18px;
        line-height: 22px;
    }    
}

@media (min-width: 767px) {
    .soft-selector__header-lines,
    .soft-selector__footer-lines {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .soft-selector__header-lines:before, 
    .soft-selector__header-lines:after,
    .soft-selector__footer-lines:before, 
    .soft-selector__footer-lines:after {
        flex: 1 0 auto;
        position: relative;
        max-width: 100%;
        height: 1px;
        content: "";
        background-color: #b9b9b9;
        top: 13px;
    }

    .soft-selector__header-lines:before,
    .soft-selector__footer-lines:before {
        margin-right: 30px;
    }

    .soft-selector__header-lines:after, 
    .soft-selector__footer-lines:after {
        margin-left: 30px;
    }

    .soft-selector__content,
    .soft-selector__footer {
        margin-top: -13px;
    }

    .soft-selector__content {
        border-left: 1px solid #b9b9b9;
        border-right: 1px solid #b9b9b9;
        padding: 45px 15px;
    } 
}

@media (min-width: 992px) {
    .main__title {
        font-size: 26px;
    }

    .main__img-img:before,
    .main__img-img:after {
        position: absolute;
        height: 100%;
        content: "";
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .main__img-img:before {
        width: calc(100% + 120px);
        background-image: url(../img/main_img_shape1.png);
        top: 90px;
        z-index: -2;
    }

    .main__img-img:after {
        width: calc(100% + 160px);
        background-image: url(../img/main_img_shape2.png);
        top: 140px;    
        z-index: -1;
    }    

    .about__info {
        padding-left: 30px;
    }    

    .soft-selector {
        margin: 0 -20px;
    }

    .soft-selector__category-title {
        font-size: 18px;
    }  

    .soft-selector__header-lines:before, 
    .soft-selector__header-lines:after,
    .soft-selector__footer-lines:before, 
    .soft-selector__footer-lines:after {
        top: 18px;
    }

    .soft-selector__header-lines:before,
    .soft-selector__footer-lines:before {
        margin-right: 45px;
    }

    .soft-selector__header-lines:after, 
    .soft-selector__footer-lines:after {
        margin-left: 45px;
    }    

    .soft-selector__content,
    .soft-selector__footer {
        margin-top: -18px;
    }    

    .soft-selector__content {
        padding: 90px 20px;
    }

    .footer__nav-menu {
        display: flex;
        justify-content: center;
    }
    
    .footer__nav-item:not(:last-child) {
        margin-right: 40px;
    }       

    .footer__copyright {
        font-size: 14px;
    }
}

@media (min-width: 1230px) {
    .soft-selector__header-lines:before, 
    .soft-selector__header-lines:after,
    .soft-selector__footer-lines:before, 
    .soft-selector__footer-lines:after {
        top: 20px;
    }

    .soft-selector__content,
    .soft-selector__footer {
        margin-top: -20px;
    }

    .features__card-title {
        font-size: 19px;
        line-height: 23px;
    }

    .features__card-text {
        font-size: 15px;
    }
}