body {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
}
​
body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border: none;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
​
input,
textarea,
select {
    outline: none;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

a {
    outline: none;
}
​
a:hover {
    text-decoration: none;
}
​.model_box {
    width: 100%;
    height: 100%;
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
}

header {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    align-items: center;
}

.header__menu {
    padding: 7px 0;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #262626;
    line-height: 25px;
    margin: 0 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-top: 3px solid transparent;
}

.header__menu-list--link {
    text-decoration: none;
    border-top: 3px solid transparent;
    outline: none;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 10px;
    color: #262626;
}
.header__menu-list--link:hover {
    border-top: 3px solid red;
}
.fresh-life {
    padding: 250px 0;
    max-width: 300px;
}
.fresh-life__head {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.fresh-life__text {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    display: block;
    margin: 20px 0;
}
.fresh-life__button {
    max-width: 200px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    background: #ff6033;
    outline: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}
.fresh-life__button:hover {
    background: #c2350e;
}
.scroll {
    position: fixed;
    bottom: 100px;
    left: calc(50% - 12px);
    display: flex;
    justify-content: center;
    z-index: 9;
}
.model_box_two {
    background-color: #00b2b1;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.second-container {
    margin: 0 auto;
    padding: 50px;
}

.prosection-box {
    display: flex;
    justify-content: space-between;
}
.second-container__img {
    padding: 100px 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.second-container__img-malina {
    max-width: 400px;
}
.fresh-life__second-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.fresh-life__second-header {
    color: #fff;
    display: block;
    padding: 20px 0;
    text-align: center;
}
.fresh-life__second-text {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}



@media screen and (max-width: 990px) {

    .container {
        margin: 0 auto;
    }
    .model_box {
        background-size: cover;
        background-position: center;
    }
    .header-logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        position: relative;
    }

    .header__menu {
        margin: 0 auto;
        z-index: 100;
        background-color: grey;
        width: 100%;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .header__menu-list--active {
        transform: scaleX(1) translateX(0);
        opacity: 1;
        display: block !important;
        position: absolute;
        top: 11px;
        right: 40px;
        background: grey;
        width: 500px;
        background-color: rgba(119, 119, 119, 0.445);
    }

    .header__menu-list {
        flex-direction: column;
        margin: 0;
        display: none;
    }
    #mobileMenu {
        width: 40px;
        display: block;
        position: relative;
    }
    .menu_btn {
        width: 40px;
        height: 2px;
        display: block;
        background-color: #000;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu_btn--active {
        height: 2px;
        z-index: 1;
    }

    .menu_btn--active {
        background-color: transparent;
        transform: translateX(10px);
    }
    .menu_btn--active.menu_btn:before {
        transform: rotate(45deg) translateY(20px);
    }
    .menu_btn--active.menu_btn:after {
        transform: rotate(-45deg) translateY(-20px);
    }

    .menu_btn:before,
    .menu_btn:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #262626;
        position: absolute;
        top: -14px;
        right: 0;
        transition-duration: 0.3s;
    }

    .menu_btn:after {
        top: auto;
        bottom: -13px;
    }

    .header__menu-list--link {
        line-height: 40px;
        display: block;
        text-align: center;
        color: #fff;
    }

    .fresh-life {
        margin: 0 auto;
        text-align: center;
    }
    .fresh-life__text {
        padding: 0 20px;
        text-align: center;
        margin: 30px auto;
    }
   
    .second-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .fresh-life__second-cont {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .fresh-life__second-header {
        display: block;
    }
    .second-container__img {
        display: block;
        margin: 0 auto;
    }
    .fresh-life__button {
        margin: 50px 0;
    }
    .fresh-life__second-text {
        display: block;
        margin: 10px 0 50px 0;
    }
}


@media screen and (max-width: 768px) {

    .model_box {
        background-size: cover;
        background-position: center;
    }
    .second-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .container {
        margin: 0 auto;
    }
    .fresh-life {
        display: block;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }
    .fresh-life__text {
        margin: 30px auto;
    }
    .model_box_two {
       margin: 0 auto;
        width: 100%;
    }
    .fresh-life__second-cont {
        padding: 0;
        margin: 0;
        display: block;
        flex-direction: column;
        max-width: 100%;
    }
    .fresh-life__second-header {
        display: block;
    }
    .second-container__img img {
        display: flex;
        margin: 0 auto;
    }
    .prosection-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {

    .prosection-box {
        display: block;
        text-align: center;
    }
    .second-container__img-malina {
        margin: 0 auto;
        display: block;
    }
    .header__menu {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: silver;
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
        outline: none;
        margin: 10px;
    }
    .header-logo {
        display: flex;
        justify-content: flex-start;
    }
	#mobileMenu {
		display: block;
		cursor: pointer;
		outline: none;
	}
	.header__menu-list {
		width: 125px;
    	background-color: silver;
    	font-size: 20px;
    	display: block;
    	position: absolute;
    	top: 0;
    	right: 27px;
    	border-radius: 5px;
    	transition: 0.5s;
    	transform-origin: right center;
    	transform: scaleX(0) translateX(20%);
    	opacity: 1;
		z-index: 1;
		cursor: pointer;
		outline: none;
    }
    .header__menu-list--active {
		transform: scaleX(1) translateX(0);
    	opacity: 1;
	}
    .header__menu-list--link {
		color: #000;
		outline: none;
	}
	.header__menu-list--link:hover {
		color: #fff;
		transition: 0.3s all;
    }
    .header__menu-list--link:hover.header__menu-list--link:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
	.menu_btn,
	.menu_btn::before,
	.menu_btn::after {
		position: absolute;
		top: 50%; margin-top: -1px;
		left: 10px;
		width: 20px;
		height: 2px;
		background-color: #222;
		cursor: pointer;
		outline: none;
	}
	.menu_btn::before,
	.menu_btn::after {
		content: '';
		display: block;
        transition: 1s;
        left: 0;
	}
	.menu_btn::before {
		transform: translateY(-5px);
	}
	.menu_btn::after {
		transform: translateY(5px);
    }
    .menu_btn--active {
		height: 2px;
        z-index: 9;
        left: 0;
	} 
	.menu_btn--active:before {
        transform: rotate(-35deg) translate(-5px, -10px) !important;
        width: 10px;
        margin: 1px 7px;
	}
	.menu_btn--active:after {
		transform: rotate(35deg) translate(20px, -10px) !important;
        width: 10px;
        margin: -1px -25px;
    }
    .menu_btn__line {
        display: none;
    }
    .second-container {
        width: 300px;
    }
    .container {
        width: 300px;
    }
}



               /* 3 picture position */

.body-posit {
    background: #b07cf7;
    text-decoration: none;
    width: 100%;
    font-family: 'Raleway';
}
.head-posit {
    display: block;
    padding: 100px 0;
    margin: 0 auto;
}
.head {
    margin: 0 0 50px 0;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: Raleway;
    font-weight: bold;
}
.podhead {
    padding: 0 0 50px 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway';
    text-align: center;
}
.pictures {
    display: inline-flex;
    justify-content: center;
    margin: 0 0 50px 0;
    width: 100%;
}
.image {
    display: flex;
    justify-content: space-between;
}
.hight_date img {
    max-width: 300px;
}
.hight_date {
    position: relative;
    padding: 5px 10px;
}
.number {
    border-radius: 5px;
    padding: 5px 7px;
    position: absolute;
    top: 30px;
    left: 35px;
    color: #fff;
    background: #4d535d;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: Arial, sans-serif;
}
.number:hover {
    background: #b07cf7;
    transform: skew(-20deg, 20deg);
    box-shadow: 0 0 10px rgba(0, 255, 243, 0.72);
}
.white-text {
    color: #fff;
    position: absolute;
    bottom: 55px;
    left: 15px;
    text-align: left;
    padding: 0 20px;
    font-weight: bold;
}
.ago {
    position: absolute;
    bottom: 25px;
    left: 15px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    opacity: 0.6;
}
.view {
    display: block;
    margin: 0 auto;
    width: 170px;
    text-transform: uppercase;
    padding: 10px;
    background: #f72b3b;
    color: #fff;
    font-family: 'Raleway';
    font-size: 20px;
    cursor: pointer;
}
.view:hover {
    background-color: #7e000a;
}

@media screen and (max-width: 990px) {
    .body-posit {
        width: 100%;
        margin: 0 auto;
    }
    .pictures {
        display: flex;
        flex-wrap: wrap;
    }
    .head-posit {
        display: block;
        justify-content: center;
    }
    .hight_date img {
        width: 100%;
    }
}



                  /* html#2 - contact */



.bg2 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url('../img/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container__contact {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.container__header {
    margin: 0 auto;
    text-align: center;
    width: 300px;
}
.container__header--h1 {
    font-size: 50px;
    color: #000;
    padding: 105px 0 50px 0;
    font-weight: bold;
}
.container__header--text {
    font-size: 14px;
    color: #82898c;
    line-height: 30px;
}
.contact-data {
    display: flex;
    justify-content: space-between;
    margin: 50px;
}
.contact-data__form {
    width: 500px;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.form__data {
    margin: 10px 0;
    background: #68d3d6;
    font-size: 16px;
    padding: 15px;
    color: #fff;
    opacity: 0.8;
    border: none;
    outline: none;
    resize: none;
    border-left: 5px solid transparent;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
}
.form__data:hover,
.form__data:focus,
textarea:hover,
textarea:focus {
    font-weight: bold;
    color: #fff;
    border-left: 5px solid blue;
    transition: 0.3 all;
    background-color: #00c4c4;
}
.textarea__button {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
    outline: none;
}
.textarea__button button:hover {
    background-color: green;
}
.textarea__button button:focus {
    transform: scaleX(-1);
}
.contact-data__form button {
    border-radius: 4px;
    height: 160px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    color: #fff;
    background: #2ec06c;
    font-size: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px;
    outline: none;
}
textarea {
    background: #68d3d6;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-radius: 4px;
    padding: 15px 20px;
    height: 160px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bababa;
    resize: none;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



              /* our contact right */


.contact-data__our-contacts {
    line-height: 30px;
}
.our-contacts-name {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.our-contacts-base {
    font-size: 16px;
    color: #82898c;
}
.footer__bg {
    width: 100%;
    background: #262626;
}
.foo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #747474;
    padding: 25px 0;
    margin: 0 50px;
}
.foo__made-with-love {
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .container {
        max-width: 850px;
    }
    .contact-data__form {
        max-width: 350px;
    }
    .ontact-data__our-contacts {
        max-width: 350px;
    }
    .contact-data {
        flex-grow: 1;
        margin: 50px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 600px;
    }
    .contact-data__form {
        max-width: 250px;
        padding: 0 30px 0 0;
    }
    .contact-data__our-contacts {
        max-width: 250px;
    }
    .foo__logo {
        padding: 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        max-width: 400px;
    }
    .container__header {
        padding: 0 50px;
    }
    .contact-data {
        display: flex;
        flex-direction: column;
    }
    .contact-data__form {
        max-width: 300px;
    }
    .contact-data__our-contacts {
        max-width: 200px;
        text-align: center;
        margin: 30px auto;
    }
    .textarea__button {
        padding: 0;
        margin: 0;
    }
    .our-contacts-name {
        font-size: 14px;
    }
    .our-contacts-base {
        font-size: 12px;
    }
}


