/*----Specification----*/

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
    font-size: 24px;
    padding: 0;
    margin: 0;
}
div, p, form, input, a, i, span, button {
    box-sizing: border-box;
}
p {
    margin: 0;
    line-height: 1.3em;
    letter-spacing: 0.02em;
}
a {
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease;
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
}
ul, li {
    display: block;
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 48px;
    text-align: center;
    margin: 0 auto;
}
.d-flex, .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
.active{
    color: #C90027;
}
.business .active{
    background: white;
}

/*-- Header --*/

.header {
    background: #C90027;
    padding: 30px 0;
}
.header__nav {
    align-items: center;
    justify-content: space-between;
}
.nav li {
    padding: 0 14px;
}
.nav li a {
    font-size: 12px;
    text-transform: uppercase;
}
.nav li a:hover {
    opacity: 0.7;
}
.menu__trigger {
    background-color: transparent;
    color: #fff;
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 0;
    width: 28px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.menu__trigger__line {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    transition: background 0s 0.3s;
}
.menu__trigger__line:after, .menu__trigger__line:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
    transition-duration: 0.3s,0.3s;
    transition-delay: 0.3s,0s;
}
.menu__trigger__line:before {
    top: -8px;
    transition-property: top,transform;
}
.menu__trigger__line:after {
    bottom: -8px;
    transition-property: bottom,transform;
}
.menu__trigger__line.is-active {
    background: none;
}
.menu__trigger__line.is-active:before, .menu__trigger__line.is-active:after {
    transition-delay: 0s,0.3s;
}
.menu__trigger__line.is-active:before {
    top: 0;
    transform: rotate(45deg);
}
.menu__trigger__line.is-active:before, .menu__trigger__line.is-active:after {
    transition-delay: 0s,0.3s;
}
.menu__trigger__line.is-active:after {
    bottom: 0;
    transform: rotate(-45deg);
}


/*-- Main --*/

.main {
    background: url("../img/header-bg.jpg") no-repeat top center;
    z-index: -2;
    padding: 570px 0 50px;
}
.main__content {
    position: relative;
    color: #fff;
    padding: 38px 0 48px;
    z-index: 2;
    text-align: center;
}
.main__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    bottom: 0;
    left: -5%;
    background: #C90027;
    z-index: -1;
    transform: skew(-25deg);
}
.main__title {
    font-size: 48px;
    text-transform: uppercase;
    margin: 0;
}
.main__text {
    font-size: 18px;
    width: 700px;
    margin: 5px auto 0;
}
.main__btn-block {
    justify-content: center;
}
.btn {
    background: #C90027;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 18px;
    font-size: 24px;
    margin: 30px 20px;
    display: block;
}
.btn:hover {
   background: #a71d2e;
}

/*-- Specification --*/
.specification {

}
.specification__bg {
    padding: 220px 0;
    background: url(../img/man.png) no-repeat top 130px right,
    url(../img/man2.png) no-repeat bottom 355px left;
}
.specification__left p, .specification__right p{
    width: 485px;
    text-align: left;
    position: relative;
}
.specification__left p:after {
    content: '';
    width: 530px;
    height: 97px;
    position: absolute;
    top: -110px;
    left: 0;
    background: url("../img/clouds.png") no-repeat;
}
.specification__right {
    justify-content: flex-end;
    margin-top: 200px;
}
.specification__btn {
    margin: 100px auto 0;
    width: 380px;
}

/*-- Work --*/
.work {
    background: url(../img/Rectangle107.png) no-repeat right -50px top 280px,
    url(../img/Rectangle109.png) no-repeat right -20px top -100px,
    url(../img/Rectangle108.png) no-repeat left 0 top 420px,
    url(../img/Rectangle1010.png) no-repeat left -20px top 280px;
    padding: 220px 0 200px;
    margin-top: -300px;
}
.work__list {
    justify-content: space-between;
    margin-top: 100px;
}
.work__list li {
    width: 320px;
    transition: all 0.5s ease;
    cursor: default;
}
.work__list li:hover, .work__list li:hover .work__list-text:after {
    color: #C90027;
    border-color: #C90027;
}
.work__list-text {
    position: relative;
    height: 90px;
}
.work__list-text:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 83px;
    border: 1.5px solid #000000;
    left: 0;
    bottom: -90px;
}
.work__list-num {
    font-size: 144px;
    font-weight: 100;
    margin-top: 80px;
}

