* {
    min-height: 0;
    min-width: 0;
    box-sizing: border-box;
  }

body, html {
    font-family: "Montserrat", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: -.05rem;
    background-image: url('../images/bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fdefef;
}

body {
    overflow-x: hidden;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

a:hover, a:focus {
    color: #FF0039;
    text-decoration: none;
}

.wrapped {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/*HEADER*/

.block-header {
    margin-top: 20px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-link{
    display: flex;
}

.header-link a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header-link a {
    margin-left: 40px;
}

/*MAIN*/

.block-main {
    margin-top: 20px;
}

.head-main-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-text {
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 90px;
}

h1 p {
    padding: 0;
    margin: 0;
}

.desc-main-text {
    font-size: 14px;
    color: #000;
    margin-top: 520px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 170px;
}

.block-button-head-main {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    min-height: 70px;
}

.button-head-main {
    vertical-align: top;
    padding: 14px 20px;
    color: #fff;
    border-radius: 100px;
    margin: 0 20px;
    transition: all 0.3s;
    display: inline-block;
}

.butred {
    box-shadow: 0px 8px #CC133C;
    background-color: #FF0039;
}

.butred:hover {
    box-shadow: 0px 0px #CC133C;
    margin-top: 5px;
    color: #fff;
}

.butblue {
    background-color: #475BDD;
    box-shadow: 0px 8px #384AC0;
}

.butblue:hover {
    box-shadow: 0px 0px #384AC0;
    margin-top: 5px;
    color: #fff;
}

.bonga-block {
    position: absolute;
    top: 290px;
    left: 110px;
    animation-name: bonga_anim;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
	pointer-events: none;
    text-align: center;
}
@keyframes bonga_anim {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 40%, 0);
      transform: translate3d(0, 40%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0%, 0);
      transform: translate3d(0, 0%, 0);
    }
}

.coom-block {
    position: absolute;
    top: 390px;
    right: 90px;
    animation-name: coom_anim;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
	pointer-events: none;
    text-align: center;
}

@keyframes coom_anim {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, -30%, 0);
      transform: translate3d(0, -30%, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0%, 0);
      transform: translate3d(0, 0%, 0);
    }
}

.circle-block {
    padding: 20px;
    width: 150px;
    height: 150px;
    background-color: #F9EFEF;
    border-radius: 150px;
    box-shadow: 0px 50px 70px #611b1b33;
}

.cont-block-info {
    background-color: #F7E4E4;
    width: 100%;
    min-height: 20px;
    margin-top: 100px;
}

.block-info-content {
    display: flex;
}

.text-block-info {
    text-align: left;
    max-width: 700px;
    padding: 20px 0;
}

.text-block-info h2 {
    color: #000;
    font-size: 24px;
}

.text-block-info p {
    color: #000;
    font-size: 14px;
    margin-top: 30px;
}

.text-block-info .block-button-head-main {
    text-align: left;
}

.text-block-info .block-button-head-main .button-head-main {
    margin-left: 0;
    margin-right: 20px;
}

.brand-block-info {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.brand-block-info img {
    margin-right: 7px;
    margin-bottom: 7px;
}

.image-block-info {
    width: 100%;
    position: relative;
}

.image-block-info img {
    position: absolute;
    bottom: 0;
    right: -100px;
}

.feedback-main-content {
    background-image: url(../images/bg-feedback.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 450px;
}

.feedback-main-content h2 {
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    margin-top: 130px;
}

.feedback-item {
    width: 520px;
    height: auto;
    background-color: #F7E4E4;
    border-radius: 20px;
    color: #000;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.feedback-name {
    font-weight: 700;
    font-size: 16px;
}

.feedback-text {
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
}

.feedback-rating {
    width: 320px;
    height: 170px;
    background-color: #f7e4e4;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
}

/*FOOTER*/

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-footer {
    background-color: #CC133C;
    padding: 10px 0;
    margin-top: 70px;
}

/*MEDIA*/

@media (max-width: 992px) {
    .head-main-content h1 p {
        font-size: 36px !important;
    }
    .desc-main-text {
        padding: 0;
    }
    .butred { 
        margin-bottom: 30px;
    }
    .butred:hover {
        margin-top: 0px;
    }
    .butblue:hover {
        margin-top: 0px;
    }
    .image-block-info {
        display: none;
    }
    .text-block-info {
        text-align: center;
        max-width: 100%;
        padding: 20px 50px;
        padding-bottom: 40px;
    }
    .text-block-info .block-button-head-main {
        text-align: center;
    }
    .brand-block-info {
        justify-content: center;
    }
    .bonga-block {
        left: 20px;
    }
    .coom-block {
        right: 20px;
    }
}

@media (max-width: 549px) {
    .header-content {
        flex-direction: column;
        gap: 30px;
    }
    .header-link a {
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    .bonga-block {
        display: none;
    }
    .coom-block {
        display: none;
    }
}