.container {
    max-width: 1200px;
    padding: 0 auto;
    margin: 0 auto;
}

* {
    min-height: 0;
    min-width: 0;
}
.table {
    width: 900px;
    margin-top: 30px;
}
.container2 {
    max-width: 1200px;
    margin: 5px auto;
    padding: 5px auto;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.menu-mob {
    display: none;
}

.hamburger {
    display: none;
}

@media screen and (max-width: 1000px) {
    .hamburger {
        position: relative;
        display: block;
        width: 26px;
        z-index: 99;
        width: 46px;
        height: 46px;
        background: #ffffff;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #000;
        margin-bottom: 7px;
        transition: 0.5s all;
    }

    .hamburger {
        margin-top: 25px;
        padding: 14px 6px;
        border-radius: 20%;
        position: absolute;
        left: 90%;
    }
}

.hamburger_active {
    top: 0px;
    right: 20px;
    position: fixed;
    z-index: 20;
    background: #0e3655;
}

.hamburger_active span {
    margin-bottom: -5px;
    margin-top: 5px;
    background: #fff;
}

.hamburger_active span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 7px;
}

.hamburger_active span:nth-child(2) {
    display: none;
}

.hamburger_active span:nth-child(3) {
    transform: rotate(45deg);
}

.menu-mob {
    display: block;
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 100px 0px;
    justify-content: center;
    background: #fff;
    transition: 0.6s all;
    top: 0px;
    z-index: 18;
}

.menu_active {
    left: 0%;
    z-index: 18;
    top: 0px;
}

.menu-mob div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu_item {
    color: #000 !important;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.menu__item2 {
    color: #000 !important;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.header {
}

.header__social {
    width: 100%;
    height: 60px;
    position: fixed;
    display: flex;
    background-color: #ededed;
    align-items: center;
    z-index: 1000;
}

.header__title {
    font-weight: 300;
    font-size: 22px;
    margin-right: 25px;
    margin-left: 20px;
width: 300px;
}

.more__main-table {
    width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

td {
    border: 1px solid #000;
    padding-top: 5px;
}

tr {
    border: 1px solid #000;
    height: 30px;
    padding-top: 5px;
}
th {
    border: 1px solid #000;
    padding-top: 5px;
}
.header__social-item {
    margin-right: 25px;
    margin-left: 15px;
}

.header__social-item:last-child {
    margin-right: 45px;
}

.header__social-phone {
    display: flex;
    align-items: flex-start;
}

.header__social-phone-box {
    text-align: center;
    max-width: 280px;
    min-height: 40px;
    background-color: #ededed;
}

.header__social-phone--icon {
    margin-right: 5px;
}

.header__social-phone--icon img {
    width: 300px;
    height: 50px;
    margin-left: 10px;
}

.header__social-phone-box--text {
    margin-top: 10px;
    font-size: 25px;
}

.header__social-number {
    margin-top: 12px;
    margin-left: 50px;
    font-size: 22px;
}

.header__main {
    margin-top: 60px;
    background: url('../images/decor/header.jpg') no-repeat center;
    height: 600px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.header__main-head {
    display: flex;
}

.header__main-head--logo {
    margin-top: 70px;
    display: flex;
}

.header__main-head--logo img {
    min-width: 60px;
    height: 45px;
}

.header__main-head-desc {
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    margin-left: 20px;
}

.header__main-head--info {
}

.header__main-head-title {
    font-size: 30px;
    color: #f6a42f;
    line-height: 4.1;
    margin-bottom: 25px;
}

.header__main-head--list {
    margin-top: 20px;
}

.header__main-list--item {
    font-size: 26px;
    color: #fff;
    line-height: 2.1;
}

.header__main-list--item:last-child {
    margin-bottom: 25px;
}

.header__main-box {
    display: flex;
    transition: all 0.3s;
    align-items: center;
}

.header__main-box--price {
    text-align: center;
    background: #41313f;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    min-width: 180px;
    margin-right: 15px;
}

.header__main-box--btn {
    margin-right: 10px;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    color: #000;
    background: #eaf62f;
    min-width: 250px;
    line-height: 50px;
}

.header__main-box--btn:hover {
    width: 230px;
}

.header__main-box--wats {
    margin-right: 10px;
    transition: all 3s;
}

.header__main-box--wats img {
    width: 200px;
    height: 50px;
}

.header__main-box--wats:hover img {
    width: 250px;
}

.header__main-box--btn:hover {
    text-decoration: underline;
}

.header__main-decor {
    display: flex;
    justify-content: flex-end;
    margin-top: -540px;
}

.stock {
    margin-top: 15px;
}

.stock__content {
    border: 1px solid #e8e8e8;
    padding-left: 45px;
}

.stock__content-title {
    margin-top: 50px;
    color: red;
    font-size: 28px;
    padding-left: 55px;
}

.stock__content-title--percent {
    background: #3bbf78;
    padding: 5px 5px 5px 5px;
    color: #fff;
}
#stock__content-title--percent_1 {
    padding: 5px 5px 5px 5px;
}
.stock__content-desc {
    margin-top: 25px;
    max-width: 650px;
    font-size: 20px;
    line-height: 1.3;
}

.stock__decor {
    display: flex;
    justify-content: flex-end;
    margin-top: -190px;
}

.info {
    background-color: #e8e8e8;
    padding-bottom: 10px;
}

.info__blockfirst {
}

.info__blockfirst-title {
    text-align: center;
    color: #ed0000;
    font-size: 27px;
    margin: 40px 0 40px 0;
    padding-top: 60px;
}

.info__blockfirst-desc {
}

.info__blockfirst-desc-item {
    font-size: 14px;
    line-height: 1.4;
    padding: 0px 50px 15px 70px;
    text-align: left;
    text-indent: 1px;
    margin-bottom: 10px;

}

.infopic {
float:left;
width: 300px;
margin: 4px 10px 2px 0px;
}

}
.info__blockfirst-desc-list {
}
#info__blockfirst-desc-item_last {
    font-size: 20px;

    margin-bottom: 10px;
}
.info__blockfirst-list--item {
    font-size: 18px;
    width: 700px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    list-style-type: disc;
}