/*-- Clients --*/

.clients {
    margin-top: -100px;
    padding-bottom: 230px;
    background: url("../img/train.png") repeat-x left -680px bottom 0;
}
.switching {
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #9E9E9E;;
}
.switching__link {
    -webkit-appearance: none;
    width: 74px;
    height: 42px;
    background: #fff;
    border: 2px solid #C90027;
    box-sizing: border-box;
    border-radius: 21px;
    margin: 0 20px;
    position: relative;
    padding: 2px;
    cursor: pointer;
    outline:none;
}
.switching__link::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    background: #C90027;
    border-radius: 50%;
    display: block;
    transition: 1s;
    outline:none;
}
input[type=range]::-moz-range-thumb {
    width: 32px;
    height: 32px;
    background: #C90027;
    border-radius: 50%;
    display: block;
    transition: 1s;
    outline:none;
    border: none;
}
.clients-agent__block, .clients-client__block {
    height: 470px;
    justify-content: space-between;
    margin-top: 80px;
}
.client-agent__item_middle {
    width: 46%;
    position: relative;
    padding: 0 26px;
}
.client-agent__item_middle:after, .client-agent__item_middle:before {
    content: '';
    height: 335px;
    width: 1px;
    top: 0;
    position: absolute;
    background: #000;
}
.client-agent__item_middle:before {
    left: 0;
}
.client-agent__item_middle:after {
    right: 0;
}
.agent__block {
    justify-content: space-between;
}
.client-agent__title {
    font-size: 30px;
}
.client-agent__btn {
    font-size: 18px;
    padding: 18px 31px;
    margin: 30px 0 20px;
    width: 280px;
}
.client-agent__sign {
    font-size: 18px;
    text-align: center;
    color: #545454;
    width: 245px;
    margin: 0 20px;
}
.client-agent__list {
    margin-top: 20px;
}
.client-agent__list li {
    width: 370px;
    font-size: 24px;
    color: #545454;
    padding: 12px 0 12px 45px;
}
.client-agent__list li:nth-child(1), .client-agent__list li:nth-child(3){
    background: url(../img/contract.png) no-repeat left 5px top 12px;
}
.client-agent__list li:nth-child(2) {
    background: url(../img/ticket.png) no-repeat left 0 top 12px;
}
.client-agent__list li:nth-child(4) {
    background: url(../img/balls.png) no-repeat left 2px top 12px;
}
.client-agent__list li:nth-child(5) {
    background: url(../img/money.png) no-repeat left 2px top 12px;
}
.client-agent__text {
    color: #545454;
    width: 273px;
    margin-top: 30px;
}
.client__block {
    justify-content: space-between;
    display: none;
}
.client-agent__list li:nth-child(1){
    display: none;
}
.client-agent__btn {
    padding: 18px 26px;
}

