* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Museo Sans Cyrl', sans-serif !important;
}


.scale {
    transition: 1s; /* Время эффекта */
    transform: scale(1.7);
   }
 

.continer__full {
    max-width: 1892px;
    width: 100%;
   /* padding: 0px 15px;*/
    margin: 0 auto;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.main .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px 10px 40px;
    background: #FF7475;
    border-radius: 5px;
    height: auto !important;
    border: none;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    cursor: pointer;
    transition: none !important;
}
.btn:hover {
    background: linear-gradient(179.99deg, #FF7475 7.24%, #E25455 99.43%);
    color: #fff !important;
}
.r-btn {
    background: linear-gradient(179.99deg, #FF7475 7.24%, #E25455 99.43%);
}

.btn:focus {
    color: #fff !important;
}
a.calc-all-result__btn.btn.r-btn {
    text-decoration: none;
}
a.btn.modal__btn.r-btn {
    text-decoration: none;
}



.btn span {
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff !important;
}

.add-icon {
    height: 20px;
    width: 20px;
    background-color: #FF7475;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

input {
    outline: none;
}


i {
    cursor: pointer;
}
.galery-modal i {
    font-size: 16px;
    color: #b1c5cf;
}
.galery-modal i:hover {
    color: #ff7474;
}
.galery-modal i.icon-arrow-left,
.galery-modal i.icon-arrow-right{
    font-size: 36px;
}
