body{
    scroll-behavior: smooth !important;
}

.strong{
    font-weight: bold;
}

.navbar {
    width: 100%;
    position: fixed;
    z-index: 1100;
    margin-bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: grid;
    grid-template-columns: 0 1fr 4fr 1fr 0;
    grid-gap: 30px;
    padding: 15px 0;
    align-items: center;
}

.navbar .navbar-header{
    display: grid;
    justify-content: center;
}
.nav.navbar-nav{
    white-space: nowrap;
}

.nav_logo img {
    width: 60px;
    max-width: 60px;
}

.nav_btn a{
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    background-color: #006fbf;
    border: 2px solid #006fbf;
    border-radius: 15px;
    transition: all linear 0.2s;
    white-space: nowrap;
}
.nav_btn a:hover{
    color: #000;
    background-color: #ddd;
    border: 2px solid #000;
}

.row {
    margin-top: 50px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #00aeef;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover, .dropdown-menu li > a:hover {
    background-color: #00aeef;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #00aeef;
}


.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}


.navbar-inverse .dropdown-menu {
    background-color: #fff;
}


@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index:9999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup_generic {
    margin: 70px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 1s ease-in-out;
    max-height: 85vh;
    overflow: scroll;
/*    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.popup_generic .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.popup_generic .close:hover {
    color: #06D85F;
}

.player_box video{
    max-width: 100%;
}



.landing-head {
    background-color: #444;
    background-image: url('images/tile1.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
}


.lp-logo {
    width: 200px;
}


.lp-catch-image {
    margin-top: 4rem;
}

.index-banner-col p,
.index-banner-col .index-main-slogan{
    font-size: 3rem;
}

.index-banner__btns .btn{
    font-size: 2rem;
}

.index-banner__wrapper{
    background-image: url('https://www.motiw.ru/wp-content/themes/m3/images/i42.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index-banner {
    padding-top: 12rem;
    padding-bottom: 5%;
    background-color: rgba(1,21,56,0.8);
    color: #fff;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 15px;
}

.common-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #011538;
    text-align: center;
}

.common-banner-col {
    padding: 3.5rem;
}

.main-logo {
    margin: 0 auto;
}

#bottom-logo {
    max-width: 150px;
}

.bg-white {
    background-color: #fff;
}

.index-main-slogan {
    color: #008fe2;
    margin-top: 3%;
    font-weight: normal !important;
    font-size: 3rem;
}

.index-banner__btns{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 30px;
}
.index-banner__btns .btn{
    padding: 15px 40px;
    color: #008fe2;
    border: 2px solid #008fe2;
    border-radius: 15px;
    background: none;
    cursor: pointer;
    transition: all 0.3s linear;
}
.index-banner__btns .btn:hover{
    color: #000;
    border: 2px solid #000;
    background: #fff;
}

.btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.big-colored, input[type=submit] {
    background-color: #00aeef;
    color: #fff;
    padding: 16px 20px;
    font-size: 2rem;
    border: none;
    margin-bottom: 2.5rem;
}

input[type=submit] {
    margin: 5rem auto;
    width: auto;
}

input[type=submit]:disabled {
    background-color: #ccc;
    margin: 5rem auto;
    width: auto;
}

input[name=unlimitedLicenseLM]:disabled + p {
    color: #999;
}

#sendmail label {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 2rem;
}

#sendmail label input, #sendmail label p {
    float: left;
    font-size: 2rem;
}

#sendmail label input {
    margin: 2rem 1rem 1rem 1rem;
    padding: 0px;
    color: #444 !important;
}

#sendmail label p {
    padding: 1rem 1rem 1rem 0px;
    margin: 0px;
}

.big-white {
    background-color: #fff;
    color: #00aeef;
    padding: 16px 20px;
    font-size: 2rem;
    border: none;
    margin-bottom: 1.5rem;
}

.index-banner-phone {
    font-size: 3.5rem;
    color: #fff;
}

.main-system-description .col-class {

}

.main-system-description .col-class:first-child {
/ / text-align: justify;
}

.main-system-description .col-class:last-child {
    padding-left: 0px;
}


.main-system-description .col-class {
    padding: 8rem 6rem;
    font-size: 2rem;
}

.main-system-description-text {
    font-size: 1.9rem;
}

.awards-container {
    overflow: hidden;
    position: relative;
    width: 310px;
    height: 220px;
}

.pcmag {
    position: absolute;
    top: 0px;
    left: 0px;
}

.pcmag img {
    height: 140px;
}

.profit {
    position: absolute;
    top: 0px;
    left: 80px;
    height: 69px;
    width: 120px;
}

.olymp {
    position: absolute;
    top: 75px;
    left: 80px;
    height: 67px;
    width: 224px;
}

.index-banner-phone .glyphicon-earphone {
    color: #000;
    opacity: 0.4;
    font-size: 2.8rem;
}

.index-banner-phone, .index-banner-phone a {
    color: #fff !important;
}

.awards-label {
    position: absolute;
    top: 170px;
    left: 0px;
    font-size: 14px;
    font-style: italic;
    height: 40px;
}


.ready-systems {
    background-color: #f9f8f3;
    margin-bottom: -8rem;
}

.ready-systems .block-header-text, .integration-examples .block-header-text {
    color: #727272;
}

.block-header-text {
    font-size: 5rem;
    padding: 0px;
    margin: 4rem auto;
}

.ready-systems-item {
    padding: 4rem 4rem 4rem 4rem;
    background-color: #f9f8f3;
}


.ready-systems-item:nth-child(2n) {
    background-color: #fcfcfc !important;
}

.ready-systems-index-link {
    text-align: left;
/ / padding-top: 1.5 rem;
    padding-top: 0px;
}

.ready-systems-index-link a {

    font-size: 3.5rem;
    line-height: 3.5rem;
    color: #00aeef;
    text-decoration: underline;
}

.ready-systems-index-description {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
}

.ready-systems-col {
    padding-right: 4rem;
    padding-left: 4rem;
}

.fancybox-skin {
    border-radius: 0px !important;
}

.margin-auto {
    margin: 0 auto;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle !important;
    float: none;
}


.owl-carousel .item {
    background-color: #fff;
    width: 100vw;
}


.owl-carousel .owl-item img {
    width: auto !important;
}

.integration-header {
    font-size: 2rem;
    font-weight: bold;
}

.integration-text {
    font-size: 2rem;
}

.integration-labels h4, .integration-labels p, .integration-labels a {
    text-align: left;
}

.block-padding-1 {
    padding: 0px 4rem 8rem 4rem !important;
}

.integration-text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-right: 8rem;
}

.integration-labels {

}

.integration-col {

}

.documents-block {
    background-color: #00aeef;
    padding-bottom: 8rem;
}


.documents-block-col {
    text-align: center;
}

.color-white {
    color: #fff !important;
}

.footer-block {
    background-color: #011538;
}

.footer-col {
    padding: 8rem;
}

.rms-col {
    text-align: right;
}

.footer-col {
    font-size: 2rem;
    color: #fff;
}


/*
SOME STYLES FROM OLD VERSIONS TO KEEP IT COMPATIBLE
*/

.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #00AEEF;
    color: #484D50;
}

