/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.body_slides li{
    background-position: center;
}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1130px) {
.body_slides li {
    width: 100%;
    height: 48%;
}
.block-right h3 {
    font-size: 23px;
}
.block-left h3 {
    font-size: 23px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.header__logo  img {
	max-width: 80%;
}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.body_slides li {
    width: 100%;
    height: 65%;
}
.header__body {
	height: 50px;
}
.header__burger {
	display: block;
	position: relative;
	width: 27px;
	height: 21px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.header__burger span {
	position: absolute;
	background-color: #000;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	top: 9px;
	transition: all 0.3s ease 0s;
}
.header__burger:before, 
.header__burger:after {
	content: '';
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.header__burger:before {
	top: 0;
}
.header__burger:after {
	bottom: 0;
}
.header__burger.active:before {
	transform: rotate(45deg);
	top: 13px;
}
.header__burger.active:after {
	transform: rotate(-45deg);
	bottom: 5px;
}
.header__burger.active span {
	transform: scale(0);
}
.header__menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	transition: all 0.3s ease 0s;
	overflow: auto;
	padding: 70px 0 0 0;
}
.header__menu.active {
	top: 0;
}
.header__list {
	display: block;
}
.header__list li {
	margin: 0 0 20px 10px;
}
.header__link {
	font-size: 18px;
}
.main-block-area {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.header__logo  img {
	max-width: 80%;
}
.tile_top h1 {
    margin-top: 110px;
}
h1 {
    font-size: 55px;
}
.servise {
    padding: 30px 0;
}
.block-left, .block-right {
    max-width: 300px;
}
.block-right h3 {
    font-size: 19px;
}
.block-left h3 {
    font-size: 17px;
}
.title-area {
    font-size: 50px;
}
.servise__block-img {
    max-width: 25%;
}
.servise__block-title {
    font-size: 25px;
}
.servise__block-info {
    font-size: 20px;
}
.servise__block-btn {
    margin: 0 auto 50px;
    font-size: 25px;
    font-weight: 700;
}
.how-to-get__block {
    text-align: center;
    min-height: 250px;
}
.how-to-get__info {
    font-size: 19px;
}
.abot-info_text {
    font-size: 25px;
    text-align: left;
}
.advantages {
    padding: 30px 0;
}
.advantages__block-title {
    font-size: 20px;
}
.advantages__block-info span {
	display: none;
}
.advantages__distantion p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
}
.advantages__distantion a {
    font-size: 20px;
}
.product-info a {
    font-size: 24px;
}
.product-info__question {
    font-size: 22px;
}
.product-info__block {
    font-size: 18px;
}
.block-of-text ul li {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;

}
.order {
    padding: 30px 0;
}
.contacts {
    padding: 30px 0;
}
.footer__block-title {
    text-align: right;
}
footer {
    padding: 30px 0;
}
.title-area {
    margin-top: 25px;
}
.my-work h2 {
    font-size: 30px;
    padding-bottom: 30px;
}
.about-info {
    text-align: center;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

.tile_top h1 {
    margin-top: 100px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 27px;
}
h1 span {
    font-size: 25px;
}
h2 {
    font-size: 27px;
    margin-bottom: 40px;
}
.akcent-marketplace {
    color: #ffa9cf;
    font-weight: 900;
}
.main_sect {
    min-height: 100vh;
    background-position: right;
} 
.tile_top p {
    font-size: 21px;
    margin-top: 30px;
}
.main_info_1 p span {
    color: #fff;
}
.main_comment h2 {
    font-size: 25px;
}
.title-area {
    font-size: 40px;
}
.servise__block-img {
    max-width: 25%;
}
.servise__block-title {
    font-size: 20px;
}
.servise__block-info {
    font-size: 18px;
}
.servise__block-btn {
    margin: 0 auto 50px;
    font-size: 20px;
    font-weight: 500;
}
.how-to-get__img {
    background: none;
}
.how-to-get__block {
    text-align: center;
}
.how-to-get__info {
    font-size: 18px;
}
.abot-info_text {
    font-size: 22px;
    text-align: left;
}
.advantages {
    padding: 30px 0;
}
.advantages__block-title {
    font-size: 20px;
}
.advantages__block-info span {
	display: none;
}
.advantages__distantion p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0;
}
.advantages__distantion a {
    font-size: 20px;
    display: block;
}
.product-info a {
    font-size: 20px;
}
.product-info__question {
    font-size: 20px;
}
.product-info__block {
    font-size: 16px;
}
.block-of-text ul li {
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
}
.order {
    padding: 30px 0;
}
.order__info {
    font-size: 25px;
}
.contacts {
    padding: 30px 0;
}
footer {
    padding: 30px 0;
}
.slide_item p {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(255,255,255,.5);
}
}
@media only screen and (max-width : 414px) {

.main-block-left, .main-block-right {
	min-width: 250px;
}
.block-left, .block-right {
	padding: 10px;
	border-radius: 5px;
}
.block-left h3, .block-right h3 {
	font-size: 18px;
}
.product-info {
	background-size: contain;
}
.body_slides li {
    width: 100%;
    height: 100%;
}

.block-left, .block-right {
    max-width: 300px;
}
.block-right h3 {
    font-size: 17px;
}
.block-left h3 {
    font-size: 17px;
}
.title-area {
    font-size: 25px;
}
.servise__block-img {
    max-width: 25%;
}
.servise__block-title {
    font-size: 18px;
}
.servise__block-info {
    font-size: 16px;
    margin-bottom: 20px;
}
.servise__block-btn {
    margin: 0 auto 50px;
    font-size: 18px;
    font-weight: 500;
}
.how-to-get__img {
    background: none;
}
.how-to-get__block {
    text-align: center;
}
.how-to-get__info {
    font-size: 20px;
}
.about-info {
    padding: 0px 0;
}
.abot-info_text {
    font-size: 20px;
    text-align: center;
}
.advantages {
    padding: 30px 0;
}
.advantages__block-title {
    font-size: 18px;
}
.advantages__block-info span {
	display: none;
}
.advantages__distantion {
	margin-top: -10px;
}
.advantages__distantion p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0;
}
.advantages__distantion a {
    font-size: 18px;
    display: block;
}
.product-info a {
    font-size: 18px;
}
.product-info__question {
    font-size: 18px;
}
.product-info__block {
    font-size: 16px;
}
.block-of-text ul li {
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
}
.order {
    padding: 30px 0;
}
.order__info {
    font-size: 25px;
}
.contacts {
    padding: 30px 0;
}
footer {
    padding: 30px 0;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
.body_slides li {
    height: 110%;
}
.block-left h3 {
    font-size: 15px;
}
.custom-btn {
    font-size: 13px;
}
.title-area {
    font-size: 30px;
}
.servise__block-info {
    font-size: 14px;
}
.how-to-get__info {
    font-size: 18px;
}
.advantages__distantion p {
    font-size: 15px;
}
.advantages__distantion a {
    font-size: 16px;
}
.product-info a {
    font-size: 16px;
}
.product-info__question {
    font-size: 16px;
}
.product-info__block {
    font-size: 15px;
}
.order__info {
    font-size: 20px;
}
.contacts__title {
    font-size: 24px;
}
.contacts__block {
    font-size: 15px;
}
.footer__block-title {
    font-size: 17px;
}
.title-area {
    margin-top: 35px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.tile_top h1 {
	font-size: 31px;
}
.body_slides li {
    height: 120%;
}
footer {
	font-size: 14px;
}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1130px) {

}