/home/bdqbpbxa/demo-subdomains/u-pod.goodface.com.ua/wp-content/themes/upod/assets/css/adaptive.css
@media screen and (max-width: 1500px) {
/*dev*/
.check-block__left-box {
margin-right: 55px;
}
.check-info__item {
width: 50%;
}
/*--*-- General --*--*/
.container {
width: 1280px;
}
/*--*-- Header --*--*/
.header__right-block {
margin-left: 60px;
}
/*--*-- Index | Brands section --*--*/
.brands-section__catalog {
margin-right: -19px;
}
.brands-section__brands {
width: 414px;
margin-right: 19px;
}
.for-partner,
.brands-section__brands:not(.for-partner) .img {
height: 414px;
}
.brands-section__brands:not(.for-partner) .img .brands {
width: 100%;
max-height: 100%;
}
/*--*-- Brand page --*--*/
.brand-product {
width: 305px;
}
.benefits-item {
width: 413px;
}
.prev-response {
left: calc(-50vw + 640px);
}
.next-response {
right: calc(-50vw + 640px);
}
.video-block {
min-width: 840px;
width: 840px;
}
.video-box {
width: 261px;
}
}
@media screen and (max-width: 1360px) {
/*--*-- General --*--*/
.container {
width: 1200px;
}
/*--*-- Header --*--*/
.header__nav-list > li {
margin-right: 24px;
}
.header__right-block .button-container {
margin-left: 24px;
}
/*--*-- Index | Main section --*--*/
.main-section .text-box {
max-width: 530px;
}
.main-section__animation-box img {
max-height: 370px;
}
.main-section__animation-text {
width: 220px;
}
/*--*-- Index | Brands section --*--*/
.brands-section__catalog {
margin-right: -15px;
}
.brands-section__brands {
width: 390px;
margin-right: 15px;
}
.for-partner,
.brands-section__brands:not(.for-partner) .img {
height: 390px;
}
/*--*-- Index | Benefits section --*--*/
.benefits-block .img {
width: 410px;
height: 410px;
}
.benefits-text-box .text {
min-height: auto;
}
#benefits-text-top-left,
#benefits-text-top-right {
top: 72px;
}
#benefits-text-bot-left,
#benefits-text-bot-right {
bottom: 73px;
}
#benefits-text-top-left .line,
#benefits-text-top-right .line {
width: 127px;
height: 56px;
}
#benefits-text-bot-left .line {
width: 139px;
height: 54px;
}
#benefits-text-bot-right .line {
width: 146px;
height: 55px;
}
/*--*-- Map --*--*/
.map-settings-block {
width: 450px;
}
/*--*-- Check info page --*--*/
.check-block__left-box {
padding: 24px 32px 40px;
margin-right: 50px;
}
.check-info__item {
width: 390px;
}
/*--*-- Brand page --*--*/
.brand-product {
width: 285px;
}
.brand-product .img {
height: 350px;
}
.brand-product .img img {
max-width: 45px;
max-height: 200px;
}
.prev-response {
left: calc(-50vw + 600px);
}
.next-response {
right: calc(-50vw + 600px);
}
.video-block {
min-width: 745px;
width: 745px;
}
.video-box:nth-child(1) {
height: 440px;
}
.video-box {
width: 227px;
height: 140px;
}
.benefits-item {
width: 386px;
}
}
@media screen and (max-width: 1240px) {
/*--*-- General --*--*/
.container {
width: auto;
margin: 0 32px;
}
.line-around.-bot svg {
-webkit-transform: translate3d(-50%, -42%, 0);
transform: translate3d(-50%, -42%, 0);
}
/*--*-- Text --*--*/
.title.mobile-1 {
font-size: 34px;
line-height: 110%;
}
.title.mobile-2 {
font-size: 28px;
line-height: 113%;
}
.title.mobile-3 {
font-size: 20px;
line-height: 120%;
}
.title.mobile-4 {
font-size: 18px;
line-height: 113%;
}
.text.mobile-1 {
font-size: 16px;
line-height: 150%;
letter-spacing: 0;
}
.text.mobile-2 {
font-size: 14px;
line-height: 113%;
letter-spacing: 0;
}
/*--*-- Button --*--*/
.button.-big {
height: 62px;
}
.button-container {
margin-right: -8px;
}
.button-container .button {
margin-right: 8px;
}
/*--*-- Header --*--*/
.header {
top: 0;
}
.header.active {
bottom: 0;
right: 0;
left: 0;
overflow-y: auto;
}
.header-content {
margin-top: 6px;
margin-bottom: 6px;
display: block;
-webkit-border-radius: 32px;
border-radius: 32px;
}
.header__left-block {
justify-content: space-between;
width: 100%;
}
.main-logo {
height: 24px;
}
.hamburger {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 52px;
width: 52px;
background-color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.hamburger div {
height: 2px;
width: 18px;
margin-bottom: 3px;
background-color: #0B0C0D;
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.hamburger div:last-child {
margin-bottom: 0;
}
.hamburger.active {
background-color: #2B2B2C;
}
.hamburger.active div {
background-color: #FFFFFF;
}
.hamburger.active div:nth-child(1) {
-webkit-transform: rotate(45deg) translate3d(4px, 4px, 0);
transform: rotate(45deg) translate3d(4px, 4px, 0);
}
.hamburger.active div:nth-child(2) {
opacity: 0;
}
.hamburger.active div:nth-child(3) {
-webkit-transform: rotate(-45deg) translate3d(3px, -3px, 0);
transform: rotate(-45deg) translate3d(3px, -3px, 0);
}
.header__right-block {
justify-content: flex-end;
flex-direction: row-reverse;
align-items: center;
margin-top: 60px;
margin-left: 0;
}
.header__right-block .button-container {
margin-left: 0;
margin-right: 48px;
}
.header__nav-block {
display: none;
padding: 0 12px 24px;
}
.header__nav-list {
display: block;
margin-top: 32px;
}
.header__nav-list > li {
margin-right: 0;
margin-bottom: 40px;
}
.header__nav-list > li:last-child {
margin-bottom: 0;
}
.header__nav-link {
padding: 5px 0;
width: 100%;
justify-content: space-between;
}
.header-dropdown-box {
display: block;
}
.header-dropdown__list {
position: static;
opacity: 1;
pointer-events: auto;
}
.header-dropdown__list.-contacts,
.header-dropdown__list.-logo,
.header-dropdown__list {
display: none;
width: 100%;
padding: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: 0s;
transition: 0s;
}
.header-dropdown__list.-contacts .header-dropdown__list-content,
.header-dropdown__list.-logo .header-dropdown__list-content,
.header-dropdown__list .header-dropdown__list-content {
padding: 16px 0 0;
}
.header-dropdown__list:after,
.header-dropdown__list:before {
display: none;
}
.header-dropdown__list.-logo .header-dropdown__list-content {
margin-right: -8px;
margin-bottom: -8px;
}
.header-dropdown__list.-logo a {
width: 93px;
height: 70px;
padding: 21px 15px;
}
.header-dropdown__list.-logo a:nth-last-child(n) {
margin-right: 8px;
margin-bottom: 8px;
}
.header-dropdown.active svg {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/*--*-- Footer --*--*/
.footer {
padding-top: 60px;
padding-bottom: 32px;
}
.footer__top {
align-items: stretch;
justify-content: flex-start;
flex-wrap: wrap;
}
.footer__right-box {
width: 100%;
}
.footer__brands {
margin-right: 70px;
}
.footer__nav-list {
margin-top: 20px;
}
.footer__nav-list li {
margin-bottom: 16px;
}
.footer__nav-list li:last-child {
margin-bottom: 0;
}
.footer-nav-box .title {
font-size: 18px;
line-height: 113%;
}
.footer__nav-list a {
font-size: 16px;
line-height: 150%;
}
.footer__contacts .social-block {
display: none;
}
.footer__top > .social-block {
display: flex;
width: 100%;
margin-top: 32px;
margin-bottom: 32px;
}
.footer__top > .social-block a {
height: 32px;
width: 32px;
margin-right: 24px;
}
.footer__bot {
display: block;
margin-top: 60px;
}
.footer__bot .footer__right-box {
margin-top: 40px;
}
.footer__thanks .text {
font-size: 15px;
}
/*--*-- Index | Main section --*--*/
.main-section .container {
padding-top: 128px;
padding-bottom: 80px;
min-height: auto;
}
.main-section .text-box {
max-width: 457px;
}
.main-section__animation-container {
display: block;
}
.main-section .text-box .text {
margin-top: 12px;
}
.main-section .text-box .button-container {
margin-top: 26px;
}
.main-section__animation-box img {
max-width: 55px;
max-height: 300px;
}
/*--*-- Index | Brands section --*--*/
.brands-section {
padding: 80px 0;
}
.brands-section__catalog {
margin-right: 0;
margin-bottom: -48px;
justify-content: space-between;
}
.brands-section__brands {
width: 47.6%;
margin-right: 0;
margin-bottom: 48px;
}
.brands-section__brands:not(.for-partner) .img {
padding: 89px 60px 40px;
}
.for-partner,
.brands-section__brands:not(.for-partner) .img {
height: 335px;
}
.for-partner {
padding: 40px 16px;
}
.for-partner .title {
margin-top: 16px;
}
.for-partner .button {
margin-top: 24px;
}
.for-partner .img {
width: 32px;
height: 32px;
}
/*--*-- Index | Benefits section --*--*/
.benefits-section {
padding: 80px 0;
}
.benefits-block {
flex-direction: column;
margin-top: 32px;
}
.benefits-text {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 24px;
margin-bottom: -8px;
}
.benefits-text-box {
position: static;
margin-bottom: 8px;
width: 49.6%;
}
.benefits-text-box .text {
position: static;
width: 100%;
padding: 16px;
}
.benefits-text-box .line {
display: none;
}
.benefits-block .img:before {
background-image: url("data:image/svg+xml,%0A%3Csvg width='335' height='335' viewBox='0 0 335 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M167.5 335C260.008 335 335 260.008 335 167.5C335 74.9923 260.008 0 167.5 0C74.9923 0 0 74.9923 0 167.5C0 260.008 74.9923 335 167.5 335Z' fill='%23FFA100'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='335' height='335'%3E%3Cpath d='M167.5 335C260.008 335 335 260.008 335 167.5C335 74.9923 260.008 0 167.5 0C74.9923 0 0 74.9923 0 167.5C0 260.008 74.9923 335 167.5 335Z' fill='%23FCB000'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cg filter='url(%23filter0_f)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.144 11.5884C309.202 8.22924 342.204 48.1552 371.794 83.7902C402.096 120.282 433.338 160.523 435.372 212.98C437.479 267.294 413.193 316.866 382.327 355.297C351.479 393.706 311.386 428.172 268.144 421.195C227.492 414.636 208.759 359.247 180.136 322.673C152.168 286.935 105.84 262.898 105.197 212.98C104.552 162.891 148.724 134.979 177.264 99.706C205.595 64.6902 228.331 14.8458 268.144 11.5884Z' fill='%230BEC4A'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M292.425 -167.321C330.484 -170.357 361.077 -134.273 388.506 -102.068C416.595 -69.0883 445.556 -32.7207 447.442 14.6871C449.395 63.7741 426.882 108.575 398.27 143.307C369.674 178.019 332.509 209.168 292.425 202.862C254.741 196.934 237.376 146.877 210.844 113.823C184.917 81.5242 141.973 59.8008 141.376 14.6871C140.778 -30.5809 181.725 -55.8063 208.181 -87.6843C234.444 -119.33 255.519 -164.377 292.425 -167.321Z' fill='%23FCE300'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-41.1663 -139.177C-9.01575 -159.77 34.9602 -142.334 74.3197 -126.83C114.626 -110.953 157.295 -92.4975 181.274 -51.5577C206.103 -9.16775 207.326 40.9565 198.43 85.068C189.54 129.154 171.411 174.13 133.077 187.434C97.0379 199.941 58.1549 163.949 19.1871 147.275C-18.8903 130.981 -67.0055 132.028 -88.7662 92.5053C-110.601 52.8471 -86.3473 11.3173 -78.0103 -29.2611C-69.7342 -69.5435 -72.3426 -119.209 -41.1663 -139.177Z' fill='%23FF3F38'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='-14.8101' y='-108.61' width='570.31' height='650.71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='60' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f' x='21.37' y='-287.5' width='546.19' height='611.18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='60' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter2_f' x='-217.649' y='-268.577' width='541.125' height='578.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='60' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.benefits-section .button-container {
margin-top: 32px;
}
/*--*-- Index | Mission section --*--*/
.mission-section {
padding-top: 117px;
padding-bottom: 80px;
}
.mission-section .title-box .title {
margin-bottom: 16px;
}
.mission-section__social-block {
margin-top: 40px;
}
.mission-section__social a {
margin-right: 23px;
}
.mission-section__social img {
margin-top: 0;
}
.mission-section .title-box .title img {
width: 34px;
height: 21px;
}
.mission-section .title-box {
max-width: 550px;
}
.mission-section__img .img {
-webkit-border-radius: 10px;
border-radius: 10px;
}
.mission-section__img .img:nth-child(1) {
top: 30px;
left: -10px;
width: 84px;
height: 112px;
}
.mission-section__img.-version-2 .img:nth-child(1) {
display: none;
}
.mission-section__img.-version-3 .img:nth-child(1) {
top: 75px;
bottom: auto;
left: 0;
height: 100px;
width: 62px;
}
.mission-section__img .img:nth-child(2) {
top: -37px;
right: -10px;
width: 102px;
height: 136px;
}
.mission-section__img.-version-2 .img:nth-child(2) {
top: 191px;
left: 0;
width: 62px;
height: 100px;
}
.mission-section__img.-version-3 .img:nth-child(2) {
height: 120px;
width: 75px;
right: 0;
bottom: 96px;
}
.mission-section__img .img:nth-child(3) {
bottom: 25px;
right: 58px;
width: 78px;
height: 104px;
}
.mission-section__img.-version-2 .img:nth-child(3) {
top: 0;
right: 0;
height: 120px;
width: 75px;
}
.mission-section__img.-version-3 .img:nth-child(3) {
display: none;
}
/*--*-- Modal --*--*/
.form-modal .thank-you-modal,
.form-modal .modal,
.start-modal .modal-message,
.start-modal .modal {
padding: 32px 20px 40px;
}
.start-modal .button-container {
margin-top: 24px;
}
.modal-form {
margin-top: 20px;
}
.modal-close-icon {
right: 7px;
top: -33px;
}
.product-modal .modal {
padding: 32px 20px 40px;
max-width: calc(100vw - 64px);
}
.modal-product-info .description {
line-height: 170%;
}
/*--*-- Map --*--*/
.map-section {
padding-top: 80px;
padding-bottom: 0;
}
.map-settings-block {
width: 100vw;
margin-left: -32px;
padding: 0 32px 32px;
background: none;
backdrop-filter: none;
-webkit-border-radius: 0;
border-radius: 0;
}
.map-settings {
margin-top: 14px;
}
.map-section .map {
position: static;
width: 100vw;
height: 620px;
margin-left: -32px;
overflow: hidden;
}
/*--*-- Map page --*--*/
.map-page-title-section {
margin-top: 122px;
margin-bottom: 32px;
}
/*--*-- Check info page --*--*/
.main-title {
padding-top: 128px;
padding-bottom: 40px;
}
.check-info-section {
padding-top: 40px;
padding-bottom: 120px;
}
.check-info-block {
display: block;
padding: 80px 0;
}
.check-block__left-box {
min-width: 100%;
width: 100%;
padding: 32px 20px 40px;
margin-bottom: 40px;
margin-right: 0;
}
.check-info__list {
justify-content: space-between;
}
.check-info__item {
width: 47.6%;
margin-right: 0;
}
.check-info__item .img {
margin-top: 24px;
}
.check-info__item .description {
padding: 12px 20px;
}
/*--*-- Privacy Policy page --*--*/
.policy-section {
padding-top: 112px;
padding-bottom: 120px;
}
.tabs-container {
width: 100%;
max-width: none;
}
.tabs-block {
display: flex;
margin-left: -32px;
padding-left: 32px;
width: 100vw;
overflow-x: auto;
padding-bottom: 10px;
scrollbar-width: none;
}
.tabs-block::-webkit-scrollbar {
display: none;
}
.tabs-block:after {
content: '';
display: block;
width: 32px;
min-width: 32px;
height: 5px;
}
.tab {
margin-right: 24px;
padding-bottom: 19px;
font-size: 14px;
line-height: 150%;
letter-spacing: -0.5px;
white-space: nowrap;
}
.tabs-line {
left: 32px;
bottom: 11px;
}
.items {
margin-top: 38px;
}
.policy__editor-text {
margin-left: 24px;
}
/*--*-- Brand page --*--*/
.main-title-block .logo {
margin-bottom: 40px;
}
.main-title-block .logo img {
max-width: 209px;
max-height: 70px;
}
.main-title.-brand .text {
margin-top: 12px;
}
.main-title-block .button {
margin-top: 26px;
}
.brand-scroll-block {
padding-top: 24px;
padding-bottom: 80px;
}
.brand-scroll-block .img {
width: 320px;
height: 180px;
margin-right: 16px;
}
.catalog-section {
padding: 80px 0;
}
.catalog-section .accordion-block {
margin-top: 48px;
}
.brand-catalog .list {
justify-content: space-between;
margin-right: 0;
}
.brand-catalog.hide-accordion .list {
margin-bottom: -32px;
}
.brand-product {
width: 47.6%;
margin-right: 0;
margin-bottom: 32px;
}
.brand-product .img {
height: 408px;
padding-bottom: 70px;
padding-top: 67px;
}
.brand-product .img img {
max-height: 100%;
max-width: 65px;
}
.brand-product .name {
margin-top: 12px;
}
.catalog-section .button {
margin-top: 16px;
}
.mission-section.-brand {
padding-top: 120px;
padding-bottom: 80px;
}
.mission-section .logo {
margin-bottom: 24px;
}
.mission-section .logo img {
max-width: 135px;
}
.benefits-list-section {
padding: 80px 0;
}
.benefits-list {
justify-content: space-between;
margin-right: 0;
}
.benefits-item {
width: 47.6%;
margin-right: 0;
}
.benefits-item .number {
width: 64px;
height: 64px;
font-size: 18px;
line-height: 113%;
}
.response-section {
padding-top: 87px;
padding-bottom: 112px;
}
.slide-content .text {
line-height: 150%;
}
.slider__arrow-block {
display: none;
}
.swiper-slide {
width: 500px;
}
.slide-content {
padding: 20px;
margin: 0 4px;
}
.video-section {
padding: 80px 0;
}
.video-section .container {
display: block;
}
.video-section .title-box {
margin-right: 0;
margin-bottom: 24px;
}
.video-block {
width: auto;
min-width: 100%;
margin-right: -8px;
margin-bottom: -16px;
}
.video-box {
width: 32.21%;
height: 125px;
margin-right: 8px;
margin-bottom: 16px;
}
.video-box:nth-child(1) {
height: 380px;
}
}
@media screen and (max-width: 740px) {
/*--*-- General --*--*/
.container {
margin: 0 20px;
}
.button {
width: 100%;
}
.title br,
.text br {
display: none;
}
/*--*-- Header --*--*/
.header__right-block {
flex-direction: column-reverse;
}
.header__right-block .button-container {
display: block;
width: 100%;
margin-right: 0;
}
.header__right-block .button {
height: 62px;
}
.social-block {
margin-top: 60px;
}
/*--*-- Footer --*--*/
.footer__bot-left {
display: block;
}
.footer__bot-left li {
margin-right: 0;
margin-bottom: 16px;
}
.footer__input-box {
display: block;
}
.footer__input-box .button {
margin-top: 12px;
}
/*--*-- Index | Main section --*--*/
.main-section__animation-container {
position: static;
display: flex;
width: 100vw;
margin-left: -20px;
padding-left: 20px;
}
.main-section .container {
overflow: visible;
}
.main-section__animation-container {
margin-top: 64px;
overflow-y: hidden;
}
@keyframes productAnimation {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.main-section__animation-list,
.main-section__animation-block {
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.main-section__animation-block {
overflow: hidden;
margin-left: -20px;
width: 100vw;
margin-right: 0;
}
.main-section__animation-block:not(:first-child) {
display: none;
}
.main-section__animation-list {
animation-duration: 25s;
}
.main-section__animation-box {
min-width: 248px;
width: 248px;
padding-right: 24px;
margin-bottom: 0;
padding-bottom: 0;
}
.main-section__animation-text {
width: 100%;
}
/*--*-- Index | Brands section --*--*/
.brands-section__catalog {
display: block;
}
.brands-section__brands {
display: block;
width: 100%;
}
.for-partner {
display: flex;
}
/*--*-- Index | Benefits section --*--*/
.benefits-block .img {
width: 100%;
height: auto;
padding: 10px;
}
.benefits-block .img img {
max-height: 315px;
}
.benefits-text {
display: block;
}
.benefits-text-box {
width: 100%;
}
/*--*-- Index | Mission section --*--*/
.mission-section__social {
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: -16px;
}
.mission-section__social a {
margin-right: 0;
margin-bottom: 16px;
}
.mission-section__img .img:nth-child(1) {
top: auto;
bottom: 214px;
}
.mission-section__img .img:nth-child(3) {
bottom: 126px;
right: -10px;
}
/*--*-- Modal --*--*/
.form-modal .thank-you-modal,
.form-modal .modal,
.modal-message,
.modal,
.start-modal .modal-message,
.start-modal .modal {
width: auto;
margin: 0 20px;
}
.modal-product-info-block {
display: block;
}
.modal-product-info-block > .img {
padding: 0;
width: 100%;
height: auto;
}
.modal-product-info-block > .img img {
max-height: 300px;
max-width: 60px;
}
.modal-product-info-block > .img.-fill img {
max-width: 100%;
}
.modal-product-info {
margin-top: 32px;
width: 100%;
}
/*--*-- Map --*--*/
.map-settings-block {
margin-left: -20px;
padding: 0 20px 32px;
}
.map-section .map {
margin-left: -20px;
}
.logo-scroll-block {
padding: 23px 0;
}
.logo-scroll-box {
padding-left: 100px;
}
.logo-scroll-block img {
margin-right: 100px;
}
/*--*-- Error page --*--*/
.error-section {
padding: 180px 0;
}
.error-content .text {
font-size: 18px;
line-height: 113%;
}
.error-content .button-container {
margin-top: 32px;
}
#error-cloud-3 img,
#error-cloud-1 {
top: -118px;
right: -78px;
width: 443px;
height: 242px;
}
#error-cloud-2 {
display: none;
}
/*--*-- Check info page --*--*/
.check-info__list {
display: block;
}
.check-info__item {
width: 100%;
margin-bottom: 80px;
}
.check-info__item:last-child {
margin-bottom: 0;
}
.check-info__item .img {
display: block;
width: 100%;
margin: 24px auto 0 auto;
}
.check-info__item .img img {
display: block;
margin: 0 auto;
}
/*--*-- Privacy Policy page --*--*/
.tabs-block {
margin-left: -20px;
padding-left: 20px;
}
.tabs-block:after {
width: 20px;
min-width: 20px;
}
.tabs-line {
left: 20px;
}
.policy__editor.-certificate {
display: block;
}
.policy__editor.-certificate .img {
margin-bottom: 16px;
}
.policy__editor-text {
margin-left: 0;
}
/*--*-- Brand page --*--*/
.main-title-block {
text-align: left;
}
.brand-product {
width: 100%;
}
.catalog-section .title-box .title br {
display: block;
}
.brand-catalog .list {
display: block;
}
.benefits-list {
display: block;
}
.benefits-item {
width: 100%;
}
.swiper-slide {
width: calc(100vw - 40px);
}
.video-box {
width: 31%;
height: 60px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.video-box video,
.video-box iframe,
.video-box img {
-webkit-border-radius: 10px;
border-radius: 10px;
}
.play-button {
width: 20px;
height: 20px;
}
.play-button svg {
height: 6px;
margin-right: 0;
}
.video-box:nth-child(1) {
height: 188px;
-webkit-border-radius: 18px;
border-radius: 18px;
}
.video-box:nth-child(1) video,
.video-box:nth-child(1) iframe,
.video-box:nth-child(1) img {
-webkit-border-radius: 18px;
border-radius: 18px;
}
.video-box:nth-child(1) .play-button {
width: 56px;
height: 56px;
}
.video-box:nth-child(1) .play-button svg {
height: 16px;
margin-right: -4px;
}
}