label:not(.no_hover):hover {
    background-color: #00AEEF;
    color: #fff;
}

.label-checkbox, .label-radio {
    font-size: 1.125rem;
}

label {
    display: block;
    float: left;
    width: 23%;
    padding: 5px;
    color: #484D50;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f2f2f2;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

label {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: block;
    float: left;
    width: 23%;
    padding: 5px;
    color: #484D50;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f2f2f2;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

label {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

label, button, input[type=submit], input[type=reset], input[type=button] {
    cursor: pointer;
}

label.no_hover {
    background-color: #fff;
}


.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #00AEEF;
    color: #484D50;
}


.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #00AEEF;
    color: #484D50;
}

.label-checkbox, .label-radio {
    font-size: 1.125rem;
}

label {
    display: block;
    float: left;
    width: 23%;
    padding: 5px;
    color: #484D50;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f2f2f2;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

label {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: block;
    float: left;
    width: 23%;
    padding: 5px;
    color: #484D50;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f2f2f2;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

label {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

label, button, input[type=submit], input[type=reset], input[type=button] {
    cursor: pointer;
}


#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
    display: block;
    padding: 20px 36px 20px 3px;
    background: #fff;
    color: #000000;
}

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
    display: block;
    padding: 20px 36px 20px 3px;
    background: #fff;
    color: #000000;
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.contact_form {
    display: block;
}


.pd-agreement {
    font-size: 2rem;
    padding-bottom: 4rem;
}


.ac-container label, .ac-container label:hover, .contact-h1, .tab-content h1, .tab-content h1, .tab-content h1 span, .tab-content h1 span, .tab-content .colored-subheader {
    width: 100%;
    font-size: 3.5rem !important;
    font-weight: normal !important;
    line-height: 3.5rem !important;
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    padding: 0px !important;
    text-align: left;
    color: #484D50;
    background: transparent;
}

.tab-content h1, .tab-content h1, .tab-content h1 span, .tab-content h1 span {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.tab-content img {
    margin: 0 auto;
}

.ac-container label, .ac-container p, .ac-container ul {
    float: left;
}

.ac-container img {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.ac-container ul {
    width: 100%;
}

.ac-container h2, .entry-summary h2, .entry-summary p i {
    text-align: left !important;

}

.contact-h1 {
    float: left !important;

}


.tab_container p, .tab-content p, .tab-content p span, .entry-summary p, .entry-summary p span, .tab-content ul li, .tab-content ol li {
    font-size: 2rem !important;
    font-family: 'PT Sans', sans-serif !important;
}

.tab-content > ul {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.tab-content h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0px;
}


label {
    font-size: 2rem;
}

.content-container h1, .content-container h1 {
    margin: 8rem 4rem 8rem 0px;
    padding: 0px;
    font-size: 5rem;
    text-align: left;
}

.col-content {
    padding-left: 4rem;
    padding-right: 4rem;
}
.common-banner{
    display: none !important;
}


.common-banner .main-logo {
    max-width: 80%;
}

.footer-rusoft-img {
    max-width: 120px;
}


.content-right-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem;
    background-color: #f9f8f3;
    font-size: 2rem;
}

.contact_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #f9f8f3;
    font-size: 2rem;
    padding: 1rem;
    border: none;
    width: 100%;
}

.col-content-right {
    padding-left: 0px !important;
}

.col-content-right p {
    color: #777;
}


.melody-logo-grey {
    max-width: 150px;
    margin-bottom: 4rem;
}

.solutions-link {
    margin-top: 4rem;
}

#solutions {
    background-color: #fcfcfc;
}

.modal-message-text #form-sending-result {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}

#form-sending-result {
    width: 100%;
    float: left;
}

#ok-link {
    margin: 1rem !important;
}

