html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
span,
button {
    display: inline-block
}

input,
textarea {
    display: block;
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse
}

a {
    background-color: transparent;
    text-decoration: none
}

img {
    border: none;
    max-width: 100%;
    height: auto
}

a,
button {
    outline: none;
    cursor: pointer
}

li {
    list-style: none
}

button {
    background: none;
    border: none
}

a,
button,
input,
textarea {
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    resize: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: none
}

input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: none
}

input[type='number'] {
    -moz-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block
}

input[type="search"]::-webkit-search-cancel-button {
    background: none;
    display: none
}

input::-webkit-input-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder {
    color: #000
}

textarea::-webkit-input-placeholder {
    color: #000
}

textarea::-moz-placeholder {
    color: #000
}

textarea:-moz-placeholder {
    color: #000
}

textarea:-ms-input-placeholder {
    color: #000
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

textarea:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

.full-img {
    margin-bottom: 35px
}

.full-img img {
    width: 100%
}

figure {
    text-align: center;
    margin-bottom: 30px
}

figure figcaption {
    text-align: center;
    margin-top: 5px;
    font-size: .75em;
    opacity: 0.8
}

.clearfix:after {
    content: '';
    clear: both;
    display: block
}

h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 50px
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 10px
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px
}

h3 span {
    display: block;
    font-weight: 400
}

h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-bottom: 20px
}

h5 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase
}

h6 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 20px
}

a,
button,
input {
    color: #000
}

.text {
    margin-bottom: 30px;
    line-height: 1.2
}

.text p {
    margin-bottom: 15px
}

.text p:last-of-type {
    margin-bottom: 0
}

body {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-style: normal;
    background: #fff;
    font-size: 16px
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh
}

header {
    width: 100%
}

main {
    z-index: 11;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block
}

footer {
    margin: auto auto 0 auto;
    width: 100%
}

.container {
    width: 100%;
    max-width: 1180px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2
}

.section {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.section-gray {
    background: #F5F5F5
}

.btn {
    font-weight: 700;
    color: #fff;
    border-radius: 16px;
    background: #FFD25B;
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px 0 #000, 0.2;
    box-shadow: 0 10px 20px 0 #000, 0.2
}

.btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-box-shadow: 0 10px 30px 0 #000, 0.2;
    box-shadow: 0 10px 30px 0 #000, 0.2
}

