/*...... Адаптив под планшеты......*/

@media (min-width: 1200px) and (max-width: 1580px) {
	.container {
		width: 1110px;
	}
	
	#mouse {
		display: none;
	}
	
	.text-none {
		display: none;
	}
	
	.support__fact {
		display: none;
	}
		}

/*...... Адаптив под планшеты......*/

@media (min-width: 756px) and (max-width: 1200px) {
	.container {
		width: 700px;
	}
	
	.top .onlybig, .ofer__img, .expense__img {
		display: none;
	}
	
	h1 {
		font-size: 50px;
	}
	
	h2 {
		font-size: 32px;
		text-align: center;
	}
	
	#thx {
    margin-left: -190px;
	}

/*....................................
   
                 HEADER  
   
...................................*/
	.navigation {
    padding: 10px 0 10px 0;
	}
	
	.menu {
		display: none;
	}

	.menu-opened {
		top: 96px;
		left: 58%;
	}

	nav.sticky .menu-opened {
		top: 77px;
	}

	.d-lg-none {
		display: block;
		max-width: 300px;
		text-align: right;
		background-color: rgba(255,255,255,0);
	}

	.menu__link {
		padding: 8px 15px;
		border: 1px solid transparent;
		border-radius: 50px;
	}

	.menu__link:hover {
		font-size: 15px;
		border: 1px solid #fff;
	}

	.menu__link:not(:last-child) {
		margin-right: 0;
	}

	.menu__list {
		margin: 0 30px 20px 0;
	}
	
	.ofer {
    padding: 50px 0;
	}
	
	.ofer__title {
    font-size: 47px;
	}
	
	.ofer__paragraph {
    font-size: 18px;
	}
	
	.ofer__text {
    font-size: 22px;
	}
	
	.ofer__info {
		flex-direction: column;
	}

/*.....................................
   
                  MAIN  
   
 ....................................*/
	/*......Секция заказать звонок......*/
	.call__prg {
    font-size: 18px;
	}
	
	/*...Преимущества и выгодные решения...*/
	.advantages {
		padding: 50px 0;
	}
	
	.advantage, .benefit {
		flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
	}
	
	.benefits {
    padding: 50px 0 20px 0;
	}
	
	.benefit__list {
    margin-bottom: 70px;
	}
	
	/*......Секция быстрый рассчет......*/
	.expenses {
    padding: 50px 0;
	}

	/*......Преимущество потолков......*/	
	.dignity {
    padding: 50px 0;
	}
	
	.advance {
    border-bottom: 1px solid #f46d65;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 75px auto 0 auto;
		padding: 0;
	}
	
	.advance__list {
    margin-bottom: 80px;
	}
	
	/*.....Скидка на фотопечать.....*/
	.photocopying-title {
    font-size: 32px;
	}
	
	.photocopying-title span {
    font-size: 34px;
	}
	
	.photocopying-text {
    font-size: 17px;
	}
	
	.photocopying-text::before {
    max-width: 320px;
	}
	
	.photoprint__btn {
    background-color: rgb(244, 108, 101);
	}
	
	/*....Секция вкладки карточек....*/
	.bookmarks {
    padding: 50px 0 360px 0;
	}	
	
	.product {
    flex-wrap: wrap;
    max-width: 700px;
	}
	
	.goods {
    width: 200px;
	}
	
	.goods__title {
    font-size: 12px;
    margin: 20px 0 20px 20px;
	}
	
	.goods__img {
		width: 200px;
		height: 114px;
	}
	
	.goods::before {
    width: 200px;
    height: 203px;
    left: 5px;
	}
	
	.goods__price {
    max-width: 140px;
    padding: 10px 15px 8px 10px;
    bottom: 75px;
    left: 15px;
    margin-bottom: 50px;
	}
	
	.goods__real {
    font-size: 18px;
	}
	
	.goods__prg {
    font-size: 11px;
    margin: 50px 0 15px 0;
    padding-left: 10px;
	}
	
	.goods__prg::after {
    display: none;
	}
	
	.tabs > div {
    padding: 0;
	}
	
	.tabbed > label {
    padding: 8px 12px;
    margin-right: 8px;
		font-size: 14px;
	}
	
	/*....Секция с отзывами....*/
	.comments-title {
    margin-bottom: 20px;
	}
	
	.comments-prg {
    max-width: 500px;
	}
	
	.comment {
    max-width: 700px;
    margin: 40px auto 0 auto;
	}
	
	.route {
    max-width: 700px;
	}
	
	.slick-slide img {
    display: block;
		width: 200px;
    height: 270px;
    margin-left: 0;
	}
	
	.route__slogan {
    padding: 30px 50px;
	}
	
	.route__text {
    line-height: 1.3em;
    font-size: 15px;
	}

	/*....Оставить заявку....*/
	.request{
    padding: 30px 40px;
    align-items: center;
	}
	
	.request__prg {
    font-size: 20px;
    font-weight: 400;
	}

	/*.........Секция с подарком.........*/
	.photocopying-title {
    text-align: left;
	}

	/*.....Секция обратной связи.....*/
	.information, .callback {
    max-width: 350px;
	}
	
	.information__slogan {
    font-size: 22px;
		text-align: left;
	}
	
	.information__prg {
    font-size: 16px;
    margin: 0 0 15px 0;
	}
	
	.information__list {
    margin-bottom: 0;
    flex-wrap: wrap;
	}

	.information__icon {
		margin-right: 10px;
	}	

	.information__title {
		font-size: 20px;
	}

	.information__link {
		font-size: 16px;
	}
	
	.form__title {
    padding: 20px 30px 25px 18px;
    font-size: 24px;
    letter-spacing: 0.10em;
	}
	
	/*......   FOOTER   ......*/
	.footer__text, .footer__prg {
    font-size: 12px;
    font-weight: 300;
	}
	
	footer nav {
		flex-direction: column;
	}
	
	.footer__menu {
    display: flex;
	}
	
	.menu__list-footer {
    margin: 0;
	}
	
	.menu__link-footer {
		padding: 0 0 5px 0;
		border: none;
	}
	
	.menu__link-footer:hover {
		padding: 0 0 5px 0;
		border: none;
		color: #f46c65;
		font-size: 13px;
	}
	
	.footer__nav a, .nav-text {
    margin-bottom: 20px;
		text-align: center;
	}
	
	.footer__socials {
		align-items: center;
	}
	
	.fa-money-bill-alt, .fa-money-bill, .fa-money-bill-wave, .fa-instagram, .fa-vk, .fa-viber {
		font-size: 15px;
	}
	
	.footer__socials, .footer__text {
		border-bottom: 1px solid transparent;
		padding-bottom: 0;
	}
	
		}