.modal-message-text #form-sending-result ul {
    margin-left: 0px !important;
}


.footer-logo-col {
    padding-left: 4rem;
}

.footer-rusoft-col {
    padding-right: 4rem;
}

.footer-contacts {
    font-size: 2rem;
}


.col-option-icon h3 {
    text-align: center !important;
    color: #00aeef;
    font-size: 2rem;
}


.row-option-icon {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.col-option-icon p::first-letter {
    text-transform: uppercase;
}


p {
    font-size: 2rem;
}

.grey-color {
    color: #ada1a1;
}

.m1blue-color {
    color: #008fe2;
}

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

.footer-about ul,
.footer-docs-col ul{
    list-style: none;
    margin: 0;
}

.footer-about ul a,
.footer-docs-col ul a{
    color: #fff;
}

.footer-col.footer-partner-col {
    padding: 8rem 1rem 8rem 1rem;
}


.data_table th {
    background-color: #00aeef;
    color: #fff;
    font-weight: normal;
}


.data_table tr:nth-child(2n) td {
    background: #f9f8f3;
}


.data_table th, .data_table td {
    padding: 10px;
    font-size: 2rem;
    border: 1px solid #CCC;
}


@media (max-width: 991px) {
    .col-option-icon {
        margin-bottom: 40px;
    }
}


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

    .big-colored {
        font-size: 2rem;
    }

    .index-banner-phone {
        font-size: 2rem;
    }

    .glyphicon-earphone:before {
        font-size: 1.6rem;
    }

}


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

    .index-banner{
        grid-template-columns: 1fr 3fr 1fr;
    }

    .index-banner-col p,
    .index-banner-col .index-main-slogan{
        font-size: 2rem;
    }

    .index-banner__btns .btn{
        font-size: 1.5rem;
    }

    .solutions-link-awards {
        padding: 1rem !important;
    }


    .index-main-slogan {
        font-size: 2rem;
    }

    label {
        font-size: 2rem;
    }

    .ready-systems-index-description {
        font-size: 2rem;
    }

    .big-white {
        font-size: 2rem !important;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col img {
        margin: 0 auto;
    }

    .footer-col .white-color {
        margin-top: 7rem;
        margin-bottom: 0px;
        font-size: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer-contacts {
        margin: 0px;
        padding: 0px;
    }


    .ready-systems-index-description {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .ready-systems-index-link a {
        font-size: 3.5rem;
    }

    .big-colored {
        padding: 1rem;
    }

    .ready-systems-index-link {
        padding-top: 0px;
    }

    .big-colored {
        font-size: 2rem;
    }


}

@media screen and (max-width: 1100px) {
    .navbar {
        grid-gap: 0;
    }

}


#content3 img, #content4 img {
    margin-right: 4rem;
}

#show_request_modal {
    display: none;
}

