@font-face { font-family: 'Gotham Pro'; src: local("GothamPro"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: local("GothamPro-Black"), url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Roboto Regular'; src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Roboto Medium'; src: local("Roboto"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"); font-weight: normal; font-style: normal; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

body { min-width: 320px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: normal; }

.container { margin: 0 auto; width: 1170px; }

.highlighted { color: #e21226; }

.hidden { display: none !important; }

.default-button { width: 390px; height: 75px; background-color: #e21226; border: none; color: #fff; font-size: 18px; letter-spacing: 1.8px; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20; box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20; }

.default-button:hover { -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); cursor: pointer; }

.default-button:active { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); }

.default-header { margin: 0 auto; width: 720px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; font-size: 48px; letter-spacing: -0.48px; text-align: center; }

.dark-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); z-index: 5; }

.content { overflow: hidden; }

.text-medium { font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 500; }

.visually-hidden { position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; overflow: hidden; }

.open-policy:hover { text-decoration: underline; cursor: pointer; }

.open-policy:active { opacity: 0.7; }

.modal { position: fixed; padding: 20px; top: 50%; left: 50%; width: 960px; height: auto; min-height: 30vh; max-height: 90vh; background-color: #fff; -webkit-transform: translate(-50%, -60%); -ms-transform: translate(-50%, -60%); transform: translate(-50%, -60%); opacity: 0; z-index: 10; -webkit-animation: appearing 0.2s linear forwards; animation: appearing 0.2s linear forwards; }

.privacy-policy { overflow-y: scroll; color: #000; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: normal; }

.privacy-policy__close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background-repeat: no-repeat; background-image: url("../img/close-black.svg"); z-index: 10; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.privacy-policy__close:hover { opacity: 0.7; cursor: pointer; }

.privacy-policy__close:active { opacity: 0.7; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.privacy-policy__header { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 2px solid #d7d7d7; }

.privacy-policy__title { font-size: 32px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; }

.privacy-policy__sub-header { margin-bottom: 10px; font-size: 18px; }

.privacy-policy__text { margin-bottom: 10px; font-size: 14px; }

@-webkit-keyframes appearing { to { opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes appearing { to { opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media (min-width: 1024px) and (max-width: 1199.5px) { .container { width: 960px; }
  .modal { width: 960px; }
  .privacy-policy__close { top: 15px; right: 15px; width: 20px; height: 20px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .container { width: 738px; }
  .default-button { -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); }
  .modal { width: 738px; }
  .privacy-policy__close { top: 15px; right: 15px; width: 20px; height: 20px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .container { width: 450px; }
  .default-button { width: 290px; height: 65px; font-size: 14px; letter-spacing: 1.4px; -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); }
  .default-header { width: 450px; font-size: 28px; letter-spacing: -0.28px; }
  .modal { padding: 10px; width: 450px; }
  .privacy-policy__close { top: 15px; right: 15px; width: 20px; height: 20px; }
  .privacy-policy__header { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 2px solid #d7d7d7; }
  .privacy-policy__title { font-size: 22px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; }
  .privacy-policy__sub-header { margin-bottom: 10px; font-size: 18px; }
  .privacy-policy__text { margin-bottom: 10px; font-size: 14px; }
  .no-mobile { display: none; } }

@media (min-width: 320px) and (max-width: 479.5px) { .container { width: 290px; }
  .default-button { width: 290px; height: 65px; font-size: 14px; letter-spacing: 1.4px; -webkit-box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); box-shadow: 0 1px 0 0 #d61023, 0 5px 0 0 #c80e20, 0 10px 40px 0px rgba(227, 27, 46, 0.85); }
  .default-header { width: 290px; font-size: 28px; letter-spacing: -0.28px; }
  .modal { padding: 10px; width: 290px; }
  .privacy-policy__close { top: 15px; right: 15px; width: 20px; height: 20px; }
  .privacy-policy__header { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 2px solid #d7d7d7; }
  .privacy-policy__title { font-size: 22px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; }
  .privacy-policy__sub-header { margin-bottom: 10px; font-size: 18px; }
  .privacy-policy__text { margin-bottom: 10px; font-size: 14px; }
  .no-mobile { display: none; } }

.main-header__bg { overflow: hidden; }

.main-header__header { min-height: 80px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.main-header__logo { margin-top: 30px; width: 297px; height: 49px; background-repeat: no-repeat; background-image: url("../img/logo.png"); }

.main-header__order-call { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; width: 260px; }

.main-header__order-call-number { position: relative; color: #000; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: bold; font-size: 24px; letter-spacing: -0.24px; text-decoration: none; }

.main-header__order-call-number:hover { opacity: 0.7; }

.main-header__order-call-number:active { opacity: 0.5; color: #000; }

.main-header__order-call-number::before { content: ''; position: absolute; top: -25px; left: -72px; width: 88px; height: 83px; background-repeat: no-repeat; background-image: url("../img/phone-icon.png"); }

.main-header__order-call-button { margin-top: 7px; padding: 0; background-color: transparent; border: none; color: #3b3b3b; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 20px; }

.main-header__order-call-button:hover { opacity: 0.8; cursor: pointer; }

.main-header__order-call-button:active { opacity: 0.5; color: #000; }

@media (min-width: 480px) and (max-width: 767.5px) { .main-header__header { min-height: 100px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .main-header__logo { margin-top: 15px; margin-bottom: 15px; }
  .main-header__order-call-number { width: 300px; font-size: 20px; letter-spacing: -0.20px; text-align: right; }
  .main-header__order-call-number::before { left: -30px; }
  .main-header__order-call-button { font-size: 16px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .main-header__logo { width: 290px; height: 48px; background-size: contain; }
  .main-header__header { min-height: 150px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .main-header__logo { margin-top: 15px; }
  .main-header__order-call { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .main-header__order-call-number { font-size: 20px; letter-spacing: -0.20px; }
  .main-header__order-call-button { font-size: 16px; } }

.promo { position: relative; }

.promo__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.promo__left-side, .promo__right-side { width: 50%; min-height: 640px; }

.promo__title { margin: 0; margin-top: 65px; margin-bottom: 30px; width: 100%; font-size: 80px; line-height: 1.2; letter-spacing: -0.8px; text-align: left; }

.promo__right-side { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.promo__image { width: 597px; height: 609px; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .promo__left-side, .promo__right-side { min-height: 520px; }
  .promo__title { width: 100%; font-size: 70px; letter-spacing: -0.7px; }
  .promo__image { width: 480px; height: 490px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .promo__wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .promo__left-side, .promo__right-side { width: 100%; min-height: 440px; }
  .promo__left-side { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .promo__title { margin-top: 20px; text-align: center; }
  .promo__get-price { display: block; margin: 0 auto; }
  .promo__right-side { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .promo__image { width: 500px; height: 510px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .promo__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .promo__left-side, .promo__right-side { width: 100%; min-height: 250px; }
  .promo__left-side { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .promo__title { margin: 0 auto; margin-top: 15px; margin-bottom: 30px; width: 440px; font-size: 42px; letter-spacing: -0.42px; text-align: center; }
  .promo__right-side { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-top: 15px; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .promo__image { width: 290px; height: 296px; }
  .promo__get-price { display: block; margin: 0 auto; } }

@media (min-width: 320px) and (max-width: 479.5px) { .promo__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .promo__left-side, .promo__right-side { width: 100%; min-height: 250px; }
  .promo__left-side { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .promo__title { margin: 0; margin-top: 35px; margin-bottom: 30px; font-size: 42px; letter-spacing: -0.42px; text-align: center; }
  .promo__right-side { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .promo__image { width: 290px; height: 296px; } }

.features { min-height: 981px; background-repeat: no-repeat; background-image: url("../img/features-bg.png"); background-size: 1800px 1205px; background-position: 50% 0%; }

.features__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 250px; }

.features__item-wrapper { width: 300px; }

.features__item-wrapper:last-child { margin: 100px auto 0; width: 960px; }

.features__item-begining { color: #fff; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; font-size: 100px; text-align: center; text-shadow: #e21226 -3px 3px 0, rgba(226, 18, 39, 0.75) 0px 0px 40px; }

.features__item-text { margin: 0; color: #fff; font-size: 36px; letter-spacing: -0.36px; text-align: center; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .features__item-wrapper { width: 270px; }
  .features__item-wrapper:last-child { width: 960px; }
  .features__item-begining { font-size: 90px; }
  .features__item-text { font-size: 28px; letter-spacing: -0.28px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .features { min-height: 880px; }
  .features__item-wrapper { width: 33%; }
  .features__item-wrapper:last-child { width: 100%; }
  .features__item-begining { font-size: 90px; }
  .features__item-text { font-size: 26px; letter-spacing: -0.26px; text-align: center; } }

@media (min-width: 480px) and (max-width: 767.5px) { .features { background-size: cover; background-position: 40% 0; }
  .features__list { padding-top: 200px; padding-bottom: 50px; }
  .features__item-wrapper { margin: 0 auto; margin-bottom: 20px; width: 290px; }
  .features__item-wrapper:last-child { margin: 0; width: 450px; }
  .features__item-begining { font-size: 75px; }
  .features__item-text { font-size: 20px; letter-spacing: -0.2px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .features { background-size: cover; background-position: 40% 0; }
  .features__list { padding-top: 200px; padding-bottom: 50px; }
  .features__item-wrapper { margin-bottom: 20px; width: 290px; }
  .features__item-wrapper:last-child { margin: 0; width: 290px; }
  .features__item-begining { font-size: 75px; }
  .features__item-text { font-size: 20px; letter-spacing: -0.2px; } }

.brands__header { margin-top: 40px; }

.brands__authorized, .brands__other { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; width: 960px; }

.brands__other { margin-top: 50px; }

.brands__authorization-notice { font-size: 24px; letter-spacing: -0.24px; }

.brands__image { margin: 20px 20px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-filter: brightness(0); filter: brightness(0); }

.brands__image:hover { -webkit-filter: brightness(1); filter: brightness(1); }

.brands__image--lg, .brands__image--samsung { margin-top: 60px; margin-bottom: 0; }

.brands__image--lg { width: 201px; height: 88px; }

.brands__image--samsung { width: 440px; height: 65px; }

.brands__image--sony { width: 256px; height: 46px; }

.brands__image--toshiba { width: 305px; height: 47px; }

.brands__image--philips { width: 256px; height: 47px; }

.brands__image--jvc { width: 127px; height: 49px; }

.brands__image--aiwa { width: 213px; height: 48px; }

.brands__image--panasonic { width: 333px; height: 51px; }

.brands__image--xiaomi { width: 212px; height: 48px; }

@media (min-width: 768px) and (max-width: 1023.5px) { .brands__authorized, .brands__other { width: 100%; }
  .brands__other { margin-top: 50px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .brands__header { margin-top: 50px; margin-bottom: 40px; }
  .brands__authorized, .brands__other { width: 450px; }
  .brands__other { margin-top: 50px; }
  .brands__authorization-notice { width: 450px; font-size: 16px; letter-spacing: -0.16px; text-align: center; }
  .brands__image { margin: 20px 0; }
  .brands__image--lg, .brands__image--samsung { margin-top: 20px; }
  .brands__image--lg { width: 151px; height: 66px; }
  .brands__image--jvc { padding: 0 70px; width: 267px; height: 49px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .brands__header { margin-top: 50px; margin-bottom: 40px; }
  .brands__authorized, .brands__other { width: 290px; }
  .brands__other { margin-top: 50px; }
  .brands__authorization-notice { font-size: 16px; letter-spacing: -0.16px; text-align: center; }
  .brands__image { margin: 20px 0; }
  .brands__image--lg, .brands__image--samsung { margin-top: 20px; }
  .brands__image--lg { width: 151px; height: 66px; }
  .brands__image--samsung { width: 290px; height: 43px; }
  .brands__image--toshiba { width: 290px; height: 45px; }
  .brands__image--panasonic { width: 290px; height: 43px; } }

.works { margin-top: 50px; margin-bottom: 150px; }

.works__header { position: relative; margin-bottom: 50px; }

.works__header::after { content: ''; position: absolute; top: -200px; left: -280px; width: 1280px; height: 400px; border-radius: 50%; -webkit-box-shadow: 0 600px 100px -100px #000; box-shadow: 0 600px 100px -100px #000; opacity: 0.4; pointer-events: none; }

.works__slider-wrapper { position: relative; margin: 0 auto; width: 840px; height: 502px; background-color: #fff; }

.works__slider-wrapper::before { content: ''; position: absolute; top: 150px; left: -180px; width: 323px; height: 418px; background-repeat: no-repeat; background-image: url("../img/screwdriver.png"); }

.works__slider-wrapper::after { content: ''; position: absolute; bottom: -275px; right: -230px; width: 405px; height: 342px; background-repeat: no-repeat; background-image: url("../img/pliers.png"); }

.works__text-before, .works__text-after { position: absolute; margin: 0; top: 40px; width: 150px; height: 66px; color: #fff; background-color: #ed1c24; font-size: 36px; line-height: 66px; letter-spacing: -0.36px; text-align: center; z-index: 5; }

.works__text-before { left: 0; }

.works__text-after { right: 0; }

.works__slider { width: 840px; height: 502px; }

.works__slider-item { position: relative; width: 840px; height: 502px; background-repeat: no-repeat; background-size: contain; overflow: hidden; }

.works__slider-item::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), to(#ffffff00)); background: -o-linear-gradient(bottom, #fff 10%, #ffffff00); background: linear-gradient(to top, #fff 10%, #ffffff00); }

.works__slider-item--stripe-on-screen { background-image: url("../img/stripe-on-screen.jpg"); }

.works__slider-item--no-chanel-image { background-image: url("../img/no-chanel-image.jpg"); }

.works__slider-item--no-backlight { background-image: url("../img/no-backlight.jpg"); }

.works__item-description { position: absolute; margin: 0; margin-bottom: 10px; bottom: 0; left: 50%; width: 470px; font-size: 24px; letter-spacing: -0.24px; text-align: center; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 5; }

.works .slick-prev, .works .slick-next { position: absolute; padding: 0; top: 201px; width: 100px; height: 100px; color: transparent; background-image: url("../img/next-gray.svg"); background-color: #e8e8e8; background-size: 50% 50%; background-position: 57% 50%; background-repeat: no-repeat; border: 12px solid #fff; border-radius: 50%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; overflow: hidden; z-index: 5; }

.works .slick-prev { left: -50px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.works .slick-next { right: -50px; }

.works .slick-prev:hover, .works .slick-next:hover { border-width: 9px; background-size: 52% 52%; cursor: pointer; }

.works .slick-prev:active, .works .slick-next:active { background-color: #cecece; }

.works .slider-dots { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; position: absolute; bottom: -49px; left: 360px; margin: 0; padding: 0; width: 120px; list-style: none; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }

.works .slider-dots button { padding: 0; width: 23px; height: 23px; background-color: transparent; border: 3px solid #fff; border-radius: 11.5px; color: transparent; overflow: hidden; }

.works .slider-dots button:hover { cursor: pointer; }

.works .slick-active button { background-color: #fff; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .works__header::after { left: -192px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .works { margin-top: 80px; }
  .works__header::after { top: -250px; }
  .works__slider-wrapper { width: 708px; height: 423px; }
  .works__slider-wrapper::before { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .works__slider-wrapper::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .works__text-before, .works__text-after { width: 130px; font-size: 30px; letter-spacing: -0.3px; }
  .works__slider { width: 708px; height: 423px; }
  .works__slider-item { width: 708px; height: 423px; }
  .works__slider-item::after { height: 170px; }
  .works__item-description { width: 470px; left: 50%; font-size: 24px; letter-spacing: -0.24px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .works .slick-prev, .works .slick-next { top: 174px; width: 75px; height: 75px; border: 9px solid #fff; }
  .works .slick-prev { left: -25px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
  .works .slick-next { right: -25px; }
  .works .slick-prev:hover, .works .slick-next:hover { border-width: 7px; }
  .works .slider-dots { bottom: -50px; left: 294px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .works { margin-top: 50px; margin-bottom: 120px; }
  .works__header { margin-bottom: 40px; }
  .works__header::after { content: ''; position: absolute; top: -390px; left: -175px; width: 800px; height: 250px; border-radius: 50%; -webkit-box-shadow: 0 600px 85px -100px #000; box-shadow: 0 600px 85px -100px #000; opacity: 0.4; pointer-events: none; }
  .works__slider-wrapper { width: 450px; height: 269px; }
  .works__slider-wrapper::before { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .works__slider-wrapper::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .works__text-before, .works__text-after { top: 10px; width: 60px; height: 24px; font-size: 16px; line-height: 24px; letter-spacing: -0.16px; }
  .works__slider { width: 450px; height: 269px; }
  .works__slider-item { width: 450px; height: 269px; }
  .works__slider-item::after { width: 100%; height: 70px; }
  .works__item-description { margin-bottom: 2px; width: 320px; font-size: 16px; letter-spacing: -0.16px; }
  .works .slick-prev, .works .slick-next { top: 114.5px; width: 40px; height: 40px; border: 5px solid #fff; }
  .works .slick-prev { left: -20px; }
  .works .slick-next { right: -20px; }
  .works .slick-prev:hover, .works .slick-next:hover { border-width: 3px; }
  .works .slider-dots { bottom: -50px; left: 175px; width: 100px; }
  .works .slider-dots button { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 9px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .works { margin-top: 50px; margin-bottom: 150px; }
  .works__header { margin-bottom: 40px; }
  .works__header::after { content: ''; position: absolute; top: -480px; left: -160px; width: 580px; height: 290px; border-radius: 50%; -webkit-box-shadow: 0 600px 85px -100px #000; box-shadow: 0 600px 85px -100px #000; opacity: 0.4; pointer-events: none; }
  .works__slider-wrapper { width: 290px; height: 173px; }
  .works__slider-wrapper::before { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .works__slider-wrapper::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .works__text-before, .works__text-after { top: 10px; width: 60px; height: 24px; font-size: 16px; line-height: 24px; letter-spacing: -0.16px; }
  .works__slider { width: 290px; height: 173px; }
  .works__slider-item { width: 290px; height: 173px; }
  .works__slider-item::after { width: 100%; height: 70px; }
  .works__item-description { margin-bottom: 2px; width: 100%; font-size: 15px; letter-spacing: -0.16px; }
  .works .slick-prev, .works .slick-next { top: 66.5px; width: 40px; height: 40px; border: 5px solid #fff; }
  .works .slick-prev { left: -15px; }
  .works .slick-next { right: -15px; }
  .works .slick-prev:hover, .works .slick-next:hover { border-width: 3px; }
  .works .slider-dots { bottom: -50px; left: 95px; width: 100px; }
  .works .slider-dots button { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 9px; } }

.reviews { background-color: #3b3c3d; }

.reviews .container { position: relative; }

.reviews .container::before { content: ''; position: absolute; top: -440px; left: -135px; width: 1440px; height: 1100px; background-color: #3b3c3d; border-radius: 50%; z-index: -1; }

.reviews .container::after { content: ''; position: absolute; bottom: -150px; left: -200px; width: 483px; height: 549px; background-repeat: no-repeat; background-image: url("../img/a4paper.png"); }

.reviews__header { margin-bottom: 40px; color: #fff; }

.reviews__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.reviews__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 85px; width: 800px; height: 500px; background-color: #fff; -webkit-box-shadow: 0 54px 0 -36px #d6d6d6; box-shadow: 0 54px 0 -36px #d6d6d6; }

.reviews__item--alexander, .reviews__item--maksim, .reviews__item--gosha, .reviews__item--artem { background-repeat: no-repeat; background-size: contain; text-indent: 110%; white-space: nowrap; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.reviews__item--alexander { width: 683px; height: 205px; background-image: url("../img/review-alex.jpg"); }

.reviews__item--maksim { width: 700px; height: 188px; background-image: url("../img/review-maksim.jpg"); }

.reviews__item--gosha { width: 727px; height: 181px; background-image: url("../img/review-gosha.jpg"); }

.reviews__item--artem { width: 687px; height: 222px; background-image: url("../img/review-artem.jpg"); }

@media (min-width: 1024px) and (max-width: 1199.5px) { .reviews .container::before { left: -240px; }
  .reviews .container::after { left: -250px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .reviews { padding-bottom: 55px; }
  .reviews .container::before { top: -350px; left: -351px; }
  .reviews .container::after { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .reviews__header { margin-bottom: 50px; }
  .reviews__item { width: 100%; } }

@media (min-width: 480px) and (max-width: 767.5px) { .reviews { padding-bottom: 50px; }
  .reviews .container::before { top: -260px; left: -167.5px; width: 785px; height: 600px; }
  .reviews .container::after { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .reviews__header { margin-bottom: 35px; }
  .reviews__item { margin-bottom: 35px; width: 440px; height: 250px; -webkit-box-shadow: 0 28px 0 -18px #d6d6d6; box-shadow: 0 28px 0 -18px #d6d6d6; }
  .reviews__item--alexander { width: 440px; height: 132px; }
  .reviews__item--maksim { width: 400px; height: 107px; }
  .reviews__item--gosha { width: 440px; height: 110px; }
  .reviews__item--artem { width: 400px; height: 130px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .reviews { padding-bottom: 50px; }
  .reviews .container::before { top: -220px; left: -215px; width: 720px; height: 550px; }
  .reviews .container::after { top: 0; left: -0; width: 0; height: 0; background-image: none; }
  .reviews__header { margin-bottom: 35px; }
  .reviews__item { margin-bottom: 35px; width: 290px; height: 170px; -webkit-box-shadow: 0 28px 0 -18px #d6d6d6; box-shadow: 0 28px 0 -18px #d6d6d6; }
  .reviews__item--alexander { width: 290px; height: 87px; }
  .reviews__item--maksim { width: 290px; height: 70px; }
  .reviews__item--gosha { width: 290px; height: 72px; }
  .reviews__item--artem { width: 280px; height: 90px; } }

.price__header { margin-top: 80px; margin-bottom: 50px; }

.price__table-wrapper { margin: 0 auto; width: 800px; height: 550px; background-repeat: no-repeat; background-image: url("../img/tv-price.png"); background-size: contain; background-position: 2px 0; }

.price__table { position: relative; top: 50px; margin: 0px auto; width: 500px; table-layout: fixed; border-collapse: collapse; font-size: 20px; }

.price__table-row:not(:last-child) .price__table-cell { border-bottom: 2px solid #dedede; }

.price__table-cell { padding: 20px 0; }

.price__table-row:first-child .price__table-cell { padding-top: 0; }

.price__table-row:last-child .price__table-cell { padding-bottom: 0; }

.price__table-cell:last-child { width: 35%; color: #e21226; text-align: right; border-left: 2px solid #dedede; }

.price__table .color-black { color: #000; }

.price__notice { display: block; margin: 0 auto 50px; width: 479px; font-size: 20px; }

.price__button { display: block; margin: 0 auto; }

@media (min-width: 768px) and (max-width: 1023.5px) { .price__table-wrapper { width: 100%; height: 550px; }
  .price__table { top: 30px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .price__header { margin-top: 50px; margin-bottom: 50px; }
  .price__table-wrapper { width: 450px; height: auto; min-height: 380px; background-image: none; }
  .price__table { top: 0px; width: 450px; font-size: 16px; }
  .price__notice { width: 383px; font-size: 16px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .price__header { margin-top: 50px; margin-bottom: 50px; }
  .price__table-wrapper { width: 290px; height: auto; min-height: 470px; background-image: none; }
  .price__table { top: 0px; width: 290px; font-size: 16px; }
  .price__notice { display: inline-block; width: 290px; font-size: 16px; text-align: center; } }

.process { margin-top: 100px; }

.process .container { position: relative; }

.process .container::before { content: ''; position: absolute; top: -40px; left: 0px; width: 343px; height: 546px; background-repeat: no-repeat; background-image: url("../img/wires.png"); z-index: -1; }

.process .container::after { content: ''; position: absolute; bottom: -200px; right: -60px; width: 426px; height: 423px; background-repeat: no-repeat; background-image: url("../img/board.png"); }

.process__header { margin-bottom: 20px; }

.process__wrapper { margin: 0 auto; padding-top: 100px; padding-left: 160px; padding-right: 160px; padding-bottom: 60px; width: 1024px; background-color: #fff; -webkit-box-shadow: 0 72px 0 -35px #fdfdfd, 0 31px 40px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 72px 0 -35px #fdfdfd, 0 31px 40px 10px rgba(0, 0, 0, 0.15); }

.process__list { margin: 0; padding: 0; list-style: none; }

.process__step { margin-bottom: 60px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 900; font-size: 30px; }

.process__notice { margin: 0 auto; width: 530px; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 30px; opacity: 0.60; text-align: center; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .process { margin-top: 100px; }
  .process .container { position: relative; }
  .process .container::before { left: -75px; }
  .process .container::after { right: -170px; }
  .process__wrapper { padding-top: 70px; padding-left: 70px; padding-right: 80px; padding-bottom: 40px; width: 960px; }
  .process__step { margin-bottom: 50px; font-size: 28px; }
  .process__notice { width: 450px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .process { margin-top: 130px; }
  .process__header { margin-bottom: 40px; }
  .process .container::before { top: -25px; left: -70px; }
  .process .container::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .process__wrapper { padding-top: 50px; padding-left: 70px; padding-right: 70px; padding-bottom: 30px; width: 100%; }
  .process__step { margin-bottom: 50px; }
  .process__notice { width: 450px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .process { margin-top: 100px; }
  .process .container::before { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .process .container::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .process__header { margin-bottom: 40px; }
  .process__wrapper { padding: 40px; width: 450px; -webkit-box-shadow: 0 50px 0 -30px #fdfdfd, 0 27px 40px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 50px 0 -30px #fdfdfd, 0 27px 40px 10px rgba(0, 0, 0, 0.15); }
  .process__step { margin-bottom: 20px; font-size: 18px; }
  .process__notice { width: 250px; font-size: 18px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .process { margin-top: 100px; }
  .process .container::before { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .process .container::after { bottom: -0; right: -0; width: 0; height: 0; background-image: none; }
  .process__header { margin-bottom: 40px; }
  .process__wrapper { padding: 20px; width: 290px; -webkit-box-shadow: 0 50px 0 -30px #fdfdfd, 0 27px 40px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 50px 0 -30px #fdfdfd, 0 27px 40px 10px rgba(0, 0, 0, 0.15); }
  .process__step { margin-bottom: 20px; font-size: 18px; }
  .process__notice { width: 250px; font-size: 18px; } }

.request, .request-price { margin-top: 70px; }

.request__header, .request-price__header { margin-bottom: 35px; width: 700px; }

.request__info, .request-price__info { margin: 0 auto 35px; width: 600px; color: #acacac; font-family: "Roboto Regular", Arial, Helvetica, sans-serif; font-size: 30px; text-align: center; }

.request__input-phone, .request__input-name, .request-price__input-phone, .request-price__input-name { display: block; margin: 0 auto; padding-top: 48px; padding-left: 48px; padding-bottom: 50px; padding-right: 15px; width: 520px; height: 110px; border-radius: 3px; background-color: #f9f9fb; border: none; font-family: "Roboto Medium", Arial, Helvetica, sans-serif; font-size: 27px; -webkit-box-shadow: inset 0 0 0 2px #f6f6f8; box-shadow: inset 0 0 0 2px #f6f6f8; }

.request__input-phone, .request-price__input-phone { margin-bottom: 45px; }

.request__input-name, .request-price__input-name { margin-bottom: 37px; }

.request__input-phone::-webkit-input-placeholder, .request__input-name::-webkit-input-placeholder, .request-price__input-phone::-webkit-input-placeholder, .request-price__input-name::-webkit-input-placeholder { text-align: left; color: #000; opacity: 1; }

.request__input-phone::-moz-placeholder, .request__input-name::-moz-placeholder, .request-price__input-phone::-moz-placeholder, .request-price__input-name::-moz-placeholder { text-align: left; color: #000; opacity: 1; }

.request__input-phone:-ms-input-placeholder, .request__input-name:-ms-input-placeholder, .request-price__input-phone:-ms-input-placeholder, .request-price__input-name:-ms-input-placeholder { text-align: left; color: #000; opacity: 1; }

.request__input-phone::-ms-input-placeholder, .request__input-name::-ms-input-placeholder, .request-price__input-phone::-ms-input-placeholder, .request-price__input-name::-ms-input-placeholder { text-align: left; color: #000; opacity: 1; }

.request__input-phone::placeholder, .request__input-name::placeholder, .request-price__input-phone::placeholder, .request-price__input-name::placeholder { text-align: left; color: #000; opacity: 1; }

.request__input-phone:focus::-webkit-input-placeholder, .request__input-name:focus::-webkit-input-placeholder, .request-price__input-phone:focus::-webkit-input-placeholder, .request-price__input-name:focus::-webkit-input-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.request__input-phone:focus::-moz-placeholder, .request__input-name:focus::-moz-placeholder, .request-price__input-phone:focus::-moz-placeholder, .request-price__input-name:focus::-moz-placeholder { opacity: 0; -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.request__input-phone:focus:-ms-input-placeholder, .request__input-name:focus:-ms-input-placeholder, .request-price__input-phone:focus:-ms-input-placeholder, .request-price__input-name:focus:-ms-input-placeholder { opacity: 0; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.request__input-phone:focus::-ms-input-placeholder, .request__input-name:focus::-ms-input-placeholder, .request-price__input-phone:focus::-ms-input-placeholder, .request-price__input-name:focus::-ms-input-placeholder { opacity: 0; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.request__input-phone:focus::placeholder, .request__input-name:focus::placeholder, .request-price__input-phone:focus::placeholder, .request-price__input-name:focus::placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.request__submit-form, .request-price__submit-form { display: block; margin: 0 auto; }

.request__data-transfer, .request-price__data-transfer { margin: 45px auto 0px; width: 350px; font-family: "Roboto Medium", Arial, Helvetica, sans-serif; font-weight: 500; font-size: 20px; color: #000; text-align: center; }

.request-price { margin-top: 250px; }

@media (min-width: 768px) and (max-width: 1023.5px) { .request, .request-price { margin-top: 70px; }
  .request__header, .request-price__header { width: 100%; }
  .request__info, .request-price__info { font-size: 26px; }
  .request__input-phone, .request__input-name, .request-price__input-phone, .request-price__input-name { padding-top: 40px; padding-left: 40px; padding-bottom: 40px; padding-right: 15px; font-size: 26px; }
  .request__input-phone, .request-price__input-phone { margin-bottom: 45px; }
  .request__input-name, .request-price__input-name { margin-bottom: 37px; }
  .request-price { margin-top: 150px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .request, .request-price { margin-top: 30px; }
  .request__header, .request-price__header { width: 450px; }
  .request__info, .request-price__info { width: 350px; font-size: 18px; }
  .request__input-phone, .request__input-name, .request-price__input-phone, .request-price__input-name { padding-top: 0px; padding-left: 15px; padding-bottom: 0px; padding-right: 15px; width: 290px; height: 80px; font-size: 18px; }
  .request__input-phone, .request-price__input-phone { margin-bottom: 45px; }
  .request__input-name, .request-price__input-name { margin-bottom: 37px; }
  .request__data-transfer, .request-price__data-transfer { width: 290px; font-size: 16px; }
  .request-price { margin-top: 125px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .request, .request-price { margin-top: 30px; }
  .request__header, .request-price__header { width: 290px; }
  .request__info, .request-price__info { width: 290px; font-size: 18px; }
  .request__input-phone, .request__input-name, .request-price__input-phone, .request-price__input-name { padding-top: 0px; padding-left: 15px; padding-bottom: 0px; padding-right: 15px; width: 290px; height: 80px; font-size: 18px; }
  .request__input-phone, .request-price__input-phone { margin-bottom: 45px; }
  .request__input-name, .request-price__input-name { margin-bottom: 37px; }
  .request__data-transfer, .request-price__data-transfer { width: 290px; font-size: 16px; }
  .request-price { margin-top: 100px; } }

.typical { margin-top: 100px; margin-bottom: 200px; }

.typical__header { margin-bottom: 30px; }

.typical__slider { margin: 0 auto; padding-top: 75px; padding-left: 100px; padding-right: 55px; width: 1024px; height: 654px; -webkit-box-shadow: inset 0 0 0 22px #fff, inset 0 0 0 23px #e1e1e1, 0 25px 35px 7px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 22px #fff, inset 0 0 0 23px #e1e1e1, 0 25px 35px 7px rgba(0, 0, 0, 0.15); }

.typical__slider-text { font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 30px; line-height: 48px; letter-spacing: -0.3px; }

.typical .slick-prev, .typical .slick-next { position: absolute; padding: 0; top: 700px; width: 75px; height: 75px; color: transparent; background-image: url("../img/next-gray.svg"); background-color: transparent; background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat; border: none; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; overflow: hidden; z-index: 5; }

.typical .slick-prev { left: 0px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.typical .slick-next { right: 0px; }

.typical .slick-prev:hover { -webkit-transform: scale(-1.1, 1.1); -ms-transform: scale(-1.1, 1.1); transform: scale(-1.1, 1.1); cursor: pointer; }

.typical .slick-next:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); cursor: pointer; }

.typical .slick-prev:active, .typical .slick-next:active { opacity: 0.7; }

.typical .slider-dots { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; position: absolute; bottom: -83px; left: 452px; margin: 0; padding: 0; width: 120px; list-style: none; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }

.typical .slider-dots button { padding: 0; width: 23px; height: 23px; background-color: #ebebeb; border: none; border-radius: 11.5px; color: transparent; overflow: hidden; }

.typical .slider-dots button:hover { cursor: pointer; }

.typical .slick-active button { background-color: #c2c2c2; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .typical__slider { padding-top: 55px; padding-left: 70px; padding-right: 45px; width: 960px; }
  .typical .slider-dots { left: 420px; } }

@media (min-width: 768px) and (max-width: 1023.5px) { .typical__header { margin-bottom: 30px; }
  .typical__slider { width: 100%; min-height: 750px; }
  .typical__slider-text { font-size: 28px; line-height: 42px; letter-spacing: -0.26px; }
  .typical .slick-prev, .typical .slick-next { top: 800px; }
  .typical .slider-dots { bottom: -87px; left: 309px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .typical { margin-top: 75px; margin-bottom: 150px; }
  .typical__header { margin-bottom: 30px; }
  .typical__slider { margin: 0 auto; padding: 25px; width: 450px; height: auto; -webkit-box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #e1e1e1, 0 10px 25px 3px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #e1e1e1, 0 10px 25px 3px rgba(0, 0, 0, 0.15); }
  .typical__slider-text { width: 400px; font-size: 16px; line-height: 22px; letter-spacing: -0.16px; }
  .typical .slick-prev, .typical .slick-next { top: 385px; width: 40px; height: 40px; }
  .typical .slider-dots { bottom: -54px; left: 175px; width: 100px; }
  .typical .slider-dots button { width: 18px; height: 18px; border-radius: 9px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .typical { margin-top: 75px; margin-bottom: 150px; }
  .typical__header { margin-bottom: 30px; }
  .typical__slider { margin: 0 auto; padding: 25px; width: 290px; height: auto; -webkit-box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #e1e1e1, 0 10px 25px 3px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 13px #e1e1e1, 0 10px 25px 3px rgba(0, 0, 0, 0.15); }
  .typical__slider-text { width: 240px; font-size: 16px; line-height: 22px; letter-spacing: -0.16px; }
  .typical .slick-prev, .typical .slick-next { top: 515px; width: 40px; height: 40px; }
  .typical .slider-dots { bottom: -54px; left: 95px; width: 100px; }
  .typical .slider-dots button { width: 18px; height: 18px; border-radius: 9px; } }

.special { position: relative; min-height: 700px; color: #fff; }

.special__background { position: absolute; top: 0; left: 50%; width: 1620px; height: 640px; background-color: #e21226; border-radius: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.special__header { margin-top: 70px; }

.special__slider { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 60px auto 0; width: 1000px; height: 300px; }

.special__text { position: relative; font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 36px; line-height: 48px; letter-spacing: -0.36px; text-align: center; }

.special__text--samsung { margin-top: 0; margin-bottom: 100px; }

.special__text--samsung::after { content: ''; position: absolute; bottom: -100px; left: 50%; width: 364px; height: 54px; background-repeat: no-repeat; background-image: url("../img/samsung-logo-white.png"); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.special__text--lg { margin-top: 0px; margin-bottom: 100px; }

.special__text--lg::after { content: ''; position: absolute; bottom: -100px; left: 50%; width: 178px; height: 78px; background-repeat: no-repeat; background-size: contain; background-image: url("../img/logo-lg-white.png"); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.special .slick-prev, .special .slick-next { position: absolute; padding: 0; top: 112.5px; width: 75px; height: 75px; color: transparent; background-image: url("../img/next.svg"); background-color: transparent; background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat; border: none; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; overflow: hidden; z-index: 5; }

.special .slick-prev { left: -100px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.special .slick-next { right: -100px; }

.special .slick-prev:hover { -webkit-transform: scale(-1.1, 1.1); -ms-transform: scale(-1.1, 1.1); transform: scale(-1.1, 1.1); cursor: pointer; }

.special .slick-next:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); cursor: pointer; }

.special .slick-prev:active, .special .slick-next:active { opacity: 0.7; }

.special .slider-dots { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; position: absolute; bottom: -50px; left: 440px; margin: 0; padding: 0; width: 120px; list-style: none; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); }

.special .slider-dots button { padding: 0; width: 23px; height: 23px; background-color: #f24a5a; border: none; border-radius: 11.5px; color: transparent; overflow: hidden; }

.special .slider-dots button:hover { cursor: pointer; }

.special .slick-active button { background-color: #fff; }

@media (min-width: 1024px) and (max-width: 1199.5px) { .special { position: relative; min-height: 700px; color: #fff; }
  .special__background { position: absolute; top: 0; left: 50%; width: 1620px; height: 640px; background-color: #e21226; border-radius: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .special__header { margin-top: 70px; }
  .special__slider { width: 960px; }
  .special__text { width: 960px; }
  .special .slick-prev, .special .slick-next { position: absolute; padding: 0; top: 312px; width: 75px; height: 75px; color: transparent; background-image: url("../img/next.svg"); background-color: transparent; background-size: 100% 100%; background-position: 50% 50%; background-repeat: no-repeat; border: none; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; overflow: hidden; z-index: 5; }
  .special .slick-prev { left: 100px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
  .special .slick-next { right: 100px; }
  .special .slider-dots { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; position: absolute; bottom: -50px; left: 420px; margin: 0; padding: 0; width: 120px; list-style: none; -webkit-transform: translateY(50%); -ms-transform: translateY(50%); transform: translateY(50%); } }

@media (min-width: 768px) and (max-width: 1023.5px) { .special__slider { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 60px auto 0; width: 708px; height: 300px; }
  .special__text { font-size: 30px; line-height: 42px; letter-spacing: -0.3px; }
  .special .slick-prev, .special .slick-next { top: 312px; }
  .special .slick-prev { left: 0px; }
  .special .slick-next { right: 0px; }
  .special .slider-dots { left: 309px; } }

@media (min-width: 480px) and (max-width: 767.5px) { .special { position: relative; min-height: 600px; }
  .special__background { width: 1392px; height: auto; min-height: 550px; }
  .special__header { margin-top: 40px; }
  .special__slider { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 40px auto 0; width: 450px; height: auto; min-height: 300px; }
  .special__text { width: 450px; font-size: 20px; line-height: 26px; letter-spacing: -0.21px; }
  .special__text--samsung { margin-top: 0; margin-bottom: 100px; }
  .special__text--samsung::after { bottom: -100px; left: 50%; width: 290px; height: 43px; background-size: contain; }
  .special .slick-prev, .special .slick-next { top: 300px; width: 40px; height: 40px; }
  .special .slick-prev { left: 0px; }
  .special .slick-next { right: 0px; }
  .special .slider-dots { bottom: -20px; left: 175px; width: 100px; }
  .special .slider-dots button { width: 18px; height: 18px; border-radius: 9px; } }

@media (min-width: 320px) and (max-width: 479.5px) { .special { position: relative; min-height: 600px; }
  .special__background { width: 1392px; height: auto; min-height: 550px; }
  .special__header { margin-top: 40px; }
  .special__slider { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 40px auto 0; width: 290px; height: auto; min-height: 300px; }
  .special__text { width: 290px; font-size: 20px; line-height: 26px; letter-spacing: -0.21px; }
  .special__text--samsung::after { bottom: -100px; left: 50%; width: 290px; height: 43px; background-size: contain; }
  .special .slick-prev, .special .slick-next { top: 300px; width: 40px; height: 40px; }
  .special .slick-prev { left: 0px; }
  .special .slick-next { right: 0px; }
  .special .slider-dots { bottom: -20px; left: 95px; width: 100px; }
  .special .slider-dots button { width: 18px; height: 18px; border-radius: 9px; } }

.maps { margin-top: 70px; }

.maps__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.maps__left, .maps__right { width: 50%; }

.maps__header { margin: 0px auto 20px; width: 250px; font-size: 30px; text-align: center; }

.maps__frame { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.maps__frame::after { content: ''; position: absolute; top: 0; width: 5px; height: 100%; background-color: #e21226; }

.maps__left .maps__frame::after { right: -1px; }

.maps__right .maps__frame::after { left: -1px; }

.maps__minsk, .maps__mogilev { width: 95%; }

@media (min-width: 768px) and (max-width: 1023.5px) { .maps { margin-top: 80px; }
  .maps__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .maps__left, .maps__right { width: 100%; }
  .maps__left { margin-bottom: 50px; }
  .maps__frame::after { width: 0; height: 0; }
  .maps__minsk, .maps__mogilev { width: 95%; } }

@media (min-width: 480px) and (max-width: 767.5px) { .maps { margin-top: 60px; }
  .maps__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .maps__left, .maps__right { width: 100%; }
  .maps__left { margin-bottom: 50px; }
  .maps__frame::after { width: 0; height: 0; }
  .maps__minsk, .maps__mogilev { width: 95%; } }

@media (min-width: 320px) and (max-width: 479.5px) { .maps { margin-top: 80px; }
  .maps__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .maps__left, .maps__right { width: 100%; }
  .maps__left { margin-bottom: 50px; }
  .maps__frame::after { width: 0; height: 0; }
  .maps__minsk, .maps__mogilev { width: 95%; } }

.main-footer { padding: 20px 0; color: rgba(220, 220, 222, 0.4); background-color: #0f0f0f; }

.main-footer__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.main-footer__logo { margin: 0 auto; width: 324px; height: 53px; background-repeat: no-repeat; background-image: url("../img/logo-footer.png"); }

.main-footer__inscription { font-size: 20px; color: #fff; }

.main-footer__text .main-footer__phone { text-align: left; }

.main-footer__mail, .main-footer__phone { display: block; margin-bottom: 5px; color: rgba(220, 220, 222, 0.4); text-decoration: none; text-align: right; }

.main-footer__mail:hover, .main-footer__phone:hover { color: rgba(220, 220, 222, 0.7); cursor: pointer; }

.main-footer__mail:active, .main-footer__phone:active { opacity: 0.7; }

@media (min-width: 768px) and (max-width: 1023.5px) { .main-footer { min-height: 350px; }
  .main-footer__wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .main-footer__logo-block { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  .main-footer__info-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
  .main-footer__info-block .open-policy { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-top: 0; margin-bottom: 40px; text-align: center; }
  .main-footer__contacts { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  .main-footer__mail, .main-footer__phone { display: block; margin-bottom: 5px; color: rgba(220, 220, 222, 0.4); text-decoration: none; text-align: right; }
  .main-footer__mail:hover, .main-footer__phone:hover { color: rgba(220, 220, 222, 0.7); cursor: pointer; }
  .main-footer__mail:active, .main-footer__phone:active { opacity: 0.7; } }

@media (min-width: 480px) and (max-width: 767.5px) { .main-footer { min-height: 350px; }
  .main-footer__wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .main-footer__info-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
  .main-footer__info-block .open-policy { -webkit-flex-basis: 240px; -ms-flex-preferred-size: 240px; flex-basis: 240px; margin-top: 0; margin-bottom: 40px; text-align: center; }
  .main-footer__text { margin-top: 0; }
  .main-footer__mail, .main-footer__phone { display: block; margin-bottom: 5px; color: rgba(220, 220, 222, 0.4); text-decoration: none; text-align: center; }
  .main-footer__mail:hover, .main-footer__phone:hover { color: rgba(220, 220, 222, 0.7); cursor: pointer; }
  .main-footer__mail:active, .main-footer__phone:active { opacity: 0.7; } }

@media (min-width: 320px) and (max-width: 479.5px) { .main-footer { padding: 30px 0 20px; text-align: center; }
  .main-footer__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .main-footer__logo { width: 290px; height: 48px; background-size: contain; }
  .main-footer__inscription { font-size: 16px; }
  .main-footer__info-block { width: 100%; }
  .main-footer__text .main-footer__phone { text-align: center; }
  .main-footer__mail, .main-footer__phone { text-align: center; }
  .main-footer__phone { margin-bottom: 0; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeInBefore { opacity: 0; }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBefore { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBefore { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBefore { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
