/*
Theme name: Mr.Black
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@font-face {
  font-family: 'MagistralC';
  src: url('fonts/MagistralC/MagistralC.eot');
  src: local('☺'), url('fonts/MagistralC/MagistralC.woff') format('woff'), 
    url('fonts/MagistralC/MagistralC.ttf') format('truetype'), 
    url('fonts/MagistralC/MagistralC.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MagistralC';
  src: url('fonts/MagistralC-Bold/MagistralC-Bold.eot');
  src: local('☺'), url('fonts/MagistralC-Bold/MagistralC-Bold.woff') format('woff'), 
    url('fonts/MagistralC-Bold/MagistralC-Bold.ttf') format('truetype'), 
    url('fonts/MagistralC-Bold/MagistralC-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}


.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}

:root {
  --d: #2d2d2d;
  --b: #589ce8;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  height: 100vh;
  position: relative;
  background-color: #f3f3f0;
	font: 14px/1.4 'MagistralC', Arial, sans-serif;
}
.m_box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.m_inb {
	width: 100%;
  min-width: 320px;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}
.m_inb:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

input, textarea {
  font-family: 'MagistralC', Arial, sans-serif;
}

a {
  color: var(--b);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.undline {
  position: relative;
}
.undline::before, .undline::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all .2s ease-in;
}
.undline-white::before, .undline-white::after {
  background-color: #fff;
}
.undline-blue::before, .undline-blue::after {
  background-color: var(--b);
}
.undline-black::before, .undline-black::after {
  background-color: #000;
}
.undline::before {
  left: 0;
}
.undline::after {
  right: 0;
}
.undline:hover::before, .undline:hover::after, .undline-full::before, .undline-full::after {
  width: 50%;
}
.undline-full:hover::before, .undline-full:hover::after {
  width: 0;
}


/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: auto;
  background-color: var(--d);
}
.main .header {
  background-color: transparent;
}
.header .m_inb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.h_logo {
  display: block;
  width: 48px;
  height: 36px;
  background: url('i/bg-logo.svg') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: -2px;
}
.h_nav {
  margin-right: auto;
  padding-top: 7px;
}
.h_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
.h_nav ul li {
  margin: 0 24px;
}
.h_nav ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

.h_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 2px;
}
.h_tel {
  display: block;
  padding-top: 4px;
  margin-right: 30px;
  position: relative;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s ease-in;
}
.h_soc {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 8px;
}
.h_vk {background-image: url('i/bg-vk.svg');}
.h_in {background-image: url('i/bg-in.svg');}






.main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 20;
}
.main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('i/bg.jpg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.main_logo {
  display: block;
  width: 220px;
  margin: 0 auto 40px;
}
.main_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main_head {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  font-size: 130px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.main_head span {
  display: block;
  padding-left: 32px;
  letter-spacing: 21px;
}

.main_btn {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 56px;
  line-height: 82px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease;
}
.main_btn:hover {
  background-color: #000;
}



/* Middle ----------------------------------------------------------------------------- */
.c_top {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 20px solid #fff;
}
.c_top-logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto 20px;
}
.c_top-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c_top h1 {
  margin-bottom: 20px;
  color: #000;
  font-size: 85px;
  font-weight: normal;
  line-height: 1.05;
  text-align: center;
}
.c_top h1 span {
  display: block;
}
.c_top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.c_top-link {
  display: block;
  color: var(--b);
  font-size: 27px;
  line-height: 1.02;
  text-decoration: none;
}
.c_top-desc {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  color: #000;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}
.c_top-desc span {
  color: var(--b);
  font-size: 62px;
}
.c_top-preim {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}
.c_top-preim__item {
  font-size: 30px;
  line-height: 1.05;
  text-align: center;
}
.c_top-preim__item:first-child {
	margin-left: 40px;
}
.c_top-preim__number {
  display: block;
  font-size: 62px;
}


.c_why {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-size: 60px;
  text-align: center;
}


.c_step {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 30px solid #fff;
}

.c_number {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #e3e3e1;
  color: #6b6b6a;
  font-size: 150px;
  line-height: 220px;
  text-align: center;
}
.c_head {
  margin-bottom: 32px;
  padding-right: 280px;
  color: #000;
  font-size: 60px;
  line-height: 1.1;
}
.c_subhead {
  margin-top: -40px;
  margin-bottom: 60px;
  padding-right: 300px;
  color: #000;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}

.c_step-one .c_txt {
  padding-right: 240px;
}

.c_txt {
  overflow: hidden;
  font-size: 20px;
}
.c_txt p {
  margin-bottom: 24px;
}
.c_txt h2, .c_txt h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.1;
}
.c_txt h3 {
  font-size: 35px;
}
.c_txt table {
  width: 100%;
  border-collapse: collapse;
}
.c_txt table tr td {
  border: 1px solid #373737;
  padding: 10px;
}
.c_txt ul, .c_txt ol {
  margin: 0 0 25px 20px;
}
.c_txt li {
  margin-bottom: 7px;
}

.c_step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 30px;
}
.c_step-item {
  width: 23%;
  margin-bottom: 20px;
  font-size: 20px;
}
.c_step-item__title {
  font-size: 24px;
  font-weight: bold;
}
.c_step-graf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 40px;
  transform: translateX(-100px);
}
.c_step-graf__money {
  width: 20%;
  padding-bottom: 25px;
}
.c_step-graf__price {
  margin-bottom: 65px;
  color: #6e6e6e;
  font-size: 21px;
  line-height: 1.1;
  text-align: right;
}
.c_step-graf__line {
  width: 8%;
}
.c_step-graf__box {
  width: 100%;
  height: calc(100% - 30px);
  background-color: #d5d5d4;
  position: relative;
}
.c_step-graf__box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #96dc6c;
}
.c_step-graf__jan::before {
  height: 25%;
  background-color: #dc6d6c;
}
.c_step-graf__feb::before {
  height: 40%;
  background-color: #dc8c6c;
}
.c_step-graf__mar::before {
  height: 60%;
  background-color: #dca86c;
}
.c_step-graf__apr::before {
  height: 75%;
  background-color: #dcc86c;
}
.c_step-graf__may::before {
  height: 90%;
  background-color: #b8dc6c;
}
.c_step-graf__month {
  height: 30px;
  margin-top: 10px;
  color: #6e6e6e;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.c_dohod-btn {
  padding-top: 30px;
  text-align: center;
}
.c_dohod-btn a {
  display: inline-block;
  vertical-align: top;
  padding: 20px 30px;
  background-color: #000;
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}
.c_dohod-btn a::before {
  content: '';
  position: absolute;
  top: -30px;
  right: 10px;
  width: 30px;
  height: 60px;
  background: url('i/bg-dohod-btn.svg') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-decoration: none;
}
.c_dohod-btn a:hover {
  background-color: var(--d);
}