#request_modal {
    display: none;
}

#request_modal .fa {
    font-size: 5rem;
}

.modal-header {
    font-size: 2rem;
    text-align: center;
}

.modal-message-text {
    font-size: 2rem;
    text-align: center;
}

.col-award-icon {
    text-align: center;
}

.col-award-icon img.awicon {
    width: 200px;
    margin: 2rem auto;
}

.row-award-icons-about {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #f9f8f3;
    margin-bottom: 4rem;
}

.awards-header {
    background-color: #f9f8f3;
}

.row-products-about {
    background-color: #00aeef;
    text-align: center;
    padding: 4rem;
    margin-bottom: 4rem;
}

.row-products-about p {
    color: #fff;
}

.solutions-link-awards {
    margin-top: 2rem;
    font-size: 2rem;
    padding: 16px 20px;
    font-weight: 400;
    border: none;
}

.col-map {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.checkbox_wrapper .checkbox_label {
    width: 37%;
    font-size: 15px;
    margin-top: 11px;
}

.checkbox_wrapper .checkbox_input {
    display: block;
    width: 14px;
    height: 14px;
}

.checkbox_wrapper:not(.checked) .license_box {
    overflow: hidden;
}

.checkbox_wrapper .license_box {
    max-height: 0px;
    transition: all 0.4s linear;
}

.checkbox_wrapper.checked .license_box {
    max-height: 600px;
    transition: all 0.4s linear;
}

#sendmail.price_form {
    display: grid;
}

#sendmail.price_form .checkbox_wrapper {
    display: grid;
    transition: all 0.4s linear;
}

#sendmail.price_form .checkbox_wrapper.checked:not(.no_subbox) {
    box-shadow: 0 8px 40px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.priceBox {
    font-size: 2.75rem;
    display: grid;
    justify-content: start;
    grid-gap: 30px;
}

.priceBox.body {
    grid-auto-flow: column;
    font-weight: bold;
}

.priceBox.widget {
    grid-gap: 15px;
    font-size: 2.5rem;
}

.priceBox.widget .totalPriceWrapper {
    font-weight: bold;
}

.sub-nav-message {
    color: #fff;
    line-height: 24px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 15px 0;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    animation: pulse_color--white 3s linear infinite;
}

.sub-nav-message:hover {
    color: #fff;
    text-decoration: none;
}

@keyframes pulse_color--white {
    0% {
        color: #fff;

    }
    20% {
        color: #00aeef;
    }
    50% {
        color: #fff;
    }
    75% {
        color: #fff;
    }
    100% {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    .index-banner{
        grid-template-columns: 1fr;
    }
    #menu-melody_menu.nav>li>a,
    .nav_btn a{
        padding: 10px 5px;
    }

    .ready-systems-index-link {
        padding-top: 1.5rem;
    }

    .big-colored, input[type=submit] {

    }

    .main-logo {
        max-width: 100%;
    }

    .content-container h1, .content-container h1, .block-header-text {
        margin: 4rem 1rem;
        padding: 0px;
        font-size: 3.5rem;
    }

    .ready-systems-index-link a {
        font-size: 3rem;
        font-size: 3rem;
    }

    .tab-content h2 {
        font-size: 3.2rem !important;
        line-height: 3.6rem !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        padding: 0px !important;
    }

    .common-banner-col, .index-banner-col {
        padding: 1rem;
    }


    #content3 img, #content4 img {
        float: none;
        display: inherit;
        margin-bottom: 4rem;
        margin-right: auto !important;
    }

    .index-main-slogan {
        padding-left: 3%;
        padding-right: 3%;
    }

    .col-awards {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }


    .awards-container {
        margin: 0 auto;
    }

    .integration-col-logo {
        text-align: center !important;
        margin-left: -4rem;
    }

    .integration-more {
        text-align: center !important;
        margin-left: -8rem;
    }

    .integration-col img {
        margin: 0 auto;
    }

    .price-widget-column {
        display: none;
    }

}


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

    .btn-download-presentation {
        text-align: center !important;
        width: 100% !important;
    }

    .presentation-col {
        padding-right: 4rem !important;
    }

    .common-banner .index-banner-phone {
        text-align: left;
    }


}


