@charset "utf-8";
/* CSS Document */

@import url(fonts/stylesheet.css);

body {
  margin: 0;
  padding: 142px 0 0;
  font-family: "Proxima Nova Rg";
}
.wrapper {
  width: 860px;
  margin: 0 auto;
}
.mobile {
  display: none;
}

header .wrapper {
  display: flex;
  align-items: center;
}
.header__navigation {
  margin-left: 60px;
}
.btn-red {
  border-radius: 37px;
  padding: 0 20px;
  background: #e53c7d;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  height: 45px;
}
.btn-red:hover {
  background: #e2256e;
}
a {
  text-decoration: none;
  color: #e2256e;
}
header .btn-red {
  margin-left: auto;
  transition: all 0.3s ease-in;
}
.header__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header__navigation ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1c1f37;
  display: block;
}
.header__navigation ul li a:hover,
.header__navigation ul li.current-menu-item a {
  color: #e53c7d;
}
.header__navigation li {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e53c7d;
}
.header__navigation li.mobile.btn-red {
  display: none;
}
.header__navigation li:last-child,
.header__navigation li:nth-child(3) {
  margin: 0;
  padding: 0;
  border: none;
}
header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(76, 78, 95, 0.1);
  background: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 16px 0;
  transition: all 0.3s ease-in;
}
header.fade-in {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
header .header__logo img {
  transition: all 0.3s ease-in;
}
header.fade-in .header__logo img {
  width: 162px;
}
header.fade-in .btn-red {
  padding: 0 16px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  margin-right: 25px;
}
.top p {
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  margin: 0;
}
.top {
  margin-bottom: 42px;
}
.top strong {
  color: #e53c7d;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
}
.video-container, figure, .dashboard p:last-child {
  position: relative;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23e53c7d' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}
figure {
	margin: 0;
}
.video-container .playpause {
  content: "";
  position: absolute;
  width: 62.81px;
  height: 62.81px;
  background: url(img/play.svg) no-repeat 0 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.text-image {
  padding-top: 72px;
}
.text-image .wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 197px;
}
.text-image__content {
  max-width: 338px;
}
.btn-border {
  border: 1px solid #e53c7d;
  box-sizing: border-box;
  border-radius: 2px;
  height: 26px;
  padding: 0 12px;
  display: inline-block;
  line-height: 1.7;
  font-size: 14px;
  color: #e53c7d;
}
.text-image h2 {
  margin: 24px 0;
  max-width: 259px;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 32px;
  line-height: 45px;
  color: #1c1f37;
}
.text-image p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
}
.text-image .wrapper.image-right .text-image__content {
  order: 0;
}
.text-image .wrapper.image-right img, .text-image .wrapper.image-right figure  {
  order: 1;
}
h2 {
  font-style: normal;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}
.tabs h2 {
  text-align: center;
  margin: 0 0 89px;
}
.tabs__text {
  max-width: 364px;
  margin: 0 auto;
  text-align: center;
}
.tabs__text p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #4c4e5f;
}
.tabs__text a {
  margin-top: 40px;
}
.dashboard {
  background: #f9f9f9;
  text-align: center;
  padding-top: 110px;
/*   margin-top: 100px; */
	margin-top: 0px;
}
.dashboard h2 {
  margin: 0 0 22px;
  color: #1c1f37;
}
.dashboard h2 + p {
  margin: 0 auto;
  max-width: 561px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #4c4e5f;
}
.dashboard a,
.tabs__text a {
  background: #e53c7d;
  border-radius: 18px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
  color: #ffffff;
  height: 35px;
  display: inline-block;
}
.dashboard a:hover,
.tabs__text a:hover {
  background: #e2256e;
}
.dashboard a {
  margin-top: 35px;
}
.dashboard p {
  margin: 0;
}
.dashboard img {
  display: block;
  margin: 80px auto 0;
}
.contact {
  background: #f0f5f8;
  box-shadow: 0px -2px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 110px;
  padding-bottom: 90px;
	border-top: 1px solid #84B4D2;
}
.contact h2 {
  margin: 0 0 20px;
  color: #1c1f37;
}
.contact h2 + p {
  max-width: 314px;
  margin: 0 auto;
}
.contact p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #4c4e5f;
  margin: 0;
}
.contact .columns {
  display: flex;
  justify-content: space-between;
  margin-top: 69px;
  margin-bottom: -7px;
}
.contact .columns .col {
  width: 400px;
}
.contact label {
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
  display: block;
  text-align: left;
  margin-bottom: 49px;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
}
.contact input:not([type="submit"]) {
  background: #ffffff;
  height: 53px;
  padding: 0 20px;
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #fff;
}
.contact input.wpcf7-not-valid {
  border: 1px solid #f81e1e;
}
.contact input:not([type="submit"]):hover,
.contact textarea:hover {
  background: #ffffff;
  border: 1px solid rgba(0, 114, 187, 0.2);
  box-sizing: border-box;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.contact input:not([type="submit"]):focus,
.contact textarea:focus {
  border: 1px solid #0072bb;
  outline: none;
}
.contact select {
  background: #ffffff;
  border: 1px solid #fff;
  height: 53px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #4c4e5f;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M7 9L0.937822 0.249999L13.0622 0.249998L7 9Z' fill='%234C4E5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.contact select:focus {
  border: 1px solid #0072bb;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.333253L13.0622 9.08326L0.937821 9.08325L7 0.333253Z' fill='%230072BB'/%3E%3C/svg%3E%0A");
}
.select-hidden {
  display: none;
  visibility: hidden;
}
.select-options {
  display: none;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  list-style: none;
  padding: 10px 0;
  width: 100%;
  z-index: 3;
  cursor: pointer;
  box-sizing: border-box;
  max-height: 237px;
  overflow-y: scroll;
}
.select-options.open {
  display: block;
}

.select-styled {
  background: #ffffff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  border: 1px solid #fff;
  height: 53px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #4c4e5f;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M7 9L0.937822 0.249999L13.0622 0.249998L7 9Z' fill='%234C4E5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  line-height: 53px;
  cursor: pointer;
}
.select-styled.active {
  border: 1px solid #0072bb;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.333253L13.0622 9.08326L0.937821 9.08325L7 0.333253Z' fill='%230072BB'/%3E%3C/svg%3E%0A");
}
.select {
  position: relative;
}
.select-options li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #4c4e5f;
  display: block;
  padding: 10px 20px;
}
.select-options li:hover {
	background: #E2256E;
	color: #fff;
}
.select-options li:nth-child(1) {
  display: none;
}
.contact textarea {
  border: 1px solid #fff;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  height: 130px;
  margin-top: 13px;
  box-sizing: border-box;
  padding: 20px;
}
.contact p:last-child {
  text-align: right;
}
.contact .ajax-loader {
  position: absolute;
  margin: 0;
}
.contact input[type="submit"] {
  background: #e53c7d;
  border-radius: 31px;
  border: none;
  height: 35px;
  padding: 0 20px;
  margin-top: 0;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.contact input[type="submit"]:hover {
  background: #e2256e;
}
.contact .form__success {
  width: 700px;
  height: 400px;
  background: #f9f9f9;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
.contact .form__success h2 {
  margin: 32px 0;
}
.contact .form__success p {
  max-width: 249px;
  text-align: center;
}
footer {
  background: #1c1f37;
  padding: 47px 0;
}
footer .wrapper {
  display: flex;
  align-items: center;
}
.footer__logo p {
  margin: -10px 0 0;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #ababab;
}
.footer__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer__navigation {
  margin-left: 122px;
}
.footer__navigation ul li {
  margin-right: 30px;
}
.footer__navigation ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.footer__navigation ul li a:hover {
  color: #e53c7d;
}

/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/
.tabs {
  list-style: none;
/*   margin: 0 0 50px 0;
  padding: 0; */
	background: #f9f9f9;
padding: 40px 0;
margin: 0;
}

.tabs__nav_link {
  cursor: pointer;
  text-decoration: none;
}

.tabs__content {
  display: block;
  transition: opacity 0.2s;
}

.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/
.tabs.style__horizontal .tabs__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link {
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  font-size: 16px;
  line-height: 19px;
  color: #4c4e5f;
	padding-top: 50px;
background-repeat: no-repeat;
background-position: top center;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.tabs.style__horizontal .tabs__nav .tabs__nav_link img {
  display: block;
  margin: 0 auto 16px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active,
.tabs.style__horizontal .tabs__nav .tabs__nav_link:hover {
  color: #e53c7d;
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active img,
.tabs.style__horizontal .tabs__nav .tabs__nav_link:hover img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.tabs.style__horizontal .tabs__content.is__active {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}
.tabs.style__horizontal.is__responsive .tabs__content.is__active {
  margin-top: 0;
}

.tabs.style__horizontal .tabs__content .tabs__nav_link {
  display: none;
}

/*------------------------------------------------------------------
3. Vertical tabs styles
-------------------------------------------------------------------*/
.tabs.style__vertical {
  display: flex;
  width: 100%;
}

.tabs.style__vertical .tabs__nav {
  flex: 0 0 150px;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link {
  border: 1px solid #ccc;
  border-right: 0;
  margin: 3px 0;
  padding: 10px;
  background: #eee;
  display: block;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
  font-weight: bold;
  background: #fff;
}

.tabs.style__vertical .tabs__content {
  flex-grow: 1;
  width: 0;
}

.tabs.style__vertical .tabs__content .tabs__nav_link {
  display: none;
}

.tabs.style__vertical .tabs__content.is__active {
  border: 1px solid #ccc;
  background: #fff;
  padding: 18px;
  position: relative;
  z-index: 1;
  width: auto;
}

/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/
.tabs.style__accordion,
.tabs.is__responsive {
  display: block;
}
.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
  display: none;
}

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #4c4e5f;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
	position: relative;
background-position: left center;
background-repeat: no-repeat;
padding: 10px 0 10px 55px;
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tabs.style__accordion .tabs__nav_link:after,
.tabs.is__responsive .tabs__nav_link:after,
.tabs.style__accordion .tabs__content .tabs__nav_link:after,
.tabs.is__responsive .tabs__content .tabs__nav_link:after {
	content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.30077 7L5.87132 7.34362C5.97334 7.47112 6.12673 7.54669 6.28999 7.54989C6.45325 7.55309 6.60949 7.48359 6.71643 7.36018L6.30077 7ZM1.92945 0.656386C1.73968 0.419207 1.39356 0.380778 1.15638 0.570551C0.919204 0.760325 0.880775 1.10644 1.07055 1.34362L1.92945 0.656386ZM11.9157 1.36018C12.1146 1.13062 12.0897 0.783267 11.8602 0.584344C11.6306 0.385422 11.2833 0.410259 11.0843 0.639819L11.9157 1.36018ZM6.73022 6.65638L1.92945 0.656386L1.07055 1.34362L5.87132 7.34362L6.73022 6.65638ZM11.0843 0.639819L5.88512 6.63982L6.71643 7.36018L11.9157 1.36018L11.0843 0.639819Z' fill='%234C4E5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
background-position: right center;
position: absolute;
width: 13px;
height: 13px;
right: 0;
}
.tabs.style__accordion .tabs__nav_link img,
.tabs.is__responsive .tabs__nav_link img,
.tabs.style__accordion .tabs__content .tabs__nav_link img,
.tabs.is__responsive .tabs__content .tabs__nav_link img {
  margin-right: 16px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
  margin-bottom: 0;
  color: #e53c7d;
 -webkit-filter: none;
  filter: none;
}
.tabs.style__accordion .tabs__nav_link.is__active:after,
.tabs.is__responsive .tabs__nav_link.is__active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.69923 1L7.12868 0.656385C7.02666 0.528884 6.87327 0.453307 6.71001 0.450107C6.54675 0.446906 6.39051 0.516415 6.28357 0.63982L6.69923 1ZM11.0705 7.34362C11.2603 7.5808 11.6064 7.61922 11.8436 7.42945C12.0808 7.23968 12.1192 6.89356 11.9294 6.65638L11.0705 7.34362ZM1.08434 6.63982C0.885421 6.86938 0.910258 7.21673 1.13982 7.41566C1.36938 7.61458 1.71673 7.58974 1.91565 7.36018L1.08434 6.63982ZM6.26978 1.34362L11.0705 7.34362L11.9294 6.65638L7.12868 0.656385L6.26978 1.34362ZM1.91565 7.36018L7.11488 1.36018L6.28357 0.63982L1.08434 6.63982L1.91565 7.36018Z' fill='%23E53C7D'/%3E%3C/svg%3E%0A");
}
.tabs.style__accordion .tabs__nav_link.is__active img,
.tabs.is__responsive .tabs__nav_link.is__active img,
.tabs.style__accordion .tabs__content .tabs__nav_link.is__active img,
.tabs.is__responsive .tabs__content .tabs__nav_link.is__active img {
  -webkit-filter: none;
  filter: none;
}

.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
  background: transparent;
  border-top: 1px solid rgba(76, 78, 95, 0.1);
  padding: 24px 0;
  display: block;
  height: auto;
  flex: none;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  width: auto;
}
.tabs.is__responsive .tabs__content:last-child {
  border-bottom: 1px solid rgba(76, 78, 95, 0.1);
}

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
  height: 0;
  transform: scaleY(0);
  overflow: hidden;
  transition: transform 0.2s;
  transform-origin: top left;
}

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
  height: auto;
  transform: scaleY(1);
  margin-top: 35px;
}
/*tabs end*/

.text-image .wrapper.image-right {
  padding-bottom: 176px;
}
.text-image .wrapper.image-left:last-child {
/*   padding-bottom: 167px; */
	padding-bottom: 40px;
}
.footer__logo img {
  width: 161px;
}
.wpcf7-not-valid-tip {
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #f81e1e;
  margin-top: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -43px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}
.sent .form__content {
  display: none;
}
.contact .sent .form__success {
  display: flex;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.top a {
  display: none;
}

@media (max-width: 911px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .wrapper {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  header {
    padding: 11px 0;
    border-bottom: none;
  }
  .header__logo img {
    width: 138px;
  }
  .header__navigation .menu-top-menu-container {
    display: none;
  }
  header .btn-red {
    display: none;
  }
  .top p {
    font-size: 22px;
    line-height: 30px;
  }
  .top p br {
    display: none;
  }
  .top a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    background: #e53c7d;
    border-radius: 26px;
    margin-top: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
  }
  body {
    padding-top: 78px;
  }
  .text-image .wrapper {
    flex-wrap: wrap;
    padding-bottom: 80px;
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .text-image .wrapper img {
    order: 2;
    width: 100%;
    order: 2;
  }
  .text-image h2 {
    max-width: 100%;
    font-size: 22px;
    line-height: 27px;
    margin: 20px 0;
  }
  .text-image p {
    font-size: 14px;
    line-height: 22px;
  }
  .text-image__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .text-image .wrapper.image-right {
    padding-bottom: 80px;
  }
  .text-image .wrapper.image-left:last-child {
    padding-bottom: 100px;
  }
  h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .tabs h2 {
    margin-bottom: 50px;
  }
  .tabs__text p {
    font-size: 14px;
    line-height: 22px;
  }
  .dashboard a,
  .tabs__text a {
    font-size: 14px;
    line-height: 35px;
  }
  .tabs__text a {
    margin-top: 30px;
  }
  .dashboard {
    margin-top: 0; /*70px*/
    padding-top: 70px;
  }
  .dashboard h2 {
    margin-bottom: 20px;
  }
  .dashboard h2 + p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact {
    padding-top: 80px;
  }
  .contact p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact .columns .col {
    width: 100%;
  }
  .contact .columns {
    flex-wrap: wrap;
  }
  .contact label {
    margin-bottom: 30px;
  }
  footer .wrapper {
    flex-wrap: wrap;
  }
  .footer__logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .footer__logo p {
    margin: 0;
  }
  .footer__navigation {
    margin-left: 0;
  }
  .footer__navigation ul {
    flex-wrap: wrap;
  }
  .footer__navigation ul li {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 18px;
  }
  .contact .form__success {
    width: 100%;
    height: 337px;
    box-sizing: border-box;
    padding: 40px;
    font-size: 14px;
    line-height: 22px;
  }
  .contact .form__success h2 {
    margin: 20px 0;
  }
  .header__navigation {
    margin-left: auto;
  }
  .header__navigation .show-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.8125' y1='1.3125' x2='17.3125' y2='1.3125' stroke='%231C1F37' stroke-width='1.375' stroke-linecap='round'/%3E%3Cline x1='0.8125' y1='6.8125' x2='17.3125' y2='6.8125' stroke='%231C1F37' stroke-width='1.375' stroke-linecap='round'/%3E%3Cline x1='0.8125' y1='12.3125' x2='17.3125' y2='12.3125' stroke='%231C1F37' stroke-width='1.375' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 17.88px;
    height: 17px;
    background-color: #fff;
    border: none;
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
  }

  header.menu-open .header__logo {
    opacity: 0;
  }
  header.menu-open .header__navigation .menu-top-menu-container {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05),
      inset 0px -2px 4px rgba(0, 0, 0, 0.05);
    position: fixed;
    display: block;
    width: 100%;
    left: 0;
    top: 58px;
    border-top: 1px solid rgba(76, 78, 95, 0.1);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  .header__navigation ul {
    flex-wrap: wrap;
  }
  .header__navigation li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
  .header__navigation ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  .header__navigation li:nth-child(2)::after {
    border-bottom: 1px solid #e53c7d;
    content: "";
    position: absolute;
    width: 16px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .header__navigation li:last-child:after {
    display: none;
  }
  .header__navigation li.mobile.btn-red {
    display: flex;
    width: 118px;
    height: 35px;
    margin: 45px auto 0;
    align-items: center;
    justify-content: center;
  }
  .header__navigation li.mobile.btn-red a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 35px;
  }
	header .header__navigation .menu-top-menu-container li:nth-child(1) {
		 height: 63px;
	}
  header .header__navigation .menu-top-menu-container li:nth-child(1) a{
    width: 203px;
    height: 63px;
    background: url(img/logo.svg) no-repeat 0 0;
    margin: auto;
    background-size: contain;
	  text-indent: -9999px;
  }
  header.menu-open .header__navigation .show-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.55078' y='5.25732' width='1.3' height='13' rx='0.65' transform='rotate(-45 4.55078 5.25732)' fill='%231C1F37'/%3E%3Crect x='13.6367' y='4.44421' width='1.3' height='13' rx='0.65' transform='rotate(45 13.6367 4.44421)' fill='%231C1F37'/%3E%3C/svg%3E%0A");
  }
}

/*product*/

.section-column .wrapper {
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
}
.section-column h2 {
  margin: 0 0 15px;
}
.section-column__img {
  max-width: 65%;
}
.section-column {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
	.section-columns .wrapper,
	.section-columns .swiper-wrapper {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
}
.section-columns__item {
  width: calc(100% / 2 - 20px);
  background: #f9f9f9;
  box-sizing: border-box;
  margin-bottom: 40px;
  min-height: 374px;
}

.section-columns__text {
  padding: 40px 40px 0;
}
.section-columns__item img:not(.icon) {
  display: block;
  margin: 36px auto;
  max-width: 81%;
	max-height: 178px;
}
.section-column .btn-border {
  margin-bottom: 30px;
}
.section-columns .btn-border {
  margin-bottom: 22px;
}
.section-columns h2 {
  margin: 0 0 15px;
}
.section-column p,
.section-columns p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}
.section-text {
  text-align: center;
  margin-bottom: 90px;
}
.section-text h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 45px;
}
.section-text p {
  max-width: 531px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}