.c_step-two .c_number {
  top: 30px;
  right: calc(100% - 105px);
  width: 580px;
  height: 540px;
  padding-right: 15px;
  color: #aaaaa8;
  font-size: 140px;
  line-height: 560px;
  text-align: right;
}
.c_step-two .c_txt {
  padding-bottom: 20px;
  padding-left: 140px;
}

.c_video-btn {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  padding-left: 62px;
  position: relative;
  line-height: 50px;
  text-decoration: none;
}
.c_video-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--b);
  background-image: url('i/bg-play.svg');
  background-position: calc(100% - 9px) center;
  background-repeat: no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.c_video-btn::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 0;
  width: calc(100% - 62px);
  height: 1px;
  background: var(--b);
  transition: all .1s ease;
}
.c_video-btn:hover::after {
  width: 0;
}


.c_step-tree {
  background-color: #000;
  position: relative;
  color: #fff;
}
.c_step-tree::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 550px;
  background: url('i/bg-brend.svg') right bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.c_step-tree .c_number {
  background-color: #fff;
  color: #000;
}
.c_step-tree .c_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
}
.c_head-info {
  margin-top: 12px;
  margin-right: 50px;
  background-color: var(--b);
  padding: 10px 20px;
  font-size: 20px;
}
.c_head-info i {
  font-weight: bold;
  font-style: normal;
}
.c_brend-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 120px;
}
.c_brend-list {
  width: 100%;
  max-width: 550px;
}
.c_brend-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 80px;
  padding-left: 110px;
  margin-bottom: 60px;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  font-size: 24px;
  line-height: 1.1;
}
.c_brend-item__klien {background-image: url('i/icon-klien.svg');}
.c_brend-item__base {background-image: url('i/icon-base.svg');}
.c_brend-item__loyl {background-image: url('i/icon-loyl.svg');}