/*...... Адаптив под смартфоны ......*/

@media (min-width: 480px) and (max-width: 756px) {
	.container {
		width: 400px;
	}
	
	.forms {
        max-width: 320px;
    }
    .request-word {
        font-size: 14px;
    }
    request-word:before {
        height: 2px;
        width: 30px;
    }
    .request-word:after {
        height: 2px;
        width: 30px;
    }
	
	.top .onlybig, .ofer__img, .expense__img, .fa-tty, .fa-id-badge {
		display: none;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 32px;
		text-align: center;
	}
	
	#thx {
    margin-left: -190px;
	}
	
	label.error {
    font-size: 11px;
	}

/*....................................
   
                 HEADER  
   
...................................*/
	.navigation {
    padding: 10px 0 10px 0;
	}
	
	.menu {
		display: none;
	}

	.menu-opened {
    top: 80px;
    left: 30%;
	}

	nav.sticky .menu-opened {
		top: 77px;
	}

	.d-lg-none {
		display: block;
		max-width: 300px;
		text-align: right;
		background-color: rgba(255,255,255,1);
	}

	.menu__link {
		padding: 8px 15px;
		border: 1px solid #f46c65;
		border-radius: 50px;
	}

	.menu__link:hover {
		font-size: 15px;
		border: 1px solid #4a4744;
		color: #4a4744;
	}
	
	.menu.menu-opened .menu__link:hover {
    color: #4a4744;
	}

	.menu__link:not(:last-child) {
		margin-right: 0;
	}

	.menu__list {
		margin: 0 30px 20px 0;
	}
	
	.ofer {
    padding: 50px 0 70px 0;
    text-align: center;
	}
	
	.ofer__title {
    font-size: 37px;
	}
	
	.ofer__prg {
    max-width: 400px;
		font-size: 18px;
	}

	.ofer__paragraph {
    font-size: 15px;
	}
	
	.ofer__text {
    font-size: 20px;
		margin-bottom: 20px;
	}
	
	.ofer__info {
		flex-direction: column;
	}
	
	.ofer__form {
    max-width: 400px;
    margin-top: 0;
    flex-direction: column;
	}
	
	.ofer__input {
    width: 255px;
    font-weight: 400;
    margin: 0 auto 20px auto;
	}

