.h1 {
    font: 700 48px "Roboto", sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 25px 0 25px;
}
.btn_green {
    font: 700 16px "Roboto", sans-serif;
    border-radius: 5px;
    padding: 9px 20px;
    display: inline-block;
    cursor:pointer;
}
.btn_green:hover, .btn_green:focus {
    background: #159a3c;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.welcome {
    /*padding: 90px 0 70px;*/
    margin: -78px auto 0;
    padding: 0 15px;
}
.welcome .row {
    display: flex;
    align-items: center;
    height: 100vh;
}
.welcome p {
    font: 400 20px "Roboto", sans-serif;
    line-height: 23px;
    color: #000;
    margin: 0 0 45px;
    max-width: 90%;
}
.solo_logo img {
    width: initial;
}
.welcome_image_block {
    position: relative;
    z-index: 1;
    text-align: right;
}
.welcome_image_block > img {
    width: 520px;
}
.welcome_image_block .transition_items {
    position: absolute;
    width: 520px;
    height: 365px;
    right: 15px;
    top: 0;
}
.welcome_image_block .transition_items span {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #F8E342;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    box-shadow: 0 0 0 0 rgba(248,227,66,.4);
}
.welcome_image_block .transition_items span.item_1 {
    top: 15%;
    left: -17px;
    animation: 6s pulse 3s infinite;
}
.welcome_image_block .transition_items .item_1 img {
    max-width: 48px;
    max-height: 36px;
}
.welcome_image_block .transition_items span.item_2 {
    width: 117px;
    height: 117px;
    top: -5%;
    left: 36%;
    animation: 6s pulse 5s infinite;
}
.welcome_image_block .transition_items .item_2 img {
    max-width: 71px;
    max-height: 53px;
}
.welcome_image_block .transition_items span.item_3 {
    width: 70px;
    height: 70px;
    top: 5%;
    right: 13%;
    animation: 6s pulse 6.5s infinite;
}
.welcome_image_block .transition_items .item_3 img {
    max-width: 39px;
    max-height: 33px;
}
.welcome_image_block .transition_items span.item_4 {
    width: 122px;
    height: 122px;
    top: 48%;
    right: 0;
    animation: 6s pulse 4s infinite;
}
.welcome_image_block .transition_items .item_4 img {
    max-width: 72px;
    max-height: 60px;
}
.welcome_image_block .transition_items span.item_5 {
    width: 90px;
    height: 90px;
    bottom: -15%;
    left: 51%;
    z-index: 1;
    animation: 6s pulse 1.5s infinite;
}
.welcome_image_block .transition_items .item_5 img {
    max-width: 48px;
    max-height: 49px;
}
.welcome_image_block .transition_items span.item_6 {
    width: 105px;
    height: 105px;
    bottom: 2%;
    left: 3%;
    animation: 6s pulse 0s infinite;
}
.welcome_image_block .transition_items .item_6 img {
    max-width: 59px;
    max-height: 51px;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    30% { box-shadow: 0 0 0 15px rgba(248,227,66,.4);}
    60% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    100% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
}
@-webkit-keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    30% { box-shadow: 0 0 0 15px rgba(248,227,66,.4);}
    60% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    100% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
}