.c_brend-item__prod {background-image: url('i/icon-prod.svg');}
.c_brend-item__unik {background-image: url('i/icon-unik.svg');}
.c_brend-item__help {background-image: url('i/icon-help.svg');}

.c_brend-fakt {
  width: 100%;
  max-width: 550px;
  margin-right: 50px;
  padding-top: 5px;
}
.c_brend-part {
  margin-bottom: 20px;
  font-size: 24px;
}
.c_brend-more {
	display: inline-block;
	vertical-align: top;
  background-color: var(--b);
  padding: 12px 20px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
}
.c_brend-more:hover {
	background-color: #205a9b;
}

.c_gallery {
  overflow: hidden;
}
.c_gallery a {
  float: left;
  display: block;
  width: 45.3%;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.c_gallery a img {
  display: block;
  width: 100%;
  height: auto;
}



.slick-arrow {
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  border: none;
  outline: none;
  font-size: 0;
  transition: all .2s ease-in;
  z-index: 40;
  cursor: pointer;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  top: calc(50% - 18px);
  left: 17px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.slick-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: 29px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: none;
  transform: rotate(45deg);
}
.slick-prev {
  left: 0;
}
.slick-prev::after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.slick-next {
  right: 0;
}
.slick-next::after {
  left: 25px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}

.slick-arrow:hover {
  background-color: rgba(0, 0, 0, .8);
}

.c_step-four {
  overflow: hidden;
}
.c_key-info {
  width: 100%;
  max-width: 550px;
  margin-bottom: 80px;
  font-size: 27px;
  line-height: 1.1;
}
.c_key-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}
.c_key-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 32%;
  min-height: 80px;
  padding-left: 110px;
  margin-bottom: 60px;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  font-size: 24px;
  line-height: 1.1;
}

.c_key-item__tehn {background-image: url('i/icon-tehn.svg');}
.c_key-item__help {background-image: url('i/icon-help-key.svg');}
.c_key-item__sotr {background-image: url('i/icon-sotr.svg');}

.c_key-item__desg {background-image: url('i/icon-desg.svg');}
.c_key-item__metd {background-image: url('i/icon-metd.svg');}
.c_key-item__tsen {background-image: url('i/icon-tsen.svg');}

.c_key-item__indv {background-image: url('i/icon-indv.svg');}

.c_key-desc {
  width: 53%;
  padding: 20px 50px;
  margin-top: -15px;
  position: relative;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
}
.c_key-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: var(--b);
  z-index: -1;
}
.c_key-desc::after {
  content: '';
  position: absolute;
  top: -90px;
  left: -90px;
  width: 0;
  height: 0;
  border: 90px solid transparent;
  border-bottom: 144px solid var(--b);
  background-color: transparent;
  z-index: -1;
}

.c_key-work {
  margin: 30px 0;
  font-size: 30px;
  text-align: center;
}
.c_key-applic {
  text-align: center;
}
.c_key-applic a {
  display: inline-block;
  vertical-align: top;
  padding: 18px 27px;
  border-radius: 10px;
  background-color: var(--b);
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}
.c_key-applic a:hover {
  background-color: #000;
}

.c_step-five .c_txt p:first-child {
  padding-right: 400px;
}



.c_letsgo {
  position: relative;
  padding-bottom: 200px;
  border-bottom: 30px solid #fff;
}
.c_letsgo::before, .c_letsgo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.c_letsgo::before {
  width: 100%;
  height: 80px;
}
.c_letsgo::after {
  width: 15%;
  height: 100%;
}
.c_letsgo .m_inb {
  z-index: 20;
}
.c_letsgo-head {
  position: relative;
  padding-top: 30px;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
}
.c_letsgo-head span {
  display: block;
}
.c_letsgo-head::before, .c_letsgo-head::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.c_letsgo-head::before {
  left: -10%;
  width: 48%;
  height: 800px;
  background-color: #000;
}
.c_letsgo-head::after {
  left: calc(38% - 600px);
  width: 0;
  height: 0;
  border: 600px solid transparent;
  border-top: 800px solid #000;
}