/*...................................
   
                  MAIN  
   
....................................*/
	/*......Секция заказать звонок......*/
	.call__attract {
		flex-direction: column;
		text-align: center;
	}
	
	.call__prg {
    font-size: 18px;
		margin-bottom: 18px;
	}
	
	/*...Преимущества и выгодные решения...*/
	.advantages {
    padding: 50px 0 30px 0;
	}
	
	.advantage, .benefit {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
	}
	
	.advantage__list {
    margin: 0 auto 35px auto;
	}
	
	.benefits {
    padding: 50px 0 20px 0;
	}
	
	.benefit__list {
    margin-bottom: 70px;
	}
	
	.benefit__list {
    margin: 0 auto 80px auto;
	}
	
	/*......Секция быстрый рассчет......*/
	.expenses {
    padding: 50px 0;
	}
	
	.expense__form {
    flex-wrap: wrap;
    max-width: 400px;
	}
	
	.expenses-title {
		font-size: 28px;
	}
	
	.expense__link {
    flex-direction: column;
    margin: 40px auto 0 auto;
	}
	
	.expense__data:not(:last-child) {
    margin: 0 auto 20px auto;
	}
	
	.expense__data:not(:last-child)::after {
    display: none;
	}
	
	.expense__paragraph {
    font-size: 16px;
    margin-bottom: 5px;
	}
	
	.ofer__up {
    margin-top: 20px;
    flex-direction: column;
	}
	
	.type {
		margin: 0 auto;
	}

	/*......Преимущество потолков......*/	
	.dignity {
    padding: 50px 0 30px 0;
	}
	
	.dignity-title span {
    display: block;
	}
	
	.advance {
    border-bottom: 1px solid #f46d65;
    flex-wrap: wrap;
    max-width: 225px;
    margin: 75px auto 0 auto;
		padding: 0;
	}
	
	.advance__list {
    margin: 0 auto 80px auto;
	}
	
	/*.....Скидка на фотопечать.....*/
	.photocopying {
		margin-bottom: 5px;
	}
	
	.photocopying-title {
    font-size: 32px;
	}
	
	.photocopying-title span {
    font-size: 34px;
	}
	
	.photocopying-text {
    font-size: 17px;
	}
	
	.photocopying-text::before {
    max-width: 320px;
	}
	
	.photoprint__form {
    max-width: 400px;
    flex-direction: column;
	}
	
	.photoprint__input {
    margin: 0 auto 20px auto;
	}
	
	.photoprint__btn {
    background-color: rgb(244, 108, 101);
	}
	
	/*....Секция вкладки карточек....*/
	.bookmarks {
    padding: 50px 0 30px 0;
	}	
	
	.bookmarks-title strong {
    display: block;
	}
	
	.tabbed {
    margin: 10px auto;
	}
	
	.product {
    flex-direction: column;
    max-width: 400px;
	}
	
	.goods {
    width: 299px;
		margin: 0 auto 20px auto;
	}
	
	.goods__title {
    font-size: 18px;
    margin: 20px 0 20px 20px;
	}
	
	.goods__img {
		width: 292px;
		height: 166px;
	}
	
	.goods::before {
    width: 299px;
    height: 303px;
    left: 5px;
	}
	
	.goods__price {
    max-width: 180px;
    padding: 10px 25px 8px 20px;
    bottom: 75px;
    left: 15px;
    margin-bottom: 50px;
	}
	
	.goods__real {
    font-size: 22px;
	}
	
	.goods__prg {
    font-size: 12px;
    margin: 40px 0 15px 0;
    padding-left: 17px;
	}
	
	.goods__prg::after {
    display: none;
	}
	
	.tabs > div {
    padding: 0;
		margin-bottom: 0;
	}
	
	.tabbed > label {
    padding: 8px 12px;
    margin-right: 8px;
		font-size: 14px;
	}
	
	/*....Секция с отзывами....*/
	.comments-title {
    margin-bottom: 20px;
	}
	
	.comments-prg {
    max-width: 400px;
	}
	
	.comment {
    max-width: 400px;
    margin: 40px auto 0 auto;
	}
	
	.route {
    max-width: 400px;
		flex-direction: column;
	}
	
	.slick-slide img {
    display: block;
    width: 252px;
    height: 318px;
    margin: 0 auto;
	}
	
	.route__slogan {
    padding: 20px 15px;
    max-width: 252px;
		height: 275px;
    text-align: center;
		margin: 0 auto;
	}
	
	.route__text {
    line-height: 1.4em;
    font-size: 13px;
	}
	
	.slick-dots {
    bottom: -7%;
	}

	/*....Оставить заявку....*/
	.request {
    padding: 15px 0;
    flex-direction: column;
    text-align: center;
}
	
	.request__prg {
    font-size: 20px;
    font-weight: 400;
		margin-bottom: 20px;
	}
	
	.request__text {
    margin-top: 10px;
	}

	/*.........Секция с подарком.........*/
	.photocopying-title {
    text-align: center;
	}
	
	.photocopying-title span {
    font-size: 29px;
	}

	/*.....Секция обратной связи.....*/
	.information, .callback {
    max-width: 350px;
	}
	
	.information__slogan {
    font-size: 24px;
    text-align: center;
	}
	
	.information__prg {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
	}
	
	.information__list {
    margin: 0 auto 10px auto;
    flex-direction: column;
		text-align: center;
	}

	.information__icon {
		margin: 0 auto 7px auto;
	}	

	.information__title {
		font-size: 20px;
	}

	.information__link {
		font-size: 16px;
	}
	
	.contact-form {
		flex-direction: column;
	}
	
	.form__title {
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: 0.10em;
    text-align: center;
	}
	
	/*......   FOOTER   ......*/
	.footer__record {
		flex-direction: column;
	}
	
	.footer__list {
    margin: 0 auto;
    text-align: center;
	}
	
	.footer__text, .footer__prg {
    font-size: 12px;
    font-weight: 300;
    flex-direction: column;
		margin-bottom: 20px;
	}
	
	.footer__title {
    margin-bottom: 10px;
	}
	
	.footer__text i, .footer__prg {
    display: block;
    margin: 0 0 10px 0;
	}
	
	.footer__menu {
    display: none;
	}
	
	.footer__nav a, .nav-text {
    margin: 0 auto;
	}
	
	.footer__socials {
    align-items: center;
    flex-wrap: wrap;
    width: 130px;
    margin: 0 auto;
	}
	
	.footer__social {
		width: 90px;
		margin-bottom: 20px;
	}
	
	.fa-money-bill-alt, .fa-money-bill, .footer__link:not(:last-child) {
    margin-right: 20px;
	}
	
	.fa-money-bill-alt, .fa-money-bill, .fa-money-bill-wave, .fa-instagram, .fa-vk, .fa-viber {
		font-size: 15px;
		margin: 0 auto;
		display: block;
	}
	
		}