.correspondence .row > div {
    background: #F8E342;
    border-radius: 10px;
    border: 3px solid #F8E342;
    padding: 30px 20px 30px 40px;
    font: 400 18px "Roboto", sans-serif;
    line-height: 21px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.correspondence .row > div:nth-of-type(3) {
    background: #fff;
}
.correspondence .row > div:after,
.correspondence .row > div:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid #F8E342;
    border-left: 20px solid #F8E342;
    bottom: -40px;
    left: 50px;
    z-index: -1;
}
.correspondence .row > div:after {
    border-top: 7px solid #F8E342;
    bottom: -11px;
}
.correspondence .row > div:nth-of-type(1):before,
.correspondence .row > div:nth-of-type(1):after {
    content: unset;
}
.correspondence .row > div:nth-of-type(3):before {
    left: unset;
    right: 50px;
    border-left: 20px solid #F8E342;
    transform: rotate(90deg);
}
.correspondence .row > div:nth-of-type(3):after {
    border-top: 19px solid #fff;
    bottom: -33px;
    border-left: 19px solid #fff;
    left: unset;
    right: 53px;
    transform: rotate(90deg);
    z-index: 2;
}
.correspondence .row > div > span {
    font: 700 18px "Roboto", sans-serif;
}
.correspondence .row > div.capabilities {
    margin: 180px 0 240px;
    padding: 0;
    border: none;
}
.correspondence .row > div.capabilities .title_block,
.correspondence .row > div.capabilities .list_block {
    background: #FFF;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.correspondence .row > div.capabilities > div {
    margin: 0 8%;
    float: left;
    width: 36%;
}
.correspondence .row > div.capabilities > div:nth-of-type(odd) {
    width: 32%;
}
.correspondence .row > div.capabilities .title_block {
    padding: 50px 20px 110px;
    margin-top: -80px;
}
.correspondence .row > div.capabilities .title_block img {
    max-width:75px;
    display: block;
}
.correspondence .row > div.capabilities .title_block h2 {
    font: 700 32px "Roboto", sans-serif;
    line-height: 105.69%;
    text-transform: uppercase;
    margin: 0;
}
.correspondence .row > div.capabilities .list_block ul {
    padding: 35px 0 25px 60px;
    margin: 0;
    text-align: left;
}
.correspondence .row > div.capabilities .list_block.second ul {
    padding: 35px 0 20px 60px;
}
.correspondence .row > div.capabilities .list_block {
    text-align: center;
    margin-top: -120px;
}
.correspondence .row > div.capabilities .list_block li {
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 160%;
}
.correspondence .row > div.capabilities .list_block li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #18BF49;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}
.correspondence .row > div.capabilities .list_block.second {
    margin-top: 30px;
    margin-bottom: -140px;
}
.correspondence .row > div.capabilities .list_block.second li:last-of-type::before {
    background-color: #F8E342;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fff' d='M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 11px;
}
.correspondence .row > div.capabilities .btn_green {
    margin:0 0 35px;
}
.correspondence .row > div.capabilities .img_block {
    position: relative;
}
.correspondence .row > div.capabilities .inner_block {
    max-height: 437px;
    overflow: hidden;
}
.correspondence .row > div.capabilities .img_block .small_phone {
    max-width: 158px;
    position: absolute;
    right: -55px;
    bottom: -80px;
}
.unique_modules {
    margin-bottom: 130px;
    overflow: hidden;
}
.unique_modules .h2,
.functional_table .h2 {
    font: 700 48px "Roboto", sans-serif;
    line-height: 51px;
    text-align: left;
    margin: 0 0 20px;
    color: #000;
}
.unique_modules p,
.functional_table > p {
    font: 400 18px "Roboto", sans-serif;
    line-height: 21px;
    color: #000;
    margin: 0 0 40px;
}
.unique_modules .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.unique_modules .row > div {
    padding: 0 15px;
}
.unique_modules a {
    height: 155px;
    font: 400 14px "Roboto", sans-serif;
    line-height: 16px;
    color: #000;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border: 3px solid transparent;
    border-radius: 10px;
    transition: all .3s;
    margin: 0 0 10px;
}
.unique_modules a:hover {
    text-decoration: none;
    border: 3px solid #F8E342;
    /*font: 400 16px "Roboto", sans-serif;*/
    /*line-height: 20px;*/
}
.unique_modules a img {
    max-width: 45px;
    max-height: 45px;
    margin: 0 0 15px;
    transition: all .3s;
    transform: scale(1);
}
.unique_modules a:hover img {
    transform: scale(1.2);
}
.integration {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 0 150px;
}
.integration > div {
    float: left;
    width: 450px;
}
.integration > div.integration_right {
    padding-left: 410px;
    width: calc(100% - 450px);
}