.c_letsgo-box {
  width: 51%;
  margin-left: 48%;
  padding: 35px;
  background-color: #fff;
  border-radius: 4px;
}
.c_letsgo-box__title {
  width: 100%;
  max-width: 340px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.1;
}
.c_letsgo-label {
  margin-bottom: 30px;
}
.c_letsgo-label input {
  width: 100%;
  height: 60px;
  background-color: #eae4e4;
  padding-left: 30px;
  border-radius: 10px;
  border: 2px solid #eae4e4;
  outline: none;
  font-size: 21px;
}
.c_letsgo-label input[type="submit"] {
  height: 70px;
  padding-left: 0;
  background-color: #000;
  border: none;
  color: #fff;
  -webkit-appearance:none;
  cursor: pointer;
}
.c_letsgo-label input[type="submit"]:hover {
  background-color: var(--b);
}
.c_letsgo-confirm input {
  display: none;
}
.c_letsgo-confirm span {
  display: block;
  padding-left: 48px;
  position: relative;
  font-size: 20px;
  line-height: 1.1;
}
.c_letsgo-confirm span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #000;
}
.c_letsgo-confirm span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 26px;
  height: 26px;
  background-color: var(--b);
  border-radius: 5px;
  opacity: 0;
  transition: all .2s ease;
}
.c_letsgo-confirm input:checked + span::after {
  opacity: 1;
}



/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 50px;
  padding-bottom: 65px;
}
.footer .m_inb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.f_logo {
  display: block;
  width: 270px;
  height: 70px;
  margin-bottom: 30px;
  position: relative;
  background: url('i/bg-logo-dark.svg') left center no-repeat;
  -webkit-background-size: 70px 70px;
  background-size: 70px 70px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}
.f_logo span {
  display: block;
  margin-right: -6px;
  letter-spacing: 6px;
}
.f_sweet {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.1;
  text-align: right;
}
.f_blackshop {
  width: 170px;
  height: 25px;
  background-image: url('i/bg-blackshop.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: auto;
}

.f_cont {
  text-align: right;
}
.f_tel {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 25px;
  line-height: 1.1;
  text-align: right;
  text-decoration: none;
}
.f_callme {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
}
.f_soc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.f_soc-item {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 8px 8px;
  border-radius: 6px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.f_soc-item__in {background-image: url('i/bg-soc-in.svg');}
.f_soc-item__tw {background-image: url('i/bg-soc-tw.svg');}
.f_soc-item__vk {background-image: url('i/bg-soc-vk.svg');}

.f_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.f_nav ul {
  list-style: none;
}
.f_nav ul li {
  margin-left: 10px;
}
.f_nav ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.f_adres {
  margin-top: 15px;
  font-size: 20px;
}

.f_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  z-index: 1200;
}
.f_bottom .m_inb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.f_bottom .f_tel {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}
.f_bottom .f_soc {
  padding-bottom: 0;
  margin-right: auto;
}
.f_bottom .f_soc-item {
  width: 27px;
  height: 27px;
  margin-bottom: 0;
  border-radius: 5px;
}
.f_bottom .f_adres {
  margin-top: 4px;
  font-size: 18px;
}



/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999
}
.popup {
  display: none;
  position: relative;
  width: 96%;
  max-width: 500px;
  padding: 20px;
  background-color: transparent;
  text-align: center;
  z-index: 9999;
}
.popup-thy {
  background-color: #fff;
  color: #000;
}
.popup-close {
  width: 24px;
  position: absolute;
  top: -5px;
  right: 0;
  opacity: .7;
  color: #FFF;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.popup-close:hover {
  opacity: 1;
}
.popup-thy .popup-close {
  color: #000;
}
.popup-head {
  margin-bottom: 20px;
  font-size: 32px;
}
.popup-box {
  font-size: 18px;
}