/*...... Адаптив под смартфоны......*/

@media (min-width: 320px) and (max-width: 480px) {
	.container {
		width: 300px;
	}
	
	.forms {
        max-width: 300px;
    }
    .request-word {
        font-size: 14px;
    }
    request-word:before {
        height: 2px;
        width: 30px;
    }
    .request-word:after {
        height: 2px;
        width: 30px;
    }
	
	.top .onlybig, .ofer__img, .expense__img, .fa-tty, .fa-id-badge {
		display: none;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 32px;
		text-align: center;
	}
	
	#thx {
    margin-left: -150px;
		width: 300px;
	}
	
	label.error {
    font-size: 11px;
	}

/*....................................
   
                 HEADER  
   
...................................*/
	.navigation {
    padding: 10px 0 10px 0;
	}
	
	.menu {
		display: none;
	}

	.menu-opened {
    top: 79px;
    left: 5%;
	}

	nav.sticky .menu-opened {
		top: 77px;
	}

	.d-lg-none {
		display: block;
		max-width: 300px;
		text-align: right;
		background-color: rgba(255,255,255,1);
	}

	.menu__link {
		padding: 8px 15px;
		border: 1px solid #f46c65;
		border-radius: 50px;
	}

	.menu__link:hover {
		font-size: 15px;
		border: 1px solid #4a4744;
		color: #4a4744;
	}
	
	.menu.menu-opened .menu__link:hover {
    color: #4a4744;
	}

	.menu__link:not(:last-child) {
		margin-right: 0;
	}

	.menu__list {
		margin: 0 30px 20px 0;
	}
	
	.ofer {
    padding: 50px 0 70px 0;
    text-align: center;
	}
	
	.ofer__title {
    font-size: 37px;
	}
	
	.ofer__prg {
    max-width: 400px;
		font-size: 18px;
	}

	.ofer__paragraph {
    font-size: 15px;
	}
	
	.ofer__text {
    font-size: 15px;
		margin-bottom: 20px;
	}
	
	.ofer__info {
		flex-direction: column;
	}
	
	.ofer__form {
    max-width: 400px;
    margin-top: 0;
    flex-direction: column;
	}
	
	.ofer__input {
    width: 255px;
    font-weight: 400;
    margin: 0 auto 20px auto;
	}

