.smatrway .row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (min-width: 768px){
  .col-sm-12{
    max-width: 100%!important;
    width: 100%!important;
  }
}
@media screen and (max-width: 768px){
  form .col-sm-12{
    max-width: 100%!important;
    width: 100%!important;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px){
  .col-sm-6{
    max-width: 50%!important;
    width: 100%!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .col-md-6{
    max-width: 50%!important;
    width: 100%!important;
  }
}
.top-section {
    /* min-height: 600px; */
    background: url("../images/smartway/background1.jpg") no-repeat center, #333;
    color: #fff;
    padding-top: 1px;
}


h1 {
    font-size: 60px;
    line-height: 82px;
    margin-bottom: 10px;
    font-family: 'AvenirNextCyr-Bold';
}
.smatrway h1 span {
    font-size: 24px;
    line-height: 33px;
    display: block;
    font-family: 'Avenir Next Cyr';
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'AvenirNextCyr-Bold';
}

.top-section p {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: 'AvenirNextCyr-Bold';

}

.white-button {
    background: #FFF;
    border-radius: 4px;
    transition: 0.7s;
    font-size: 20px;
    line-height: 27px;
    padding: 13px 38px;
    color: #32323C;
    border: 0;
    font-weight: 500;
}

.white-button:hover {
    transition: 0.7s;
    opacity: 0.8;
}

nav.navbar {
    padding: 11px 0 27px 0;
}


.key-features-section h2 {
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    margin: 0px 0 40px;
}
.userid-template .key-features-section h2{
    color: #32323C;
}

.key-features-section {
    background-color: #333333;
    padding: 74px 0 97px 0;
}
.userid-template .key-features-section{
    background: #F7F7F7;
}


.key-features-wrapper {
    background-color: #F8E1B7;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px;
    padding: 40px 33px;
    max-width: 766px;
    margin: 0 auto 60px auto;
}
.userid-template .key-features-wrapper {
    background: #FFFFFF;
}
.userid-template a.main_cta{
    color: #FFFFFF;
}
.key-features-block {
    display: flex;
    align-items: flex-start;
}
.key-features-block img {
    margin: 2px 20px 0;
    flex-shrink: 0;
 }
 .key-features-bottom .key-features-block img{
    margin-top: 4px;
 }

.key-features-block p {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin: 0;
    max-width: 240px;
    font-family: 'AvenirNextCyr-Bold';
}
.userid-template .key-features-block p{
    color: #32323C;
}

.key-features-wrapper p{
    color: #32323C;
}

.key-features-wrapper .col-md-6:first-child{
    padding-left: 0px;
}
.key-features-wrapper .col-md-6:last-child{
    padding-left: 30px;
}
.key-features-wrapper .col-md-6:first-child p{
    max-width: 270px;
}


.key-features-bottom {
    margin-bottom: 80px;
}


.red-button {
    background: #D31F35;
    border-radius: 4px;
    margin: 0 auto;
    border:0;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
padding: 12px 38px;
    color: #FFFFFF;
    display: table;
    transition: 0.6s;
}
.red-button.black{
    background-color: #32323C;
}
.red-button:hover {
    transition: 0.6s;
    background: #b30f23;
}
.red-button.black:hover{
    transition: 0.6s;
    opacity: 0.8;
    background-color: #32323C;
}


.h2-tm {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 60px;
    color: #32323C;

}
.how-it-works-section h2 {
    text-align: center;
    margin-top: 0;
}
.userid-template .how-it-works-section h2 {
    text-align: left;
    padding-left: 0;   
}
.userid-template .how-it-works-section p{
    font-size: 24px;
    line-height: 36px;
}
.userid-template .how-it-works-section li{
    font-size: 14px;
    line-height: 21px;
}
.userid-template .ul-tm.ul-tm2 li:before {
    background: url(../images/svg/tick-user.svg);
    width: 29px;
    height: 22px;
}
.userid-template .how-it-works-top {
    margin-bottom: 0;
}
.first-col{
    margin-bottom: 30px;
}

.how-it-works-section {
    padding: 80px 0 120px 0;
}

.how-it-works-block h3 {
    font-size: 24px;
    line-height: 33px;
    color: #EB5757;
    margin-bottom: 13px;
}


.how-it-works-block>p {
    font-size: 24px;
    line-height: 33px;
    color: #32323C;
    margin-bottom: 52px;
}

.how-it-works-wrapper {
    max-width: 963px;
    margin: 0 auto;
}

.waterfall {
    padding: 7px 20px;
    width: 100%;
    font-size: 24px;
    line-height: 33px;
    color: #32323C;
    background: #FFF0F0;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px;
    text-align: center;
    margin-bottom: 32px;
}

.how-it-works-block {
    max-width: 376px;
}

.demand-partners {
    max-width: 176px;
    margin: 0 auto;
}


.demand-partners h4 {
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 20px;
}

.price-block p:not(.price-p-bottom) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    padding: 5px 12px;
    background: #FFF;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}

.gray-p {
    background: #F2F2F2!important;
}

.yellow-p {
    background: #F8E1B7!important;
    font-weight: bold;
}

.r-span {
    width: 100%;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #32323C;
    display: block;
    text-align: center;
}

.gray-p .r-span {
    top: 0;
}

.arrow-1:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/smartway/arrow1.svg");
    width: 44px;
    height: 317px;
    top: 100%;
    left: -52px;
    background-repeat: no-repeat;
}


.m-0{
    margin-bottom: 5px!important;
}


p.red-p {
    background: #EB5757!important;
    margin-bottom: 18px!important;
    color: #fff!important;
}

p.price-p-bottom {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #32323C;
    margin-bottom: 0;
}

p.price-p-bottom span {
    display: block;
}


p.green-p {
    max-width: 176px;
    margin: 78px auto 18px auto;
display: flex;
justify-content: space-between;
font-size: 20px;
line-height: 150%;
color: #fff;
padding: 5px 20px;
    background: #6FCF97;border-radius: 20px;
position: relative;
}

.how-it-works-block-r {
    margin-left: auto;
}

.how-it-works-block-r h3 {
    color: #27AE60;
}

.how-it-works-block-r .waterfall {
    background: #E2F9E5;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
}

.price-block-2 {
    padding: 8px 8px 0 8px;
    background: #F2F2F2;
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative;
}

.price-block-2 p {
    margin-top: 0;
    margin-bottom: 8px!important;
}


.descr {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #32323C;
    left: 0;
    text-align: center;
    margin-bottom: 10px;
}


.descr-1 {
    top:0px;
}
.descr-2 {
    top:0px;
}
.price-block-2 h4 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #32323C;
    margin-bottom: 8px;
    margin-top: 0;
}