/* Форма */
.popup_label input {
	width: 100%;
	height: 54px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 50px;
  background-color: #eae4e4;
	border: 1px solid #eae4e4;
  outline: none;
  color: #000;
	font-size: 24px;
}
.c_form-title {
  display: none;
}
.popup_label input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}
.popup_label input.valid {
  border: 1px solid #339e36 !important;
}
.form-input:focus {
  color: #000;
}
.form-input::-webkit-input-placeholder {
  color: #000;
}
.form-input::-moz-placeholder {
  color: #000;
}
.form-input:-moz-placeholder {
  color: #000;
}
.form-input:-ms-input-placeholder {
  color: #000;
}
.popup_label {
  position: relative;
  margin-bottom: 30px;
}
.popup_label input[type="submit"] {
	height: 60px;
	padding-left: 0;
	background-color: #000;
	border: none;
	color: #fff;
	font-size: 25px;
	line-height: 44px;
  -webkit-appearance:none;
	cursor: pointer;
}
.popup_label input[type="submit"]:hover {
  background-color: var(--b);
}

input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}
label.error {
  position: absolute;
  top: -16px;
  left: 0;
  font: 400 14px/24px 'arial', sans-serif;
  height: 26px;
  padding: 0 10px;
  background: #f3cb1c;
  box-shadow: 0 1px 2px #8b7308;
  color: #000;
}
label.error:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f3cb1c;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1500px) {

  .main_logo {width: 220px;}
  .main_head {max-width: 740px;font-size: 140px;}
  .main_btn {max-width: 480px;height: 78px;font-size: 50px;line-height: 82px;}

  .c_number {right: 20px;width: 180px;height: 180px;font-size: 120px;line-height: 210px;}

  .c_top h1 {font-size: 75px;}
  .c_top-desc {max-width: 600px;margin: 30px auto;font-size: 30px;}
    
  .c_step-tree::before {width: 630px;height: 580px;}

}



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

  .main_logo {width: 200px;}
  .main_head {max-width: 650px;font-size: 125px;}
  .main_btn {height: 70px;font-size: 48px;line-height: 74px;}

  .c_head {font-size: 58px;}

  .c_brend-list {max-width: 470px;}

  .c_step-tree::before {width: 630px;height: 580px;}
  .c_brend-list {max-width: 450px;}
  .c_brend-item {padding-left: 120px;margin-bottom: 50px;font-size: 25px;}
  .c_brend-fakt {max-width: 450px;margin-right: 50px;}

  .c_key-item {padding-left: 95px;}

  .c_letsgo-confirm span {padding-left: 50px;font-size: 20px;}
  .c_letsgo-confirm span::before {width: 40px;height: 40px;}
  .c_letsgo-confirm span::after {top: 5px;left: 5px;width: 30px;height: 30px;}

}



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

  .main_logo {width: 180px;margin-bottom: 50px;}
  .main_head {max-width: 550px;font-size: 110px;}
  .main_btn {height: 60px;font-size: 44px;line-height: 64px;}

  .c_head {padding-right: 180px;}
  .c_subhead {margin-bottom: 50px;}
  .c_head-info {margin-top: 15px;}

  .c_why {font-size: 50px;}

  .c_step-graf {transform: translateX(-60px);}
  
  .c_number {width: 170px;height: 170px;font-size: 120px;line-height: 180px;}
  .c_step-two .c_number {top: 60px;right: calc(100% - 100px);width: 520px;height: 480px;padding-right: 15px;font-size: 120px;line-height: 500px;}

  .c_brend-fakt {max-width: 390px;}

  .c_step-tree::before {width: 550px;height: 510px;}
  .c_brend-item {margin-bottom: 35px;}

  .c_letsgo-box {width: 55%;margin-left: 45%;}

}



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

  .main_logo {width: 170px;margin-bottom: 40px;}
  .main_head {max-width: 500px;font-size: 100px;}
  .main_head span {padding-left: 20px;letter-spacing: 15px;}
  .main_btn {height: 60px;font-size: 42px;line-height: 64px;}

  .h_nav ul li {margin: 0px 20px;}
  .h_tel {margin-right: 20px;}

  .c_top h1 {margin-bottom: 20px;font-size: 80px;}

  .c_step-item {width: 46%;}
  
  .c_step-tree::before {width: 480px;height: 450px;}
  .c_brend-box {padding-top: 40px;}
  .c_brend-list {max-width: 400px;}
  .c_brend-item {margin-bottom: 30px;font-size: 23px;}
  .c_brend-fakt {padding-top: 80px;margin-right: 0;}

  .c_key-item {width: 48%;margin-bottom: 40px;}
  .c_key-desc {width: 48%;padding: 28px 40px;font-size: 34px;line-height: 1.3;}
  .c_key-desc::after {top: -70px;left: -70px;border: 70px solid transparent;border-bottom: 144px solid var(--b);}

  .c_step-five .c_txt p:first-child {padding-right: 250px;}
  
  .c_letsgo {padding-bottom: 100px;}
  .c_letsgo-head::before {width: 48%;height: 600px;}
  .c_letsgo-head::after {left: calc(38% - 400px);border: 400px solid transparent;border-top: 600px solid #000;}
  .c_letsgo-box {width: 60%;margin-left: 40%;padding: 30px;}
  .c_letsgo-box__title {margin-bottom: 30px;}
  .c_letsgo-label {margin-bottom: 25px;}
  .c_letsgo-label input {height: 70px;}
  .c_letsgo-confirm span {font-size: 18px;}

  .f_blackshop {width: 200px;height: 32px;}
  .f_soc {padding-bottom: 10px;}
  .f_adres {margin-top: 10px;font-size: 20px;}

}



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

  .main_logo {width: 150px;margin-bottom: 30px;}
  .main_btn {max-width: 320px;height: 44px;font-size: 36px;line-height: 40px;}

  .h_tel {margin-right: 20px;}
  .h_soc {margin: 0 5px;}

  .c_why {font-size: 60px;}

  .c_head {font-size: 55px;}

  .c_step-graf {transform: translateX(0);}

  .c_step-tree::before {width: 380px;height: 350px;}
  .c_brend-fakt {max-width: 300px;}
  .c_brend-part {font-size: 22px;}
  .c_brend-more {font-size: 18px;}

  .c_key-info {max-width: 530px;margin-bottom: 50px;font-size: 28px;}
  .c_key-item {font-size: 21px;}
  .c_key-desc {padding: 30px;font-size: 30px;line-height: 1.4;}
  .c_key-work {margin: 30px 0 20px;font-size: 28px;}
  .c_key-applic a {padding: 15px 20px;font-size: 24px;}

}



