body{
    margin: 0;
    padding: 0;
    font-family: 'Mont', sans-serif;
}
.feedback-wrapper {
    background-color: #375E67 !important;
}
*{
    box-sizing: border-box;
}
.container{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1290px;
}
.section-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #2C2C2C;
}

.content-wrapper.internal{padding-top: 0px;}

.main-btn {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    background: #F29C62;
    border-radius: 1000px;
    padding: 0 48px;
    height: 60px;
    width: max-content;
    text-decoration: none !important;
    transition: .1s !important;
    font-family: 'Mont', sans-serif !important;
}

.main-btn:hover {
    background-color: #EF833B;
}
.main-btn:focus {
    background-color: #EC6B13;
}

@media(max-width: 860px){
    .banner__title.section-title{
        text-align: center !important;
    }
}









/* banner */
.banner{
    background-image: url(../img/main_bg.jpg);
    width: 100%;
    height: calc(100vh - 216px);
    min-height: 400px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .container{
    height: 100%;
}
.banner__content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner__title{
    font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    max-width: 600px;
    margin-bottom: 11px;
}
.gallery__btn {
    max-width: 244px;
    width: 100%;
}
.banner__descr{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.045em;
    max-width: 445px;
}
@media(max-width:860px){
    .banner{
        background-image: url(../img/main_bg2.jpg);
        height: 520px;
        margin-top: 0;
    }
    .banner__content {
        justify-content: flex-start;
        text-align: center;
        align-items: center;
        padding-top: 24px;
    }
    .banner__title {
        font-size: 32px;
        line-height: 39px;
        max-width: 400px;
    }
    .banner__descr {
        max-width: 319px;
        font-size: 12px;
        line-height: 134.5%;
    }
}
@media(max-width:600px){
    .banner{
        height: calc(100vh - 205px);
        min-height: 1px;
    }
}
@media(max-width:450px){
    .banner{
        background-position: right;
    }
    .banner__title {
        font-size: 24px;
        line-height: 31px;
    }
    .banner__content {
        padding-top: 48px;
    }
    .banner__descr {
        max-width: 278px;
        font-size: 11px;
    }
}








/* featch */
.featch{
    padding: 79px 0 104px;
}
.featch__title{
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.featch__wrap {
    display: flex;
    justify-content: space-between;    
    margin: 0 92px;
}
.featch__item {
    width: 300px;
}
.featch__icon {
    height: 207px;
    margin: 0 auto;
}
.featch__icon>img{
    margin: 0 auto;
    display: block;
}
.featch__descr{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #444444;
    font-weight: 300;
}
.magazin__btn {
    margin-bottom: -85px;
}
@media(max-width:1280px){
    .section-title {
        font-size: 36px;
        line-height: 44px;
    }
    .featch {
        padding: 69px 0 93px;
    }
    .featch__icon>img {
        height: 65%;
    }
    .featch__title {
        margin-bottom: 78px;
    }
    .featch__wrap {
        margin: 0 190px;
    }
    .featch__icon {
        height: 158px;
    }
    .featch__descr {
        font-size: 16px;
        line-height: 18px;
    }
    .featch__item {
        width: 265px;
    }
}
@media(max-width:1230px){
    .featch__wrap{
        padding: 0;
        max-width: 830px;
        margin: 0 auto;
    }
}
@media(max-width:840px){
    .featch {
        padding: 47px 0 54px;
    }
    .featch__title {
        max-width: 610px;
        margin-bottom: 52px;
    }
    .section-title {
        font-size: 32px;
        line-height: 39px;
    }
    .featch__icon {
        height: 144px;
    }
    .featch__descr {
        font-size: 11px;
        line-height: 15px;
    }
    .featch__item {
        width: 190px;
    }
    .featch__wrap {
        max-width: 650px;
    }
}
@media(max-width:595px){
    .featch__wrap {
        flex-direction: column;
        align-items: center;
    }
    .featch__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .featch__icon>img {
        height: auto;
    }
    .featch__icon {
        margin-bottom: 15px;
    }
}
@media(max-width:400px){
    .featch {
        padding: 36px 0 35px;
    }
    .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 26px;
    }
    .featch__icon {
        height: 105px;
    }
    .featch__icon>img {
        height: 100%;
    }
}







/* about */
.about{
    background-color: #DEDBD1;
    padding: 146px 0 169px;
}
.about .container {
    max-width: 1135px;
}
.about__wrap {
    display: flex;
}
.about__title-wrap{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.about__descr-wrap {
    max-width: 460px;
}
.about__title{
    font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    color: #2C2C2C;
    max-width: 410px;
    margin-left: 100px;
    z-index: 2;
}
.about__descr-wrap p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: #444444;
    margin: 0;
    font-weight: 300;
}
.about__descr-wrap p:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 0;
}
.about__title-wrap{
    position: relative;
}
.about__decor{
    font-weight: bold;
    font-size: 288px;
    line-height: 348px;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 86px;
}
@media(max-width: 1020px){
    .about__title{
        margin-left: 0;
    }
    .about {
        padding: 100px 0;
    }
    .about__title-wrap {
        margin-right: 40px;
    }
    .about__decor{
        right: -20px;
    }
}
@media(max-width:768px){
    .about__descr-wrap p:not(:last-child) {
        margin-bottom: 29px;
    }
    .about__descr-wrap p {
        font-size: 13px;
        line-height: 16px;
    }
    .about__title {
        font-size: 32px;
        line-height: 39px;
        margin-left: 33px;
        margin-top: -13px;
    }
    .about__descr-wrap {
        max-width: 360px;
    }
    .about{
        padding: 112px 0;
    }
}
@media(max-width:615px){
    .about__title{
        margin-left: 0;
    }
    .about {
        padding: 50px 0;
    }
    .about__wrap {
        flex-direction: column;
    }
    .about__decor{
        display: none;
    }
    .about__descr-wrap {
        max-width: none;
    }
    .about__title {
        margin-bottom: 18px;
    }
}
@media(max-width: 445px){
    .about__title-wrap {
        margin-right: 0;
    }
    .about__title {
        font-size: 24px;
        max-width: none;
        line-height: 39px;
        margin-bottom: 11px;
    }
    .about__descr-wrap p:not(:last-child) {
        margin-bottom: 18px;
    }
}






