html{
    height: 100%;
}
body {
    font-family: 'Tahoma', sans-serif;
    color: #2C2C2C;
    display: flex;
    flex-direction: column;
    height: 100%;
}
a {
    color: #C4C4C4;
}
a:hover {
    color: #C4C4C4;
    text-decoration: underline;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: 0 none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.btn-primary {
    background-color: #009A61;
    color: #ffffff;
    border-color: #009A61;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #ffffff;
    color: #009A61;
    border-color: #009A61;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: #ffffff;
    color: #009A61;
    border-color: #009A61;
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #ffffff;
    color: #009A61;
    border-color: #009A61;
}
.btn-outline-primary {
    background-color: #ffffff;
    color: #009A61;
    border-color: #009A61;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background: #009A61;
    color: #ffffff;
    border-color: #009A61;
}
.btn-outline-primary:hover i:before,
.btn-outline-primary:focus i:before {
    color: #ffffff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #009A61;
    color: #ffffff;
    border-color: #009A61;
}
.btn-outline-primary.disabled, .btn-primary:disabled {
    background: #009A61;
    color: #ffffff;
    border-color: #009A61;
}
.form-control {
    border: 1px solid #009A61;
}
.custom-control-label::before {
    border: #009A61 solid 1px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009A61;
    background-color: #009A61
}


.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrapper h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'ALS_Gorizont_2.1';
    margin-bottom: 50px;
}

