

@font-face {
    font-family: TTTravels900;
    src: url(./fonts/TTTravels-Black.ttf);
}
@font-face {
    font-family: Gilroy400;
    src: url(./fonts/Gilroy-Regular.ttf);
}
@font-face {
    font-family: TTTravels500;
    src: url(./fonts/TTTravels-Medium.ttf);
}
@font-face {
    font-family: Gilroy600;
    src: url(./fonts/Gilroy-Semibold.ttf);
}
@font-face {
    font-family: TTTravels700;
    src: url(./fonts/TTTravels-Bold.ttf);
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #1b1b1c;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}




a {
    text-decoration: none;
    transition: .3s;
}



.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 38px 0 15px 0;
    z-index: 999;
}
header .logo{
    max-width: 185px;
    width: 100%;
}
header .logo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

}
header .header-review{
    font-family: 'TTTravels500', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 15px;
line-height: 18px;
text-align: right;
text-transform: uppercase;
color: #F9F9F9;
max-width: 170px;
}
header .header-review span{
    display: block;
    text-align: right;
        font-family: 'TTTravels900', sans-serif;
}
.promo{
    padding-top: 130px;
    padding-bottom: 50px;
    background: url(./img/bg.png), url(./img/women.png);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: right, center;
}
.promo .card{
    background: #FFFFFF;
border-radius: 15px;
}
.promo-block{
    gap: 50px;
}
.promo-block .left-col{
    align-self: flex-end;
}
.promo-block .left-col .card{
    padding: 15px 30px 15px 30px;
}
.promo-block .left-col .card h1{
    font-family: 'TTTravels700', sans-serif;
font-size: 55px;
line-height: 91.47%;
color: #333333;
margin-bottom: 5px;
}
.promo-block .left-col .card .left-col-card-bottom{
    gap: 10px;
}
.promo-block .left-col .card .left-col-card-bottom .item{
    font-family: 'TTTravels500', sans-serif;
font-size: 17px;
line-height: 20px;
color: #333333;
}
.tip{
    width: 109.38px;
    height: 26.25px;
    align-items: center;
    gap: 3px;
    border: 1px solid #000000;
border-radius: 1000px;
justify-content: center;
}
.promo-block .right-col{
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.promo-block .right-col .card{
    padding: 30px 20px;
    gap: 15px;
}
.promo-block .right-col .card span{
    font-family: 'TTTravels700', sans-serif;
font-size: 50px;
line-height: 91.47%;
color: #333333;
}
.promo-block .right-col .card p{
    font-family: 'TTTravels500', sans-serif;
font-size: 17px;
line-height: 20px;
color: #333333;
}
.scroll-down{
    padding-top: 55px;
    padding-bottom: 45px;
}
.scroll-down span{
    font-family: 'TTTravels500', sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 10px;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
color: #818181;
}
.scroll-down .imgs{
    flex-direction: column;
    gap: 7px;
}
.favorites-block .card{
    max-width: 270px;
    width: 100%;
    padding: 15px 17px 50px 17px;
    background: #F5F5F5;
box-shadow: 0px 4px 25px rgba(51, 51, 51, 0.35);
border-radius: 15px;
height: 340px;
flex-direction: column;
position: relative;
}
.favorites-block .card .card-wrap{
    flex-direction: column;
    height: 100%;
}
.card-about{
    font-family: 'TTTravels500', sans-serif;
font-size: 13px;
line-height: 16px;
text-align: center;
height: 110px;
color: #000000;
}
.card-btn span{
    font-family: 'TTTravels700', sans-serif;
font-size: 15px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
color: #527686;
}
.card-btn{
    gap: 7px;
}
.card .top-img{
    position: absolute;
    top: 0;
    right: 0;
}
.favorites{
    padding-bottom: 50px;
}
.slogan{

}
.slogan .container{
    background: url(./img/slogan.png) no-repeat;
    background-size: cover;
        padding-top: 18px;
    padding-bottom: 18px;
    align-items: stretch;
    border-radius: 15px;
    padding-left: 50px;
    padding-right: 50px;
}
.slogan .container .img{
    width: 267px;
}

.slogan .container .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slogan .container .line{
    width: 3px;
    background: #fff;
}
.slogan .container .slogan-text{
    font-family: 'TTTravels700', sans-serif;
    align-self: center;
font-size: 35px;
line-height: 42px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
.favorites-block{
    flex-wrap: wrap;
    row-gap: 30px;
    max-width: 910px;
    margin: 0 auto;
}
.cards-list{
    padding-top: 45px;
    padding-bottom: 70px;
}
footer{
    background: #527686;
    padding-top: 40px;
    padding-bottom: 20px;
}
footer p, footer a{
    margin-bottom: 18px;
    font-family: 'TTTravels700', sans-serif;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #FFFFFF;
}
footer a{
    display: block;
    margin-top: 10px;
}
footer span{
    font-family: 'TTTravels700', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
text-align: center;
display: block;
text-align: center;
color: #FFFFFF;
}
@media (max-width: 860px){
    .promo{
        padding-top: 320px;
    }
    .promo-block{
        flex-direction: column;
        align-items: flex-start;
    }
    .promo-block .left-col{
        order: 2;
    }
    .promo-block .right-col{
        width: 100%;
    }
    .promo-block .right-col .card{
        width: 100%;
    }
    .promo-block, .promo-block .right-col{
        gap: 5px;
    }
    .promo-block .right-col .card{
        justify-content: unset;
    }
    .promo-block .right-col .card span{
        width: 25px;
        font-size: 15px;
line-height: 91.47%;
    }
    .promo-block .right-col .card p{
        font-size: 9px;
line-height: 11px;
    }
    .promo-block .right-col .card{
        padding: 9px 4px 9px 9px;
    }
    .promo-block .left-col .card h1{
        font-size: 15px;
line-height: 91.47%;
    }
    .promo-block .left-col .card .left-col-card-bottom .item{
        font-size: 10px;
line-height: 12px;
    }
    .promo-block .left-col .card .left-col-card-bottom .tip{
        width: 37px;
        height: 10px;
    }
    .promo-block .left-col .card .left-col-card-bottom .tip img{
        width: 22px;
    }
    .promo-block .left-col .card .left-col-card-bottom .tip img:first-child{
        width: 6px;
    }
    .promo-block .left-col,.promo-block .left-col .card{
        width: 100%;
    }
    header .logo{
        max-width: 95px;
    }
    header .header-review{
        font-size: 9px;
line-height: 11px;
max-width: 105px;
    }
    .favorites-block{
        flex-direction: column;
    }
    .favorites-block .card{
        max-width: 213px;
        padding: 12px 13px 30px 13px;
        height: 269px;
    }
    .card-about{
        font-size: 11px;
line-height: 13px;
height: 85px;
    }
    .card-name img{
        max-width: 100%;
    }
    .card .top-img img{
        width: 57px;
    }
    .favorites-block .tip img{
        width: 37px;
    }
     .favorites-block .tip{
        width: 64px;
        height: 16px;
     }
    .favorites-block .tip img:first-child{
        width: 10px;
    }
    .slogan .container{
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }
    .slogan .container .line{
        display: none;
    }
    .slogan .container .img{
        width: 178px;
    }
    .slogan .container .slogan-text{
        font-size: 15px;
line-height: 18px;
max-width: 160px;
    }
    .slogan .container{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer p, footer a{
        font-size: 18px;
line-height: 22px;
    }
    footer span{
        font-size: 18px;
line-height: 22px;
    }
    .promo-block .left-col .card{
        padding: 7px 10px 10px 10px;
    }
    .scroll-down{
        padding-bottom: 30px;
    }
    header{
        padding: 18px 0 15px 0;
    }
}



