@media(min-width:810px){
    .stap__icon {
        min-width: 175px;
    }
}
.main-btn:hover{
    text-decoration: none !important;
}
.content-wrapper.internal{padding-bottom: 0px;}

.gallery__btn {
    transition: color .15s ease 0s,border-color .15s ease 0s,background-color .15s ease 0s,opacity .15s ease 0s !important;
}
.main-btn {
    transition: none !important;
}

/* stap */
.stap {
    padding: 90px 0;
}
.stap__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 83px;
}
.stap__item {
    width: calc(50% - 18px);
    display: flex;
    align-items: center;
}
.stap__item:nth-child(1),
.stap__item:nth-child(2){
    margin-bottom: 130px;
}
.stap__icon {
    display: flex;
    align-items: center;
}
.stap__icon img {
    margin: 0 22px;
}
.stap__counter{
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #2C2C2C;
}
.stap__descr{
    font-size: 18px;
    line-height: 134.5%;
    color: #444444;
    font-weight: 300;
}
.stap__descr span {
    font-weight: 600;
    color: #444444;
}
@media(max-width: 1280px){
    .stap {
        padding: 69px 0;
    }
    .stap__wrap {
        max-width: 990px;
        margin: 65px auto 0;
    }
    .stap__counter {
        font-size: 38px;
    }
    .stap__icon img {
        margin: 0px 19px;
        width: 64px;
    }
    .stap__descr {
        font-size: 15px;
    }
    .stap__item:nth-child(1), .stap__item:nth-child(2) {
        margin-bottom: 108px;
    }
}
@media(max-width:810px){
    .stap__wrap {
        flex-direction: column;
    }
    .stap__item:nth-child(1), .stap__item:nth-child(2){
        margin-bottom: 0;
    }
    .stap__item {
        width: 100%;
    }
    .stap__wrap {
        max-width: 455px;
        margin: 65px auto 0;
    }
    .stap__icon img {
        margin: 0px 22px;
        width: 110px;
    }
    .stap__icon {
        position: relative;
    }
    .stap__counter {
        position: absolute;
        top: -9px;
        font-size: 34px;
    }
    .stap {
        padding: 44px 0;
    }
    .stap__wrap {
        max-width: 455px;
        margin: 44px auto 0;
    }
    .stap__icon img {
        margin: 0px 22px 0 43px;
        width: 119px;
    }
    .stap__item:nth-child(2),
    .stap__item:nth-child(4){
        flex-direction: row-reverse;
    }
    .stap__item:nth-child(2) .stap__icon img,
    .stap__item:nth-child(4) .stap__icon img{
        margin: 0px 43px 0 11px;
    }
    .stap__item:nth-child(2) .stap__counter,
    .stap__item:nth-child(4) .stap__counter{
        left: auto;
        right: 0;
    }
    .stap__item:not(:last-child) {
        margin-bottom: 18px !important;
    }
}
@media(max-width:450px){
    .stap__item {
        flex-direction: column !important;
    }
    .stap__icon img{
        margin: 0 !important;
    }
    .stap__counter {
        right: auto !important;
        left: -3px !important;
        font-size: 20px;
        top: -10px;
    }
    .stap__descr {
        text-align: center;
        max-width: 258px;
        margin-bottom: 20px;
        margin-top: 13px;
        font-size: 12px;
    }
    .stap {
        padding: 37px 0 15px;
    }
}