@media screen and (max-width:800px) {
  
  .main .header {padding-top: 5px;padding-bottom: 5px;}
  .main_logo {width: 140px;}
  .main_btn {max-width: 300px;height: 40px;font-size: 30px;line-height: 42px;}

  .h_nav ul li {margin: 0px 10px;}
  .h_tel {margin-right: 10px;}
  
  .c_top {padding-top: 40px;}
  .c_top-logo {width: 180px;}
  .c_top h1 {font-size: 70px;}
  .c_top-preim__item:first-child {margin-left: 0;}
  .c_top-preim__number {font-size: 60px;}

  .c_head {font-size: 52px;}

  .c_txt {font-size: 19px;}

  .c_number {width: 120px;height: 120px;font-size: 80px;line-height: 130px;}
  .c_step-two .c_number {top: 20px;width: 700px;height: 700px;padding-right: 10px;font-size: 140px;line-height: 700px;}

  .c_step-one .c_txt {padding-right: 130px;}

  .c_dohod-btn a {font-size: 28px;}

  .c_brend-fakt {margin-left: 30px;}

  .c_step-graf__money {width: 15%;padding-bottom: 5px;}
  .c_step-graf__price, .c_step-graf__month {font-size: 20px;line-height: 1.2;}
  .c_step-graf__line {width: 12%;}


  .c_key-list {padding-bottom: 0;}
  .c_key-desc {width: 100%;background-color: var(--b);text-align: center;}
  .c_key-desc::before, .c_key-desc::after {display: none;}

  .c_letsgo::after {display: none;}
  .c_letsgo-head {padding-bottom: 30px;}
  .c_letsgo-box {width: 70%;margin-left: 30%;}
  .c_letsgo-label input[type="submit"] {height: 80px;}
   
  .f_bottom {padding-top: 10px;}
  .f_bottom .m_inb {justify-content: center;}
  .f_bottom .f_soc {margin-right: 0;}
  .f_bottom .f_adres {display: none;}

}



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

  .m_inb {padding-left: 15px;padding-right: 15px;}
  
  .h_nav ul li {margin: 0px 8px;}
  .h_nav ul li a {font-size: 20px;}
  .h_soc {width: 32px;height: 32px;}

  .c_top-logo {width: 150px;}
  .c_top h1 {font-size: 60px;}
  .c_top-desc {max-width: 500px;font-size: 25px;}

  .c_head {padding-right: 120px;font-size: 50px;}
  .c_subhead {margin-bottom: 30px;font-size: 45px;}

  .c_step-two .c_txt {padding-left: 120px;}

  .c_step-graf__money {width: 16%;}
  .c_step-graf__price, .c_step-graf__month {font-size: 18px;}
  .c_step-graf__line {width: 11%;}

  .c_dohod-btn a {font-size: 27px;}

  .c_step-tree::before {width: 250px;height: 230px;}

  .c_key-work {font-size: 30px;}

  .c_step-five .c_txt p:first-child {padding-right: 150px;}

  .c_letsgo-head {background-color: #000;padding: 10px 20px;margin-bottom: 20px;font-size: 45px;text-align: center;}
  .c_letsgo-head::before, .c_letsgo-head::after {display: none;}
  .c_letsgo-head span {display: inline;}
  .c_letsgo-box {width: 90%;margin: 0 auto;}

  .f_blackshop {width: 180px;height: 30px;}
  .f_adres {font-size: 17px;}

}



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

  .main_logo {width: 120px;}
  .main_head {max-width: 320px;font-size: 60px;}
  .main_btn {max-width: 300px;font-size: 28px;}
  
  .h_logo {margin-right: auto;}
  .h_nav {display: none;}

  .c_top h1 {font-size: 50px;}
  .c_top-link {font-size: 30px;}
  .c_top-desc {font-size: 24px;}
  .c_top-desc span {font-size: 50px;}

  .c_step {padding-top: 40px;padding-bottom: 40px;border-bottom: 25px solid #fff;}

  .c_head {margin-bottom: 25px;padding-right: 100px;font-size: 42px;}
  .c_step-two .c_head {font-size: 40px;}
  .c_subhead {margin-top: -15px;margin-bottom: 30px;font-size: 35px;}

  .c_txt {font-size: 18px;}

  .c_why {padding-top: 25px;padding-bottom: 25px;font-size: 50px;}

  .c_dohod-btn {padding-top: 0;}

  .c_brend-fakt {margin-left: 0;padding-top: 20px;padding-bottom: 40px;}

  .c_step-graf__money {width: 17%;}
  .c_step-graf__price {padding-top: 5px;margin-bottom: 40px;}
  .c_step-graf__price, .c_step-graf__month {font-size: 16px;}
  .c_step-graf__line {width: 10%;}

  .slick-arrow, .slick-arrow:hover {background-color: rgba(0, 0, 0, 0);}
  .slick-arrow::before, .slick-arrow::after {border-color: rgba(255, 255, 255, .5);}
  
  .c_key-info {max-width: 360px;margin-bottom: 40px;font-size: 21px;}
  .c_key-item {width: 100%;margin-bottom: 30px;}
  .c_key-desc {padding: 15px;font-size: 23px;}

  .c_letsgo-box__title {font-size: 28px;}
  
  .footer {padding-top: 30px;padding-bottom: 60px;}
  .f_info {width: 100%;margin-bottom: 30px;}
  .f_logo {margin: 0 auto 20px;}
  .f_sweet {margin-bottom: 15px;text-align: center;}
  .f_blackshop {margin: 0 auto;}
  .f_cont, .f_tel, .f_callme {width: 100%;text-align: center;}
  .f_callme {width: auto;}
  .f_nav, .f_soc {justify-content: center;}

  .f_bottom .f_tel, .f_bottom .f_soc {width: auto;}

}



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

  .main_logo {width: 100px;margin-bottom: 20px;}
  .main_head {max-width: 270px;font-size: 52px;}
  .main_head span {padding-left: 13px;letter-spacing: 9px;}
  .main_btn {max-width: 250px;font-size: 27px;}

  .m_inb {padding-left: 10px;padding-right: 10px;}

  .c_top h1 {font-size: 42px;}
  .c_top-desc {font-size: 20px;}
  .c_top-preim__item {font-size: 24px;}
  .c_top-preim__number {font-size: 40px;}

  .c_head {font-size: 40px;}
  .c_step-two .c_head {font-size: 32px;}
  .c_head-info {margin-right: 0;}

  .c_txt h2, .c_txt h3 {font-size: 40px;}
  .c_txt h3 {font-size: 35px;}

  .c_number {top: -20px;right: 5px;width: 80px;height: 80px;font-size: 50px;line-height: 85px;}
  .c_step-two .c_number {top: 20px;right: calc(100% - 60px);width: 600px;height: 600px;
        padding-right: 10px;font-size: 80px;line-height: 600px;}

  .c_why {padding-top: 20px;padding-bottom: 20px;font-size: 40px;}

  .c_step-one .c_txt {padding-right: 0;}
  .c_step-list {padding-top: 0;}
  .c_step-item {width: 100%;}

  .c_step-graf__money {width: 20%;padding-bottom: 50px;}
  .c_step-graf__price {padding-top: 5px;margin-bottom: 40px;}
  .c_step-graf__price, .c_step-graf__month {font-size: 15px;}
  .c_step-graf__line {width: 10%;}
  .c_step-graf__box {height: calc(100% - 50px);margin-bottom: 10px;}
  .c_step-graf__month {height: 18px;margin-top: 15px;line-height: 1.1;text-align: left;transform: rotate(90deg);}

  .c_step-two .c_txt {padding-left: 60px;}
  
  .c_dohod-btn a {padding: 20px;font-size: 28px;}
  .c_dohod-btn a::before {display: none;}

  .c_step-tree::before {display: none;}

  .c_step-five .c_txt p:first-child {padding-right: 0;}

  .c_letsgo-head {font-size: 35px;}
  .c_letsgo-box {width: 100%;padding: 20px;}
  .c_letsgo-label {margin-bottom: 20px;}
  .c_letsgo-label input {height: 60px;}

  .popup_label {margin-bottom: 15px;}

}



