@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
}



body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.container {
    text-align: center;
}

.mobile_d-block {
    display: none;
}

.btm-bordered {
    border-bottom: 3px solid #41c1da;
}

.text_white {
    color: #ffffff;
}

.bg-gray {
    background-color: #f2f2f2;
}

.block_mb {
    margin-bottom: 240px;
}

.block_mt {
    margin-top: 50px;
}

.block_mb-30 {
    margin-bottom: 50px;
}

.link {
    color: #41c1da;
    cursor: pointer;
    font-size: 20px;
}

    .link:hover {
        color: #1FB1CC;
        letter-spacing: 1px;
        transition: all 0.4s ease 0s;
    }

.small {
    line-height: 0.7;
    font-size: 12px;
}

button:focus {
    outline: none;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(to bottom,#4b4b52 0%,rgba(125,185,232,0) 100%);
}

.beveled {
    position: relative;
    overflow: hidden;
}

    .beveled:after {
        width: 120%;
        height: 200px;
        left: -10%;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        content: "";
        position: absolute;
        bottom: -100px;
    }

.beveled_gray:after {
    background: #f2f2f2;
}

.beveled_white:after {
    background: #ffffff;
}

.beveled_d-gray:after {
    background: #5B5B61;
}

.beveled_blue:after {
    background: #41c1da;
}

.btn-order,
.btn-submit {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    border: none;
    text-transform: uppercase;
    line-height: 60px;
    width: 200px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    background: #41c1da;
    display: inline-block;
}

    .btn-order:focus,
    .btn-submit:focus {
        outline: none;
    }

    .btn-order:hover,
    .btn-submit:hover {
        background: #1FB1CC;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1px;
        transition: all 0.4s ease 0s;
    }


.btn-submit {
    display: block;
    margin: 0 auto;
}

.marker {
    color: #41c1da;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -7px;
}

.marker_top {
    color: #41c1da;
    font-size: 24px;
    vertical-align: middle;
    line-height: 1.2;
    margin-bottom: 15px;
    display: none;
}

.icon {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #41c1da;
    opacity: 0.7;
    transition: all 0.3s ease-out;
}

.icon_hover {
    opacity: 1;
    transform: scale(1.3);
}

.separator {
    display: block;
    width: 130px;
    margin: 0 auto;
    border-bottom: 2px solid #41c1da;
    margin-bottom: 25px;
}

.headling-1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #f2f2f2;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: Rubik, sans-serif;
}

.headling-2 {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 400;
    font-family: Rubik, sans-serif;
    color: #5B5B61;
    margin-bottom: 30px;
}

.headling-3 {
    margin-bottom: 30px;
    font-family: Rubik, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #5B5B61;
}

.headling-4 {
    color: #5B5B61;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    font-size: 26px;
}

.headling-5 {
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #5B5B61;
}

.subheadling {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 22px;
    opacity: 0.5;
}

.subheadling_lg {
    font-size: 26px;
    color: #f2f2f2;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 90px;
}

.main-nav {
    margin-top: 20px;
    margin-bottom: 230px;
}

.main-nav__item {
    font-weight: 400;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    margin: 0 10px;
}

#mainNavContent .navbar-nav .main-nav__item {
    position: relative;
}

    #mainNavContent .navbar-nav .main-nav__item:last-child {
        margin-right: 0;
    }

#mainNavContent .main-nav__item a {
    color: rgba(255,255,255,0.5);
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

    #mainNavContent .main-nav__item a:hover,
    #mainNavContent .main-nav__item a:focus {
        color: #f2f2f2;
    }

#mainNavContent .navbar-toggler:active {
    outline: none;
}

.intro {
    text-align: center;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

.header-text {
    width: 90%;
    text-align: center;
}

.advantage-item {
    background-color: #ffffff;
    padding: 30px;
    height: 390px;
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom: 3px solid #41c1da;
}

.slider {
    visibility: hidden
}

.slick-initialized {
    visibility: visible;
}


.slider__img {
    cursor: pointer;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    bottom: 15px;
}

    .slick-dots li button:before {
        color: #ffffff;
        opacity: 0.6;
    }

    .slick-dots li.slick-active button:before {
        color: #41c1da;
    }

.slick-prev:before {
    color: #ffffff;
    font-size: 30px;
}

.slick-next:before {
    color: #ffffff;
    font-size: 30px;
}

.slider_right .slick-prev {
    left: 5px;
    z-index: 10;
}

.slider_right .slick-next {
    right: 15px;
}

.slider_left .slick-prev {
    left: 5px;
    z-index: 10;
}

.slider_left .slick-next {
    right: 15px;
}

.slider-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px !important;
}