/* gallery */
.gallery{
    padding: 16px 0 70px;
}
.gallery__left,
.gallery__right{
    width: calc(50% - 7px);
}
.gallery__left {
    display: flex;
    flex-direction: column;
}
.gallery__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.gallery__wrap {
    display: flex;
    justify-content: space-between;
}
.gallery img{
    display: block;
    border-radius: 5px;
}
.gallery__item{
    position: relative;
}
.gallery__over{
    opacity: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.4);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    text-decoration: none;
    color: #FFF !important;
    text-decoration: none !important;
}
.gallery__item:hover .gallery__over{
    opacity: 1;
    transition: .5s;
}
.gallery__over img{
    position: absolute;
    top: 20px;
    right: 20px;
}
.gallery__btn {
    width: 210px;
    margin: 0 auto;
    margin-top: 43px;
}
.gallery__bottom .gallery__item {
    width: calc(50% - 7px);
}
.gallery__item>img{
    width: 100%;
}
@media(max-width:1000px){
    .gallery__over{
        font-size: 14px;
    }
}
@media(max-width:550px){
    .gallery__wrap {
        flex-direction: column;
    }
    .gallery__left, .gallery__right{
        width: 100%;
    }
    .gallery__bottom{
        margin-top: 5px;
    }
    .gallery__bottom .gallery__item {
        width: calc(50% - 2.5px);
        margin-bottom: 5px;
    }
    .gallery__btn {
        width: 125px;
        margin-top: 24px;
        height: 30px;
        font-size: 12px;
    }
    .gallery {
        padding: 16px 0 27px;
    }
}













/* brand */
.brand{
    background-color: #F1F6F7;
    padding: 41px 0 32px;
}
.brand__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
}
.brand__btn {
    height: 40px;
    padding: 0 20px;
    width: 316px;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #444444;
    margin: 0 auto;
    margin-top: 25px;
    transition: .5s;
    justify-content: center;
    height: 50px;
    text-decoration: none;
}
.brand__btn:hover{
    border-radius: 4px;
    transition: .3s linear;
    background: linear-gradient(180deg, #FF7475 5.43%, #E25455 105.43%);
    color: #fff;
    transition: .5s ;
    cursor: pointer;
}
.brand__item img{
    filter: grayscale(100%);
    opacity: 0.6;
}
.brand__item:hover img{
    filter: none;
    opacity: 1;
}
.wra{
    display: none;
}
@media(max-width:1280px){
    .brand__item img {
        width: 68%;
        margin: 0 auto;
        display: block;
    }
}
@media(max-width:768px){
    .brand {
        background-color: #F1F6F7;
        padding: 29px 0 29px;
    }
    .brand__wrap {
        margin-top: 23px;
    }
    .brand__btn {
        height: 29px;
        font-size: 13px;
        text-align: center;
        align-items: center;
        margin-top: 17px;
        justify-content: center;
    }
}
@media(max-width:550px){
    .brand__wrap {
        flex-wrap: wrap;
    }
    .wra{
        display: block;
        width: 100%;
    }
    .brand__item {
        width: 20%;
    }
    .brand {
        background-color: #F1F6F7;
        padding: 29px 0 10px;
    }
    .brand__btn {
        width: max-content;
    }
}





.feedback-wrapper {
    background: #8C8C8C;
}



.form-container {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.form-container .feedback .form-group .checkbox .check-title {
    color: #fff
}

.form-container .feedback .form-control {
    border: 2px solid #fff;
    border-radius: 10px
}

.form-container .feedback .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-ms-input-placeholder {
    color: #fff
}

.form-container .feedback .form-control:-moz-placeholder, .form-container .feedback .form-control::-moz-placeholder {
    color: #fff
}

@media (min-width: 768px) {
    .form-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .form-container {
        width: 970px
    }
}

@media (min-width: 1330px) {
    .form-container {
        width: 1296px
    }
}
.brand {
    display: none !important;
}



/* magazin */
.magazin {
    padding-top: 91px;
    background: #D3D5D1;
}
.magazin__btn {
    width: 187px;
    margin: 0 auto;
    margin-top: 21px;
    margin-bottom: -138px;
    position: relative;
    z-index: 2;
}
.magazin img{
    display: block;
}
.magazin__wrap{
    position: relative;
}

.magazin__item{
    position: absolute;
}
.magazin img {
    display: block;
    width: 100%;
}
.magazin__wrapper{
    position: relative;
}
.magazin__wrapper svg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.magazin__wrapper svg path{
    fill: #fff;
    opacity: .0;
}
.magazin__wrapper svg path:hover {
    cursor: pointer;
    opacity: .3;
}
@media(max-width: 970px){
    .magazin__btn {
        margin-bottom: 0px;
    }
    .magazin {
        padding: 60px 0 0;
    }
}
@media(max-width:700px){
    .magazin__btn {
        width: 114px;
        height: 30px;
        margin-top: 10px;
        font-size: 12px;
    }
}
@media(max-width:500px){
    .magazin>img {
        display: block;
        width: 114%;
        position: relative;
        left: -7%;
    }
    .magazin {
        overflow: hidden;
    }
}

.navigation-wrapper {
    width: 100%;
    padding: 0 20px;
}