@media screen and (max-width: 650px) {
    .popup_generic {
        width: 90%;
        max-height: 75vh;
    }

    .row-products-about {
        padding: 1.5rem !important;
    }


    label {
        font-size: 1.3rem;
    }

    .ready-systems-item {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 2rem;
    }

}


#form-sending-result {

    font-size: 2rem;
    margin-bottom: 4rem;

}


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

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #bottom-logo {
        width: 80% !important;
    }

    .main-logo {
        max-width: 80%;
    }

    .integration-col-logo {
        margin-left: 0px;
    }

    .integration-header {
        text-align: center !important;
    }

    .integration-more {
        margin-left: 0px;
    }

    .index-main-slogan {
        font-size: 2rem;
    }

    .index-banner-phone {
        font-size: 2rem;
    }

    .ready-systems-item, .block-padding-1, .footer-col {

        margin-left: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        padding-right: 0px !important;

    }

    .main-system-description .col-class {
        padding: 4rem !important;
        margin: 0px !important;
    }

    .integration-text {
        display: none;
    }


    .col-content, .col-content-right {
        padding-left: 0;
        padding-right: 0;
    }


    #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
        padding-right: 3px;
    }


    .content-right-wrapper {
        margin-top: 0;
        padding: 1.5rem;
    }

    .col-option-icon {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

    .col-option-icon img {
        width: 50%;
    }

    .col-option-icon p {
        text-align: left;
    }


    .footer-col .white-color {
        margin-top: 0;
    }

    .footer-col {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer-contacts {
        padding-top: 0;
        padding-bottom: 0;
    }

}


@media screen and (max-width: 375px) {
    .col-awards {
        display: none;
    }

    .documents-block {
        padding-left: 0;
        padding-right: 0;
    }

    .main-system-description-text.col-class {
        padding: 4rem 0 !important;
    }

    .ready-systems-col {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .page-block-header {
        padding-left: 0;
        padding-right: 0;
    }

}


.landing-top {
    background-color: #fff;
    background: url('/wp-content/themes/extant/sun-basic-4.svg') bottom center no-repeat;
    background-size: cover;
}


.landing-head h1 {
    color: #fff;
    text-align: center;
    font-size: 6rem;
}


.landing-block, .landing-top, .lp-desc-block, .landing-bottom, .landing-terms {
    padding: 4rem 0;
}

.landing-head {
    padding: 4rem 0 0 0;
}


.lp-catch-block h1 {
    font-size: 3.5rem;
    color: #00aeef;
    padding-bottom: 3.5rem;
}

.lp-desc-text h1 {
    font-size: 3.5rem;
    color: #fff;
    padding-bottom: 3.5rem;
}

.lp-catch-block p, .lp-catch-block li {
    font-size: 2rem;
}

.landing-block-dark {
    background-color: #00aeef;
}

.lp-desc-text, .lp-desc-text p {
    font-size: 2rem;
    color: #fff;
}

.lp-desc-text {
    padding-bottom: 1.5rem;
}

.landing-terms {
    padding-top: 0;
}

.landing-btn {
    margin-top: 3.5rem;
}

.landing-btn-p {
    margin: 0;
    padding: 0;
}

.lp-catch-block h1, .lp-desc-text h1 {
    margin-top: 0.5rem;
}

.lp-desc-block img {
    margin-top: 1.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


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

    .landing-head h1 {
        font-size: 4rem;
    }

}


@media screen and (max-width: 991px) {
    .landing-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-btn-p {
        text-align: center;
    }


    .footer-landing .footer-col .white-color {
        margin-bottom: 7rem;
        margin-top: 0;
        font-size: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }


}