.price-item_wrap {
    text-align: center;
}

.price-item__icon {
    color: #41c1da;
    font-size: 60px;
    height: 60px;
    margin-bottom: 1px;
}

.price-item__icon-img {
    width: 60px;
    height: 60px;
}

.price-item {
    background-color: #ffffff;
    min-height: 300px;
    border-radius: 5px;
    padding: 10px;
    border-top: 2px solid #41c1da;
    margin-bottom: 30px;
}

.price-item__list {
    margin-bottom: 10px;
    height: 170px;
}

.price-item__headling {
    color: #5B5B61;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    font-size: 26px;
    line-height: 2.5;
}

.price-item__content {
    font-size: 16px;
}

.price-item__num {
    font-size: 18px;
    margin-bottom: 5px;
}

.price-item__num_size{
    font-size: 24px;
}

.price-item__features {
    margin-bottom: 30px;
}

.step-d_mobile {
    display: none;
}

.steps-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

.step-item {
    border-top: 15px solid #5B5B61;
    margin-right: 10px;
    width: 190px;
    min-width: 100px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.5;
}

.step-item_active {
    border-color: #41c1da;
    color: #41c1da;
    opacity: 1;
}

.step-item__text {
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
}

.step-content {
    display: none;
}

.step-content_active {
    display: block;
    height: 200px;
}

.steps-box-mobile {
    text-align: left;
    margin-bottom: 50px;
}

.step-item-mobile {
    border-left: 16px solid #f2f2f2;
    min-height: 70px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-item-mobile__text {
    margin-bottom: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.step-item-mobile_active {
    border-left: 15px solid #41c1da;
    color: #41c1da;
}

.step-content-mobile {
    border: 2px solid #ffffff;
    border-left: 2px solid #41c1da;
    margin-left: 7px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.step-content-mobile__text {
    margin-bottom: 0;
}

.about-item {
    margin-bottom: 30px;
    text-align: left;
}

.about-img {
    width: 100%;
}

.about__separator {
    display: block;
    width: 200px;
    border-bottom: 2px solid #41c1da;
    margin-bottom: 30px;
}

.fact-item {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

    .fact-item:last-child {
        margin-bottom: 0px;
    }

.fact-item__num {
    font-size: 100px;
    color: #41c1da;
}

.fact-item__text {
    font-size: 22px;
    text-transform: uppercase;
    color: #5B5B61;
    opacity: 0.5;
    font-family: Rubik, sans-serif;
}

.contacts-item {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.contact-item__text {
    margin-bottom: 0;
    padding-left: 10px;
}

.contacts-item__icon {
    font-size: 42px;
    color: #41c1da;
    border-radius: 15px;
}

.contacts-item__icon-img {
    width: 37px;
    height: 37px;
}

.social-item {
    margin: 40px 0;
    text-align: left;
}

.social-item a{
    text-decoration: none;
}

.social-item a:hover{
    text-decoration: none;
}

.social-icon {
    color: #41c1da;
    font-size: 54px;
    margin-right: 15px;
    opacity: 0.7;
    transition: all 0.3s ease-out;
}

.social-icon:hover {
    opacity: 1;
}

.submit-form {
    margin-bottom: 50px;
}

.form-control {
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #41c1da;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(65,193,218,0.25);
    }

.form-result-err {
    border: 1px solid red;
    border-radius: 5px;
    display: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-result-ok {
    border: 1px solid #41c1da;
    border-radius: 5px;
    display: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.contacts-item_md {
    font-size: 16px;
}

.contacts-item_sm {
    font-size: 12px;
}

.contacts-item_lg {
    font-size: 24px;
}

.map {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.footer {
    background: no-repeat center center;
    background-color: #5B5B61;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    color: #ffffff;
}

.footer__logo-box {
    text-align: left;
}

.footer__logo {
    width: 100px;
}

.footer__nav {
    height: 100%;
    margin-bottom: 0;
}

.footer-nav__item {
    line-height: 2.5;
    padding: 25px 0;
    font-family: Rubik, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

    .footer-nav__item:last-child {
        margin-right: 0px;
    }



/*confidential*/

.conf_politics {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: white;
}

.conf_block {
    margin-top: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 20px;
    border-radius: 5px;
}

.conf_text {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
    text-align: left;
}

.conf-link {
    color: #ffffff;
}

    .conf-link:hover {
        color: #ffffff;
    }

.conf-link_sm {
    color: #41c1da;
}

    .conf-link_sm:hover {
        color: #41c1da;
        text-decoration: none;
    }
