.modal {
  display: none;
  width: 100%;
  max-width: 350px;
  padding: 35px;
  text-align: center;
  color: #000;
}
.modal__title {
  font-size: 28px;
  font-weight: bold;
}
.modal p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.modal__input {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #ccc;
  padding: 0 10px;
  outline: none;
}
.modal__input:focus {
  border-color: #d21938;
}
.modal .button {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    display: block;
    height: 60px;
    background: #cf132f;
    box-shadow: none;
    border: none;
    color: #fff;
}
.modal a {
  color: #d21938;
  font-weight: bold;
  border-bottom: 1px solid #d21938;
}
.modal a:hover {
  border-color: transparent;
}
.products__content{
    justify-content: flex-start;
}
.products__item{
    margin: 0 10px 20px;
}
@media (max-width: 1023px){
    .products__item {
        max-width: 330px;
    }
}
@media (max-width: 767px) {
  .modal .button {
    font-size: 16px;
  }
}
.products__content{
    width: 100%;
}
.products__img_mod{
    position: static;
    margin-top: 30px;
    height: 270px;
    display: flex;
    align-items: flex-end;
    
}
.tour .products__link{
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 10px;
}
.tour .product__text-title{
    letter-spacing: 0.11px;
    font-size: 36px;
font-weight: 300;
}
.tour .products__text{
        /* min-height: 140px; */
}
@media (max-width: 1280px){
    .tour .product__text-title{
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .products__img_mod{
        height: auto;
    }
      .tour .products__link {
        line-height: 20px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tour .product__text-title{
        font-size: 18px;
    }
    .tour .products__text{
        min-height: auto;
    }
}
.tour .product__content{
    margin-top: 50px;
}
.tour .product__text{
    border: none;
    font-size: 30px;
    letter-spacing: 2.16px;
    margin-bottom: 0px;
}
.tour .btn__download{
    max-width: 470px;
    margin-top: 40px;
    white-space: nowrap;
}
.tour .desc{
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    line-height: 30px;
}
.tour .long{
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
    line-height: 30px;
}
.tour .product__content{
    width: auto;
    justify-content: flex-start;
}
.tour .product__left{
    max-width: initial;
    margin-right: 70px;
    flex: 1 1 auto;
        max-width: 930px;
}
.tour .product__right{
    flex: 1 1 auto;
    max-width: auto;
}
.tour{
    position: relative;
}
.tour .container{
    position: relative;
}
.tour__content{
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tour__title{
    font-size: 57px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    color: #fff;
}
.tour__round{
    width: 398px;
    height: 392px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce1b2f;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 53px;
    font-weight: 300;
    line-height: 52.53px;
    letter-spacing: 0.4px;
    transition: .2s;
}
.tour__round:hover{
    background-color: #b61129;
}
.footer__container{
    padding-top: 100px;
}
@media (max-width: 1500px){
    .tour__round{
         width: 300px;
        height: 300px;   
        font-size: 33px;
        line-height: 40px;
    }
    .tour__title{
        font-size: 44px;
    }
}
@media (max-width: 1300px){
    .tour__content{
        top: 30px;
    }
    .tour__round{
        top: 0;
    }
    .tour__title{
        font-size: 40px;
    }
}
@media (max-width: 1023px){
    .tour .product__text{
        font-size: 24px;
    }
    .tour .desc,
    .tour .long{
        font-size: 18px;
    }
    .tour .btn__download{
        font-size: 26px;
    }
    .tour .product__left{
        margin-right: 40px;
    }
    .tour__bg{
        object-fit: cover;
        height: 350px;
    }
    .tour__round{
         width: 260px;
        height: 260px;   
        font-size: 28px;
        line-height: 36px;
    }
    .tour__title{
        font-size: 38px;
    }
}
@media (max-width: 767px){
    .tour .product__left{
        order: 2
    }
    .tour .product__content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .tour .btn__download {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tour__title {
        font-size: 35px;
    }
    .tour__round {
        width: 170px;
        height: 170px;
        font-size: 20px;
        line-height: 25px;
    }
    .tour__round{
        top: 70px;
    }
    
    
}
.tour .products__link:hover{
    color: #fff;
}
.tour .products__item{
    background-size: 100%;
    min-height: 400px;
    transition: .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tour .products__item:hover{
    background-size: 200%;
}
@media (max-width: 1280px){
    .tour .products__text{
        /* margin-bottom: 0; */
    }
}
@media (max-width: 767px){
    .tour .products__item{
            min-height: auto;
    }
}
.products__item_1 .products__img img{
    max-width: 190px;
}

.products__item_2 .products__img img{
    max-width: 190px;
}

.products__item_5 .products__img img{
    max-width: 230px;
}
.tour56 .product__left{
    max-width: 540px;
}