/*-- Sales --*/
.sales {
    padding: 200px 0 80px;
}
.sales__switching {
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    margin-top: 95px;
    padding-bottom: 50px;
    border-bottom: 3px solid #C90027;
}
.sales__switching li {
    width: 25%;
    position: relative;
    cursor: pointer;
}
.sales__switching li .circleRed, .sales__switching li.active div {
    width:30px;
    height:30px;
    background:#C90027;
    bottom:-66px;
    transform: translate(-15px);
}
.sales__switching li div {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 3px solid #C90027;
    bottom: -61px;
    left: 50%;
    transform: translate(-10px);
    border-radius: 50%;
    box-sizing: border-box;
}
.sales__block {
    padding: 90px 0;
    display: flex;
}
.sales__items {
    color: #545454;
    font-size: 18px;
    width: 33%;
    margin: 0 15px;
}
.sales__items:first-child {
    margin-left: 0;
}
.sales__items:last-child {
    margin-right: 0;
}
.sales__title {
    font-size: 24px;
    margin-bottom: 10px;
}
.sales__text {
    margin-top: 20px;
}
.sales__list {
    margin-top: -10px;
}
.sales__list li {
    padding: 12px 0 10px 55px;
}
.tickets__block .sales__list li:nth-child(1) {
    background: url(../img/interface.png) no-repeat left 0 top 12px;
}
.tickets__block .sales__list li:nth-child(2) {
    background: url(../img/help.png) no-repeat left 0 top 12px;
}
.tickets__block .sales__list li:nth-child(3) {
    background: url(../img/computer-orders.png) no-repeat left 0 top 12px;
}
.tickets__block .sales__list li:nth-child(4) {
    background: url(../img/online.png) no-repeat left 0 top 12px;
}
.tickets__block .sales__list li:nth-child(5) {
    background: url(../img/storage.png) no-repeat left 0 top 12px;
}
.tickets__block .sales__list li:nth-child(6) {
    background: url(../img/support.png) no-repeat left 0 top 12px;
}
.agent__block, .client__block, .documents__block{
    display: none;
}
.agent__block .sales__list li:nth-child(1) {
    background: url(../img/start-sales.png) no-repeat left 0 top 12px;
}
.agent__block .sales__list li:nth-child(2) {
    background: url(../img/workplace.png) no-repeat left 0 top 12px;
}
.agent__block .sales__list li:nth-child(3) {
    background: url(../img/computer-orders.png) no-repeat left 0 top 12px;
}
.agent__block .sales__list li:nth-child(4) {
    background: url(../img/contract.png) no-repeat left 0 top 12px;
}
.agent__block .sales__list li:nth-child(5) {
    background: url(../img/interface.png) no-repeat left 0 top 12px;
}
.agent__block .sales__list li:nth-child(6) {
    background: url(../img/support.png) no-repeat left 0 top 12px;
}

.client__block .sales__list li:nth-child(1) {
    background: url(../img/interface.png) no-repeat left 0 top 12px;
}
.client__block .sales__list li:nth-child(2) {
    background: url(../img/help.png) no-repeat left 0 top 12px;
}
.client__block .sales__list li:nth-child(3) {
    background: url(../img/computer-orders.png) no-repeat left 0 top 12px;
}
.client__block .sales__list li:nth-child(4) {
    background: url(../img/online.png) no-repeat left 0 top 12px;
}
.client__block .sales__list li:nth-child(5) {
    background: url(../img/storage.png) no-repeat left 0 top 12px;
}
.client__block .sales__list li:nth-child(6) {
    background: url(../img/support.png) no-repeat left 0 top 12px;
}

.documents__block .sales__list li:nth-child(1) {
    background: url(../img/computer-orders.png) no-repeat left 0 top 12px;
}
.documents__block .sales__list li:nth-child(2) {
    background: url(../img/contract.png) no-repeat left 0 top 12px;
}
.documents__block .sales__list li:nth-child(3) {
    background: url(../img/interface.png) no-repeat left 0 top 12px;
}
.documents__block .sales__list li:nth-child(4) {
    background: url(../img/support.png) no-repeat left 0 top 12px;
}

/*-- business_clients --*/
.business-title {
    text-align: center;
    margin: 0 0 140px;
}
.business_wrap{
    position: relative;
    height: 540px;
    background: url(../img/business_bg.jpg) no-repeat;
}
/*.business_wrap:after {*/
    /*position: absolute;*/
    /*content: "";*/
    /*top: -18px;*/
    /*right: 737px;*/
    /*width: 4px;*/
    /*height: 400px;*/
    /*background: #FFF;*/
    /*transform: rotate(24deg);*/