.section-image {
  margin-bottom: 40px;
}
.icon {
  display: block;
  margin-bottom: 24px;
}
body:not(.home) .contact {
  margin-top: 124px;
}
body:not(.home) {
  padding-top: 152px;
}
body:not(.home) .top {
  margin-bottom: 89px;
}
.section-column:nth-child(3) .section-column__img img {
  margin-top: 58px;
  margin-right: 0;
}
.section-column:nth-child(3) .wrapper {
  padding-bottom: 30px;
}

/*contact*/

.top img {
  margin-top: 80px;
}
body.page-id-35 .top {
  margin-bottom: 70px;
}
.columns .wrapper {
  display: flex;
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
  justify-content: space-between;
}
.columns .wrapper > div {
  width: calc(100% / 2 - 34px);
}
.columns {
  margin-bottom: 100px;
}
.contacts .wrapper {
  display: flex;
  font-size: 18px;
  line-height: 25px;
  color: #4c4e5f;
}
.contacts__email {
  margin-right: 80px;
}
.contacts strong {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Proxima Nova Lt";
  margin-bottom: 10px;
}
.contacts .wrapper a {
  color: #4c4e5f;
  padding-left: 27px;
  position: relative;
  background: url(img/email.svg) no-repeat left center;
}
.contacts .wrapper p {
  margin: 0 0 0;
}
.contacts .wrapper .contacts__address p:last-child {
  padding-left: 20px;
  position: relative;
  background: url(img/location-pin.png) no-repeat left center;
}
.map {
  margin-bottom: 45px;
}

