html, body {
    margin: 0;
    padding:0;
}
body {
    font-weight: 400;
    font-family: "Rubik", Arial, sans-serif;
    font-size: 24px;
    color: #000A24;
}
a {
    color: #3F76FF;
    text-decoration: none;
}
.container {
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
header {    
    display: block;
    position:fixed;
    z-index:100;    
    width: 100%;   
    padding-top: 14px;
    padding-bottom: 14px;
}
.header {
    display:flex;    
    align-items: center;
    justify-content: space-between;
}
nav {
    display:flex;
    align-items: center;
}
nav ul {
    list-style-type: none;
    display: flex;  
    margin: 0;
    padding: 0;  
}
nav ul li {
    padding-left: 14px;
    padding-right: 14px;
}
nav ul li a {
    font-size: 16px;
    color: #474A52;
    text-decoration:none;
    letter-spacing: 0.5px;
}
nav ul li a:hover {    
    color: #3D60B7;
}
.nav-button {
    display: none;
}
.header__run-pilot {
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #3D60B7;
    color: white;
    letter-spacing: 0.75px;
    background-color:#3D60B7;
    padding: 10px 12px;
    border-radius:8px;
    text-decoration:none;
    font-size:16px;
}
.section__based {
    padding-top: 160px;
    padding-bottom: 140px;
    background-color: white;
    overflow-x: hidden;
}
.based {
    display: flex;
    align-items: center;
}
.based__text {
    width: 52%;
}
.based__text_link {
    letter-spacing: 0.9px;
    color: white;
    font-size: 24px;
    padding: 16px 20px;
    background-color: #3D60B7;
    outline: none;
    border: 1px solid #3D60B7;
    border-radius: 12px;
    display: inline-flex;
}
.based__text_p {
    font-size: 30px;
}
h1 {
    color:#3D60B7;
    font-size: 50px;
    font-weight: 700;
}
.based__image {
    width: 48%;
}
.based__image img {
    width: 1030px;
}
.section1920 {
    width:100%;
    max-width:1920px;
    margin-right: auto;
    margin-left: auto;
}
.section1920_1 .container {
    padding-top: 54px; 
    padding-bottom: 53px;
}
.section1920_2 .container{
    padding-top: 60px; 
    padding-bottom:70px
}
.section1920_3 .container{
    padding-top:85px; 
    padding-bottom: 85px;
}
.section1920_4 .container{
    padding-top: 60px; 
    padding-bottom:85px;
}
.section1920_5 .container{
    padding-top: 60px; 
    padding-bottom:90px;
}
.section1920_6 .container{
    padding-top: 60px; 
    padding-bottom:125px;
}
.section1920_7 .container{
    padding-top: 60px; 
    padding-bottom:78px;
}
.section1920_8 .container{
    padding-top: 60px; 
    padding-bottom:90px;
}
.section1920_bottom .container {
    padding-top: 125px; 
    padding-bottom:116px;
}
footer .container {
    padding-top: 80px; 
    padding-bottom:60px;
}
.pt-55 {
    padding-top: 54px;
}
.pb-55 {
    padding-bottom: 53px;
}
.mb-15 {
    margin-bottom: 1.5em;
}
.bg-light {
    background-color: #C2D4FF;
}
.bg-pale {
    background-color: #F0F4FF;
}
h2 {
    font-size: 40px;
    text-align: center;
}
.capabilities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.capabilities__block {
    background-color: white;
    border-radius: 40px;
    padding: 32px 32px 26px 32px;
    width:31%;
    margin-bottom:50px;
    box-sizing: border-box;
}
.capabilities__block img {
    margin-bottom:10px;
}
.capabilities__title {
    font-size: 34px;
    font-weight: 500;
    display: block;
}
.capabilities__text {
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.planning__arrows_top {
    display: flex;
    margin-bottom: -20px;
    z-index: 10;
    position: relative;
}
.planning__arrow_top {
    width:50%;
    text-align: center;
}
.planning__ul {
    display: flex;
    list-style-type: none;
    margin:0;
    padding:0;
    justify-content: space-between;
}
.planning__li {
    width:24%;
    border-radius:40px;
    box-sizing: border-box;
    padding: 16px 24px 20px;
    background-color: #F1F5FD;
    border: 1px solid #C2D4FF;
}
.planning__li span {
    font-weight:500;
    display:inline-block;
    background-color: white;
    padding: 8px 16px;
    border-radius:30px;
}
.planning__li p {
    margin-bottom: 0;
}
.planning__arrow_bottom {
    text-align: center;
    margin-top: -14px;
}
.run__box {
    border-radius: 40px;
    box-sizing: border-box;
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
    background: white url('../images/run_road_bg.png') no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.run__inner {
    display: flex;
}
.run__inner_image {
    width: 58%;
}
.run__inner_image img {
    width: 100%;
    max-width: 762px;
}
.run__inner_text {
    width: 42%;
}
.run__inner_text ul {
    list-style-type: none;
    margin-top: 0.8em;
    padding-left: 64px;
}
.run__inner_text li:first-child {
    padding-bottom:54px;
}
.run__inner_text li:nth-child(2) {
    padding-bottom:56px;
}
.run__inner_text li:nth-child(3) {
    padding-bottom:55px;
}
.monitoring__descr {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1.4em;
    margin-top: 1.5em;
}
.monitoring__blocks {
    display: flex;
    justify-content: space-between;
}
.monitoring__block {
    display:flex;
    width: 49%;
    border-radius:40px;
    padding:24px;
    background-color: #F1F5FD;
    align-items: center;
    box-sizing: border-box;
}
.monitoring__block p {
    margin:0;
    padding-left: 20px;
}
.dispetcher__blocks {
    display: flex;
}
.dispetcher__block_image {
    width:40%;
    padding-top: 10px;
}
.dispetcher__block_image img {
    width: 100%; 
    max-width: 520px;
}
.dispetcher__block_text {
    width:60%;
    padding-top: 20px;
}
.dispetcher__ul {
    list-style-type: none;
    padding-left:0;
}
.dispetcher__ul li {
    padding-bottom: 20px;
    padding-left:28px;
    position: relative;
}
.dispetcher__ul li:before {
    content: ' ';
    position: absolute;
    top: 6px;
    left:0;
    width: 16px;
    height:16px;
    border-radius:8px;
    background-color: #3D60B7;
}
.tram {
    background: url('../images/tram.svg') no-repeat;
    background-position-x: 80%;
    background-position-y: bottom;
}
.uchet__blocks {
    display:flex;
}
.uchet__block_text {
    width:42%;
}
.uchet__ul {
    list-style-type: none;
    padding-left:0;
}
.uchet__ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
}
.uchet__ul li:before {
    content:  ' ';
    position: absolute;
    display: block;
    top:3px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 9px 6px 11px 12px;
    font-weight: 500;
    line-height: 1;
    border-radius: 20px;
    border: 2px solid #D1DEFF;
}
.uchet__ul li:first-child:before {
    content:  '1';
}
.uchet__ul li:nth-child(2):before {
    content:  '2';
}
.uchet__ul li:nth-child(3):before {
    content:  '3';
}
.uchet__block_image {
    width:58%;
}
.uchet__block_image img {
    width:100%;
    max-width:780px;
    padding-top:24px;
}
.trolley {
    background: url('../images/trolleybus.svg') no-repeat;
    background-position-x: 7%;
    background-position-y: bottom;
}
.report__descr {
    text-align: center;
    margin-top: 1.6em;
    margin-bottom: 1.4em;
}
.partners {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}
.partners div {
    width:31%;
    border: 2px solid #C2D4FF;
    border-radius:40px;
    box-sizing: border-box;
    padding:24px;
    text-align: center;
}
.partners div p {
    margin-bottom: 0em;
}
.feedback {
    text-align: center;
    background-color: white;
    padding:14px 24px 26px 24px;
    border-radius:40px;
    box-shadow: 0px 14px 44px 20px rgba(170, 182, 202, 0.2);
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.feedback a {
    display:inline-flex;
    background-color: #3D60B7;
    color: white;
    margin-top:20px;
    padding:16px 24px;
    border-radius: 12px;
}
footer {
    background-color: #192A56;
}
.footer {
    display: flex;
    justify-content: space-between;
}
.footer > div {
    width: 33%;
}
.contacts {
    color: white;
    font-size:16px;
    padding-top:14px;
    padding-bottom:8px;
    letter-spacing: 0.15px;
}
.copyright {
    color: white;
    font-size:16px;
    letter-spacing: 0.15px;
}
.copyright a {
    color: white;
    text-decoration: none;
}
.footer__links_title {
    color:white; 
    font-weight:500;
    font-size:20px;
    letter-spacing: 0.15px;
    margin-top: 0;
    margin-bottom: 0.6em;
    padding-left: 40px;
}
.footer__links {
    list-style-type: none;
    margin-top: 0.6em;
}
.footer__links li {
    padding-bottom: 3px;
}
.footer__links li a {
    letter-spacing: 0.5px;
    color: white;
    text-decoration: none;
    font-size:16px;
}
.footer-mobile {
    display:none;
}
@media (max-width: 1480px) { 
    body {
        font-size: 22px;
    }
    .container {
        width: 1280px;
    }
    h1 {
        font-size: 45px;
    }
    nav ul li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .based__text_p {
        font-size: 28px;
    }
    .based__text_link {
        font-size: 20px;
    }
    .based__image img {
        width: 900px;
    }
    .section__based {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .run__box {
        padding: 40px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .capabilities__title {
        font-size: 30px;
    }
    .monitoring__descr {
        font-size: 28px;
    }
    .run__inner_image {
        width: 54%;
    }
    .dispetcher__block_image {
        width: 42%;
    }
    .dispetcher__block_text {
        width: 58%;
    }
}
@media (max-width: 1399px) { 
    body {
        font-size: 16px;
    }
    .container {
        width: 1000px;
    }
    h1 {
        font-size: 34px;
    }
    .based__text_p {
        font-size: 20px;
        margin-bottom: 2em;
    }
    .based__image img {
        width: 750px;
    }
    .capabilities__title {
        font-size: 22px;
    }
    .run__inner_image {
        width: 42%;
    }
    .run__inner_text ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav-button {
        display: flex;
    }
    .nav-button__lines {
        width: 24px;
        height: 20px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nav-button__lines span {
        font-size: 2px;
        border-bottom: 2px solid #3D60B7;
    }
    .nav-button__cross {
        display: none;
        width: 20px;
        transform: scaleX(1.4);
        font-size: 22px;
        color: #3D60B7;
        font-weight: 300;
    }
    nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        padding-bottom: 18px;
        z-index: 1000;
        width: 100%;
        background-color: white;
        border-bottom: 1px solid lightgray;
    }
    nav ul {
        flex-direction: column;
        padding-bottom: 12px;
    }
    nav ul li {
        padding-left: 0;
        padding-right: 0;
    }
    nav ul li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav ul li a span {
        display: block;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .header__run-pilot { 
        display: block;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .footer__links li {
        padding-bottom: 10px;
        padding-top: 7px;
    }
    .run__box {
        background-color: white;
        background-image: none;
    }
    .run__inner_text li:first-child, .run__inner_text li:nth-child(2), .run__inner_text li:nth-child(3) {
        padding-bottom: 25px;
    } 
}
@media (max-width: 1024px) { 
    .container {
        width: 960px;
    }
    nav ul li a span {
        width: 960px;
    }
    .header__run-pilot {
        width: 960px;
    }
    .header__logo {
        width: 170px;
    }
    nav {
        top: 58px;
    }
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 980px) { 
    .container {
        width: 700px;
    }
    nav ul li a span {
        width: 700px;
    }
    .header__run-pilot {
        width: 700px;
    }
    .based__image img {
        width: 600px;
    }
    .capabilities__block {
        width: 48%;
    }
    .planning__arrows_top {
        display: none;
    }
    .planning__arrow_bottom {
        display: none;
    }
    .planning__ul {
        display: flex;
        flex-wrap: wrap;
    }
    .planning__li {
        width: 48%;
        margin-bottom:20px;
    }
    .monitoring__descr {
        font-size: 22px;
    }
    .dispetcher__block_image {
        width: 45%;
    }
    .dispetcher__block_text {
        width: 55%;
    }
    .dispetcher__ul li:before {
        width: 10px;
        height: 10px;
    }
    .tram {
        background-size: 50%;
    }
    .uchet__block_text {
        width: 55%;
    }
    .uchet__block_image {
        width: 45%;
    }
}  
@media (max-width: 720px) { 
    .container {
        width: 450px;
    }  
    nav ul li a span {
        width: 450px;
    }
    .header__run-pilot {
        width: 450px;
    }
    .section__based {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .based {
        flex-direction: column;
    }
    .based__text {
        order:2;
        width: 100%;
    }
    .based__image {
        order:1;
        width: 100%;
    }
    .based__image img {
        width: 100%;
    }
    .section1920_1 .container {
        padding-top: 24px;
        padding-bottom: 23px;
    }
    .capabilities__block {
        width: 100%;
    }
    .capabilities__block {
        margin-bottom: 30px;
    }
    .section1920_2 .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .section1920_3 .container {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .run__box {
        background-color: transparent;
    }
    .run__inner {
        display: flex;
        flex-direction: column;
        padding: 1px 0 20px 0;
        border-radius: 24px;
        background: white url('../images/road_run_mobile.png') no-repeat;
        background-position: top left;
    }
    .run__inner_image {
        width: 100%;
        order:2;
    }
    .run__inner_text {
        width: 100%;
        order:1;
    }
    .run__inner_text ul {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
    }
    .section1920_4 .container {
        padding-top: 30px;
        padding-bottom: 55px;
    }
    .monitoring__blocks {
        display: flex;
        flex-direction: column;
    }
    .monitoring__block {
        display: flex;
        flex-direction:column;
        width: 100%;
        align-items: baseline;
        margin-bottom: 20px;
    }
    .monitoring__block p {
        margin: 0;
        padding-top:20px;
        padding-left: 0;
    }
    .section1920_5 .container {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .dispetcher__blocks {
        display: flex;
        flex-direction: column;
    }
    .dispetcher__block_image {
        width: 100%;
        order:2;
        padding-top: 0;
    }
    .dispetcher__block_text {
        width: 100%;
        order:1;
        padding-top:0;
    }
    .section1920_6 .container {
        padding-top: 20px;
        padding-bottom: 55px;
    }
    .uchet__blocks {
        display: flex;
        flex-direction: column;
        padding-top:30px;
    }
    .uchet__block_text {
        width: 100%;
    }
    .uchet__block_image {
        width: 100%;
    }
    .trolley {
        background: none;
    }
    .uchet__ul li {
        padding-left: 0;
        padding-bottom:65px;
    }
    .uchet__ul li:before {
        content: ' ';
        position: absolute;
        display: block;
        top: -42px;
        left: 0;
        width: 14px;
        height: 14px;
        padding: 8px 6px 10px 11px;
    }
    .uchet__block_image img {
        padding-top: 0;
        margin-top:-30px;
    }
    .section1920_7 .container {
        padding-top: 25px;
        padding-bottom: 48px;
    }
    .section1920_8 .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .partners {
        display: flex;
        flex-direction: column;
    }
    .partners div {
        width: 100%;
        margin-bottom: 20px;
    }
    .section1920_bottom .container {
        padding-top: 65px;
        padding-bottom: 70px;
    }
    .footer {
        display: none;
    }
    .footer-mobile {
        display:flex;
    }
    .footer__links_title {
        color: white;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.15px;
        margin-top: 20px;
        padding-left: 0;
    }
    .footer__links {
        padding-left: 0;
    }
    .contacts {
        padding-top: 1px;
        padding-bottom: 10px;
    }
    footer .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
@media (max-width: 480px) { 
    .container {
        width: 328px;
    }  
    nav ul li a span {
        width: 328px;
    }
    .header__run-pilot {
        width: 328px;
    }
    h1 {
        text-transform: uppercase;
    }
    .based__text_link {
        display: block;
        text-align: center;
    }
    .section__based {
        padding-bottom: 30px;
    }
    .planning__li {
        width: 100%;
    }
    .tram {
        background-size: 80%;
    }
    .section1920_6 .container {
        padding-bottom: 25px;
    }
    .section1920_7 .container {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .report__descr {
        text-align: left;
    }
    .section1920_8 .container {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .section1920_bottom .container {
        padding-top: 55px;
        padding-bottom: 40px;
    }
    .run__box {
        padding-bottom: 0;
    }
    .section1920_4 .container {
        padding-bottom: 35px;
    }
}    
@media (min-width: 1481px) { 
    .capabilities {
        background: url('../images/capabilities_bg.png') no-repeat;
    }
}
@media (min-width: 1880px) { 
    .section__based {
        padding-top: 200px;
        padding-bottom: 238px;
        background: url('../images/bg_traffic.png') no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
    .section1920_1 {
        background: url('../images/road_1.png') no-repeat;
        background-position-x: right;
    }
    .section1920_2 {
        background: url('../images/road_2.png') no-repeat;
        background-position-x: right;
    }
    .section1920_3 {
        background: url('../images/road_3.png') no-repeat;
        background-position-x: right;
    }
    .section1920_4 {
        background: url('../images/road_4.png') no-repeat;
        background-position-x: right;
    }
    .section1920_5 {
        background: url('../images/road_5.png') no-repeat;
        background-position-x: right;
    }
    .section1920_6 {
        background: url('../images/road_6.png') no-repeat;
        background-position-x: right;
    }
    .section1920_7 {
        background: url('../images/road_7.png') no-repeat;
        background-position-x: right;
    }
    .section1920_8 {
        background: url('../images/road_8.png') no-repeat;
        background-position-x: right;
    }
    .section1920_bottom {
        background: url('../images/road_bottom.png') no-repeat;
    }
}