/*...................................
   
                  MAIN  
   
....................................*/
	/*......Секция заказать звонок......*/
	.call__attract {
		flex-direction: column;
		text-align: center;
	}
	
	.call__prg {
    font-size: 18px;
		margin-bottom: 18px;
	}
	
	/*...Преимущества и выгодные решения...*/
	.advantages {
    padding: 50px 0 30px 0;
	}
	
	.advantage, .benefit {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
	}
	
	.advantage__list {
    margin: 0 auto 35px auto;
	}
	
	.benefits {
    padding: 50px 0 20px 0;
	}
	
	.benefit__list {
    margin-bottom: 70px;
	}
	
	.benefit__list {
    margin: 0 auto 80px auto;
	}
	
	/*......Секция быстрый рассчет......*/
	.expenses {
    padding: 50px 0;
	}
	
	.expense__form {
    flex-wrap: wrap;
    max-width: 400px;
	}
	
	.expenses-title {
		font-size: 28px;
	}
	
	.expense__link {
    flex-direction: column;
    margin: 40px auto 0 auto;
	}
	
	.expense__data:not(:last-child) {
    margin: 0 auto 20px auto;
	}
	
	.expense__data:not(:last-child)::after {
    display: none;
	}
	
	.expense__paragraph {
    font-size: 16px;
    margin-bottom: 5px;
	}
	
	.ofer__up {
    margin-top: 20px;
    flex-direction: column;
	}
	
	.type {
		margin: 0 auto;
	}

	/*......Преимущество потолков......*/	
	.dignity {
    padding: 50px 0 30px 0;
	}
	
	.dignity-title span {
    display: block;
	}
	
	.advance {
    border-bottom: 1px solid #f46d65;
    flex-wrap: wrap;
    max-width: 225px;
    margin: 75px auto 0 auto;
		padding: 0;
	}
	
	.advance__list {
    margin: 0 auto 80px auto;
	}
	
	.advance__img {
    left: -65px;
	}
	
	/*.....Скидка на фотопечать.....*/
	.photocopying {
		margin-bottom: 5px;
	}
	
	.photocopying-title {
    font-size: 32px;
	}
	
	.photocopying-title span {
    font-size: 34px;
	}
	
	.photocopying-text {
    font-size: 14px;
		text-align: center;
	}
	
	.photocopying-text::before {
    max-width: 320px;
	}
	
	.photoprint__form {
    max-width: 400px;
    flex-direction: column;
	}
	
	.photoprint__input {
    margin: 0 auto 20px auto;
	}
	
	.photoprint__btn {
    background-color: rgb(244, 108, 101);
	}
	
	/*....Секция вкладки карточек....*/
	.bookmarks {
    padding: 50px 0 30px 0;
	}	
	
	.bookmarks-title strong {
    display: block;
	}
	
	.tabbed {
    margin: 10px auto;
	}
	
	.product {
    flex-direction: column;
    max-width: 400px;
	}
	
	.goods {
    width: 280px;
		margin: 0 auto 20px auto;
	}
	
	.goods__title {
    font-size: 18px;
    margin: 20px 0 20px 20px;
	}
	
	.goods__img {
		width: 280px;
		height: 159px;
	}
	
	.goods::before {
    width: 280px;
    height: 284px;
    left: -10px;
	}
	
	.goods__price {
    max-width: 180px;
    padding: 10px 25px 8px 20px;
    bottom: 75px;
    left: 15px;
    margin-bottom: 50px;
	}
	
	.goods__real {
    font-size: 22px;
	}
	
	.goods__prg {
    font-size: 12px;
    margin: 40px 0 15px 0;
    padding-left: 17px;
	}
	
	.goods__prg::after {
    display: none;
	}
	
	.tabs > div {
    padding: 0;
		margin: 0 auto;
		width: 280px;
	}
	
	.tabbed > label {
    padding: 8px 12px;
    margin-right: 8px;
		font-size: 14px;
	}
	
	/*....Секция с отзывами....*/
	.comments-title {
    margin-bottom: 20px;
	}
	
	.comments-prg {
    max-width: 400px;
	}
	
	.comment {
    max-width: 400px;
    margin: 40px auto 0 auto;
	}
	
	.route {
    max-width: 400px;
		flex-direction: column;
	}
	
	.slick-slide img {
    display: block;
    width: 252px;
    height: 318px;
    margin: 0 auto;
	}
	
	.route__slogan {
    padding: 20px 15px;
    max-width: 252px;
		height: 275px;
    text-align: center;
		margin: 0 auto;
	}
	
	.route__text {
    line-height: 1.4em;
    font-size: 13px;
	}
	
	.slick-dots {
    bottom: -7%;
	}

	/*....Оставить заявку....*/
	.request {
    padding: 15px 0;
    flex-direction: column;
    text-align: center;
}
	
	.request__prg {
    font-size: 20px;
    font-weight: 400;
		margin-bottom: 20px;
	}
	
	.request__text {
    margin-top: 10px;
		font-size: 13px;
	}

	/*.........Секция с подарком.........*/
	.photocopying-title {
    text-align: center;
	}
	
	.photocopying-title span {
    font-size: 26px;
	}

	/*.....Секция обратной связи.....*/
	.information, .callback {
    max-width: 350px;
	}
	
	.information__slogan {
    font-size: 24px;
    text-align: center;
	}
	
	.information__prg {
    font-size: 15px;
    margin: 0 0 20px 0;
    text-align: center;
	}
	
	.information__list {
    margin: 0 auto 10px auto;
    flex-direction: column;
		text-align: center;
	}

	.information__icon {
		margin: 0 auto 7px auto;
	}	

	.information__title {
		font-size: 20px;
	}

	.information__link {
		font-size: 16px;
	}
	
	.contact-form {
		flex-direction: column;
	}
	
	.form__title {
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: 0.10em;
    text-align: center;
	}
	
	/*......   FOOTER   ......*/
	.footer__record {
		flex-direction: column;
	}
	
	.footer__list {
    margin: 0 auto;
    text-align: center;
	}
	
	.footer__text, .footer__prg {
    font-size: 12px;
    font-weight: 300;
    flex-direction: column;
		margin-bottom: 20px;
	}
	
	.footer__title {
    margin-bottom: 10px;
	}
	
	.footer__text i, .footer__prg {
    display: block;
    margin: 0 0 10px 0;
	}
	
	.footer__menu {
    display: none;
	}
	
	.footer__nav a, .nav-text {
    margin: 0 auto;
	}
	
	.footer__socials {
    align-items: center;
    flex-wrap: wrap;
    width: 130px;
    margin: 0 auto;
	}
	
	.footer__social {
		width: 90px;
		margin-bottom: 20px;
	}
	
	.fa-money-bill-alt, .fa-money-bill, .footer__link:not(:last-child) {
    margin-right: 20px;
	}
	
	.fa-money-bill-alt, .fa-money-bill, .fa-money-bill-wave, .fa-instagram, .fa-vk, .fa-viber {
		font-size: 15px;
		margin: 0 auto;
		display: block;
	}
	
		}



@media (max-width: 768px) { 
    html, body {
  overflow-x: hidden;
}
    .quiz {
        overflow: hidden;
    }
    
    .quiz-container h2 {
        font-size: 18px;
    }
    
    .options {
            gap: 9px;
    grid-template-columns: 1fr;
}

.top {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.navigation {
	top: 40px;
    position: fixed;
    width: 100%;
    z-index: 999;
}
    .ofer {
        padding: 170px 0 130px 0; 
    }
    
    
    #options2, #options5 {
            display: flex;
    overflow: auto;
    width: 123%;
    }
    
    #options2 label, #options5 label {
        min-width: 257px;
    }
    
    .privacy-policy h2 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: start;
    }
    
    .privacy-policy h1 {
        font-size: 22px;
    }
        
    .privacy-policy {
        padding: 150px 0 50px;
    }
    
    .footer__navigation_wrap {
            flex-direction: column;
    justify-content: center;
    text-align: center;

    }
    
    .options img {
    max-width: 245px;
    height: 184px;
}
    
    .offer-botton {
            flex-direction: column;
    }
    
    .offer-botton .open-quiz {
         white-space: normal;
    }
    
    .offer-botton .open-quiz span.round {
            top: 50%;
    transform: translateY(-50%);
    }
    
}
