@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body {
    padding: 0;
    margin: 0;
    padding-top: 118px;
    background: url(/images/company/bg.png) no-repeat;
    background-size: 100% 604px;
    font-family: 'Nunito', sans-serif;
}

/* Сайт */
body > .all {
    padding: 50px 135px;
    width: 1170px;
    margin-left: 50%;
    transform: translateX(-50%);
	overflow: hidden;
}
body > .all h1 {
    color: #113C64;
    font-weight: 700;
    font-size: 47px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
body > .all span a {
    text-decoration: none;
    color: #000;
}
body > .all span a:hover {
    text-decoration: underline;
}


/* Верхний блок */
body > .all .top .left, body > .all .top .right {
    max-width: 570px;
}
body > .all .images {
    position: relative;
    margin-bottom: 40px;
}
body > .all .images img {
    width: 100%;
}
body > .all .images span {
    display: inline-block;
    background: #A3B015;
    border-radius: 5px;
    transform: rotate(10.22deg);
    padding: 15px 40px;
    font-weight: 600;
    font-size: 19px;
    color: #FFFFFF;
    position: absolute;
    top: -25px;
    right: -17.5px;
}
body > .all > .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 62px;
    border-bottom: 0.5px solid #D2D2D2;
}
body > .all .top .text {
    font-size: 17px;
}
body > .all .top .text b:nth-child(1) {
    color: #113C64;
}
body > .all .top .right .text {
    background: #fff;
    border-radius: 4px;
    padding: 25px 28px;
    margin-bottom: 108px;
}

/* Почему мы */
body > .all .why_we .why_we_block {
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 8px;
    background: #F4F6F9;
    font-weight: 450;
    font-size: 19px;
}

/* Нижний блок */
body > .all .bottom .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 30px;
}
body > .all .bottom .top h3 {
    font-size: 32px;
    color: #113C64;
    margin: 0;
}
body > .all .bottom .top .slider_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body > .all .bottom .top .slider_navigation p {
    font-size: 17px;
    color: #113C64;
    margin: 0 13px;
}
body > .all .bottom .top .slider_navigation img {
    cursor: pointer;
}

/* Мобильная версия */
@media (max-width: 1260px) {
    body > .all {
        padding: 50px 40px;
        width: auto;
        margin-left: 0;
        transform: translateX(0);
    }

    body > .all .top .left, body > .all .top .right {
        width: 480px;
    }
}
@media (max-width: 1180px) {
    body > .all .bottom .top .slider_navigation {
        display: none;
    }
}
@media (max-width: 1100px) {
    body > .all > .top {
        flex-direction: column;
        width: 480px;
    }
    body > .all .top > .text {
        background: #fff;
        border-radius: 4px;
        padding: 25px 28px;
        margin-bottom: 60px;
    }
    body {
        background-size: 100% 954px;
    }
    body > .all .top .left .text {
        margin-bottom: 40px;
    }
}
@media (max-width: 750px) {
    body > .all {
        padding: 30px 15px;
    }
    body > .all h1 {
        font-size: 30px;
    }
    body > .all .bottom .top h3 {
        font-size: 24px;
    }
    h3 .tabs_navigation, h3 .cities_navigation {
        font-size: 17px;
    }
}
@media (max-width: 625px) {
    h3 .tabs_navigation, h3 .cities_navigation {
        display: block;
        margin-left: 15px;
        margin-top: 15px;
    }
    body > .all .bottom .top {
        margin-bottom: 20px;
    }
}
@media (max-width: 510px) {
    body > .all > .top {
        width: 100%;
        padding-bottom: 20px;
    }
    body > .all .top .left, body > .all .top .right {
        width: 100%;
    }
    body > .all .top .text {
        font-size: 15px;
    }
    body > .all .why_we .why_we_block {
        font-size: 14px;
        padding: 14px;
    }
    body > .all .images span {
        padding: 10px 30px;
        font-size: 17px;
        top: -20px;
    }
    body > .all .top > .text {
        padding: 20px;
        margin-bottom: 50px;
    }
    body {
        background-size: 100% 754px;
    }
}