/*     	COMMON STYLES      */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.050em;
  color: #000;
  background-color: #fff;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
}
a:active {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img {
  max-width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hidden {
  display: none;
}
.visible-xs {
  display: none;
}
.visible-sm {
  display: none;
}
.btn {
  z-index: 2;
  display: inline-block;
  padding: 15px 45px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 9px;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #7dbd1c;
  -webkit-transition: background-color, -webkit-transform 0.15s;
  transition: background-color, -webkit-transform 0.15s;
  transition: background-color, transform 0.15s;
  transition: background-color, transform 0.15s, -webkit-transform 0.15s;
}
.btn:hover {
  color: #fff;
  background-color: #98c15b;
}
.btn:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.btn:focus {
  color: #fff;
}
.page-title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-title::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #7dbd1c;
}
.page-subtitle {
  color: #646464;
  font-size: 20px;
}
hr.line {
  height: 1px;
  border: 0;
  max-width: 630px;
  color: #d6deec;
  background-color: #d6deec;
  margin-bottom: 15px;
}
/*     	HEADER      */
.page-header {
  height: 1px;
  z-index: 11;
  min-height: 100px;
  background-color: #fff;
}
.page-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.phone-group{
  display: flex;
  align-items: flex-start;
}
.header-mobile-btn {
  display: inline-block;
  height: 13px;
  width: 25px;
  background: url("header-gamburger.png") no-repeat;
}
.header-mobile-btn:focus {
  outline: none;
}
.header-mobile-logo {
  display: none;
}
.header-mobile-logo img {
  display: block;
}
.header-phone {
  display: none;
  height: 25px;
  width: 25px;
  background: url("header-phone.png");
}
.logo img {
  display: block;
}
.nav-header__link {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.nav-header__link:hover {
  color: #7dbd1c;
}
.nav-header__link + .nav-header__link {
  margin-left: 20px;
}
.header-contacts {
  text-decoration: none;
  margin: 0 0 0 26px;
  display: block;
}
.header-contacts:first-child {
  margin: 0;
}
.header-contacts__tel {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.header-contacts__tel.tel-link span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
.header-contacts__tel span, 
.page-footer__number span,
.mobile-menu-popup__number span{
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
.header-contacts__text {
  display: none;
  color: #646464;
  font-size: 12px;
  text-transform: uppercase;
}
.header-contacts__email{
  color: #7dbd1c;
  text-decoration: underline;
}
.header-contacts__email:hover{
  text-decoration: none;
  color: #98c15b;
}
.header-mobile-btn {
  display: none;
}
.phone-group .header-contacts__tel{
  font-size: 23px;
}
.phone-group .header-contacts__tel span {
  font-size: 23px;
}
.phone-group .header-contacts__text{
  font-size: 10px;
}
/*     	INTRO      */
.page-intro {
  height: 1px;
  min-height: 580px;
  color: #fff;
  background: url("slide.png") no-repeat center top / cover;
}
.page-intro--fixed-header {
  margin-top: 51px;
}
.page-intro__inner {
  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;
  position: relative;
  height: 100%;
}
.page-intro__title {
  z-index: 2;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-intro__text {
  max-width: 715px;
  z-index: 2;
  font-size: 25px;
  letter-spacing: 0.050em;
}
.page-intro__btn-wrap {
  z-index: 2;
}
.page-intro__man {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 26px;
  width: 398px;
  height: 573px;
  background: url("https://cdeklogic.ru/assets/intro-bg-man.png") no-repeat center top / cover;
}
.page-intro__btn {
  margin-top: 24px;
}
/*     	ABOUT      */
.about {
  padding: 50px 0 60px;
  text-align: center;
}
.about__inner {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.about__inner::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: inline-block;
  height: 244px;
  width: 260px;
  background: url("about-bg-1.png") no-repeat;
  background-size: cover;
}
.about__inner::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 243px;
  width: 210px;
  background: url("about-bg-2.png") no-repeat;
  background-size: cover;
}
.about__subtitle {
  margin-bottom: 65px;
}
.about-features {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-item {
  position: relative;
  word-wrap: break-word;
  width: 253px;
  margin: 0 30px 30px;
}
.about-item__number {
  font-size: 50px;
  color: #4398d5;
  margin-bottom: 10px;
}
.about-item__text {
  font-size: 18px;
}
/*     	TARIFF      */
.tariff {
  padding: 40px 0 33px;
  text-align: center;
}
.tariff__subtitle {
  margin-bottom: 55px;
}
.tariff-items {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff-item {
  position: relative;
  word-wrap: break-word;
  z-index: 1;
  width: 253px;
  margin: 0 30px 50px;
  padding: 70px 0 35px;
  border: 1px solid #d7dfed;
  background: url("ic-tariff-item.png") no-repeat center top 15px;
}
.tariff-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d7dfed;
  -webkit-transform: skewY(1deg) rotate(1deg);
      -ms-transform: skewY(1deg) rotate(1deg);
          transform: skewY(1deg) rotate(1deg);
}
.tariff-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d7dfed;
  -webkit-transform: skewY(-1deg) rotate(-1deg);
      -ms-transform: skewY(-1deg) rotate(-1deg);
          transform: skewY(-1deg) rotate(-1deg);
}
.tariff-item--left::before {
  -webkit-transform: skewY(4deg) rotate(1deg);
      -ms-transform: skewY(4deg) rotate(1deg);
          transform: skewY(4deg) rotate(1deg);
}
.tariff-item--right::before {
  -webkit-transform: skewY(-4deg) rotate(-1deg);
      -ms-transform: skewY(-4deg) rotate(-1deg);
          transform: skewY(-4deg) rotate(-1deg);
}
.tariff-item__route {
  color: #ababab;
  font-size: 16px;
  text-decoration: underline;
}
.tariff-item__delivery {
  font-size: 18px;
  margin: 12px 0;
}
.tariff-item__delivery--first,
.tariff-item__delivery--third {
  margin: 22px 0 23px;
}
.tariff-item__weight {
  color: #ababab;
  font-size: 17px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.tariff-item__price {
  font-size: 30px;
  font-weight: 700;
  color: #4398d5;
}
.tariff__post-items {
  margin-bottom: 44px;
}
.tariff__btn {
  padding: 15px 25px;
}
.tariff__inner {
  position: relative;
}
.tariff__inner::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 50px;
  display: inline-block;
  height: 125px;
  width: 164px;
  background: url("https://cdeklogic.ru/assets/tariff-bg.png") no-repeat center top;
}
/*     	BENEFITS      */
.benefits {
  padding: 90px 0 35px;
  text-align: center;
}
.benefits__inner {
  position: relative;
}
.benefits__inner::after {
  content: '';
  position: absolute;
  height: 188px;
  width: 354px;
  top: -80px;
  left: 0;
  background: url("https://cdeklogic.ru/assets/benefits-bg.png");
}
.benefits__subtitle {
  margin-bottom: 70px;
}
.benefits__title-second {
  position: relative;
  font-size: 25px;
  color: #4398d5;
  text-transform: uppercase;
  margin-bottom: 55px;
  z-index: 2;
}
.benefits__title-second::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  top: -50px;
  height: 126px;
  width: 115px;
  background: url("https://cdeklogic.ru/assets/for-you-bg.png") no-repeat center;
}
.benefits-timeline {
  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;
  max-width: 860px;
  margin: 0 auto;
}
.benefits-timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding-right: 29px;
}
.benefits-timeline__text {
  font-size: 18px;
  max-width: 300px;
  word-wrap: break-word;
  padding-right: 19px;
}
.benefits-timeline__pic {
  height: 91px;
  width: 91px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.benefits-timeline__pic img {
  display: block;
}
.benefits-item-wrap {
  position: relative;
  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;
  border-right: 1px solid #d6deec;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.benefits-item-wrap::after {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  right: -13px;
  border: 3px solid #f1f5fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d6deec;
}
.benefits-item-wrap:first-child {
  padding-top: 43px;
}
.benefits-item-wrap:first-child::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  top: 0;
  right: -8px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d6deec;
}
.benefits-item-wrap:last-child {
  padding-bottom: 55px;
}
.benefits-item-wrap:last-child::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 0;
  left: -8px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d6deec;
}
.benefits-item-wrap + .benefits-item-wrap {
  padding-top: 40px;
}
.benefits-item-wrap:nth-child(even) {
  width: 50%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: none;
  border-left: 1px solid #d6deec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.benefits-item-wrap:nth-child(even)::after {
  right: auto;
  left: -13px;
}
.benefits-item-wrap:nth-child(even) .benefits-timeline__item {
  padding-right: 0;
  padding-left: 29px;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.benefits-item-wrap:nth-child(even) .benefits-timeline__item .benefits-timeline__text {
  padding-right: 0;
  padding-left: 17px;
}
.benefits__title-third {
  position: relative;
  z-index: 1;
  font-size: 25px;
  text-transform: uppercase;
  color: #4398d5;
  margin-top: 45px;
  margin-bottom: 60px;
}
.benefits__title-third::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 92px;
  width: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("https://cdeklogic.ru/assets/for-your-customers-bg.png") no-repeat;
}
.benefits-features {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.benefits-features__item {
  width: -webkit-calc((100% - 30px) / 4 - 30px);
  width: calc((100% - 30px) / 4 - 30px);
  margin-bottom: 30px;
}
.benefits-features__img {
  margin-bottom: 25px;
}
.benefits-features__text {
  font-size: 18px;
}
/*     	INFO      */
.page-info {
  color: #fff;
  text-align: center;
  padding: 46px 0 60px;
  background: url("info-bg.jpg") no-repeat center top / cover;
}
.page-info__title::before {
  display: none;
}
.page-info__subtitle {
  color: #fff;
  margin-bottom: 42px;
}
.page-info__btn {
  padding: 15px 9px;
}
/*     	CALCULATOR      */
.calculator {
  text-align: center;
  padding: 120px 0 45px;
  background: url("https://cdeklogic.ru/assets/green-gray-line.png") repeat-x center top 10px;
}
.calculator__inner {
  padding: 0 154px;
}
.calculator-main {
  margin-top: 50px;
  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;
}
.calculator-main-left {
  max-width: 460px;
  width: 100%;
  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;
  text-align: left;
}
.calculator-main-left_inputs {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator-main__field-wrap {
  display: block;
  margin-bottom: 35px;
}
.calculator-main__field-text {
  display: block;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 200px;
  padding-left: 21px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: #f1f5fb;
}
.calculator-main__field-text::-webkit-input-placeholder {
  color: #646464;
  opacity: 1;
}
.calculator-main__field-text:-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.calculator-main__field-text::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.calculator-main__field-text:-ms-input-placeholder {
  color: #646464;
  opacity: 1;
}
.calculator-main__field-text:hover {
  border-color: #7dbd1c;
}
.calculator-main__field-text:focus {
  background-color: #fff;
  border-color: #7dbd1c;
  outline: none;
}
.calculator-main__field-text.error {
  border-color: #ff0000;
}
.calculator-main__field-text-caption {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.calculator-main__shipping-weight {
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.calculator-main__shipping-weight-text {
  display: inline-block;
  font-size: 18px;
}
.calculator-main__shipping-weight-result {
  display: inline-block;
  color: #4398d5;
  font-size: 25px;
  font-weight: 700;
  margin-left: 60px;
}
.calculator-main-right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  width: 100%;
  min-height: 300px;
  height: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  border: 1px solid #d6deec;
}
.calculator-main-right::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d7dfed;
  -webkit-transform: skewY(1deg) rotate(1deg);
      -ms-transform: skewY(1deg) rotate(1deg);
          transform: skewY(1deg) rotate(1deg);
}
.calculator-main-right::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d7dfed;
  -webkit-transform: skewY(-1deg) rotate(-1deg);
      -ms-transform: skewY(-1deg) rotate(-1deg);
          transform: skewY(-1deg) rotate(-1deg);
}
.calculator-main__price {
  font-size: 30px;
  font-weight: 700;
  color: #4398d5;
  margin: 46px 0;
}
.calculator-main__price-text {
  font-size: 20px;
}
.calculator-main__btn {
  padding: 15px 13px;
}
.ui-slider-range {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/*     	CLIENTS      */
.clients {
  padding: 90px 0 40px;
  text-align: center;
  background: url("https://cdeklogic.ru/assets/green-gray-line.png") repeat-x center top;
}
.clients__subtitle {
  margin-bottom: 70px;
}
/*     	NO PROBLEMS      */
.no-problems {
  background: url("no-problems-bg.png") no-repeat center top / cover;
  text-align: center;
}
.no-problems__inner {
  position: relative;
  padding: 120px 0 100px;
  z-index: 2;
  background: url("https://cdeklogic.ru/assets/no-problems-hero.png") no-repeat right -26px bottom;
}
.no-problems__text {
  font-size: 30px;
  color: #4398d5;
  font-style: italic;
  font-weight: 700;
  margin-right: 0;
  text-transform: uppercase;
}
.no-problems__text-second {
  font-size: 30px;
  color: #4398d5;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.no-problems__text-third {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.no-problems__text--green {
  font-size: 48px;
  font-weight: 900;
  color: #7dbd1c;
}
.no-problems__text--black {
  font-weight: 900;
  color: #000;
}
/*     	FOOTER      */
.page-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1px;
  min-height: 130px;
}
.page-footer__phone-group{
  display: flex;
  align-items: flex-start;
}
.page-footer__contacts {
  text-decoration: none;
  text-align: left;
  margin: 0 0 0 15px;
}
.page-footer__number {
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}
.page-footer__tel-text {
  font-size: 12px;
  color: #a5a5a5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-footer__post-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #646464;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dedede;
  padding: 24px 0;
}
.page-footer__post-footer a:hover {
  color: #7dbd1c;
}
.page-footer__official {
  margin-bottom: 10px;
}
.page-footer__post-right {
  text-align: right;
}
.page-footer__mail {
  text-decoration: none;
}
/*     	SCROLL UP ARROW      */
.scroll-up {
  position: fixed;
  display: none;
  z-index: 10;
  margin: 0 auto;
  bottom: 10px;
  right: 10px;
  height: 57px;
  width: 45px;
  background: url("https://cdeklogic.ru/assets/arrow-up.png") no-repeat center;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.scroll-up:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url("https://cdeklogic.ru/assets/arrow-up-hover.png") no-repeat center;
}
/*     	MOBILE MENU      */
.mobile-menu-popup {
  position: relative;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -ms-touch-action: none;
      touch-action: none;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu-popup .mfp-close {
  top: 12px;
  right: 12px;
  font-size: 0;
  height: 36px;
  width: 36px;
  background: url("close-popup.png") no-repeat;
}
.mobile-menu-popup__links {
  text-align: center;
}
.mobile-menu-popup__link {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
}
.mobile-menu-popup__contacts {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}
.phone-mobile-group {
  margin-top: 4%;
}
.phone-mobile-group .header-contacts {
  padding-bottom: 20px;
  margin: 0
}
.phone-mobile-group .header-contacts:last-child { 
  padding-bottom: 0;
}
.mobile-menu-popup__number {
  display: block;
  font-size: 27px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: none;
}
.mobile-menu-popup__text {
  font-size: 14px;
  letter-spacing: 0;
  color: #646464;
}
/*     	CALLBACK FORM      */
.callback-form {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-touch-action: none;
      touch-action: none;
  max-width: 350px;
  min-height: 410px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.callback-form label.error {
  font-size: 0;
}
.callback-form .mfp-close {
  top: 12px;
  right: 12px;
  font-size: 0;
  height: 36px;
  width: 36px;
  opacity: 1;
  background: url("close-popup.png") no-repeat center;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.callback-form .mfp-close:hover {
  background: url("https://cdeklogic.ru/assets/close-popup-hover.png") no-repeat center;
}
.callback-form__title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}
.callback-form__field-text {
  height: 41px;
  width: 240px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid transparent;
  padding-left: 17px;
  margin-bottom: 25px;
  border-radius: 2px;
  background-color: #f1f5fb;
}
.callback-form__field-text:hover {
  border: 1px solid #7dbd1c;
}
.callback-form__field-text:focus {
  outline: none;
  background: #fff;
  border: 1px solid #7dbd1c;
}
.callback-form__field-text.error {
  border: 1px solid #ff0000;
}
.callback-form__field-text::-webkit-input-placeholder {
  color: #646464;
  opacity: 1;
}
.callback-form__field-text:-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.callback-form__field-text::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
.callback-form__field-text:-ms-input-placeholder {
  color: #646464;
  opacity: 1;
}
.callback-form__field-checkbox {
  display: block;
  margin-bottom: 25px;
  cursor: pointer;
}
.callback-form__field-checkbox-input {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.callback-form__field-checkbox-input.error ~ .callback-form__field-checkbox-box {
  border-color: red;
}
.callback-form__field-checkbox-input:checked ~ .callback-form__field-checkbox-box {
  background: url("if-form-checked.png") no-repeat center;
}
.callback-form__field-checkbox-box {
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  border: 1px solid #7dbd1c;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.callback-form__field-checkbox-box:hover {
  background-color: #f1f5fb;
}
.callback-form__field-checkbox-text {
  color: #646464;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 14px;
  text-align: left;
}
.callback-form__field-checkbox-link:hover {
  color: #7dbd1c;
}
.callback-form__btn {
  font-size: 12px;
  padding: 15px 24px;
}
/*     	SUBMITTED FORM      */
.submitted-form {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-touch-action: none;
      touch-action: none;
  max-width: 350px;
  min-height: 410px;
  padding: 0 35px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.submitted-form__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 45px;
}
.submitted-form__text {
  color: #646464;
  font-size: 16px;
  margin-bottom: 45px;
}
.submitted-form__btn {
  padding: 15px 56px;
}
/* *********** */
/* IMPORT LIBS */
/* *********** */
/* SLICK SLIDER */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 37px;
  width: 20px;
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("https://cdeklogic.ru/assets/slider-arrows.png") no-repeat;
  opacity: .8;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev {
  left: -70px;
}
.slick-prev:hover {
  background: url("https://cdeklogic.ru/assets/slider-arrows-hover.png") no-repeat;
}
.slick-next {
  right: -70px;
  background-position: -20px 0;
}
.slick-next:hover {
  background: url("https://cdeklogic.ru/assets/slider-arrows-hover.png") no-repeat;
  background-position: -20px 0;
}
/* Dots */
.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  height: 10px;
  width: 10px;
  border: 0;
  padding: 0;
  outline: none;
  opacity: .8;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #000;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  margin: 0 80px;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide {
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ui-menu{
  border: 1px solid rgb(200,200,200);
  width: 350px;
  z-index: 2;
}
.ui-menu-item{
  width: 100%;
  background: white;
  padding: 5px;
}
.header-contacts__group,
.page-contacts__group,
.mobile-contacts__group{
  display: flex;
  align-items: center;
}
.mobile-contacts__group{
  justify-content: center;
}
.whats-app-link{
  display: block;
  /* width: 24px;
  height: 24px; */
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.whats-app-link img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-contacts__group .whats-app-link,
.page-contacts__group .whats-app-link,
.mobile-contacts__group .whats-app-link{
  position: relative;
  margin: 0 0 0 5px;
}
.header-contacts__group .whats-app-link{
  top: -1px;
}
.page-contacts__group .whats-app-link{
  top: -2px;
  width: 30px;
  height: 30px;
}
.mobile-contacts__group .whats-app-link{
  width: 35px;
  height: 35px;
  top: -3px;
  margin: 0 0 0 8px;
}
@media(max-width: 575px){
  .mobile-contacts__group .whats-app-link{
    width: 30px;
    height: 30px;
    top: -2px;
  }
}

.header-contacts__tel.tel-link {
  border-radius: 5px;
  padding: 14px 18px;
  background: #7DBD1C;
  position: relative;
}
.header-contacts__tel.tel-link::before {
  content: '';
  position: absolute;
  background-image: url("telephone.svg");
  height: 34px;
  width: 34px;
  left: 10px;
  top: 10px;
}
.header-contacts__tel.tel-link span {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 22px;
}
.header-contacts__mail.tel-link span {
  font-weight: 400;
  font-size: 12px;
  color: #646464;
  text-transform: uppercase;
  margin-left: 4px;
}
.header-contacts__mail.tel-link {
  display: block;
  margin-top: 4px;
  text-decoration: none;
}
.header-contacts__group .whats-app-link {
  margin: 0 0 0 9px;
}

.clients-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.clients-row-inner {
  align-items: center;
  display: flex;
  width: 10%;
  justify-content: center;
}
.clients-row-inner img {
  max-width: 70%;
}