.column {
    margin: 0 -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.column-item {
    width: calc(25% - 14px);
    margin: 0 7px 14px 7px
}

.header {
    padding: 15px 0
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.header-logo .logo {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    white-space: nowrap
}

.header-logo__favorites {
    padding-left: 30px;
    margin-bottom: 35px;
    white-space: nowrap;
    font-size: 14px
}

.header-logo__favorites img {
    position: absolute;
    top: 100%;
    margin-top: -12px;
    left: 3px;
    max-width: 20px
}

.header-counter {
    text-align: center
}

.header-counter p {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap
}

.header-counter .counter {
    white-space: nowrap;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 8px
}

.header-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 25px
}

.header-location input {
    padding: 10px 20px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    margin: 0 25px
}

.footer-item {
    background: #272727;
    padding: 45px 0;
    color: #fff
}

.footer-item a,
.footer-item button,
.footer-item input {
    color: #fff
}

.footer-item .logo {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.footer-item .copyright {
    margin-top: 10px
}

.footer-item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.footer-item__column {
    width: calc(33.3% - 30px)
}

.footer-info {
    padding: 45px 0;
    background: #FFD25B
}

.footer-info .text {
    margin-bottom: 0
}

.footer-info .text p {
    line-height: 20px
}

.footer-info h6 {
    margin-bottom: 20px
}

.information {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 45px;
    column-gap: 45px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.information-item {
    margin-bottom: 45px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.information-item h6 {
    margin-bottom: 10px
}

.information-item p {
    line-height: 1.2
}

.section-home {
    padding: 0;
    background: url(../img/bg.png) no-repeat bottom center #FFD25B;
    background-size: cover
}

.section-home a,
.section-home button {
    color: #fff
}

.section-home__item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.section-home__item h1 {
    color: #000
}

.section-home__item_text {
    width: calc(100% - 560px);
    padding: 100px 0 60px 0
}

.section-home__item_img {
    width: 560px;
    text-align: center;
    line-height: 0
}

.section-home__item_img img {
    z-index: 1;
    margin-left: -100px
}

.section-home__item_img_cloud {
    line-height: 1.3;
    font-weight: 700;
    position: absolute;
    color: #000;
    width: 210px;
    font-size: 20px;
    text-align: center;
    height: 210px;
    border-radius: 50%;
    top: -60px;
    margin-left: -10px;
    left: 50%;
    z-index: 1;
    background: #FFD25B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3)
}

.advantages {
    color: #000
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 35px
}

.advantages-item:last-of-type {
    margin-right: 0
}

.advantages-item__icon {
    width: 50px
}

.advantages-item__icon img {
    max-height: 100%
}

.advantages-item p {
    width: calc(100% - 50px);
    padding-left: 30px
}

.catalog {
    margin-bottom: 60px
}

.catalog-item {
    padding-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1)
}

.catalog-item:hover {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2)
}

.catalog-item__block {
    padding: 20px;
    text-align: center
}

.catalog-item__block:first-child:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    opacity: .5;
    background: rgba(255, 211, 91, 0.5);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 211, 91, 0.5)), color-stop(100%, rgba(255, 211, 91, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 211, 91, 0.5)), to(rgba(255, 211, 91, 0)));
    background: linear-gradient(to bottom, rgba(255, 211, 91, 0.5) 0%, rgba(255, 211, 91, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd35b', endColorstr='#ffd35b', GradientType=0)
}

.catalog-item__logo {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

.catalog-item__logo img {
    max-height: 100%
}

.catalog-item__count {
    margin-bottom: 20px
}

.catalog-item__list {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-top: 15px
}

.catalog-item__list li {
    text-align: left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.catalog-item__list_icon {
    width: 45px
}

.catalog-item__list p {
    width: calc(100% - 45px);
    padding-left: 20px
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

.stars span {
    background: url(../img/star.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin: 0 5px
}

@media (max-width: 1179px) {
    body {
        font-size: 14px
    }

    .footer .container {
        display: block
    }

    .footer-info {
        width: 100%
    }

    .footer-item {
        padding-right: 0;
        width: 100%
    }

    .footer-item__column {
        width: 100%;
        margin-bottom: 35px
    }

    .footer-item__column:last-of-type {
        margin-bottom: 0
    }

    .footer-item__column .text {
        line-height: 1.4
    }

    .header-location input {
        margin: 0 5px
    }
}

@media (max-width: 939px) {
    .column-item {
        width: calc(50% - 10px);
        -webkit-box-shadow: 0 3px 12px rgba(255, 210, 91, 0.3);
        box-shadow: 0 3px 12px rgba(255, 210, 91, 0.3)
    }

    .header-logo__favorites {
        display: none
    }

    .advantages-item {
        display: block;
        text-align: center
    }

    .advantages-item__icon {
        margin: 0 auto 10px auto
    }

    .advantages-item p {
        width: 100%;
        padding-left: 0;
        font-size: 14px
    }

    h3 span {
        font-size: .7em
    }

    .information {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }

    .section-home__item .container {
        display: block
    }

    .section-home__item_text {
        width: 100%;
        padding: 50px 0
    }

    .section-home__item_text h1 {
        text-align: center;
        margin-bottom: 35px
    }

    .section-home__item_img {
        width: 560px;
        margin: 0 auto
    }

    .column-item {
        width: calc(50% - 14px)
    }
}

@media (max-width: 735px) {
    .advantages-item p {
        font-size: 12px
    }

    .header .container {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .header-location {
        margin: 15px -5px
    }
}

@media (max-width: 619px) {
    .footer {
        font-size: 12px
    }

    .information {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
        font-size: 12px
    }

    .information-item {
        margin-bottom: 20px
    }

    h3 {
        font-size: 18px;
        margin-bottom: 30px
    }

    .header-location input {
        margin: 0 5px;
        font-size: 12px;
        padding: 10px
    }

    .advantages {
        display: block
    }

    .advantages-item {
        width: 100%;
        margin: 10px 0
    }

    .advantages-item__icon img {
        max-height: 35px
    }

    h1 {
        font-size: 26px
    }

    .section-home__item_img {
        width: 100%;
        max-height: 300px
    }

    .section-home__item_img img {
        margin-left: -35px
    }

    .section-home__item_img_cloud {
        width: 140px;
        font-size: 12px;
        height: 140px;
        top: -33px;
        padding: 10px;
        margin-left: 0
    }

    .catalog {
        margin-bottom: 35px
    }

    .column-item {
        width: calc(100% - 14px)
    }

    .column-item__list li {
        margin-bottom: 10px
    }

    .column-item__list p {
        padding-left: 10px
    }

    .section-home {
        overflow: hidden
    }

    .catalog-item__block:after {
        display: none
    }
}