.info__blockfirst-list--item:last-child {
    margin-bottom: 25px;
}

.info__blockfirst-box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
}

.info__blockfirst-box--item {
    width: 250px;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.info__blockfirst-box--item img {
    max-width: 100%;
    min-height: 100%;
}

.info__blocktwo {
    background-color: #e8e8e8;
}

.info__blocktwo-title {
    text-align: center;
    color: #ed0000;
    font-size: 30px;
    margin: 60px 0 40px 0;
    margin-top: 10px;
}

.info__blocktwo-main {
}

.info__blocktwo-list {
}

.info__blocktwo-list--item {
    font-size: 22px;
    line-height: 1.6;
    text-decoration: none;
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 30px;
}

.slick-track {
    display: flex;
}

.info__blocktwo-slider {
    margin-bottom: 60px;
}

.info__blocktwo-slider--item {
    max-width: 250px;
    height: 300px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-right: 15px;
}

.info__blocktwo-slider--item img {
    width: 300px;
    height: 300px;
}

.slick-slide {
}

.slick-slider {
    overflow: hidden;
}

.info__blocktwo-reviews {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
}

.info__blocktwo-reviews--item {
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    margin-right: 15px;
    min-width: 255px;
    min-height: 250px;
    padding: 30px 30px 15px 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.info__blocktwo-reviews--content {
}

.info__blocktwo-reviews--item:nth-child(1) {
    background: #1ed0f6;
}

.info__blocktwo-reviews--item:nth-child(2) {
    background: #f5434c;
}

.info__blocktwo-reviews--item:nth-child(3) {
    background: #f05d07;
}

.info__blocktwo-reviews--item:nth-child(4) {
    background: #f5434c;
}

.info__blocktwo-reviews--item:nth-child(5) {
    background: #694caf;
}

.info__blocktwo-reviews--content {
}

.info__blocktwo-reviews--link {
    line-height: 1;
    display: flex;
    position: relative;
}

.info__blocktwo-reviews--text {
    position: relative;
}

/* .info__blocktwo-reviews--text::after{
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url('../images/reviews/ico-right-light.png');
}
*/
.info__blocktwo-reviews--mark {
    margin-right: 5px;
}

.master {
    background-color: #000;
    max-height: 700px;
    overflow: hidden;
}

.master__content {
    display: flex;
    margin-left: 668px;
    max-width: 1000px;
    flex-direction: column;
}

.master__content-header {
}

.master__content-title {
    text-align: center;
    color: #ed0000;
    font-weight: 400;
    font-size: 28px;
    padding-top: 10px;
    margin: 60px 0 40px 0;
    max-width: 750px;
}

.master__content-title2 {
    text-align: center;
    color: #ed0000;
    font-weight: 400;
    font-size: 28px;
    margin: 60px 0 40px 0;
}

.master__content-main {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.master__content-main--desc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}

.master__content-main--info {
    color: #f7f7f7;
    font-size: 20px;
    margin-bottom: 40px;
}

.master__decor {
    display: flex;
    margin-top: -680px;
}

.more {
    background-color: #ededed;
}

.more__header {
}

.more__header-title {
    text-align: center;
    color: #ed0000;
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.more__header__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more__header-content--item {
    width: 250px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 100px;
}

.more__header-content--item img {
    height: 300px;
    width: 225px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.more__main {
}

.more__main-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    text-indent: 1px;

}

.more__main-title {
    text-align: center;
    color: #ed0000;
    font-size: 30px;
    margin: 0px 0 40px 0;
}

.more__main-about--item {
    text-align: left;
    font-size: 14px;
margin-left: 70px;
margin-right: 50px;
margin-bottom: 5px;
padding: 10px;
}

.more__main-about--item:last-child {
    margin-bottom: 25px;
}

.more__main-slider {
    display: flex;
    justify-content: center;
}

.more__main-slider--item {
    border-radius: 10px;
    background-color: #fff;
    max-width: 220px;
    max-height: 500px;
    overflow: hidden;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.more__main-about--phone {
    display: block;
    background-color: #ccff00;
    color: rgb(0, 0, 0);
    width: 250px;
    height: 40px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    border-radius: 15px;
    font-size: 23px;
    padding-bottom: 40px;
}

#more__main-about--phone {
    display: block;
    background-color: #27d045;
    color: rgb(0, 0, 0);
    width: 280px;
    height: 40px;
    padding: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    border-radius: 15px;
    font-size: 23px;
    padding-bottom: 50px;


  }
.center__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more__main-about--phone:hover {
    width: 350px;
}
#more__main-about--phone:hover {
    width: 350px;
}
.more__main-slider--item img {
}

.more__main-slider--item--decor {
    width: 220px;
    height: 300px;
}

.more__main-slider--item--decor img {
    max-height: 100%;
    max-width: 100%;
}

.more__main-slider--item--desc {
    padding: 15px;
    text-align: center;
}

.more__main-slider--item--view {
    color: #1e3ef6;
    text-align: center;
    margin-bottom: 15px;
}

.more__main-slider--item--btn {
    text-align: center;
}

.more__main-slider--item--btn {
    overflow: hidden;
    outline: none;
    cursor: pointer;
    padding: 18px 65px;
    border-radius: 30px;
    background-color: #fdd23b;
    text-align: center;
    text-decoration: none;
    color: #312f35;
    line-height: 1;
}

.slick-arrow.slick-prev .slick-next {
}

.footer {
    background: url('../images/decor/footer.jpg') no-repeat center;
    padding: 20px;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.footer__title {
    max-width: 300px;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.footer__head {
}

.footer__info {
    display: flex;
    flex-direction: column;
}

.footer__info-phone {
}

.footer__info-phone-number {
    font-size: 30px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
}

.footer__info-desc {
    margin-top: 25px;
    color: #fff;
    font-size: 22px;
    max-width: 350px;
    text-align: left;
}

.footer__input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.footer__input-mail {
    width: 305px;
    height: 60px;
    border-radius: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer__input-mail input {
}

.footer__input-submit {
    width: 225px;
    background-color: #fdd23b;
    height: 50px;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: -90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
}

.footer__input-submit button {
    margin-top: -15px;
}

.footer__input {
}

@media (max-width: 1500px) {
    .info__blocktwo-reviews {
        flex-wrap: wrap;
    }

    .info__blocktwo-reviews--item {
        margin-left: 15px;
        max-width: 250px;
        margin-bottom: 10px;
    }

    .info__blocktwo-reviews--item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1300px) {
    .info__blockfirst-desc-list {
        margin-left: 35px;
    }

    .container {
    }

    .header__main-box {
        flex-wrap: wrap;
    }

    .master__decor {
        display: none;
    }

    .master__content {
        margin-left: 0;
    }

    .master__content-title {
        max-width: 1500px;
    }

    .info__blocktwo-slider--item {
        width: 350px;
    }

    .more__header__content {
        margin-left: 15px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1100px) {
    .footer {
        background: url('../images/decor/footer.jpg') no-repeat center;
        padding: 0px;
    }
    .footer__info-phone-number {
        text-align: center;
    }
    .footer__info-desc {
        text-align: center;
        font-size: 19px;
    }
    .stock__decor {
        display: none;
    }
    .footer__title {
        max-width: 220px;
        color: #fff;
        font-size: 17px;
        margin-right: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .stock__content {
        padding: 15px;
    }

    .stock__content-title {
        font-size: 24px;
        flex-wrap: wrap;
        display: flex;
    }

    .stock__content-desc {
        font-size: 20px;
    }

    .header__main {
        height: 650px;
        padding-bottom: 25px;
        padding-left: 5px;
    }

    .header__main-box {
        align-items: center;
        align-content: space-between;
        justify-content: center;
    }

    .header__social-number {
        font-size: 22px;
    }

    .header__social-phone-box--text {
        font-size: 22px;
    }

    .header__main-decor {
        display: none;
    }

    .header__main-head-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: -35px;
    }

    .header__main-head--info {
        font-size: 25px;
        text-align: center;
    }

    .info__blockfirst-box--item {
        margin-left: 10px;
        margin-bottom: 5px;
        margin-bottom: 100px;
    }

    .info__blockfirst-box {
        flex-wrap: wrap;
    }

    .more__main-title {
        font-size: 25px;
    }

    .more__main-about--item {
        font-size: 20px;
    }

    .footer__content {
        flex-direction: column;
        align-items: center;
    }

    .footer__head {
        margin-bottom: 5px;
    }

    .footer__input {
        margin-bottom: 10px;
    }

    .footer__info-desc {
        margin-top: 5px;
    }
}

@media (max-width: 1000px) {
    .table {
        width: 500px;
    }
    .more__main-table {
        width: 500px;
    }
    .header {
        display: none;
    }

    .header__main {
        margin-top: 0;
    }
}

@media (max-width: 950px) {
    .header__title {
        font-size: 18px;
    }

    .header__social-number {
        font-size: 20px;
    }

    .header__social-phone-box--text {
        font-size: 20px;
    }

    .stock__content-title {
        font-size: 22px;
        flex-wrap: wrap;
        display: flex;
    }

    .stock__content-desc {
        font-size: 18px;
    }
    .info__blockfirst-list--item {
        width: auto;
    }
}

@media (max-width: 675px) {
    .header__main-box {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .header__main-box--price {
        margin-bottom: 10px;
    }
    .header__main-box--btn {
        margin-bottom: 10px;
    }
}
@media (max-width: 551px) {
    .table {
        width: 300px;
    }
    .more__main-table {
        width: 300px;
    }
    .header__main-box {
        width: 196px;
        padding: 2px;
    }
    .header__main-box--wats:hover img {
        width: 200px;
    }
    .header__main-box--btn:hover {
        background-color: #a2ab22;
        width: 196px;
    }
    .header__main-head-title {
        font-size: 20px;
    }

    .header__main-list--item {
        font-size: 18px;
    }

    .stock__content-title {
        font-size: 20px;
        flex-wrap: wrap;
        display: flex;
    }

    .stock__content-desc {
        font-size: 16px;
    }

    .header__main-box--price {
        min-width: 140px;
        font-size: 16px;
    }

    .header__main-box--btn {
        min-width: 170px;
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 450px) {
    .more__main-about--item {
        font-size: 18px;
    }
    .info__blockfirst-desc-item {
        font-size: 18px;
    }
    .info__blockfirst-list--item {
        font-size: 18px;
    }
    .header__main {
        height: 680px;
        padding-bottom: 25px;
        padding-left: 5px;
        border-radius: 0;
    }
    .hamburger {
        left: 85%;
    }
    .header__main-head-title {
        font-weight: 800;
        font-size: 20px;
    }

    .menu__item {
        font-size: 16px;
    }

    .menu__item2 {
        font-size: 16px;
    }

    .master__content-title {
        font-size: 20px;
    }

    .stock__content-title {
        font-size: 18px;
        flex-wrap: wrap;
        display: flex;
    }

    .stock__content-desc {
        font-size: 16px;
    }

    .master__content-title2 {
        font-size: 20px;
    }

    .master__content-main--desc {
        font-size: 18px;
    }

    .master__content-main--info {
        font-size: 18px;
    }
    .header__main-head-desc {
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .info__blocktwo-title {
        font-size: 22px;
    }

    .info__blocktwo-list--item {
        font-size: 18px;
    }

    .footer__title {
        font-size: 18px;
    }

    .footer__input-mail {
        width: 250px;
        font-size: 14px;
    }

    .footer__info-phone-number {
        font-size: 22px;
    }

    .header__main-head-title {
        font-size: 18px;
        line-height: 3.1;
    }
}