.arrow-2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 153px;
    background: url("../images/smartway/arrow2.svg");
    display: block;
    z-index: 1;
    left: -47px;
    bottom: -132px;
    background-repeat: no-repeat;
}


.arrow-2:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 16px;
    background: url("../images/smartway/arrow3.svg") no-repeat center bottom;
    display: block;
    z-index: 1;
    left: calc(50% - 5px);
    bottom: -27px;
}

.arrow-3:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 54px;
    background: url("../images/smartway/arrow3.svg") no-repeat center bottom;
    display: block;
    z-index: 1;
    left: calc(50% - 5px);
    bottom: -66px;
}

.ul-tm {
    list-style: none;
    padding-left: 0;
}

.ul-tm li {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 30px;
    max-width: 450px;
}

.ul-tm li:before {
    position: absolute;
    top: 0px;
    left: 0;
    background: url("../images/smartway/cross.svg");
    width: 22px;
    content: "";
    height: 22px;
    display: block;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.how-it-works-bottom {
    max-width: 1006px;
    margin: 0 auto;
}


.ul-tm.ul-tm2 li {
    padding-left: 50px;
}

.ul-tm.ul-tm2 li:before {
    background: url("../images/smartway/tick.svg");
    width: 29px;
    height: 22px;
}

.how-it-works-bottom .red-button {
    margin-top: 30px;
}

.how-it-works-top {
    margin-bottom: 40px;
}

.maximize-section {
    background: #333333;
    padding: 49px 0 95px 0;
}

.maximize-section h2 {
    text-align: center;
    margin-bottom: 37px;
    color: #fff;
}


p.title {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding: 10px 48px;
    color: #32323C;
    font-weight: bold;
    background: #F8E1B7;
    box-shadow: 0 -3px 20px rgba(128, 92, 0, 0.04), 0 70px 80px rgba(0, 48, 119, 0.04), 0 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px 8px 0 0;
    margin: auto;
    margin-bottom: 50px;
    display: table;
}


.maximize-block {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    padding: 0 49px 36px 49px;
}

.maximize-block h3 {
    position: relative;
    width: 240px;
    padding: 5px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    background: #FFFFFF;
    color: #D31F35;
    margin: 0 auto -6px auto;
    display: table;
    top:-21px;
    border-radius: 5px 5px 0 0;
}

.maximize-block h3:after, .maximize-block h3:before {
    width: 17px;
    height: 16px;
    background: #F2F2F2;
    border-radius: 4px 4px 0 0;
    position: absolute;
    top:-16px;
    display: block;
    content: "";
}

.maximize-block h3:after {
left: 34px;
}
.maximize-block h3:before {
right: 34px;
}

.maximize-top {
    margin-bottom: 54px;
    max-width: 963px;
    margin-left: auto;
    margin-right: auto;
}
.maximize-bottom {
    max-width: 963px;
    margin-left: auto;
    margin-right: auto;
}


.maximize-block p {
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    margin-bottom: 12px;
}
.maximize-block p:nth-last-child(1) {
    margin-bottom: 0;
}



.maximize-bottom .maximize-block {
    padding-bottom: 28px;
    height: 100%;
}
.maximize-block-int {
    margin-bottom: 30px;
}


p.bold {
    font-family: 'AvenirNextCyr-Bold';
}

.maximize-block p.bold {
    margin-bottom: 11px;
}

.maximize-block-bottom p {
    font-size: 18px;
    line-height: 19px;
    color: #32323C;
    margin-bottom: 16px;
}

.maximize-block-bottom p span {
    font-family: 'AvenirNextCyr-Bold';

}

.partners {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-between; */
    align-items: center;
}

.partners span {
    display: table;
    padding: 0 6px;
    height: 36px;
    margin-bottom: 5px;
}



.col-md-20 {
    width: 20%;
}

.installation-section {
    padding: 80px 0;
    overflow: hidden;
}
.installation-section .h2-tm{
    margin-top: 0px;
    margin-bottom: 47px;

}
/*
.row .col-md-20:not(:nth-last-child(1)) .installation-block-img:after {
    top: calc(50% - 4px);
    background: url("../images/smartway/icon-tm-arrow.svg");
    height: 8px;
    width: 46px;
    right: -45px;
    display: block;
    content: "";
    position: absolute;
}
*/
.installation-block-img {
    margin-bottom: 26px;
    position: relative;
}

.installation-block {
    position: relative;
}

.installation-block h3 {
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
    font-weight: 400;
    font-family: 'Avenir Next Cyr';
}

.installation-block img {
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(0, 48, 119, 0.04), 0px 36.5px 29.2013px rgba(0, 55, 79, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px;
}

.installation-wrapper .row {
    margin: 0 -32px;
    width: calc(100% + 64px);
}
.installation-wrapper .row>* {
    padding: 0 32px;
}
.stat-block p {
    font-size: 20px;
    line-height: 150%;
    color: #32323C;
}

.stat-block:not(:nth-last-child(1)) {
    margin-bottom: 40px;
}

.stats-top .red-button {
    margin-top: 90px;
}


.stats-top {
    margin-bottom: 77px;
}


.stats-bottom p {
    font-size: 24px;
    line-height: 33px;
    color: #32323C;
    margin-top: 0px;
    margin-bottom: 50px;
}
.testimonials-section{
    padding: 80px 0 50px;
}

p.name {
    font-size: 24px;
    line-height: 33px;
    font-family: 'AvenirNextCyr-Bold';
    color: #32323C;
}

p.name span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #32323C;
    margin-top: 7px;
    font-family: 'Avenir Next Cyr';
}


.stats-bottom {
    max-width: 767px;
    margin: 0 auto;
}

.stats-bottom img {
    border-radius: 50%;
}

.stats-section {
    background-color: #EEEEEE;
    padding-top: 80px;
    margin-bottom: 0px;
}

.connect-form {
    background: #FFF;
    box-shadow: 0 9px 40px rgba(122, 113, 95, 0.25);
    border-radius: 16px;
    max-width: 963px;
    margin-right: auto;
    margin-left: auto;
}

.connect-form-top {
    padding: 40px 98px 14px 98px;
}

.connect-form-bottom {
    padding: 31px 98px 59px 98px;
    background: #F7F4ED;
    border-radius: 0px 0px 16px 16px;
    display: flex;
}


.connect-section h2 {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    font-family: 'AvenirNextCyr-Bold';

}

.connect-section h2 span {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000000;
    display: block;
}
.connect-section h2 span {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000000;
    display: block;
    margin-top: -7px;
}


.form-block-l {
    width: 130px;
}
.form-block-r {
    width: calc(100% - 130px);
}




.form-block-l p {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
    padding-top: 9px;
}

.input-tm {
    background: #EF5DA8;
    border-radius: 4px;
    width: 263px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px;
    color: #fff;
    border:0;
    max-width: 100%;
}


.input-tm::placeholder {
    color: #BDBDBD;
}
.input-tm::-webkit-input-placeholder {color:#BDBDBD;}
.input-tm::-moz-placeholder {color:#BDBDBD;}
.input-tm:-moz-placeholder {color:#BDBDBD;}
.input-tm:-ms-input-placeholder {color:#BDBDBD;}

.form-block {
    margin-bottom: 16px;
     display: flex;
 }

.checkbox-wrapper {
    display: flex;
}

.checkbox-tm {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.checkbox-tm input {
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}
.checkbox-tm span {
    display: block;
    background: url("../images/smartway/checkbox.svg");
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}


.checkbox-tm input:checked~ span {
    background: url("../images/smartway/checkbox-active.svg");
}

.checkbox-wrapper {
    display: flex;
    margin: 30px 0 36px 0;
}

.radio-tm {
    position: relative;
}
.radio-tm input {
    position: absolute;
    opacity: 0;
    top:0;
    left: 0;
}

.radio-tm {
    position: relative;
}

.radio-tm span {
    padding: 10px 20px;
    font-size: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
    line-height: 22px;
    color: #000;
    display: table;
}

.radio-group {
    display: flex;
}

.radio-group .radio-tm:nth-last-child(1) span{
    border-radius: 0 21px 21px 0;
}
.radio-group .radio-tm:nth-child(1) span{
    border-radius: 21px 0 0 21px;

}

.radio-group .radio-tm input:checked~ span{
    background: #E0E0E0;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
}


.input-tm2 {
    background: #F2F2F2;
    color: #000;
}

textarea.input-tm {
min-height: 176px;
    width: 363px;
    max-width: 100%;
}


.red-button-2 {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(180deg, #E7596B 0%, #D31F35 100%);
    border-radius: 8px;
    line-height: 22px;
    color: #FFF;
    padding: 10px 47px;
    border:0;
}

.checkbox-tm2 {
    margin-bottom: 22px;
}

.checkbox-tm2 span {
    background: url("../images/smartway/checkbox2.svg");
}


.checkbox-tm2 input:checked~ span {
    background: url("../images/smartway/checkbox2-active.svg");
}

.form-block-2 {
    margin-bottom: 36px;
}


.navbar-toggler-icon {
    display: block;
    width: 43px;
    background: #000;
    border-radius: 3px;
    height: 5px;
    margin: 7px 0;
}


.navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none!important;
}


.show-xs{
    display: none;
}


.top-section{
    background-image: none;
    padding: 75px 0 90px 0;
    min-height: auto;
    background-color: #EEEEEE;
    color: #32323C;
}
.top-section .row{
    /* align-items: center; */
}
.top-section .red-button{
    margin: 0;
}
.top-section-img img{
    display: block;
    margin: auto;
}
.top-section-content h1{
    margin-top: 10px;
}


.op05{
    opacity: 0.5;
}
.op03{
    opacity: 0.3;
}


.stats-section .h2-tm{
    margin-top: 0;
    margin-bottom: 40px;
}

.stats-img img{
    box-shadow: 0px -3px 20px rgba(128, 92, 0, 0.04), 0px 70px 80px rgba(119, 64, 0, 0.04), 0px 36.5px 29.2013px rgba(79, 42, 0, 0.0275993), 0px 17.72px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}


.maximize-block small{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
}


.price-block-2 .col-md-6{
    padding: 0!important;
}
.price-block-2 .col-md-6:nth-child(1){
    padding-right: 4px!important;
}
.price-block-2 .col-md-6:nth-child(2){
    padding-left: 4px!important;
}
.price-block-2 .row{
    margin: 0!important;
}


.smodule{
    padding: 80px 0 80px 0;
    background-color: #333333;
    color: #fff;
}
.smodule-box{
    max-width: 760px;
    margin: 0 auto 0 auto;
}
.smodule-box-header{
    margin-bottom: 60px;
}
.smodule-box-header h2{
    padding: 0;
    margin: 0;
    color: #F8E1B7;
}

.smodule-box-info{}
.smodule-box-info img{
    margin-bottom: 32px;
}
.smodule-box-info p{
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}
.smodule-box-items{}
.smodule-box-items h4{
    color: #F8E1B7;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}
.smodule-box-items ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.smodule-box-items ul li{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
    padding-left: 41px;
    background-image: url("../images/smartway/orange-check.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.smodule-box-items ul li:last-child{
    margin-bottom: 0;
}


.scompatibility{
    padding: 80px 0 80px 0;
}
.scompatibility-box{}
.scompatibility-box-header{
    max-width: 760px;
    margin: 0 auto 80px auto;
}
.scompatibility-box-header h2{
    padding: 0;
    margin-bottom: 32px;
}
.scompatibility-box-header p{
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}

.scompatibility-features{
    max-width: 960px;
    margin: 0 auto 60px auto;
}
.scompatibility-features-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    font-family: 'AvenirNextCyr-Bold';
    margin-bottom: 32px;
}
.scompatibility-features-items{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.scompatibility-features-items li{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-left: 41px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../images/smartway/tick.svg");
    font-size: 14px;
    line-height: 19px;
    width: 20%;
}
.scompatibility-benefits{
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    background-color: #32323C;
    border-radius: 8px;
    color: #fff;
    max-width: 960px;
    margin: 0 auto;
}
.scompatibility-benefits-title{
    margin-bottom: 30px;
    font-family: 'AvenirNextCyr-Bold';
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #F8E1B7;
}
.scompatibility-benefits-items{}
.scompatibility-benefits-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.scompatibility-benefits-item-ico{
    max-width: 20px;
    width: 100%;
    margin-right: 21px;
    position: relative;
    top: 5px;
}
.scompatibility-benefits-item-text{
    flex: 1;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    font-family: 'AvenirNextCyr-Bold';
}

.scompatibility-sheme{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 45px;
    background-image: url("../images/smartway/sheme-arrows.svg");
    background-position: 47% 76%;
    background-repeat: no-repeat;
}
.scompatibility-sheme-box{
    max-width: 434px;
    width: 100%;
}
.scompatibility-sheme-box:not(:last-child){
    margin-right: 75px;
}
.scompatibility-sheme-box-title{
    margin-bottom: 6px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    font-family: 'AvenirNextCyr-Bold';
}
.scompatibility-sheme-box-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scompatibility-sheme-items{
    max-width: 217px;
    width: 100%;
}
.scompatibility-sheme-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEEEEE;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    height: 92px;
}
.scompatibility-sheme-item:not(:last-child){
    margin-bottom: 8px;
}
.scompatibility-sheme-item-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    font-family: 'AvenirNextCyr-Bold';
}
.scompatibility-sheme-item-info{
    max-width: 95px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}
.scompatibility-sheme-item-info small{
    display: block;
    margin-top: 8px;
}
.scompatibility-sheme-round.red{
    color: #fff;
    background-color: #D31F35;
}
.scompatibility-sheme-round{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 156px;
    height: 156px;
    background-color: #EEEEEE;
    font-family: 'AvenirNextCyr-Bold';
    text-align: center;
    font-size: 24px;

}

.red-color{
    color: #D31F35;
}


.scompatibility-order{
    padding-top: 80px;
}
.scompatibility-order .red-button{
    text-decoration: none;
}

.maximize-block-custom{
    position: relative;
    left: 30px;
}

.stat-block p.bold{
    font-size: 24px;
}


.show-tb{
    display: none!important;
}

@media screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px;
        padding: 0 15px;
    }
    html[lang='ru'] .demand-partners h4{
        font-size: 17px;
    }
    html[lang='ru'] p.price-p-bottom{
        font-size: 17px;
    }
    html[lang='ru'] .price-block-2 h4{
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px){
    .top-section{
        padding: 55px 0;
        min-height: auto;
    }
}
@media screen and (max-width: 1199px){
    .partners {
        justify-content: center;
    }
}
@media screen and (max-width: 991px){

    .navbar-light .navbar-nav .nav-item {
        margin: 10px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-nav {
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .lang a:nth-child(1) {
        margin-left: 0;
    }
    a.account, .lang a {
        font-size: 16px;
    }
    .key-features-block {
        margin-bottom: 20px;
    }

    .key-features-block p {
        font-size: 18px;
        max-width: none;
    }
    .how-it-works-block {
        margin: auto;
        margin-bottom: 50px;
    }
    .connect-form-top {
        padding: 40px 18px 14px 18px;
    }
    .checkbox-wrapper, .form-block {
        display: block;
    }
    .form-block-l {
        width: auto;
        margin-bottom: 5px;
    }

    .form-block-r {
        width: auto;
    }
    .connect-form-bottom {
        padding: 31px 18px 59px 18px;
    }

    .maximize-bottom .maximize-block {
        margin-bottom: 50px;
        height: auto;
    }
    .top-section-content h1 span{
        font-size: 20px;
        line-height: 27px;
    }
    .top-section-content h1{
        font-size: 48px;
        line-height: 65px;
    }
    .top-section p{
        font-size: 24px;
        line-height: 32px;
    }
    .key-features-section{
        padding: 40px 0;
    }
    .key-features-block{
        margin: 0;
    }
    .key-features-block p{
        line-height: 1.4;
    }
    .key-features-wrapper{
        font-size: 25px;
    }
    .key-features-bottom{
        margin-bottom: 70px;
    }
    .how-it-works-block>p{
        font-size: 20px;
        margin-top: 0;
    }
    .h2-tm{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .how-it-works-section{
        padding: 40px 0;
    }
    .price-block-2{
        margin-bottom: 0;
    }
    .ul-tm li{
        font-size: 16px;
    }
    .how-it-works-top{
        margin-bottom: 0;
    }
    .maximize-section{
        padding: 40px 0;
    }
    .installation-block h3{
        font-size: 16px;
    }
    .installation-section{
        padding: 40px 0;
    }
    .stats-section .row.reverse-tablet{
        flex-direction: column-reverse;
    }
    .stats-section .row.reverse-tablet .col-sm-12{
        max-width: 100%!important;
    } 
    .row.reverse-tablet .col-md-6{
        max-width: 100%!important;
        width: 100%!important;
    }
    .row.table-column .col-md-6{
        max-width: 50%!important;
        width: 100%!important;
    }
    .stats-img{
        margin-bottom: 30px;
    }
    .waterfall{
        font-size: 20px;
    }
    .price-block-2 h4{
        font-size: 16px;
    }
    .how-it-works-block h3{
        font-size: 20px;
    }
    .top-section .row .col-md-6:nth-child(1){
        max-width: 277px!important;
    }
    .top-section .row .col-md-6:nth-child(2){
        max-width: calc(100% - 277px)!important;
    }
    .top-section-content h1 span{
        margin-bottom: 4px;
    }
    .key-features-block p{
        font-size: 20px;
    }
    .key-features-wrapper{
        padding: 22px 25px;
        margin-bottom: 55px;
    }
    .key-features-bottom .col-md-4{
        padding: 0;
    }
    .key-features-bottom .row{
        margin: 0;
        width: 100%;
    }
    .price-block-2{
        margin-bottom: 39px;
    }
    .arrow-2:before{
        height: 30px;
        bottom: -35px;
    }
    p.price-p-bottom{
        font-size: 16px;
        line-height: 24px;
    }
    .how-it-works-block{
        margin-bottom: 20px;
    }
    .maximize-section .title{
        font-size: 20px!important;
    }
    .maximize-block p.bold{
        margin-bottom: 0;
        font-size: 16px;
    }
    .maximize-block p:nth-child(2){
        margin-top: 8px;
    }
    .maximize-block p{
        font-size: 16px;
        line-height: 24px;
    }
    .partners span{
        width: 16.666%;
        height: auto;
    }
    .partners{
        justify-content: flex-start;
    }
    .maximize-block-bottom{
        margin-top: -20px;
    }
    .maximize-block h3{
        font-size: 16px;
        line-height: 24px;
    }
    .maximize-block h3{
        margin: 0 auto -20px auto;
    }
    .maximize-block{
        padding: 0 30px 36px 30px;
    }
    .stats-top{
        max-width: 485px;
        margin: 0 auto;
    }
    .stats-img{
        margin-bottom: 48px;
    }
    .stat-block p{
        font-size: 16px;
        line-height: 24px;
    }
    .stats-section{
        padding-bottom: 60px;
    }
    .stats-top .red-button{
        margin-top: 50px;
    }
    .stats-bottom{
        max-width: 610px;
    }
    .stats-bottom p{
        font-size: 20px;
        line-height: 27px;
    }
    .stats-bottom p{
        margin-bottom: 40px;
    }
    p.name{
        font-size: 20px;
        line-height: 27px;
    }
    .testimonials-section{
        padding: 50px 0 20px;
    }
    .smodule-box-info p{
        font-size: 20px;
        line-height: 32px;
    }
    .smodule-box-items ul li{
        font-size: 12px;
        line-height: 16px;
    }
    .scompatibility-box-header p{
        font-size: 20px;
        line-height: 27px;
    }
    .scompatibility-box-header{
        max-width: 580px;
        margin: 0 auto 30px auto;
    }
    .scompatibility-sheme-box{
        max-width: 353px;
    }
    .scompatibility-sheme-items{
        max-width: 165px;
    }
    .scompatibility-sheme-round{
        width: 136px;
        height: 136px;
    }
    .scompatibility-sheme-round{
        font-size: 20px;
    }
    .scompatibility-sheme-box:not(:last-child){
        margin-right: 37px;
    }
    .scompatibility-sheme{
        background-size: 468px;
        background-position: 47% 68%;
    }
    .scompatibility-sheme-box-title{
        font-size: 20px;
    }
    .scompatibility-benefits-item-text{
        font-size: 20px;
        line-height: 27px;
    }
    .scompatibility-benefits-title{
        font-size: 24px;
        line-height: 32px;
    }
    .scompatibility-order{
        padding-top: 30px;
    }
    .stat-block p.bold{
        font-size: 20px;
    }
    .maximize-block-top .col-sm-6:last-child{
        max-width: 100%!important;
    }
    .scompatibility-features-items li{
        font-size: 12px;
        line-height: 16px;
    }
}

@media screen and (max-width: 767px){
    .hide-tb{
        display: none!important;
    }
    .show-tb{
        display: flex!important;
    }
    .scompatibility-sheme-item-info small{
        font-size: 12px;
    }

h1 {
    font-size: 36px;
    line-height: normal;
}

    .top-section p {
     font-size: 22px;
     line-height: normal;
     margin-bottom: 30px;
 }
    .connect-section h2, .h2-tm, .key-features-section h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 20px;
    }


    .installation-section, .maximize-section, .how-it-works-section, .key-features-section {
        padding: 50px 0;
    }

    .key-features-bottom {
        margin-bottom: 30px;
    }
    .descr {
        position: static;
        width: auto;
        padding: 10px;
    }

    .maximize-block p {
        font-size: 18px;
    }
    .maximize-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-20 {
        width: 100%;
    }
    .installation-section {
        text-align: center;
    }
    .installation-block {
        margin-bottom: 67px;
    }
    .installation-block-img {
        margin-bottom: 10px;
    }
    .stats-top {
        margin-bottom: 50px;
    }
    .stats-top .red-button {
        margin-top: 30px;
    }
    .stats-bottom p {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 22px;
    }
    .stats-bottom {
        text-align: center;
    }


    .stats-section {
        margin-bottom: 50px;
    }

    .how-it-works-block>p {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 30px;
    }


    .waterfall {
        font-size: 19px;
        line-height: 24px;
    }
    .row .col-md-20:not(:nth-last-child(1)) .installation-block-img:after {
        transform: rotate(
                90deg
        );
        z-index: 10;
        top: auto;
        left: calc(50% - 21px);
        bottom: -35px;
    }
    .installation-block {
        position: relative;
    }
    .installation-block-img {
        position: static;
    }

    .stats-section{
        margin: 0;
    }
    .smodule{
        padding: 40px 0;
    }
    .smodule-box-header{
        margin-bottom: 30px;
    }
    .smodule-box-info p{
        padding-top: 0;
        margin-top: 0;
    }
    .smodule-box-items h4{
        margin-top: 0;
        padding-top: 0;
    }
    .smodule-box-items ul li{
        font-size: 14px;
        line-height: 19px;
    }
    .scompatibility{
        padding: 30px 0;
    }
    .scompatibility-sheme{
        flex-direction: column;
    }
    .scompatibility-sheme-box{
        max-width: 100%;
        margin-right: 0;
    }
    .scompatibility-sheme-box-title{
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }
    .scompatibility-sheme-box-inner{
        flex-direction: column;
    }
    .scompatibility-sheme-items{
        max-width: 100%;
        display: flex;
        margin-bottom: 64px;
    }
    .scompatibility-sheme-item{
        height: 111px;
        flex: 1;
        flex-direction: column;
    }
    .scompatibility-sheme-item:not(:last-child){
        margin-right: 8px;
    }
    .scompatibility-sheme-round{
        width: 156px;
        height: 156px;
    }
    .scompatibility-sheme-box:not(:last-child){
        margin-bottom: 64px;
    }
    .scompatibility-sheme-item{
        align-items: flex-start;
    }
    .scompatibility-sheme-item-info{
        font-size: 12px;
        line-height: 16px;
    }
    .scompatibility-sheme-item-info small{
        display: block;
        margin-top: 2px;
    }
    .scompatibility-sheme-item-title{
        font-size: 20px;
        line-height: 26px;
    }
    .scompatibility-sheme{
        background-image: url("../images/smartway/sheme-arrows-mobile.svg");
        background-position: 50% 48%;
        background-repeat: no-repeat;
        background-size: inherit;
    }
    .scompatibility-features-items{
        flex-direction: column;
        margin: 0;
    }
    .scompatibility-features-items li:not(:last-child){
        margin-bottom: 24px;
    }
    .scompatibility-features-items li{
        font-size: 16px;
        line-height: 150%;
        width: 100%;
    }
    .scompatibility-benefits-item-text{
        font-size: 24px;
        line-height: 32px;
    }
    .scompatibility-benefits-item{
        margin-bottom: 32px;
    }
    .scompatibility-benefits{
        padding: 32px 15px 0 15px;
    }
    .scompatibility-features-items li{
        font-size: 16px;
        line-height: 24px;
    }
    .userid-template .how-it-works-section h2 {    
	padding-left: 15px;
    }
}
@media screen and (max-width: 576px){
    .show-xs{
        display: block;
    }
    .hide-xs{
        display: none;
    }
    .stats-top .row{
        flex-direction: column-reverse;
    }
    .stats-bottom .row{
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .top-section-img{
        margin-bottom: 30px;
    }
    .top-section-content h1{
        font-size: 36px!important;
    }
    .top-section-content{
        text-align: center;
    }
    .top-section .red-button{
        margin: 0 auto;
    }
    .top-section-content h1{
        font-size: 32px!important;
        margin-bottom: 10px!important;
        line-height: 1.3;
    }
    .key-features-wrapper .col-md-6:last-child{
        padding-left: 0;
    }
    .key-features-wrapper{
        padding: 24px 20px 4px 20px;
        margin: 0 0 32px 0;
    }
    .key-features-block{
        margin: 0 0 20px 0;
    }
    .maximize-block-int{
        margin-bottom: 15px;
    }
    .maximize-section{
        padding-bottom: 10px;
    }
    .installation-block h3{
        font-size: 16px;
        width: 128px;
        text-align: left;
        margin: 0 auto;
    }
    .installation-block img{
        max-width: 125px;
    }
    .stats-section .h2-tm{
        margin-bottom: 10px;
    }
    .stat-block p{
        font-size: 16px;
        line-height: 145%;
    }
    .testimonials-section{
        padding: 0 0 20px 0;
    }
    .stats-bottom img{
        margin-bottom: 20px;
    }
    .stats-bottom p{
        text-align: left;
    }
    .demand-partners{
        margin: 0 auto;
    }
    .maximize-section h2 br{
        display: none;
    }
    .top-section .row{
        margin: 0;
    }
    .top-section-content h1 span{
        margin-bottom: 4px;
    }
    .connect-section h2, .h2-tm, .key-features-section h2{
        font-size: 28px;
    }
    .key-features-section h2{
        margin-bottom: 40px;
    }
    .key-features-section{
        padding: 32px 0 40px 0;
    }
    .key-features-wrapper .key-features-block{
        margin-left: 0;
    }
    .key-features-block{
        margin-left: -15px;
    }
    .key-features-block p{
        font-size: 16px;
    }
    .how-it-works-wrapper .row{
        margin: 0;
    }
    .how-it-works-block h3{
        text-align: center;
        margin-bottom: 16px;
    }
    .demand-partners{
        margin: 0 auto!important;
    }
    .how-it-works-block{
        margin-bottom: 10px;
    }
    .maximize-section{
        padding-top: 20px;
    }
    .maximize-block-int p{
        margin-top: 8px;
    }
    .maximize-block-int p:first-child{
        margin-bottom: 0;
        margin-top: 0;
    }
    .maximize-bottom .row .col-sm-6{
        padding: 0;
    }
    .maximize-bottom .row{
        margin: 0;
    }
    .row .col-md-20:not(:nth-last-child(1)) .installation-block-img:after{
        background-position: right;
        width: 20px;
    }
    .row .col-md-20:not(:nth-last-child(1)) .installation-block-img:after{
        left: calc(50% - 15px);
        bottom: -25px;
    }
    .installation-block{
        margin-bottom: 40px;
    }
    .installation-section{
        padding-top: 32px;
    }
    .maximize-section{
        padding-bottom: 0;
    }
    .stats-section{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .stats-section .row .col-md-6{
        padding: 0;
    }
    .stats-section .row{
        margin: 0;
    }
    .stats-bottom p{
        line-height: 27px;
    }
    .top-section .row{
        flex-direction: column;
    }
    .top-section .row .col-md-6:nth-child(1),
    .top-section .row .col-md-6:nth-child(2){
        max-width: 100%!important;
        width: 100%!important;
    }
    .top-section-content h1{
        font-size: 36px!important;
        white-space: nowrap;
    }
    .top-section p{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .key-features-block p{
        font-size: 20px;
        line-height: 27px;
    }
    .key-features-wrapper{
        padding: 24px 0px 4px 20px;
    }
    .how-it-works-block>p{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 40px;
    }
    .price-block .col-md-6{
        max-width: 50%!important;
        width: 100%!important;
    }
    .row-tm .col-md-12,
    .row-tm .col-md-6{
        padding: 0;
    }
    .price-block .col-md-6:nth-child(1){
        padding-right: 4px;
    }
    .price-block .col-md-6:nth-child(2){
        padding-left: 4px;
    }
    .how-it-works-bottom .col-md-6{
        padding: 0;
    }
    .how-it-works-bottom .row{
        margin: 0;
    }
    .ul-tm li{
        margin-bottom: 16px;
    }
    .maximize-block h3{
        margin: 0 auto -10px auto;
    }
    .partners{
        display: block;
        column-count: 2;
        max-width: 200px;
        margin: 0 auto;
    }
    .partners span{
        width: 100%;
        height: 33px;
    }
    .maximize-block-custom{
        left: 0;
    }
    .row.table-column .col-md-6{
        max-width: 100%!important;
    }
}
@media screen and (max-width: 480px){
    .demand-partners {
        margin: 0 auto 0 0;
    }
    .arrow-1:after {
        top: 84%;
        left: -74px;
        z-index: 1;
    }
    .arrow-2:after {
        left: -54px;
        bottom: -160px;
    }
    .radio-tm span {
        padding: 10px 8px;
    }
    .top-section-img img{
        max-width: 240px;
    }
    .price-block-2 h4{
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
    }
    .maximize-block p.bold{
        font-size: 20px;
        line-height: 150%;
    }
    .maximize-block p{
        font-size: 16px;
        line-height: 150%;
    }
    .maximize-block-int{
        margin-bottom: 24px;
    }
    .scompatibility-sheme-round:not(.red) br{
        display: none;
    }
    .scompatibility-benefits-title{
        font-size: 30px;
        line-height: 41px;
    }
}