.navbar {
    padding: 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header {
    flex: 0 0 auto;
    width: 100%;
    background-image: url('../images/site/top-banner-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header .navbar .login {
    display: inline-block;
    font-size: 24px;
    color: #009A61;
    padding-left: 14px;
}
.header .navbar-brand img {
    max-width: 100%;
    height: auto;
}
.header .navbar-nav-landing-left .nav-link {
    color: #ffffff;
    font-weight: 500;
}
.header .navbar-nav-landing-left .nav-item {
    margin-left: 30px;
}
.header .navbar-nav-landing-left .nav-item:last-child {
    margin-left: 100px;
}
.header .navbar-nav-landing-right {
    margin-left: auto;
}
.header .navbar-nav-landing-right .nav-link {
    color: #ffffff;
}
.header .navbar-nav-landing-right .nav-item:last-child {
    margin-left: 25px;
}
.header .navbar-nav-landing-right .nav-item .btn-primary {
    min-width: 120px;
}
.header .navbar-nav-landing-right .nav-item .nav-link {
    display: flex;
    align-items: center;
}
.header .navbar-nav-landing-right .nav-item i {
    font-size: 18px;
}
.content {
    flex: 1 0 auto;
}
.top-banner {
    margin-top: 110px;
    padding: 50px 0 150px 0;
}
.top-banner .meta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.top-banner .meta-wrapper .meta {
    padding: 120px 0;
}
.top-banner .meta-wrapper .meta h1 {
    font-family: 'ALS_Gorizont_2.1';
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}
.top-banner .meta-wrapper .meta .descr {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.top-banner .meta-wrapper .meta .btns {
    display: flex;
}
.top-banner .meta-wrapper .meta .btns .btn:last-child {

}
.login-box-wrap {
    position: relative;
}
.login-box-wrap:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -145px;
    bottom: 0;
    background-image: url('../images/site/ninja-top.svg');
    background-repeat: no-repeat;
    width: 215px;
    height: 212px;
}
.login-box {
    width: 100%;
    max-width: 480px;
    min-height: 470px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 #00000080;
    background: rgba(255,255,255, 0.9);
    position: relative;
    z-index: 2;
}
.login-box .login-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}
.login-box .login-head .nav-link {
    font-family: 'ALS_Gorizont_2.1';
    font-size: 18px;
    color: #6D7080;
    padding: 0.5rem 0.1rem 0 0.1rem;
}
.login-box .login-head .nav-link.active {
    color: #009A61;
    border-bottom: 2px solid #009A61;
}
.login-box .login-body {
    padding: 30px 0 20px 0;

}
.login-box .login-content {
    max-width: 260px;
    margin: 0 auto;
}
.login-box .login-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.login-box .form-control {
    border-color: #009A61;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.login-box .btns {
    margin-top: 40px;
    text-align: center;
}
.login-box .btns .btn {
    width: 100%;
    max-width: 182px;
    margin: 0 auto;
}
.login-box .btns .link {
    font-family: 'ALS_Gorizont_2.1';
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    color: #6D7080;
}

.about {
    margin: 80px 0 160px 0;
}
.about .description {
    font-size: 18px;
    margin-bottom: 50px;
}
.about .items {
    background-image: url('../images/site/about-bg.png');
    background-repeat: no-repeat;
    background-position: left 220px top 50px;
    padding-bottom: 180px;
}
.about .item {
    display: flex;
}
.about .item:last-child {
    justify-content: end;
}
.about .item img {
    width: 60px;
    height: auto;
    margin-right: 30px;
}
.about .item .descr {
    margin-top: 35px;
}
.about .item .count {
    font-family: 'ALS_Gorizont_2.1';
    font-size: 76px;
    line-height: 76px;
    color: #009A61;
}
.about .item .text {
    font-family: 'ALS_Gorizont_2.1';
    font-size: 36px;
    line-height: 36px;
    color: #009A61;
}
.map {
    margin: 0 0 80px 0;
}
.map .legend {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    text-align: center;
}
.map .legend input {
    display: none;
}
.map .legend .form-check-label img {
    height: 58px;
    width: auto;
}
.map .legend .form-check-label {
    cursor: pointer;
}
.map .legend .form-check {
    padding-left: 0;
    margin-right: 35px;
}
.map .legend .form-check:last-child {
    margin-right: 0;
}
.map .legend .form-check-label.inactive {
    opacity: .6;
}

.connect {

}
.connect .connect-items {
    display: flex;
    justify-content: space-between;
}
.connect .item {
    width: 42%;
    padding: 90px 40px;
    background-image: url('../images/site/connect-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}
.connect .item h5 {
    font-size: 22px;
    min-height: 53px;
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
}
.connect .item .content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.connect .item .content img {
    margin-right: 25px;
    width: 44px;
    height: auto;
}
.connect .item .content .contact {
    display: flex;
    align-self: center;
    color: #009A61;
    padding: 5px 15px;
    background-color: #fff;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 208px;
    margin-bottom: 10px;
}
.connect .item .content .policy {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: underline;
    padding: 10px 0;
}
.connect .item .content .policy:hover {
    text-decoration: none;
}
.connect .text {
    display: flex;
    align-self: center;
    font-family: 'ALS_Gorizont_2.1';
    font-size: 36px;
    line-height: 36px;
}

.advantages {
    padding: 80px 0;
}
.advantages .advantages-list {
    margin: 70px 0 50px 0;
}
.slider {
    position: relative;
}
.advantages .slider-advantages {
    padding-right: 120px;
}
.slider-advantages .slick-list {
    font-size: 0;
}
.advantages .slider-advantages .item {

}
.advantages .slider-advantages .item img {
    max-width: 100%;
    height: auto;
}
.slider-advantages .slider-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.slider-advantages .slider-btn--prev {
    display: none;
}
.slider-advantages .slider-btn--next {
    right: 0;
}
.slider-advantages .slider-btn i {
    font-size: 50px;
    color: #009A61;
}

.slider .slider-control a {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    padding: 5px;
    font-size: 30px;
    text-decoration: none;
    color: #009A61;
}
.slider .btn-prev {
    left: 0;
}
.slider .btn-next {
    right: 0;
}
.slider .slick-dots {
    margin: 10px 0 0 0;
    padding-left: 0;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slider .slick-dots li.slick-active button {
    background-color: #009A61;
}


.trust {
    padding: 80px 0;
}
.trust .slider-trust {
    margin-top: 100px;
    position: relative;
    padding: 0 40px;
    font-size: 0;
}
.trust .slider-trust .item .img-wrap {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust .slider-trust img {
    max-width: 100%;
    height: auto;
}

.request {
    padding: 80px 0;
}
.request .request-block {
    position: relative;
    margin: 40px 0;
}
.request .request-block:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 830px;
    bottom: 0;
    background-image: url('../images/site/ninja-bottom.svg');
    background-repeat: no-repeat;
    width: 264px;
    height: 199px;
}
.request .request-form {
    display: flex;
    margin: 0 auto;
    position: relative;
    padding: 70px 110px;
    width: 100%;
    max-width: 650px;
    min-height: 608px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.request .request-form form {
    display: flex;
    flex-direction: column;

}
.request .request-form .policy {
    margin-bottom: 20px;
    color: #C4C4C4;
}
.request .request-form .policy a {
    color: #009A61;
    text-decoration: underline;
}
.request .request-form .policy a:hover {
    text-decoration: none;
}
.request .request-form .btn-wrap {
    margin-top: auto;
    text-align: center;
}
.request .input-quantity {
    display: none;
}
#privacy_policy .modal-body {
    font-size: 14px;
}
.faq {
    margin: 80px 0 160px 0;
}
.faq .card {
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #009A61;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.faq .card-header {
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 30px;
    border-bottom: none;
}

.faq .card-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #009A61;
}

.faq .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #009A61;
}

.faq .card-header::after {
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e905';
    color: #009A61;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq .card-header.collapsed::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .card-body {
    font-size: 16px;
    padding: 30px 30px 15px 30px;
}
.terms-conditions-lottery h6 {
    margin-left: 15px;
}
.apps {
    padding: 80px 0 120px 0;
}
/*.apps .nav-tabs {*/
/*    border-bottom: 1px solid transparent;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.apps .nav-tabs .nav-link {*/
/*    margin-bottom: -2px;*/
/*}*/
/*.apps .nav-tabs .nav-link.active {*/

/*}*/
/*.apps .row > [class*=col-] {*/
/*    margin: 0 auto;*/
/*}*/
/*.apps .tab-content {*/
/*    -webkit-border-radius: 0 0 8px 8px;*/
/*    -moz-border-radius: 0 0 8px 8px;*/
/*    border-radius: 0 0 8px 8px;*/
/*    -webkit-box-shadow: 0px 0px 20px 3px rgba(34, 60, 80, 0.2);*/
/*    -moz-box-shadow: 0px 0px 20px 3px rgba(34, 60, 80, 0.2);*/
/*    box-shadow: 0px 0px 20px 3px rgba(34, 60, 80, 0.2);*/
/*    padding: 20px 15px 30px 15px;*/
/*    border: 1px solid #dee2e6;*/
/*}*/
.apps .apps-body {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.apps .apps-body .item {
    margin-top: 30px;
    text-align: center;
}
.apps .apps-body .text {
    margin-bottom: 10px;
}
.apps .apps-body .item .code img {
    width: 148px;
    height: auto;
    margin-bottom: 10px;
}
.apps .img-logo {
    width: 100px;
    height: auto;
    margin-top: 20px;
}

.footer {
    flex: 0 0 auto;
    padding: 40px 0;
    background-color: #000;
    text-align: center;
}
.footer img {
    margin-bottom: 30px;
}
.footer .foot {
    color: #fff;
}
.footer .foot a {
    color: #fff;
    text-decoration: underline;
}
.footer .foot a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

    .wrapper h2 {
        font-size: 32px;
    }

    .header .navbar-brand img {
        max-width: 180px;
    }
    .header .navbar-nav-landing-left .nav-link {
        font-size: 14px;
    }
    .header .navbar-nav-landing-right .nav-item .nav-link {
        font-size: 14px;
    }
    .header .navbar-nav-landing-right .nav-item i {
        font-size: 14px;
    }
    .header .navbar-nav-landing-left .nav-item {
        margin-left: 20px;
    }
    .top-banner .meta-wrapper .meta {
        padding: 100px 0 120px 0;
    }
    .top-banner .meta-wrapper .meta h1 {
        font-size: 32px;
    }
    .top-banner .meta-wrapper .meta .descr {
        font-size: 18px;
    }
    .about .items {
        background-position: left 60px top 50px;
    }
    .connect .item h5 {
        font-size: 20px;
        min-height: auto;
    }
    .request .request-block:after {
        left: 660px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .wrapper h2 {
        font-size: 30px;
    }
    .header .navbar-brand img {
        max-width: 200px;
    }
    .navbar > .container {
        flex-direction: row-reverse;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-collapse {
        background-color: #000;
        margin-left: 15px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .header .navbar-nav-landing-left .nav-item {
        margin-left: 0;
    }
    .header .navbar-nav-landing-left .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-left .nav-link {
        padding: 0.5rem 1rem;
    }
    .header .navbar-nav-landing-right .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-right .nav-item:first-child {
        margin-bottom: 15px;
    }
    .header .navbar-nav-landing-right .nav-link {
        padding: 0.5rem 1rem;
    }

    .top-banner .meta-wrapper .meta {
        padding: 80px 0 110px 0;
    }
    .top-banner .meta-wrapper .meta h1 {
        font-size: 26px;
    }
    .top-banner .meta-wrapper .meta .descr {
        font-size: 16px;
    }
    .about .items {
        background-position: left 60px top 50px;
        background-size: 50%;
        padding-bottom: 90px;
    }
    .about .item img {
        width: 40px;
        margin-right: 20px;
    }
    .about .item .count {
        font-size: 56px;
        line-height: 56px;
    }
    .about .item .text {
        font-size: 26px;
        line-height: 26px;
    }
    .connect .connect-items {
        flex-direction: column;
        width: 70%;
    }
    .connect .item {
        width: 100%;
    }
    .connect .item h5 {
        min-height: auto;
    }
    .connect .text {
        font-size: 30px;
        line-height: 30px;
    }
    .advantages .slider-advantages {
        padding-right: 60px;
    }
    .slider-advantages .slider-btn i {
        font-size: 40px;
    }
    .request .request-block:after {
        display: none;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .wrapper h2 {
        font-size: 28px;
    }
    .btn-lg {
        padding: 0.375rem 0.75rem;
        font-size: 16px;
    }
    .header .navbar-brand img {
        max-width: 200px;
    }
    .navbar > .container {
        flex-direction: row-reverse;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-collapse {
        background-color: #000;
        margin-left: 15px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .header .navbar-nav-landing-left .nav-item {
        margin-left: 0;
    }
    .header .navbar-nav-landing-right .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-right .nav-item:first-child {
        margin-bottom: 15px;
    }
    .header .navbar-nav-landing-left .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-left .nav-link {
        padding: 0.5rem 1rem;
    }
    .header .navbar-nav-landing-right .nav-link {
        padding: 0.5rem 1rem;
    }
    .top-banner {
        padding: 20px 0 0 0;
    }
    .top-banner .meta-wrapper .meta {
        padding: 80px 0 110px 0;
    }
    .top-banner .meta-wrapper .meta h1 {
        font-size: 30px;
    }
    .top-banner .meta-wrapper .meta .descr {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .login-box-wrap:before {
        display: none;
    }
    .about .items {
        background-image: none;
        padding-bottom: 0;
    }
    .about .item {
        margin-bottom: 25px;
    }
    .about .item:last-child {
        justify-content: start;
    }
    .about .item img {
        width: 40px;
        margin-right: 20px;
    }
    .about .item .count {
        font-size: 56px;
        line-height: 56px;
    }
    .about .item .text {
        font-size: 26px;
        line-height: 26px;
    }
    .map .legend .form-check {
        margin-right: 25px;
    }
    .map .legend .form-check-label {
        font-size: 14px;
    }
    .map .legend .form-check-label img {
        height: 46px;
    }
    .connect .connect-items {
        flex-direction: column;
    }
    .connect .item {
        width: 100%;
        padding: 100px 40px;
    }
    .connect .item h5 {
        min-height: auto;
    }
    .connect .text {
        font-size: 30px;
        line-height: 30px;
    }
    .advantages .slider-advantages {
        padding-right: 40px;
    }
    .slider-advantages .slider-btn i {
        font-size: 32px;
    }
    .request .request-form {
        padding: 60px;
        margin: 0 15px;
        min-height: 570px;
    }
    .request .request-block:after {
        display: none;
    }
}

@media (max-width: 575px) {

    h1 {
        font-size: 28px;
    }
    .wrapper h2 {
        font-size: 26px;
    }
    .btn-lg {
        padding: 0.375rem 0.75rem;
        font-size: 16px;
    }
    .header .navbar-brand img {
        max-width: 83px;
    }
    .header .navbar .login {
        padding-right: 14px;
    }
    .navbar > .container {
        flex-direction: row-reverse;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-collapse {
        background-color: #000;
    }
    .navbar-nav {
        margin-top: 10px;
    }

    .header .navbar-nav-landing-left .nav-item {
        margin-left: 0;
    }
    .header .navbar-nav-landing-right .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-right .nav-item:first-child {
        margin-bottom: 15px;
    }
    .header .navbar-nav-landing-left .nav-item:last-child {
        margin-left: 0;
    }
    .header .navbar-nav-landing-left .nav-link {
        padding: 0.5rem 1rem;
    }
    .header .navbar-nav-landing-right .nav-link {
        padding: 0.5rem 1rem;
    }
    .top-banner {
        padding: 20px 0 0 0;
    }
    .top-banner .meta-wrapper .meta {
        padding: 50px 0 80px 0;
    }
    .top-banner .meta-wrapper .meta h1 {
        font-size: 30px;
    }
    .top-banner .meta-wrapper .meta .descr {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .login-box-wrap:before {
        display: none;
    }
    .login-box .login-heading {
        font-size: 22px;
    }
    .login-box .login-head .nav-link {
        font-size: 16px;
    }
    .login-box .login-content {
        max-width: 240px;
    }
    .about {
        margin: 80px 0 60px 0;
    }
    .about .items {
        background-image: none;
        padding-bottom: 0;
    }
    .about .item {
        margin-bottom: 25px;
    }
    .about .item:last-child {
        justify-content: start;
    }
    .about .item .descr {
        margin-top: 30px;
    }
    .about .item img {
        width: 40px;
        margin-right: 20px;
    }
    .about .item .count {
        font-size: 50px;
        line-height: 50px;
    }
    .about .item .text {
        font-size: 22px;
        line-height: 22px;
    }
    .map .legend .form-check {
        margin-right: 22px;
    }
    .map .legend .form-check-label {
        font-size: 12px;
    }
    .map .legend .form-check-label img {
        height: 40px;
    }
    .connect .connect-items {
        flex-direction: column;
    }
    .connect .item {
        width: 100%;
        padding: 80px 20px;
    }
    .connect .item h5 {
        font-size: 20px;
        min-height: auto;
    }
    .connect .item .content img {
        margin-right: 10px;
        width: 38px;
    }
    .connect .item .content .contact {
        margin-bottom: 6px;
    }
    .connect .text {
        font-size: 26px;
        line-height: 26px;
    }
    .advantages .slider-advantages {
        padding-right: 30px;
    }
    .slider-advantages .slider-btn i {
        font-size: 30px;
    }


    .request .request-form {
        padding: 40px 20px;
        font-size: 14px;
        min-height: 480px;
    }
    .request .form-control {
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
    }
    .request .request-block:after {
        display: none;
    }
    .apps .apps-body {
        display: flex;
        justify-content: normal;
        flex-direction: column;
    }
    .apps .nav-tabs .nav-item {

    }
    .apps .nav-tabs .nav-link {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
    }
    .footer img {
        width: 220px;
    }
}
