body {
	font-family: 'Graphik', sans-serif;
	color: #20212B;
    font-size: 14px;
    background-color: #fff;
    line-height: 15px;
}
.container {
	max-width: 1180px;
	margin: 0 auto;
}
div, p, form, input, a, span, button {
	box-sizing: border-box;
}
ul, li {
    display: block;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
p {
    margin: 0;
    padding: 0;
}
.header {
    position: relative;
}
.header .navigation {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navigation {
    padding: 22px 0;
    box-shadow: 0 0 15px #E5E5E5;
}
.navigation__location {
    position: absolute;
    top: 41%;
    left: 21.5%;
    padding: 3px 0 3px 24px;
    background: url(../img/map.svg) no-repeat left center;
}
.menu {
    display: flex;
}
.menu li {
    margin-right: 45px;
}
.menu li:last-child {
    margin-right: 0;
}
.menu li a,
.authorization__login li a {
    font-family: 'Graphik', sans-serif;
	color: #20212B;
}
.authorization__login {
    display: flex;
}
.authorization__login li {
    margin-right: 40px;
}

.authorization__login :last-child {
    margin-right: 0;
}
.offer {
   display: flex;
   justify-content: space-between;
   background: rgba(168, 219, 255, 0.08);
}
.offer .berlin {
    margin-top: 40px;
}
.offer .prague {
    margin-top: 114px;
}
.offer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer__search {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.offer__search h1 {
    font-size: 50px;
    line-height: 55px;
}
.offer__search p {
    line-height: 22px;
    font-size: 20px;
    margin-top: 27px;
}
.offer .form {
    margin-top: 42px;
}
.form .search {
    width: 380px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    padding: 18px 45px 16px 45px;
    outline: none;
    margin-right: 10px;
    background: url(../img/map.svg) no-repeat 5% center;
}

.form .btn {
    font-family: 'Graphik', sans-serif;
    width: 160px;
    height: 50px;
    background: #FF6A00;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    outline: none;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: .3s all;
}
.form .btn:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.5);
}
.form .btn:active {
    box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
}
.form .location {
    margin-top: 15px;
    font-size: 14px;
    align-self: flex-start;
}
.offer .location a {
    margin-left: 10px;
    text-decoration: underline;
    color: #20212B;;
}
.tobottom {
    position: absolute;
    bottom: 0;
    right: 50%;
    cursor: pointer;
}
.promotions {
    padding: 150px 0;
}
.promotions .container {
    display: flex;
    justify-content: space-between;
}
.deals {
    position: relative;
    margin-right: 102px;
}
.deals .screenhotone {
    margin-left: -30px;
}
.screenshot {
    margin-top: 27px;
}
.deals h3 {
    width: 672px;
    font-size: 30px;
    line-height: 38px;
}
.deals span {
    color: #FF6A00;
}
.deals p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    width: 581px;
}
.deals .btn__play {
    position: absolute;
    left: 41%;
    top: 59%;
}
.smartphone {
    position: relative;
}
.dolars,
.interest {
    position: absolute;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
    padding: 26px 14px 24px 14px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.dolars {
    background: linear-gradient(202.35deg, #FF8934 15.82%, #FF6A00 81.97%, #FF6A00 81.97%);
    top: 23%;
    left: 11.5%;
}
.interest {
    width: 67px;
    height: 67px;
    background: url(../img/interest.svg), linear-gradient(202.35deg, #FF8934 15.82%, #FF6A00 81.97%, #FF6A00 81.97%);;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 38%;
    right: 15%;
}
.line {
    position: absolute;
    width: 99px;
    height: 4px;
    background: #5B5B5B;
    border-radius: 18px;
    bottom: 17.5%;
    left: 39%;
}
.footer {
    background: rgba(168, 219, 255, 0.08);
    padding: 60px 0 20px 0;
}
.footer .info__us {
    display: flex;
    justify-content: space-between;
}
.footer h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
}
.footer p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 9px;
}
.conect .send {
    display: block;
    width: 151px;
    height: 45px;
    font-family: 'Graphik', sans-serif;
    background: #2F9EEB;
    font-size: 14px;
    line-height: 15px;
    padding: 14px 26px 15px 26px;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.75);
}
.send:hover {
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.send:active {
    box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
}
.about .download {
    position: relative;
    font-family: 'Graphik', sans-serif;
    outline: none;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #E4E4E4;
    padding: 14px 25px 15px 55px;
    width: 290px;
    height: 45px;
}
.button-download {
    position: absolute;
    outline: none;
    border: none;
    width: 45px;
    height: 45px;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2F9EEB;
    cursor: pointer;
    top: -1px;
    left: -1px;
}
.info__us .social__icon {
    display: flex;
    justify-content: space-between;
    width: 154px;
}
.social__icon a {
    width: 31px;
    height: 31px;
    border-radius: 2px;
    transition: 0.5s all;
}
.social__icon .instagram {
    background: url(../img/instagram.svg), linear-gradient(45deg, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 0%, rgba(255,193,7,1) 0%, rgba(156,39,176,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #9C27B0;
}
.social__icon .facebook {
    background-image: url(../img/facebook.svg);
    background-color: #3B5998;
    background-position: center center;
    background-repeat: no-repeat;
}
.social__icon .twitter {
    background-image: url(../img/twitter.svg);
    background-color: #1DCAFF;
    background-position: center center;
    background-repeat: no-repeat;
}
.social__icon .linkedin {
    background-image: url(../img/LinkedIn.svg);
    background-color: #0077B5;
    background-position: center center;
    background-repeat: no-repeat;
}
.social__icon a:hover {
    border-radius: 25px;
}
.footer .social h4 {
    margin-bottom: 15px;
}
.copyright {
    padding-top: 95px;
    line-height: 15px;
    margin-bottom: 0;
}

/* deals */

.breadcrumbs a {
    font-size: 12px;
    line-height: 13px;
    color: #868686;
}
.category {
    padding: 15px 0 57px 0;
}
.category__list {
    display: flex;
    justify-content: space-between;
    max-width: 610px;
}
.category h2,
.restaurants h2,
.things h2,
.beauty h2 {
    font-size: 30px;
    line-height: 33px;
    padding: 22px 0 18px 0;
}
.category__list h3 {
    font-size: 14px;
    line-height: 15px;
    font-style: normal;
}
.category__item {
    background: url(../img/deals/spoon.svg) no-repeat center 35%;
    padding: 62px 27px 22px 26px; 
    border: 1px solid #E5E5E5;
    text-align: center;
    width: 190px;
    transition: .5s all;
    cursor: pointer;
}
.item-museum {
    background: url(../img/deals/museum.svg) no-repeat center 35%;
}
.item-spa {
    background: url(../img/deals/spa.svg) no-repeat center 35%;
}
.category__item:hover {
    background-color: rgb(255, 166, 0);
}
.restaurants__list,
.ivent__list,
.studio__list {
    display: flex;
    justify-content: space-between;
}
.restaurants__title,
.things__title,
.beauty__title {
    display: flex;
    align-items: center;
    padding-bottom: 27px;
}
.restaurants__title h2,
.things__title h2,
.beauty__title h2 {
    padding: 0;
    margin-right: 20px;
}
.restaurants a,
.things a,
.beauty a {
    display: block;
    font-family: Graphik;
    font-size: 14px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #20212B;
}
.restaurants__list-item,
.ivent__list-item,
.studio__list-item {
    position: relative;
    max-width: 280px;
}
.restaurants__list-item img,
.ivent__list-item img,
.studio__list-item img {
    transition: .5s all;
    border-radius: 5px;
}
.restaurants__list-item img:hover,
.ivent__list-item img:hover,
.studio__list-item img:hover {
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.2)
}
.restaurants__list-item h4,
.ivent__list-item h4,
.studio__list-item h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 11px 0 7px;
}
.restaurants__list-item p,
.ivent__list-item p, 
.studio__list-item p {
    font-size: 14px;
    line-height: 18px;
    color: #656565;
}
.restaurants__list-item span,
.ivent__list-item span,
.studio__list-item span {
    position: absolute;
    background: #FF6A00;
    border-radius: 0px 3px 3px 0px;
    padding: 9px 19px;
    color: #fff;
    font-weight: bold;
    left: -7px;
    top: 121px;
    z-index: 1;
}
.restaurants__list-item .figure,
.ivent__list-item .figure,
.studio__list-item .figure {
    position: absolute;
    width: 11px;
    height: 8px;
    background: #B24A00;
    left: -5px;
    top: 119px;
    transform: rotate(50deg);
    z-index: -1;
}
.things {
    padding: 84px 0 65px 0;
}
.subscribe .container {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 32px 0 44px ;
    background: linear-gradient(90deg, rgba(83, 183, 255, 0.85) 1.14%, rgba(43, 167, 255, 0.85) 98.76%);
}
.subscribe .form__subscribe {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.form__subscribe h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 7px;
    font-weight: normal;
}
.form__subscribe input {
    outline: none;
    border: transparent;
    background-image: url(../img/deals/mail.svg);
    background-repeat: no-repeat;
    background-position: 21px center;
    width: 393px;
    height: 50px;
    padding: 18px 5px 16px 50px;
}
.subscribe form {
    position: relative;
    margin-top: 17px;
    background: #fff;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 15px;
    color: #20212B;
}
.circle {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 34px;
    height: 34px;
    top: 45%;
    left: -17px;
}
.circle-right {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 34px;
    height: 34px;
    top: 45%;
    right: -17px;
}
.succes {
    position: absolute;
    outline: none;
    width: 40px;
    height: 40px;
    border: none;
    background: url(../img/deals/arrov.svg) no-repeat center center;
    background-color: #FF6A00;
    cursor: pointer;
    top: 5px;
    right: 5px;
}
.beauty {
    padding: 70px 0 100px;
}