/* mixins */

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  width: 100%;
  height: 100%;
  //min-height: 100vh;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #48444a;
  overflow-x: hidden;
  background: #fffcfc;
}

body.onscroll_body {
  overflow: hidden;
}

img {
  //width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

button {
  display: inline-block;
  border: 0;
  font-family: inherit;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  color: #48444a;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  color: #fff;
  background: #ff3064;
}

::selection {
  color: #fff;
  background: #ff3064;
}

.ov-hidden {
  overflow: hidden;
}

.text {
  color: #a3a3a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.wr-flex {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.jc-fs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-fc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.aji-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aji-fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fw-rp {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn {
  display: block;
  width: 220px;
  height: 50px;
  border: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}

.btn span {
  position: relative;
  z-index: 10;
}

.btn .gradient {
  display: block;
  position: absolute;
  z-index: 0;
  top: -4px;
  left: 0;
  width: 270px;
  height: 60px;
  left: 0;
  width: 240px;
  background-color: #47444a;
  background-image: -webkit-linear-gradient(45deg, #ff9b7f 0%, #ff3864 100%);
  background-image: linear-gradient(45deg, #ff9b7f 0%, #ff3864 100%);
  -webkit-transition: width 0.22s ease, -webkit-transform 0.32s ease-out;
  transition: width 0.22s ease, -webkit-transform 0.32s ease-out;
  transition: transform 0.32s ease-out, width 0.22s ease;
  transition: transform 0.32s ease-out, width 0.22s ease, -webkit-transform 0.32s ease-out;
}

.btn:hover .gradient {
  width: 320px;
  background-image: -webkit-linear-gradient(bottom left, #f99477 0%, #f8345f 100%);
  background-image: -webkit-gradient(linear, left bottom, right top, from(#f99477), to(#f8345f));
  background-image: linear-gradient(to top right, #f99477 0%, #f8345f 100%);
}

.title {
  color: #48444a;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

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

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff3064 !important;
}

@-webkit-keyframes fixedDrop {
  0% {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fixedDrop {
  0% {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.header {
  position: relative;
  z-index: 100;
}

.top-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  height: auto;
  padding-top: 20px;
  padding-bottom: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 15px rgba(141, 74, 74, 0.06);
  box-shadow: 0 2px 15px rgba(141, 74, 74, 0.06);
  background-color: #ffffff;
}

.top-header .brand {
  width: 171px;
  height: auto;
}

.top-header .brand .brand-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.top-header .phone {
  color: #a3a3a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
  position: relative;
}

.top-header .phone li {
  padding-left: 5px;
}

.top-header .phone li:first-child {
  margin-bottom: 6px;
}

.top-header .phone li:last-child {
  padding-left: 17px;
}

.top-header .phone:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: -24px;
  background: url(../img/icons/svg/icons-05.svg) no-repeat 0 0;
}

.top-header .callback-btn {
  color: #ff3064;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.top-header .callback-btn:hover:before,
.top-header .callback-btn:active:before {
  -webkit-transform: rotate(240deg) scale(1, -1);
  -ms-transform: rotate(240deg) scale(1, -1);
  transform: rotate(240deg) scale(1, -1);
  background: url(../img/icons/svg/icons-06-h.svg) no-repeat center;
}

.top-header .callback-btn:hover:after {
  max-width: 100%;
}

.top-header .callback-btn:after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  height: 20px;
  color: #fda51c;
  white-space: nowrap;
  -webkit-transition: max-width 0.27s linear;
  transition: max-width 0.27s linear;
}

.top-header .callback-btn:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -25px;
  background: url(../img/icons/svg/icons-06.svg) no-repeat center;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(100deg) scale(1, -1);
  -ms-transform: rotate(100deg) scale(1, -1);
  transform: rotate(100deg) scale(1, -1);
  -webkit-transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.top-header .lang-btn {
    display: block;
    font-size: 11px;
    color: #ff3064;
    font-weight: bold;
}
.top-header .lang-btn:hover {
    text-decoration: underline;
}
.phone:hover:before,
.phone:active:before {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: url(../img/icons/svg/icons-05-h.svg) no-repeat 0 0;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.nav .menu {
  width: 630px;
  margin-left: -55px;
}

.nav .menu .contacts {
  display: none;
}

.nav .menu .contacts:before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background-color: #ff3064;
}

.nav .menu li {
  height: 23px;
  margin-right: 30px;
}

.nav .menu li:last-child {
  margin-right: 0;
}

.nav .menu li:nth-last-child(2) {
  margin-right: 0;
}

.nav .menu li a {
  display: block;
  color: #48444a;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}

.nav .menu li a:not(.callback-btn):after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  height: 20px;
  color: #ff3064;
  white-space: nowrap;
  -webkit-transition: max-width 0.27s linear;
  transition: max-width 0.27s linear;
}

.nav .menu li a:not(.callback-btn):before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff3064;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.27s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.27s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.27s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.27s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.27s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav .menu li a.active:after {
  max-width: 100%;
}

.nav .menu li a:not(.callback-btn):hover:before,
.nav .menu li a:not(.callback-btn):active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav .menu li a:hover:after,
.nav .menu li a:active:after {
  max-width: 100%;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-logo:hover {
  -webkit-filter: contrast(200%);
  /* Safari */
  filter: contrast(200%);
}

.brand-logo:active {
  -webkit-filter: contrast(100%);
  /* Safari */
  filter: contrast(100%);
}

.o-burger::before,
.o-burger::after,
.o-burger__ico {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ff3064;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.o-burger {
  display: none;
  position: relative;
  z-index: 999;
  width: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
}

.o-burger::before,
.o-burger::after {
  -webkit-transition: -webkit-transform 600ms 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 600ms 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 600ms 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 600ms 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 600ms 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.o-burger::before,
.o-burger::after {
  position: absolute;
  content: '';
}

.o-burger::before {
  top: 0;
}

.o-burger::after {
  bottom: 0;
}

.o-burger__ico {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 35px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: width 300ms 750ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 300ms 750ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 300ms 600ms cubic-bezier(0.19, 1, 0.22, 1), width 300ms 750ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 300ms 600ms cubic-bezier(0.19, 1, 0.22, 1), width 300ms 750ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.o-spinner {
  position: absolute;
  top: -20px;
  left: -16px;
  height: 65px;
  width: 65px;
}

.o-spinner__path {
  stroke: #ff3064;
  stroke-dasharray: 188;
  stroke-dashoffset: -188;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: stroke-dashoffset 600ms 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke-dashoffset 600ms 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.o-burger.is-active .o-spinner__path {
  stroke-dashoffset: 0;
}

.o-burger.is-active .o-burger__ico {
  width: 48px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1), transform 300ms 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1), transform 300ms 150ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.o-burger.is-active::before {
  -webkit-transform: translateY(12px) rotate(-45deg) !important;
  -ms-transform: translateY(12px) rotate(-45deg) !important;
  transform: translateY(12px) rotate(-45deg) !important;
}

.o-burger.is-active::after {
  -webkit-transform: translateY(-12px) rotate(45deg) !important;
  -ms-transform: translateY(-12px) rotate(45deg) !important;
  transform: translateY(-12px) rotate(45deg) !important;
}

.interactive-top {
  padding-top: 68px;
}

.interactive-top .interactive-pic {
  width: 950px;
  height: 390px;
  margin: auto;
  background: url(../img/icons/svg/icons-01.svg) no-repeat 0 0;
}

.interactive-top .position-items {
  width: 100%;
  height: 100%;
  position: relative;
}

.interactive-top .position-items .item {
  width: 130px;
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.interactive-top .position-items .item p {
  color: #9a9595;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.interactive-top .position-items .item-01 {
  -webkit-transform: translate3d(315px, -15px, 0);
  transform: translate3d(315px, -15px, 0);
}

.interactive-top .position-items .item-02 {
  -webkit-transform: translate3d(589px, -55px, 0);
  transform: translate3d(589px, -55px, 0);
  width: 110px;
}

.interactive-top .position-items .item-03 {
  -webkit-transform: translate3d(925px, 60px, 0);
  transform: translate3d(925px, 60px, 0);
}

.interactive-top .position-items .item-04 {
  -webkit-transform: translate3d(841px, 175px, 0);
  transform: translate3d(841px, 175px, 0);
  width: 140px;
}

.interactive-top .position-items .item-05 {
  -webkit-transform: translate3d(-10px, 135px, 0);
  transform: translate3d(-10px, 135px, 0);
  width: 207px;
}

.interactive-top .position-items .item-06 {
  -webkit-transform: translate3d(-58px, -60px, 0);
  transform: translate3d(-58px, -60px, 0);
  width: 119px;
}

.interactive-bottom {
  position: relative;
  margin-bottom: 80px;
}

.interactive-bottom.margin-b {
  margin-bottom: 0;
}

.interactive-bottom .tagline {
  width: 580px;
  margin: auto;
  color: #48444a;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.interactive-bottom .tagline span {
  color: #ff3064;
}

.interactive-bottom .wr-btn {
  height: 65px;
}

.interactive-bottom .btn {
  margin: auto;
  -webkit-box-shadow: 1px 0 15px 0 rgba(255, 56, 56, 0.66);
  box-shadow: 1px 0 15px 0 rgba(255, 56, 56, 0.66);
}

.interactive-bottom .btn:hover,
.interactive-bottom .btn:active {
  -webkit-box-shadow: 0 1px 10px rgba(255, 56, 56, 0.8);
  box-shadow: 0 1px 10px rgba(255, 56, 56, 0.8);
}

.interactive-bottom .nav-bottom-header {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  right: 20px;
  margin: auto 0;
  height: 187px;
  visibility:hidden;
}

.interactive-bottom .nav-bottom-header li {
  display: block;
  width: 130px;
  height: auto;
  text-align: center;
  margin-bottom: 27px;
}

.interactive-bottom .nav-bottom-header li:last-child {
  margin-bottom: 0;
}

.interactive-bottom .nav-bottom-header li p {
  color: #9a9595;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.interactive-bottom .nav-bottom-header li a {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 3px 15px rgba(141, 74, 74, 0.15);
  box-shadow: 0 3px 15px rgba(141, 74, 74, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.interactive-bottom .nav-bottom-header li a.expertise {
  background: url(../img/icons/svg/icons-02.svg) no-repeat center;
  background-size: 31px;
  background-color: #ffffff;
}

.interactive-bottom .nav-bottom-header li a.cooperation {
  background: url(../img/icons/svg/icons-03.svg) no-repeat center;
  background-size: 34px;
  background-color: #ffffff;
}

.interactive-bottom .nav-bottom-header li a:hover {
  -webkit-box-shadow: 0 3px 15px rgba(141, 74, 74, 0.55);
  box-shadow: 0 3px 15px rgba(141, 74, 74, 0.55);
}

.interactive-bottom .nav-bottom-header li a:active {
  -webkit-box-shadow: 0 3px 15px rgba(141, 74, 74, 0.15);
  box-shadow: 0 3px 15px rgba(141, 74, 74, 0.15);
}

.section-about-company {
  margin-bottom: 50px;
}

.about-company {
  width: 100%;
  height: 355px;
  padding-top: 56px;
  padding-left: 94px;
  padding-right: 66px;
  padding-bottom: 62px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
}

.about-company .col-2 {
  width: 191px;
}

.about-company .col-10 {
  width: -webkit-calc(100% - 256px);
  width: calc(100% - 256px);
  padding-top: 15px;
}

.about-company .pic-icon {
  width: 100%;
  height: 227px;
  background: url(../img/icons/svg/icons-07.svg) no-repeat 0 0;
}

.about-company .title {
  //margin-bottom: 35px;
}

.about-company .text {
  color: #a3a3a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.about-company .text p {
  margin-bottom: 25px;
}

.service-company {
  margin-bottom: 100px;
}

.service-company .title {
  padding-top: 43px;
  padding-bottom: 43px;
  text-align: center;
}

.service-company .service {
  padding: 0 30px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #f0e7e7;
  background-color: #f8f1f1;
}

.service-company .wr-items {
  margin: 0 -17px;
}

.service-company .wr-items .col {
  width: 330px;
  height: 300px;
  margin: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #f7f1f1;
  background-color: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}

.service-company .wr-items .col a {
  display: block;
  width: 100%;
  height: 100%;
}

.service-company .wr-items .col:hover,
.service-company .wr-items .col:active {
  -webkit-box-shadow: 0 5px 30px rgba(141, 74, 74, 0.1);
  box-shadow: 0 5px 30px rgba(141, 74, 74, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.service-company .wr-items .card {
  padding-top: 35px;
}

.service-company .wr-items .card-image {
  margin: auto;
  margin-bottom: 25px;
}

.service-company .wr-items .card-image.icons-08 {
  width: 250px;
  height: 136px;
}

.service-company .wr-items .card-image.icons-09 {
  width: 213px;
  height: 167px;
}

.service-company .wr-items .card-image.icons-10 {
  width: 268px;
  height: 141px;
}

.service-company .wr-items .card-image.icons-11 {
  width: 185px;
  height: 170px;
}

.service-company .wr-items .card-image.icons-12 {
  width: 194px;
  height: 160px;
}

.service-company .wr-items .card-image.icons-13 {
  width: 220px;
  height: 170px;
}

.service-company .wr-items .card-image.icons-14 {
  width: 228px;
  height: 170px;
}

.service-company .wr-items .card-image.icons-15 {
  width: 235px;
  height: 166px;
}

.service-company .wr-items .card-image.icons-16 {
  width: 209px;
  height: 150px;
}

.service-company .wr-items .card-title {
  padding: 0 75px;
  text-align: center;
}

.service-company .wr-items .card-title.reduce-padding {
  padding: 0 100px;
}

.service-company .wr-items .card-title.translateY-08 {
  -webkit-transform: translateY(21px);
  -ms-transform: translateY(21px);
  transform: translateY(21px);
}

.service-company .wr-items .card-title.translateY-09 {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-company .wr-items .card-title.translateY-10 {
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
}

.service-company .wr-items .card-title.translateY-11 {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}

.service-company .wr-items .card-title.translateY-12 {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.service-company .wr-items .card-title.translateY-13 {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}

.service-company .wr-items .card-title.translateY-14 {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}

.service-company .wr-items .card-title.translateY-15 {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.service-company .wr-items .card-title.translateY-16 {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.service-company .wr-items .card-title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.our-choice {
  margin-bottom: 100px;
}

.our-choice .choice {
  -webkit-box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 0 65px;
  padding-bottom: 82px;
}

.our-choice .title {
  padding-top: 47px;
  padding-bottom: 53px;
  text-align: center;
}

.our-choice .wr-items {
  margin-bottom: 52px;
}

.our-choice .wr-items:last-child {
  margin-bottom: 0;
}

.our-choice .wr-items .col {
  margin-right: 0;
}

.card-image {
    width: 185px;
    text-align: center;
}

.our-choice .wr-items .col .card-image {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}

.our-choice .wr-items .col .card-image:hover,
.our-choice .wr-items .col .card-image:active {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.our-choice .wr-items .col .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.chisel {
  -webkit-box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
}

.cooperation-page {
  width: 100%;
  min-height:350px;
  overflow: hidden;
  position: relative;
  z-index: 98;
}

.cooperation-page .c-3 {
  width: 255px;
  height: 100%;
  position: relative;
  z-index: 99;
}

.cooperation-page .c-9 {
  display: inline-block;
  width: 825px;
  background-color: #fffcfc;
  position: relative;
}

.cooperation-page .c-9:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  position: absolute;
  z-index: 1;
  top: 0;
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
}

.main-container {
  width: 825px;
}

.bread_crumbs {
  padding-top: 26px;
  padding-bottom: 7px;
  margin-bottom: 30px;
}

.bread_crumbs .crumbs {
  color: #cec1be;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.bread_crumbs .crumbs li {
  position: relative;
  margin-right: 34px;
  cursor: default;
}

.bread_crumbs .crumbs li:before {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background: url(../img/icons/png/icons-30.png) no-repeat 0 0;
  background-size: 9px 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -21px;
}

.bread_crumbs .crumbs li:last-child:before {
  display: none;
}

.bread_crumbs .crumbs .first-crumb {
  border-bottom: 1px solid #cec1be;
}

.bread_crumbs .wr-items {
  margin: 0 -17px;
}

.bread_crumbs .wr-items .col {
  width: 330px;
  height: 300px;
  margin: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #f7f1f1;
  background-color: #ffffff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}

.content-cooperation {
  margin-bottom: 60px;
}

.content-cooperation .title {
  margin-bottom: 42px;
}

.content-cooperation .title h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.content-cooperation .col-3 {
  width: 300px;
}

.content-cooperation .col-9 {
  width: 475px;
}

.content-cooperation .icon-arms {
  width: 100%;
  height: 156px;
  background: url(../img/icons/svg/icons-17.svg) no-repeat 0 0;
}

.content-cooperation .text p {
  margin-bottom: 25px;
}

.content-cooperation .text p:last-child {
  margin-bottom: 0;
}

.advantages {
  padding: 0px 40px;
  padding-top: 37px;
  padding-bottom: 17px;
  margin-bottom: 60px;
}

.advantages .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.advantages .title span {
  color: #ff3064;
  display: block;
}

.advantages .col {
  width: 210px;
  height: 190px;
  padding-bottom: 13px;
  margin-bottom: 32px;
  overflow: hidden;
}

.advantages .icon-arms {
  width: 100%;
  height: 156px;
  background: url(../img/icons/svg/icons-17.svg) no-repeat 0 0;
}

.advantages .text p {
  margin-bottom: 35px;
}

.advantages .card-image {
  margin: auto;
  margin-bottom: 15px;
}

.advantages .card-image.icon {
  width: 128px;
  height: auto;
}

.advantages .card-title {
  padding: 0 30px;
}

.advantages .card-title.padding-18 {
  padding: 0 15px;
}

.advantages .card-title.padding-19 {
  padding: 0 25px;
}

.advantages .card-title.padding-20 {
  padding: 0 44px;
}

.advantages .card-title.padding-21 {
  padding: 0 35px;
}

.advantages .card-title h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.advantages-p {
  padding-top: 30px;
}

.wr-advantages-p .title {
  padding: 0 80px;
  margin-bottom: 36px;
}

.wr-advantages-p .title span {
  display: inline;
}

.wr-advantages-p .box-items .text p {
  margin-bottom: 5px;
}

.wr-advantages-p .box-items .col {
  width: 360px;
  height: auto;
  margin-bottom: 0;
}

.wr-advantages-p .box-items .col-1 .item {
  padding-left: 55px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.wr-advantages-p .box-items .col-2 .item {
  padding-left: 84px;
  padding-right: 5px;
  margin-bottom: 25px;
}

.wr-advantages-p .box-items .item {
  width: 100%;
  min-height: 35px;
  padding-left: 60px;
  padding-right: 10px;
  margin-bottom: 30px;
  color: #9a9595;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.wr-advantages-p .box-items .item:last-child {
  margin-bottom: 0;
}

.wr-advantages-p .box-items .item:last-child p {
  margin-bottom: 0;
}

.wr-advantages-p .box-items .item.range {
  background: url(../img/icons/svg/icons-24.svg) no-repeat 0 0;
  background-size: 35px;
}

.wr-advantages-p .box-items .item.loyalty {
  background: url(../img/icons/svg/icons-25.svg) no-repeat 0 0;
  background-size: 37px;
  padding-right: 20px;
}

.wr-advantages-p .box-items .item.reward {
  background: url(../img/icons/svg/icons-26.svg) no-repeat 10px 0;
  background-size: 34px;
}

.wr-advantages-p .box-items .item.selling {
  background: url(../img/icons/svg/icons-27.svg) no-repeat 10px 0;
  background-size: 36px;
}

.wr-advantages-p .box-items .item.politics {
  background: url(../img/icons/svg/icons-28.svg) no-repeat 10px 0;
  background-size: 31px;
}

.wr-advantages-p .box-items .item.exclusive {
  background: url(../img/icons/svg/icons-29.svg) no-repeat 10px 0;
  background-size: 34px;
}

.wr-advantages-p .column-items {
  width: 200px;
  height: 521px;
  margin: auto;
}

.wr-advantages-p .column-items .col {
  width: auto;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}

.wr-advantages-p .column-items .col:hover,
.wr-advantages-p .column-items .col:active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.wr-advantages-p .column-items .col:last-child {
  margin-bottom: 0;
}

.wr-advantages-p .column-items .col a {
  display: block;
  width: 100%;
  height: 100%;
}

.partners {
  padding: 49px 40px 49px;
  margin-bottom: 100px;
}

.partners .title {
  text-align: center;
  padding: 0 80px;
  margin-bottom: 53px;
}

.partners .title span {
  display: inline;
}

.partners .box-items .col {
  width: 50%;
  height: auto;
}

.partners .box-items .item {
  width: 100%;
  min-height: 35px;
  padding-left: 67px;
  margin-bottom: 30px;
  color: #9a9595;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.partners .box-items .item.range {
  background: url(../img/icons/svg/icons-24.svg) no-repeat 10px 0;
  background-size: 35px 33px;
}

.partners .box-items .item.loyalty {
  background: url(../img/icons/svg/icons-25.svg) no-repeat 10px 0;
  background-size: 37px 31px;
}

.partners .box-items .item.reward {
  background: url(../img/icons/svg/icons-26.svg) no-repeat 10px 0;
  background-size: 29px;
}

.partners .box-items .item.selling {
  background: url(../img/icons/svg/icons-28.svg) no-repeat 10px 0;
  background-size: 36px;
}

.partners .box-items .item.politics {
  background: url(../img/icons/svg/icons-27.svg) no-repeat 10px 0;
  background-size: 31px 30px;
}

.partners .box-items .item.exclusive {
  background: url(../img/icons/svg/icons-28.svg) no-repeat 10px 0;
  background-size: 34px;
}

.partners .column-items {
  width: 200px;
  //height: 455px;
  margin: 0 auto auto auto;
}

.partners .column-items .col {
  width: auto;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}

.partners .column-items .col.margin-b {
  margin-bottom: 48px;
}

.partners .column-items .col:hover,
.partners .column-items .col:active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.partners .column-items .col:last-child {
  //margin-bottom: 0;
}

.partners .column-items .col a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar {
  padding: 20px 0;
  position: fixed;
}

.sidebar .content {
  padding-right: 30px;
}

.nav-sidebar {
  margin-bottom: 42px;
}

.nav-sidebar .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 27px;
  line-height: 20px;
}

.nav-sidebar .menu-sidebar li a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 17px 0;
  padding-right: 5px;
  position: relative;
  top: 0;
  right: 0;
}

.nav-sidebar .menu-sidebar li a:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-sidebar .menu-sidebar li a:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 56, 100, 0) 0%, rgba(255, 68, 103, 0) 12%, rgba(255, 155, 127, 0.15) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 56, 100, 0)), color-stop(12%, rgba(255, 68, 103, 0)), to(rgba(255, 155, 127, 0.15)));
  background-image: linear-gradient(to right, rgba(255, 56, 100, 0) 0%, rgba(255, 68, 103, 0) 12%, rgba(255, 155, 127, 0.15) 100%);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.8s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.8s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-sidebar .menu-sidebar li a:hover:after,
.nav-sidebar .menu-sidebar li a:active:after,
.nav-sidebar .menu-sidebar li a.active:after {
  width: 200%;
}

.nav-sidebar .menu-sidebar li a:hover:before,
.nav-sidebar .menu-sidebar li a:active:before,
.nav-sidebar .menu-sidebar li a.active:before {
  background-color: #f8f1f1;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #ff3864 0%, #ff9b7f 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff3864), to(#ff9b7f));
  background-image: linear-gradient(to top, #ff3864 0%, #ff9b7f 100%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 128, 125, 0.6);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.overlay.overlay-show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 998;
}

.pop-up-callback {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 410px;
  height: 680px;
  -webkit-box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  box-shadow: 0 6px 20px rgba(141, 74, 74, 0.08);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  padding-bottom: 40px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.56s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pop-up-callback.pop-up_show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 999;
}

.pop-up-callback .btn-close_popup {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 999;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.32s ease;
  transition: 0.32s ease;
}

.pop-up-callback .btn-close_popup .line {
  display: block;
  width: 12px;
  height: 3px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.32s ease;
  transition: 0.32s ease;
}

.pop-up-callback .btn-close_popup .line.line-1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-up-callback .btn-close_popup .line.line-2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-up-callback .btn-close_popup:hover .line.line-1,
.pop-up-callback .btn-close_popup:active .line.line-1 {
  background-color: #ff3064;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-up-callback .btn-close_popup:hover .line.line-2,
.pop-up-callback .btn-close_popup:active .line.line-2 {
  background-color: #ff3064;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-up-callback .title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 25px;
  text-align: center;
  margin-bottom: 60px;
  height: 100px;
  -webkit-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(bottom left, #d4cbc5 0%, #e3ddd9 100%);
  background-image: -webkit-gradient(linear, left bottom, right top, from(#d4cbc5), to(#e3ddd9));
  background-image: linear-gradient(to top right, #d4cbc5 0%, #e3ddd9 100%);
  position: relative;
}

.pop-up-callback .title .icon-circle {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 5px 30px rgba(141, 74, 74, 0.1);
  box-shadow: 0 5px 30px rgba(141, 74, 74, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.pop-up-callback .title .icon-circle:hover .circle {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.pop-up-callback .title .icon-circle.active .circle {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.pop-up-callback .title .icon-circle .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 36px;
  background: url(../img/icons/png/icons-06_grad.png) no-repeat center #ffffff;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.56s 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.56s 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.56s 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.56s 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.form {
  padding: 0 30px;
}

.form .btn {
  width: 100%;
}

.form .btn .gradient {
  width: 110%;
}

.group-input {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.group-input.inactive:hover select,
.group-input:hover select,
.group-input.inactive:hover input,
.group-input.inactive:hover textarea,
.group-input:hover input,
.group-input:hover textarea {
  border-color: #b5a39e;
}

.group-input.inactive:hover .placeholder,
.group-input:hover .placeholder {
  color: #b5a39e;
}

.group-input input:disabled,
.group-input textarea:disabled,
.group-input select:disabled {
  border-color: #eae7e6;
}

.group-input.placeholder {
  color: #d8d2d0;
}

.group-input.textarea {
  height: 130px;
  /*margin-bottom: 30px;*/
}

.group-input input[type="checkbox"] {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}
.group-input input[type="checkbox"] + label {
    display: inline-block;
    width: 330px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
}
.group-input.checkboxform a{
    display: none;
    color: #ff3064;
}
.group-input.checkboxform a:hover{
    text-decoration: underline;   
}

.group-input input,
.group-input textarea,
.group-input select {
  width: 100%;
  padding-top: 21px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #cec1be;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ff3064;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.group-input select {
    padding-top: 0;
}

.group-input input:focus,
.group-input textarea:focus,
.group-input select:focus {
  outline: none;
  border-color: #ff3064;
}

.group-input input,
.group-input select,
.group-input textarea {
  resize: none;
  height: 100%;
  outline: none;
}

.group-input input.is_empty,
.group-input select.is_empty,
.group-input textarea.is_empty {
  color: #48444a;
  border-color: #48444a;
}

.placeholder-up .placeholder {
  -webkit-transform: translate3d(0px, -10px, 0);
  transform: translate3d(0px, -10px, 0);
}

.placeholder {
  display: inline-block;
  width: auto;
  height: 50px;
  color: #b8a9a5;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 30px;
  cursor: text;
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.group-input.disabled .placeholder {
  color: #eae7e6;
}

.ui {
  padding: 100px 0;
}

.ui .col {
  width: 255px;
}

.ui .input-maket {
  width: 100%;
}

.select {
  position: relative;
  overflow: visible;
}

.select:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #cec1be;
  background-color: transparent;
  background-image: url(../img/icons/png/select_arr_norm.png);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 25px) center;
  background-position: calc(100% - 25px) center;
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.select:hover:before {
  border-color: #b5a39e;
  background-image: url(../img/icons/png/select_arr_hov.png);
}

.select.focus:before {
  border-color: #ff3064;
  background-image: url(../img/icons/png/select_arr_foc_check.png);
}

.select:hover {
  color: #ff3064;
}

.select.disabled:before {
  border-color: #eae7e6;
  background-image: url(../img/icons/png/select_arr_disabled.png);
}

.select label {
  position: absolute;
  top: 30px;
  left: 30px;
}

.select.is_empty {
  color: #48444a;
}

.select.is_empty:before {
  border-color: #48444a;
  background-image: url(../img/icons/png/select_arr_check.png);
}

.select.placeholder {
  cursor: default;
}

.select .options {
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding: 0 0;
  visibility: hidden;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #ff3064;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.select .options.is_active {
  height: 120px;
  padding: 14px 30px;
  padding-right: 0;
  visibility: visible;
}

.select .options .option {
  color: #b8a9a5;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

.select .options .option:hover {
  color: #ff3064;
}

.wr-footer {
  padding: 26px 0;
  border-top: 1px solid #e1d7d4;
  background-color: #fffcfc;
  position: relative;
  z-index: 98;
}

.wr-footer .nav .menu li {
  margin-right: 0;
}

.wr-footer .nav .menu li a {
  color: #cec1be;
}

.wr-footer .nav .menu li a:before {
  background-color: #e0d4d1;
}

.wr-footer .nav .menu li a:not(.callback-btn):after {
  color: #e0d4d1;
}

.wr-footer .nav .menu li a.active:after {
  max-width: 100%;
}

.wr-footer .nav .menu li a:hover,
.wr-footer .nav .menu li a:active {
  color: #e0d4d1;
}

.wr-footer .brand .brand-logo:hover,
.wr-footer .brand .brand-logo:active {
  -webkit-filter: invert(100%);
  /* Safari */
  filter: invert(100%);
}

@media screen and (min-width: 280px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 960px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  .wr-advantages-p .box-items .col {
      width: 430px;
  }  
  .container {
    width: 1170px;
  }
  .interactive-bottom .nav-bottom-header{
    visibility: visible;
  }
}

@media screen and (max-width: 1280px) {
  .wr-header .nav .menu{
    width: 548px;
    margin-left: -10px;
  }

  .nav .menu li {
    margin-right: 10px;
  }

  .cooperation-page .c-3 {
    min-width: 240px;
  }

  .cooperation-page .c-9 {
    width: 690px;
    padding-left: 30px;
  }

  .cooperation-page .c-9:after {
    right: 100%;
  }

  .nav-sidebar .menu-sidebar li a {
    font-size: 14px;
  }

  .content-cooperation .col-3 {
    width: 200px;
  }

  .content-cooperation .col-9 {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 1170px) {
  .about-company {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .interactive-top {
    overflow-x: auto;
    padding-left: 45px;
  }

  .service-company .wr-items .wr-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-choice .wr-items .col {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .wr-advantages-p .box-items .col {
    width: 100%;
  }
  .wr-footer .nav .menu{
    width: 528px;
    margin-left: -10px;
  }
  
  .cooperation-page .c-9 {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-left: 30px;
  }

  .content-cooperation .col-3 {
    width: 160px;
  }

  .content-cooperation .col-9 {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 768px) {
  .wr-advantages-p .box-items .col {
    width: 100%;
  }
  
.fxd-c_md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}  
  .bread_crumbs {
    padding-top: 0px;
  }
  .nav-sidebar {
    margin-bottom: 0px;
  }
  @media screen and (min-width: 641px) {
    .sidebar {
      padding: 20px 30px;
    }
  }
  .interactive-bottom .nav-bottom-header{
    visibility: visible;
  }
  .top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: fixedDrop 0.52s ease-in both;
    animation: fixedDrop 0.52s ease-in both;
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }

  .top-header .brand {
    width: 141px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .wr-header .nav .menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 994;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 30px 30px;
    padding-top: 85px;
    margin: 0;
    -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.42s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.42s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .wr-header .nav.active .menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .wr-header .nav .menu.wr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wr-header .nav .menu li {
    margin-bottom: 15px;
  }

  .wr-header .nav .contacts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .o-burger {
    display: block;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .interactive-top {
    padding-top: 50px;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .interactive-top .interactive-pic {
    width: 100%;
    height: auto;
    background: none;
  }

  .interactive-top .position-items {
    width: 540px;
    margin: 0 auto;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interactive-top .position-items .item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 240px;
    height: auto;
    margin-bottom: 10px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #f7f1f1;
    padding: 12px 15px;
  }

  .interactive-bottom.margin-b {
    margin-bottom: 50px;
  }

  .interactive-bottom .wr-btn {
    margin-bottom: 20px;
  }

  .interactive-bottom .nav-bottom-header {
    height: auto;
    position: relative;
    top: 50px;
    right: 0;
    left: 0;
  }

  .interactive-bottom .nav-bottom-header ul {
    width: 240px;
    margin: auto;
    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;
  }

  .interactive-bottom .tagline {
    width: 100%;
    text-align: center;
  }

  .about-company .wr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company .col {
    width: 100%;
  }

  .about-company .pic-icon {
    width: 191px;
    margin: auto;
  }

  .service-company {
    margin-bottom: 50px;
  }

  .service-company .wr-items {
    margin: 0 0;
  }

  .our-choice {
    margin-bottom: 50px;
  }

  .our-choice .choice {
    padding-bottom: 47px;
  }

  .our-choice .wr-items {
    margin-bottom: 0;
  }

  .our-choice .box-items {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-choice .wr-items .wr-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-choice .wr-items:last-child {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .cooperation-page .container .cooperation-fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cooperation-page .c-3 {
    width: 100%;
  }

  .cooperation-page .c-9 {
    width: 100%;
  }

  .cooperation-page .c-9:after {
    display: none;
  }

  .sidebar .content {
    padding: 0;
  }

  .sidebar .content .reclame .banner {
    width: 100%;
    height: 20rem;
  }

  .content-cooperation .col-3 {
    width: 300px;
  }

  .content-cooperation .icon-arms {
    margin-bottom: 30px;
  }

  .content-cooperation .col-9 {
    width: 100%;
    padding: 0 15px;
  }

  .wr-advantages .wr-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wr-partners .wr-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners .title {
    padding: 0 0;
  }

  .partners .column-items {
    //height: 505px;
  }

  .wr-footer .nav .menu {
    display: none;
  }

  .wr-footer .brand {
    width: 171px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .our-choice .wr-items {
    margin: 0 auto;
  }

  .our-choice .box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-choice .wr-items .wr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-choice .wr-items:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .cooperation-page .c-9 {
    padding: 0 0;
  }

  .content-cooperation .wr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-cooperation .col-9 {
    width: 100%;
    padding: 0 0;
  }

  .wr-advantages-p .title {
    padding: 0 0;
  }

  .wr-advantages-p .box-items .wr-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wr-advantages-p .box-items .col-1 .item,
  .wr-advantages-p .box-items .col-2 .item {
    padding-left: 55px;
    padding-right: 15px;
  }

  .wr-advantages-p .box-items .col {
    //width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .interactive-top .position-items {
    width: 100%;
  }

  .interactive-top .position-items .item {
    margin: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .fw-rp_xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .top-header.fixed {
    height: 90px;
  }

  .wr-header .nav .contacts {
    display: none;
  }

  .interactive-bottom .tagline {
    font-size: 30px;
    line-height: 40px;
  }

  .interactive-bottom .tagline span {
    display: block;
  }

  .nav .menu .contacts {
    display: block;
    width: 160px;
    height: auto;
    margin: 0;
    margin-top: 30px;
    padding-left: 25px;
    position: relative;
  }

  .o-burger {
    -webkit-transform: scale(0.82);
    -ms-transform: scale(0.82);
    transform: scale(0.82);
  }

  .about-company {
    padding: 30px 30px;
  }

  .about-company .text p:last-child {
    margin-bottom: 0;
  }

  .content-cooperation .title,
  .content-cooperation .title h1 {
    font-size: 30px;
  }

  .advantages {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages .title {
    font-size: 30px;
  }

  .partners .title {
    font-size: 30px;
  }

  .pop-up-callback {
    width: 100%;
  }

  .pop-up-callback .title {
    margin-bottom: 34px;
  }

  .pop-up-callback .btn-close_popup {
    top: 12px;
    right: 12px;
    z-index: 999;
  }

  .pop-up-callback .btn-close_popup .line.line-1,
  .pop-up-callback .btn-close_popup .line.line-2 {
    width: 20px;
    height: 4px;
  }
}

@media screen and (max-width: 380px) {
  .about-company {
    padding: 20px 20px;
  }

  .service-company .wr-items .card-title {
    padding: 0 15px;
  }

  .service-company .wr-items .card-title.translateY-14,
  .service-company .wr-items .card-title.reduce-padding {
    padding: 0 15px;
  }

  .service-company .wr-items .card-title.translateY-15 {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }

  .service-company .wr-items .card-title.translateY-14 {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    transform: translateY(13px);
  }

  .service-company .service {
    padding: 20px 20px;
    padding-top: 0;
  }

  .service-company .wr-items .col {
    width: 100%;
    margin: 0 0;
    margin-bottom: 20px;
  }
}

/*R A D I O B U T T O N S*/
.radiobtn__Item {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.radiobtn label {
font-size: 14px;
line-height: 25px;
font-family: "OpenSans";
color: #b8a9a5;
cursor: pointer;
}
input[type='radio'] {
-webkit-appearance:none;
width: 30px;
height:30px;
margin-right: 7px;
border: 2px solid #cec1be;
border-radius:50%;
outline:none;
background: #fff;
cursor: pointer;
}
input[type='radio']:before {
content:'';
display:block;
width:60%;
height:60%;
margin: 20% auto;
border-radius:50%;
}
/*DISABLED*/
input[type='radio']:disabled {
border-color: #eae7e6;
cursor: default;
}
input[type='radio']:disabled + label {
color: #d8d2d0;
cursor: default;
}
input[type='radio']:disabled:hover {
border-color: #eae7e6;
}
input[type='radio']:disabled:hover + label {
color: #d8d2d0;
}
/*HOVER*/
input[type='radio']:hover {
border-color: #b5a39e;
}
input[type='radio']:hover .radiobtn label {
color: #8d7e7a;
}
input[type='radio']:hover + label {
color: #8d7e7a;
}
/*CHECKED*/
input[type='radio']:checked:before {
background: #ff3064;
}
input[type='radio']:checked {
border-color: #ff3064;
}
input[type='radio']:checked + label {
color: #48444a;
}

/*----- C H E C K B O X E S-----*/

.checkbox input {
position: absolute;
z-index: -1;
opacity: 0;
margin: 10px 0 0 20px;
border: none;
}
.checkbox__text {
position: relative;
padding: 0 0 0 60px;
cursor: pointer;
margin-bottom: 20px;
font-size: 14px;
line-height: 30px;
font-family: "OpenSans";
color: #b8a9a5;
}
.checkbox__text:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 50px;
height: 30px;
border-radius: 30px;
background: transparent;
border: 1px solid #cec1be;
transition: .2s;
}
.checkbox__text:after {
content: '';
position: absolute;
top: 1px;
left: 2px;
width: 22px;
height: 22px;
border-radius: 10px;
background: #cec1be;
transition: .2s;
}
/*CHECKED*/
.checkbox input:checked + .checkbox__text:before {
border-color: #ff3064;
}
.checkbox input:checked + .checkbox__text:after {
left: 26px;
background: #ff3064;
}
.checkbox input:checked + .checkbox__text {
color: #48444a;
}
/*DISABLED*/
.checkbox input:disabled + .checkbox__text:before {
border-color: #eae7e6;
cursor: default;
}
.checkbox input:disabled + .checkbox__text:after {
background: #eae7e6;
cursor: default;
}
.checkbox input:disabled + .checkbox__text {
color: #d8d2d0;
cursor: default;
}
/*HOVER*/
.checkbox:hover .checkbox__text:before {
border-color: #b5a39e;
}
.checkbox:hover .checkbox__text:after {
background: #b5a39e;
}
.checkbox:hover .checkbox__text {
color: #8d7e7a;
}

.btns {
display: -webkit-flex;
display: -ms-flex;
display: flex;
width: 100%;
}
.btns .btn {
margin-right: 30px;
}
.btns .inactive-btn {
background: #eae7e6;
}

.content-cooperation .icon-arms2 {
    width: 100%;
    height: 240px;
    background: url("../img/icon-01.png") no-repeat 0 0;
	background-size: contain;
}

.col.col-6 {
    width: 50%;
}

.advantages .col.c2 {
    width: 180px;
}

@media screen and (max-width: 360px) {
  .our-choice .choice {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 320px) {
  .pop-up-callback {
    width: 100%;
    height: 95vh;
  }

  .pop-up-callback .title {
    font-size: 24px;
    height: 90px;
    margin-bottom: 34px;
  }
}

@media (min-width: 769px) and (max-width: 940px) {
  .wr-header .nav .contacts {
    display: none;
  }
}

@media screen and (max-height: 480px) {
  .pop-up-callback .group-input.textarea {
    height: 100px;
    margin-bottom: 15px;
  }
}