.integration_right img {
    max-width: 215px;
    margin: 0 0 10px;
}
.yellow_block {
    background: #F8E342;
    border-radius: 15px 0 0 15px;
    padding: 15px 20% 15px 20px;
    font: 400 18px "Roboto", sans-serif;
    line-height: 21px;
    position: relative;
}
.yellow_block:before {
    content: '';
    display: block;
    width: 410px;
    height: 3px;
    background: linear-gradient(270.01deg, #F8E342 34.61%, rgba(248, 227, 66, 0) 99.56%);
    position: absolute;
    left: -410px;
    top: 50%;
    transform: translateY(-50%);
}
.integration_left .rotate_wrapper {
    width: 700px;
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}
.rotate_wrapper .rotate_circles {
    position: relative;
    width: 300px;
    height: 300px;
}
.rotate_wrapper .rotate_circles img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.rotate_wrapper .server {
    max-width: 75px;
}
.rotate_wrapper .rotate_circles img.inner_circle {
    width: 150px;
    height: 150px;
    animation: rotating 15s linear infinite;
    top: 73px;
    left: 73px;
}
.rotate_wrapper .rotate_circles img.middle_circle {
    width: 225px;
    height: 225px;
    animation: rotating 9s linear infinite;
    top: 38px;
    left: 38px;
}
.rotate_wrapper .rotate_circles img.outer_circle {
    width: 300px;
    height: 300px;
    animation: rotating 26s linear infinite;
    top: 0;
    left: 0;
}
.rotate_logo {
    position: absolute;
    height: 100%;
    width: 100%;
    animation: rotating 30s linear infinite;
}
.rotate_logo span {
    width: 140px;
    height: 65px;
    position: absolute;
    animation: rotating_logo 30s linear infinite;
    background: center / contain no-repeat;
}
.rotate_logo span:nth-of-type(1) {
    top: 5%;
    left: 45%;
}
.rotate_logo span:nth-of-type(2) {
    top: 20%;
    right: 4%;
}
.rotate_logo span:nth-of-type(3) {
    top: 50%;
    right: -5%;
}
.rotate_logo span:nth-of-type(4) {
    top: 80%;
    right: 13%;
}
.rotate_logo span:nth-of-type(5) {
    bottom: 5%;
    left: 36%;
}
.rotate_logo span:nth-of-type(6) {
    top: 73%;
    left: 5%;
}
.rotate_logo span:nth-of-type(7) {
    top: 44%;
    left: -9px;
}
.rotate_logo span:nth-of-type(8) {
    top: 15%;
    left: 15%;
}
.rotate_logo span > img {
    width: initial;
}
@-webkit-keyframes rotating {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes rotating {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotating_logo {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
@keyframes rotating_logo {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.solomono_market {
    margin: 0 auto 90px;
}
.solomono_market .row {
    display: flex;
    align-items: center;
}
.solomono_market .row div:nth-of-type(2) {
    padding-left: 50px;
}
.solomono_market .h3 {
    font: 700 32px 'Roboto', sans-serif;
    line-height: 37px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
}
.solomono_market p {
    font: 400 16px 'Roboto', sans-serif;
    line-height: 19px;
    text-align: right;
    color: #000;
    margin: 0 0 20px;
}
.solomono_market .btn_green {
    float: right;
}
.functional_table {
    margin: 0 auto 150px;
}
.functional_table img {
    width: initial;
}
.functional_table .choise-form-output .choise-head div:first-child,
.functional_table .choise-form-output .choise-body div:first-child {
    max-width: 50%;
    width: 50%;
}
.functional_table .choise-form-output .form-search-input {
    max-width: 350px;
}
@media (max-width: 1199px) {
    .welcome_image_block .transition_items {
        width: 470px;
        height: 340px;
    }
    .welcome_image_block .transition_items span.item_1 {
        top: 14%;
    }
    .welcome_image_block .transition_items span.item_2 {
        left: 35%;
    }
    .welcome_image_block .transition_items span.item_3 {
        right: 12%;
    }
    .welcome_image_block .transition_items span.item_4 {
        top: 45%;
    }
    .welcome_image_block .transition_items span.item_6 {
        left: 2%;
    }
    .correspondence .row > div.capabilities .list_block ul {
        padding: 25px 0 25px 40px;
    }
    .correspondence .row > div.capabilities .list_block.second ul {
        padding: 25px 0 15px 40px;
    }
    .correspondence .row > div.capabilities .btn_green {
        margin: 0 0 25px;
    }
    .correspondence .row > div.capabilities .list_block li {
        margin: 0 0 5px;
    }
    .correspondence .row > div.capabilities .inner_block {
        max-height: 365px;
    }
    .integration > div {
        width: 450px;
    }
    .integration > div.integration_right {
        padding-left: 160px;
        width: calc(100% - 450px);
    }
    .yellow_block:before {
        width: 160px;
        left: -160px;
    }
    .yellow_block {
        padding: 15px 6% 15px 20px;
    }
}
@media (max-width: 991px) {
    /*.welcome {*/
    /*    margin: 0 auto;*/
    /*}*/
    .welcome .row {
        flex-direction: column;
        justify-content: center;
    }
    .welcome .row > div {
        text-align: center;
    }
    .welcome .solo_logo {
        display: block;
        text-align: center;
    }
    .welcome_image_block {
        max-width: 423px;
        margin: 5% auto 0;
    }
    .welcome_image_block > img {
        width: 423px;
    }
    .welcome_image_block .transition_items {
        width: 423px;
        height: 305px;
    }
    .welcome_image_block .transition_items span.item_1 {
        top: 12%;
    }
    .welcome_image_block .transition_items span.item_2 {
        left: 34%;
    }
    .welcome_image_block .transition_items span.item_3 {
        right: 11%;
    }
    .welcome_image_block .transition_items span.item_4 {
        top: 43%;
    }
    .welcome_image_block .transition_items span.item_5 {
        left: 50%;
    }
    .h1 {
        font: 700 32px "Roboto", sans-serif;
        line-height: 38px;
        margin: 15px 0;
        text-align: center;
    }
    .welcome p {
        margin: 0 0 30px;
        max-width: 100%;
        text-align: center;
    }
    .correspondence .row > div {
        padding: 20px;
        font: 400 16px "Roboto", sans-serif;
        line-height: 19px;
    }
    .correspondence .row > div.capabilities .title_block {
        padding: 35px 20px 70px;
    }
    .correspondence .row > div.capabilities .title_block h2 {
        font: 700 28px "Roboto", sans-serif;
        line-height: 32px;
    }
    .correspondence .row > div.capabilities > div {
        margin: 0 3%;
        width: 47%;
    }
    .correspondence .row > div.capabilities > div:nth-of-type(odd) {
        width: 41%;
    }
    .correspondence .row > div.capabilities .list_block li {
        font-size: 16px;
        line-height: 24px;
    }
    .correspondence .row > div.capabilities .inner_block {
        max-height: 295px;
    }
    .correspondence .row > div.capabilities .img_block img {
        max-width: 255px;
        float: right;
    }
    .correspondence .row > div.capabilities .img_block .small_phone {
        max-width: 110px;
        right: -22px;
        bottom: -49px;
    }
    .unique_modules .h2,
    .functional_table .h2 {
        font: 700 36px "Roboto", sans-serif;
        line-height: 38px;
    }
    .unique_modules p,
    .functional_table > p {
        font: 400 16px "Roboto", sans-serif;
        line-height: 19px;
    }
    .unique_modules {
        margin-bottom: 70px;
    }
    .integration {
        padding: 20px 0;
    }
    .integration > div {
        width: 280px;
    }
    .integration_left .rotate_wrapper {
        width: 550px;
        height: 550px;
    }
    .rotate_logo span {
        width: 110px;
        height: 55px;
    }
    .integration > div.integration_right {
        width: calc(100% - 280px);
    }
    .rotate_logo span:nth-of-type(1) {
        top: 2%;
        left: 47%;
    }
    .rotate_logo span:nth-of-type(5) {
        bottom: 0;
        left: 37%;
    }
    .rotate_logo span:nth-of-type(8) {
        top: 9%;
        left: 13%;
    }
    .yellow_block {
        padding: 15px;
        font: 400 16px "Roboto", sans-serif;
        line-height: 19px;
    }
    .yellow_block:before {
        width: 100px;
        left: -100px;
    }
}
@media (max-width: 767px) {
    main .container.welcome,
    main .container.correspondence,
    main .container.unique_modules,
    main .container.functional_table,
    main .container.solomono_market {
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome .solo_logo {
        margin: 5% 0 0;
    }
    .h1 {
        font: 700 24px "Roboto", sans-serif;
        line-height: 30px;
    }
    .welcome p {
        font: 400 16px "Roboto", sans-serif;
        margin: 0 0 15px;
    }
    .btn_green {
        font: 700 14px "Roboto", sans-serif;
    }
    .welcome_image_block {
        max-width: 320px;
        margin: 10% auto 0;
    }
    .welcome_image_block > img {
        max-width: 320px;
        margin-left: 5px;
    }
    .welcome_image_block .transition_items {
        width: 100%;
        max-width: 100%;
        right: -5px;
        height: 230px;
    }
    .welcome_image_block .transition_items span {
        width: 45px;
        height: 45px;
    }
    .welcome_image_block .transition_items span.item_1 {
        top: 14%;
        left: -14px;
    }
    .welcome_image_block .transition_items .item_1 img {
        max-width: 31px;
        max-height: 20px;
    }
    .welcome_image_block .transition_items span.item_2 {
        top: -2%;
        left: 30%;
        width: 87px;
        height: 87px;
    }
    .welcome_image_block .transition_items .item_2 img {
        max-width: 60px;
        max-height: 38px;
    }
    .welcome_image_block .transition_items span.item_3 {
        width: 55px;
        height: 55px;
        top: 5%;
        right: 14%;
    }
    .welcome_image_block .transition_items .item_3 img {
        max-width: 30px;
    }
    .welcome_image_block .transition_items span.item_4 {
        width: 93px;
        height: 93px;
        top: 43%;
    }
    .welcome_image_block .transition_items .item_4 img {
        max-width: 60px;
        max-height: 47px;
    }
    .welcome_image_block .transition_items span.item_5 {
        width: 65px;
        height: 65px;
        bottom: -18%;
        left: 47%;
    }
    .welcome_image_block .transition_items .item_5 img {
        max-width: 43px;
        max-height: 30px;
    }
    .welcome_image_block .transition_items span.item_6 {
        width: 85px;
        height: 85px;
        bottom: -3%;
        left: -4%;
    }
    .welcome_image_block .transition_items .item_6 img {
        max-width: 50px;
        max-height: 40px;
    }
    .welcome_image_block .transition_items span img {
        max-width: 25px;
        max-height: 25px;
    }
    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
        30% { box-shadow: 0 0 0 10px rgba(248,227,66,.4);}
        60% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
        100% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    }
    @-webkit-keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
        30% { box-shadow: 0 0 0 10px rgba(248,227,66,.4);}
        60% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
        100% { box-shadow: 0 0 0 0 rgba(248,227,66,.4);}
    }
    .correspondence .row > div {
        padding: 15px;
        font: 400 14px "Roboto", sans-serif;
        line-height: 17px;
        margin-bottom: 30px;
    }
    .correspondence .row > div:nth-of-type(1),
    .correspondence .row > div:nth-of-type(4) {
        margin: 0 0 15px;
    }
    .correspondence .row > div > span {
        font: 700 16px "Roboto", sans-serif;
    }
    .correspondence .row > div:after,
    .correspondence .row > div:before {
        border: 10px solid transparent;
        border-top: 10px solid #F8E342;
        border-left: 10px solid #F8E342;
        bottom: -20px;
    }
    .correspondence .row > div:nth-of-type(3):before {
        border-left: 10px solid #F8E342;
    }
    .correspondence .row > div:nth-of-type(3):after {
        border-top: 10px solid #fff;
        bottom: -14px;
        border-left: 10px solid #fff;
        right: 52px;
    }
    .correspondence .row > div:nth-of-type(4):before,
    .correspondence .row > div:nth-of-type(4):after {
       content: unset;
    }
    .correspondence .row > div.capabilities {
        margin: 0 0 100px;
    }
    .correspondence .row > div.capabilities > div,
    .correspondence .row > div.capabilities > div:nth-of-type(odd) {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .correspondence .row > div.capabilities .title_block {
        padding: 15px 15px 40px;
        margin-top: 15px;
    }
    .correspondence .row > div.capabilities .title_block h2 {
        font: 700 24px "Roboto", sans-serif;
        line-height: 32px;
    }
    .correspondence .row > div.capabilities .list_block,
    .correspondence .row > div.capabilities .img_block {
        margin-top: 15px;
    }
    .correspondence .row > div.capabilities .list_block ul {
        padding: 15px 0 10px 20px;
    }
    .correspondence .row > div.capabilities .list_block li {
        font-size: 14px;
        line-height: 22px;
    }
    .correspondence .row > div.capabilities .list_block li:before {
        top: 2px;
    }
    .correspondence .row > div.capabilities .inner_block {
        max-height: inherit;
    }
    .correspondence .row > div.capabilities .img_block img {
        max-width: 220px;
        float: unset;
        margin: 0 auto;
        display: block;
    }
    .correspondence .row > div.capabilities .img_block .small_phone {
        max-width: 90px;
        right: unset;
        bottom: -20px;
        left: 60%;
    }
    .correspondence .row > div.capabilities .list_block.second {
        margin-bottom: 15px;
    }
    .correspondence .row > div.capabilities .list_block.second ul {
        padding: 15px 0 5px 20px;
    }
    .correspondence .row > div.capabilities .btn_green {
        margin: 0 0 15px;
    }
    .unique_modules .h2,
    .functional_table .h2,
    .solomono_market .h3 {
        font: 700 24px "Roboto", sans-serif;
        line-height: 24px;
        margin: 0 0 10px;
        text-align: left;
    }
    .unique_modules .row {
        margin: 0 -5px;
    }
    .unique_modules .row > div {
        padding: 0 5px;
    }
    .unique_modules a {
        border: 3px solid #eee;
        padding: 10px;
    }
    .integration {
        flex-direction: column-reverse;
        margin: 0 0 70px;
    }
    .integration > div {
        width: 100%;
        padding: 20px 0;
    }
    .integration > div.integration_right {
        width: 100%;
        padding: 0 15px;
    }
    .integration_left .rotate_wrapper {
        width: 450px;
        height: 450px;
        transform: translateX(-45%);
    }
    .rotate_wrapper .rotate_circles {
        width: 200px;
        height: 200px;
    }
    .rotate_wrapper .server {
        max-width: 45px;
    }
    .rotate_wrapper .rotate_circles img.inner_circle {
        width: 100px;
        height: 100px;
        top: 50px;
        left: 50px;
    }
    .rotate_wrapper .rotate_circles img.middle_circle {
        width: 148px;
        height: 148px;
        top: 26px;
        left: 26px;
    }
    .rotate_wrapper .rotate_circles img.outer_circle {
        width: 200px;
        height: 200px;
    }
    .yellow_block {
        border-radius: 15px;
        font: 400 14px "Roboto", sans-serif;
    }
    .yellow_block:before {
        content: unset;
    }
    .functional_table {
        margin: 0 auto 70px;
    }
    .functional_table .choise-form-output {
        width: 100%;
    }
    .functional_table .choise-form-output .title-sect,
    .functional_table .choise-form-output .choise-body {
        height: inherit;
    }
    .functional_table .choise-form-output .choise-head div:first-child,
    .functional_table .choise-form-output .choise-body div:first-child {
        padding: 8px 20px 8px 10px;
        line-height: 1.2;
    }
    .functional_table .choise-form-output .title-sect,
    .functional_table .choise-form-output .choise-head div:first-child {
        padding: 8px 10px;
    }
    .functional_table .choise-form-output .search-form {
        margin: 0;
    }
    .choise-form-output .choise-head div:last-child {
        padding: 0;
    }
    .solomono_market .row {
        flex-direction: column;
    }
    .solomono_market .row div:nth-of-type(2) {
        padding: 30px 0 0;
    }
    .solomono_market p {
        text-align: left;
    }
    .solomono_market .btn_green {
        float: left;
    }
    .solomono_market img {
        max-width: 472px;
    }
}