@media screen and (max-width:400px) {
  
  .header {padding-top: 10px;padding-bottom: 10px;}
  .h_tel {padding-top: 4px;margin-right: 5px;font-size: 19px;}
  .h_soc {width: 30px;height: 30px;}
  
  .c_top {padding-top: 20px;padding-bottom: 10px;}
  .c_top-logo {width: 120px;}
  .c_top h1 {font-size: 36px;}
  .c_top-link {font-size: 25px;}
  .c_top-desc {font-size: 18px;}
  .c_top-desc span {font-size: 40px;}
  .c_top-preim {justify-content: center;margin-bottom: 5px;}
  .c_top-preim__item {width: 100%;margin-bottom: 25px;}

  .c_head {font-size: 35px;}
  .c_step-two .c_head {font-size: 27px;}
  .c_subhead {font-size: 25px;}

  .c_txt {font-size: 18px;}
  .c_txt h2, .c_txt h3 {font-size: 32px;}
  .c_txt h3 {font-size: 27px;}

  .c_step {padding-top: 30px;padding-bottom: 30px;border-bottom: 20px solid #fff;}

  .c_why {font-size: 32px;}

  .c_dohod-btn a {padding: 15px;font-size: 25px;}

  .c_step-graf__money {width: 21%;}
  .c_step-graf__price {font-size: 14px;}
  .c_step-graf__line {width: 9%;}

  .c_video-btn {height: 40px;padding-left: 50px;line-height: 40px;}
  .c_video-btn::before {width: 36px;height: 36px;-webkit-background-size: 14px 14px;background-size: 14px 14px;}
  .c_video-btn::after {width: calc(100% - 50px);}

  .c_brend-item {min-height: 90px;padding-left: 110px;margin-bottom: 20px;
        -webkit-background-size: 90px 90px;background-size: 90px 90px;font-size: 20px;}

  .c_letsgo-box__title {font-size: 25px;}
  .c_letsgo-label {margin-bottom: 15px;}
  .c_letsgo-label input {height: 55px;padding-left: 20px;font-size: 22px;}
  .c_letsgo-confirm span {padding-left: 30px;font-size: 16px;}
  .c_letsgo-confirm span::before {width: 23px;height: 23px;}
  .c_letsgo-confirm span::after {top: 3px;left: 3px;width: 17px;height: 17px;}

  .f_bottom .f_tel {padding-top: 3px;}
  .f_bottom .f_soc-item {width: 24px;height: 24px;}


}