/*}*/
.business_slide_item_rectangle, .business_slide_item_img {
    position: absolute;
    width: 863px;
    height: 652px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.business_slide_item_rectangle {
    z-index: 1;
}
.business_slide_item_img{
    width: 806px;
    height: 592px;
}
.business_rectangle, .business_img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.business_agent_wrap {
    padding-top: 93px;
}
.business_clients_wrap {
    padding-top: 70px;
}
.business_clients {
    margin-top: 90px;
}
.business_clients-title {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin-left: 150px;
}
.business_clients-title span {
    position: absolute;
    background: url("../img/business_group.png") no-repeat;
    width: 136px;
    height: 132px;
    left: -150px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
}
.business_agent_wrap .business_clients-title span {
    background: url("../img/agents_group.png") no-repeat;
    width: 114px;
    height: 133px;
}
.business_clients-list {
    width: 245px;
}
.business_clients-item {
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.business_clients-item div {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 0;
    top: 7px;
    border: 2px solid white;
    border-radius: 50%;
}
.business .specification__btn {
    margin-top: 150px;
}
.arrow_block {

}
.arrow_prev, .arrow_next {
    cursor: pointer;
}
.arrow_prev {
    margin-right: 50px;
}
.scale {
    transform: scale(1.1);
}

/*Partners*/

.partners {
    padding: 140px 0;
}
.partners__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 130px 0 50px;
}
.partners__block li {
    margin: 50px 10px 0;
}


/*-- About --*/
.about {
    padding: 130px 0;
    font-size: 18px;
    background: url(../img/Rectangle113.png) no-repeat left -15px top 285px,
    url(../img/Rectangle106.png) no-repeat left top 195px;
}
.about img {
    max-width: 100%;
}
.about__wrap {
    position: relative;
}
.about__right {
    position: absolute;
    max-width: 50%;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
    height: 815px;
}
.about__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.about__title-block {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #C90027;
    margin: 175px 0 20px;
}
.about__text, .about__title-block {
    width: 615px;
}
.about__list li{
    margin-top: 15px;
    padding: 12px 0 12px 45px;
    width: 400px;
}
.about__list li:nth-child(1) {
    background: url(../img/5classes.png) no-repeat left 0 top 12px;
}
.about__list li:nth-child(2) {
    background: url(../img/route.png) no-repeat left 0 top 12px;
}
.about__list li:nth-child(3) {
    background: url(../img/ticets.png) no-repeat left 0 top 12px;
}
.about__list li:nth-child(4) {
    background: url(../img/balls.png) no-repeat left 0 top 12px;
}


/*-- Reviews --*/


.reviews {
padding: 50px 0 120px;
}
.reviews__title {
    border-bottom: 2px solid #C90027;
    width: 192px;
    padding-bottom: 50px;
}
.reviews__switching-list {
    justify-content: center;
    margin: 50px 0 80px;
}
.reviews__switching-list a {
    margin: 0 15px;
    cursor: pointer;
    color: #9e9e9e;
}
.reviews__switching-list a.active{
    color: #C90027;
}
.reviews__btn {
    width: 380px;
    margin: 140px auto 80px;
}
.reviews__items {
    text-align: center;
    margin: 0 auto;
}
.reviews__block {
    justify-content: center;
    align-items: center;
}
.reviews__img {
    margin-right: 40px;
}
.reviews__text {
    font-size: 18px;
    margin: 50px auto;
    width: 775px;
}
.slick-prev:before, .slick-next:before, .slick-dots li button:before {
    content: '';
}
.slick-prev, .slick-next {
    width: 0;
    height: 0;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    background: rgba(201, 0, 39, 0.3);
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: rgba(201, 0, 39, 1);
}
.slick-dots li {
    margin: 0 12px;
}
/*.slider__client {
    display: none;
}*/

/*-- Socblock --*/

.socblock {
    text-align: center;
}
.socblock__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.socblock__text {
    font-size: 16px;
    color: #898989;
}
.socblock__item {
    width: 48px;
    height: 48px;
    margin: 10px 5px;
    background: #C90027;
    border-radius: 50%;
}
.socblock__wrap{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.socblock__wrap a {
    transition: all .3s linear .3s;
}
.socblock__wrap a:hover {
    transform: rotate(360deg);
}
.socblock__item i {
    margin-top: 50%;
    transform: translateY(-50%);
}

/*-- Footer --*/

.footer {
    background: #f6f6f6;
    padding: 50px 0;
    margin-top: 40px;
}
.footer__block {
    justify-content: space-between;
}
.footer__link {
    font-size: 14px;
    color: #898989;
    display: inline-block;
    margin-bottom: 5px;
    transition: color .35s;
}
.footer__phone {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.footer__phone__text {
    padding-top: 2px;
    font-size: 13px;
    color: #898989;
    font-weight: 400;
}
.footer__link-policy {
    text-decoration: underline;
    font-size: 12px;
    line-height: 1;
    width: 255px;
}