/*policy*/

.privacy-policy .top img,
.page-id-46 .top img {
  margin-top: 54px;
}
.top p.last-updated {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
  opacity: 0.5;
  text-align: right;
}
.content p {
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
}
.content .wrapper {
  max-width: 741px;
}
.content ol {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 25px;
  color: #4c4e5f;
}
.content ol strong {
  font-weight: 600;
  font-family: "Proxima Nova Lt";
}

.swiper-pagination > span {
  width: 8px;
  height: 8px;
  background: #4c4e5f;
  opacity: 0.2;
  display: block;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 75px;
}
.swiper-pagination > span.swiper-pagination-bullet-active {
  background: #e53c7d;
  opacity: 1;
}
.swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  body:not(.home) {
    padding-top: 78px;
  }
  .swiper-pagination {
    display: flex;
  }
  .section-column .wrapper {
    margin: 0 30px;
    max-width: calc(100% - 60px);
    padding: 24px;
    flex-wrap: wrap;
  }
  .section-column__img {
    max-width: 100%;
    order: 0;
  }
  .section-column__text {
    order: 1;
  }
  .section-column:nth-child(3) .section-column__img img {
    margin-top: 0;
    margin-right: 0;
  }
  .section-column p,
  .section-columns p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-text h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .section-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-columns__text {
    padding: 24px 24px 0;
  }
  .section-columns__item {
    min-height: 453px; /*419*/
  }

  .top img {
    margin-top: 45px;
  }
  body.page-id-35 .top {
    margin-bottom: 45px;
  }
  .columns .wrapper {
    flex-wrap: wrap;
  }
  .columns .wrapper > div {
    width: 100%;
  }
  .columns {
    margin-bottom: 90px;
  }
  .contacts .wrapper {
    flex-wrap: wrap;
  }
  .contacts__email {
    margin-right: 0;
    margin-bottom: 30px;
	  width: 100%;
  }
  .contacts strong {
    font-size: 14px;
  }
  .contacts .wrapper {
    font-size: 14px;
  }
  .content p,
  .content ol {
    font-size: 14px;
    line-height: 22px;
  }
  body:not(.home) .top {
    margin-bottom: 64px;
  }
  .top p.last-updated {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy-policy .top img:not(.mobile),
  .page-id-46 .top img:not(.mobile) {
    display: none;
  }
.page-id-3 .top .wrapper p:first-child {
    max-width: 297px;
	}

}
input,
textarea {
    caret-color: #0072BB;
}