@charset "UTF-8";

/* Fonts */

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Normalize */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

picture,
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Mixins */

/* Максимальная ширина контейнера с контентом */

/* Media screen */

/* ui */

html,
body {
  height: 100%;
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

main.main {
  flex: 1;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

body._lock {
  overflow: hidden;
}

/*.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
	margin-top: 18px;

	&__item {
		list-style: none;
		margin-bottom: 2px;
		margin-top: 2px;
		position: relative;

		&:not(:last-child) {

			&::after {
				content: "/";
				margin: 0 8px 0 4px;
				width: 11px;
			}
		}
	}
	&__link {
		//color: #000;
		//transition: all 0.3s ease 0s;

		@media (any-hover: hover) {
         &:hover {
            //color: #666;
         }
      }
	}
}*/

.n_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*.n_text-above-sec-title {
	font-size: 14.6px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}*/

/*.n_sec-title {
	@include adaptive-value("font-size", 45, 28, 1);
	font-weight: 700;
	@include adaptive-value("line-height", 50, 34, 1);
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/*.page__title {
	@include adaptive-value("font-size", 40, 32, 1);
	font-weight: 400;
	@include adaptive-value("line-height", 48, 44, 1);
}*/

/*.page__text-under-title {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	@include adaptive-value("margin-top", 21, 16, 1);
}*/

.n_object-fit {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*.n_btn {
	align-items: center;
	background-color: #21C677;
	cursor: pointer;
	font-family: 'Prosto One';
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.05em;
	min-width: 207px;
	padding: 13px 24px 11px;
	transition: all 0.3s ease 0s;
	text-align: center;
	text-transform: uppercase;

	@media (any-hover: hover) {
		&:hover {
			background-color: darken(#21C677, 8%);
		}
	}
}*/

/*.resent-posts__wrap-tegs a {
	background-color: rgba(144, 145, 156, 0.15);
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 18px;

	&:not(:last-child) {
		margin-right: 8px;
	}
}*/

/*.wrap-post-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;

	@include media-max-640 {
		justify-content: center;
	}

	.screen-reader-text {
		display: none;
		font-size: 0;
	}

	.nav-links {
		align-items: center;
		display: flex;
		flex-wrap: wrap;

		.page-numbers {
			color: inherit;
			font-size: 12px;
			font-weight: 700;
			line-height: 16px;
			margin: 3px 2px;
			transition: all 0.3s ease 0s;

			&:not(.page-numbers.current, .page-numbers.prev, .page-numbers.next, .page-numbers.dots) {
				border: 1.18244px solid transparent;
			}
			&:not(.page-numbers.prev, .page-numbers.next, .page-numbers.dots) {
				align-items: center;
				border-radius: 2.9561px;
				display: flex;
				justify-content: center;
				height: 22.35px;
				width: 23.2px;

				@media (any-hover: hover) {

					&:hover {
						border-color: #000;
						cursor: pointer;
					}
				}
			}

			.meta-nav.screen-reader-text {
				display: none;
			}

			&.current,
			&.dots {
				cursor: default !important;
			}
			&.current {
				border: 1.18244px solid #000;
			}

			&.dots {
				font-size: 16px;
			}

			&.prev,
			&.next {
				font-size: 0;
				position: relative;
				top: 2px;

				&::after {
					font-size: 12px;
				}
			}
			&.prev {
				margin-right: 1px;
				transform: scale(-1, 1);
			}
			&.next {
				margin-left: 6px;
			}
		}
	}
}*/

/*.block {

   &__item {
		border: 1px solid #ccc;

		&:not(:last-child) {
			margin-bottom: 30px;
		}
   }

	&__text {
		overflow: hidden;
		padding: 0 29px 35px;

		ol,
		ul {
			margin-top: 35px;

			li {
				@include adaptive-value("font-size", 20, 19, 1);
				@include adaptive-value("line-height", 30, 29, 1);
				padding-left: 46px;
				position: relative;

				&:not(:last-child) {
					margin-bottom: 12px;
				}

				&::before {
					content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='31' height='16' viewBox='0 0 31 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9H30V7H0V9Z' fill='%2321C677'/%3e%3c/svg%3e");
					margin-right: 15px;
					left: 0;
					position: absolute;
					top: 1px;
				}
			}
		}

		p {
			font-size: 18px;
			line-height: 27px;

			&:first-child {
				margin-top: 29px;
			}

			&:not(:last-child) {
				margin-bottom: 18px;
			}
		}
	}

	&__title {
		background: none;
		display: flex;
		justify-content: space-between;
		font-family: 'Prosto One';
		@include adaptive-value("font-size", 26, 20, 1);
		font-weight: 400;
      @include adaptive-value("line-height", 34, 26, 1);
		padding: 22px 28px;
		position: relative;
		text-align: left;
		width: 100%;

		&::after {
			background-color: #000;
			bottom: 0;
			content: "";
			display: block;
			height: 1px;
			left: 29px;
			opacity: 0;
			position: absolute;
			right: 29px;
			transition: 0.3s;
			width: auto;
		}

		@media (any-hover: hover) {
			&:hover {
				cursor: pointer;
			}
		}

		&._active {

			.block__title-cross {
				border-color: #21C677;

				&:before {
					background-color: #21C677;
				}
				&::after {
					height: 0;
				}
			}

			&::after {
				opacity: 1;
			}
		}

		&-cross {
			border: 1.5px solid #000;
			border-radius: 50%;
			display: block;
			height: 30px;
			font-size: 0;
			margin-left: 12px;
			position: relative;
			transition: 0.3s;
			top: 2px;
			min-width: 30px;

			&::before,
			&::after {
				background-color: #000;
				content: "";
				position: absolute;
				transition: 0.3s;
				width: 14px;
			}
			&::before {
				left: 50%;
				height: 1.5px;
				transform: translate(-50%, -50%);
				top: 50%;
				width: 14px;
			}
			&::after {
				left: 50%;
				height: 14px;
				transform: translate(-50%, -50%);
				top: 50%;
				width: 1.5px;
			}
		}
	}
}*/

.custom-checkbox {
  display: block;
  margin-bottom: 1em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox__input {
  clip: rect(0 0 0 0);
  height: 1px;
  position: absolute;
  overflow: hidden;
  width: 1px;
}

.custom-checkbox__box {
  background-color: #fff;
  box-shadow: 0 0 0 1px #8B8B8B;
  border-radius: 2px;
  height: 13px;
  margin-left: -23px;
  position: absolute;
  top: 1px;
  width: 13px;
}

/* Checked */

.custom-checkbox__input:checked + .custom-checkbox__box {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3e%3cpath d='M1 2.5L3.69231 5L8 1' stroke='%238B8B8B' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 81%;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox.checked .custom-checkbox-text {
  font-weight: 500;
}

/* Focus */

/*.custom-checkbox__input:focus + .custom-checkbox__box,
.custom-checkbox__input:checked:focus + .custom-checkbox__box {
	box-shadow: 0 0 0 2px #1a7aea, 0 0 0 4px #F3AC04;
}*/

/* Disabled */

/*.custom-checkbox__input:disabled + .custom-checkbox__box,
.custom-checkbox__input:checked:disabled + .custom-checkbox__box {
	opacity: 0.6;
}*/

/* n Select */

/* n Lazy Loading */

.wrap-image {
  height: 100%;
  position: relative;
  width: 100%;
}

.wrap-image.loaded img {
  opacity: 1;
}

.wrap-image.loaded .sk-spinner {
  opacity: 0 !important;
}

.wrap-image img {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
  z-index: 1;
}

.wrap-image .sk-spinner {
  z-index: 0;
}

.wrap-map {
  background-color: #f5f5f5;
  height: 500px;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}

.wrap-map iframe {
  border: 0;
  height: 100%;
  position: relative;
  width: 100%;
}

._loading-icon {
  height: 50px;
}

._loading-icon {
  position: relative;
}

.sk-spinner-pulse {
  animation: sk-spinner-pulse 1s infinite ease-in-out;
  background-color: #337ab7;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

@keyframes sk-spinner-pulse {
  0% {
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.sk-spinner {
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* n Spollers */

/* n Pop up */

body.lock {
  overflow: hidden;
}

.popup {
  background: rgba(17, 62, 106, 0.5);
  color: #14618C;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  transition: all 0.6s ease 0s;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  /*&__wrap-buttons {
  	padding-top: 29px;
  	position: relative;

  	&::before {
  		background-color: #14618c;
  		content: "";
  		display: block;
  		left: 10px;
  		height: 1px;
  		position: absolute;
  		right: 10px;
  		top: 0;
  	}

  	@include media-min-401 {
  		display: flex;
  		margin-left: -10px;
  		margin-right: -10px;
  	}

  	a {
  		margin-bottom: 0 !important;
  		margin-top: 0 !important;

  		&:nth-child(1) {

  			@include media-max-400 {
  				margin-bottom: 20px !important;
  			}
  		}

  		@include media-min-401 {
  			margin-left: 10px;
  			margin-right: 10px;
  			width: calc(50% - 20px);
  			min-width: auto !important;
  		}
  	}
  }*/
  /*&__title {
  	font-size: 20px;
  	line-height: 30px;
  	margin-bottom: 30px;
  	text-transform: uppercase;

  	@include media-max-640 {
  		text-align: center;
  	}

  	&.slightly-less {
  		font-size: 15px;
  		@include adaptive-value("line-height", 22, 24, 1);
  		margin-bottom: 20px;
  		margin-top: 40px;

  		@include media-max-640 {
  			text-align: center;
  		}
  	}
  }*/
  /*&__text {
  	@include adaptive-value("font-size", 15, 13, 1);
  	@include adaptive-value("line-height", 22, 19, 1);

  	&:not(:last-child) {
  		@include adaptive-value("margin-bottom", 22, 18, 1);
  	}
  }*/
  /*&__button {
  	display: table;
  	margin-bottom: 30px;
  	margin-top: 30px;
  	min-width: 271px !important;
  }
  &__link {
  	color: #67CCE8;
  	display: table;
  	text-decoration: underline;
  	transition: 0.3s;

  	@media (any-hover: hover) {
  		&:hover {
  			color: #20173A;
  		}
  	}
  }*/
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 50px;
}

.popup__content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 90%;
  padding-bottom: 55px;
  padding-top: 58px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.popup__content-image {
  padding: 0 !important;
}

.popup__content-image img {
  max-width: 100%;
  vertical-align: top;
}

.popup__content.default-video {
  background: none;
  border-radius: 0;
}

.popup__content.default-video video {
  max-width: 100%;
}

.popup__close {
  color: #1a1a1a;
  position: absolute;
  right: 15px;
  top: 6px;
}

.popup-video .popup__content {
  height: 392px;
  width: 695px;
  position: relative;
}

.popup-video .popup__content iframe {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/* n Classes */

button,
.hidden-link {
  cursor: pointer;
}

.hidden-link {
  color: #56A4FF;
  text-decoration: none;
}

.hidden-link,
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

*::-moz-placeholder {
  color: inherit;
}

*::placeholder {
  color: inherit;
}

/* Header */

.header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__burger {
  /*align-items: center;
  background: rgba(144, 145, 156, 0.06);
  border-radius: 50%;
  display: flex;
  justify-content: center;*/
  /*@media (any-hover: hover) {

  	&:hover {

  		.header__burger-line::after {
  			//width: 22px;
  		}
  	}
  }*/
  /*&-line {
  	background-color: #1D1C1C;
  	font-size: 0;
  	height: 2px;
  	margin-top: -6px;
  	width: 22px;

  	@include media-max-991 {
  		margin-top: -5px;
  		width: 18px;
  	}
  	@include media-max-480 {
  		width: 16px;
  	}

  	&::after {
  		background-color: inherit;
  		content: "";
  		display: block;
  		height: inherit;
  		margin-top: 6px;
  		transition: width 0.3s;
  		width: 17px;

  		@include media-max-991 {
  			margin-top: 5px;
  			width: 13px;
  		}
  	}
  }*/
}

.header__wrap-logo {
  min-width: 155px;
}

.header__wrapper {
  background-color: transparent;
  left: 0;
  position: fixed;
  transition: background-color 0.3s ease 0s;
  top: 20px;
  width: 100%;
  z-index: 100;
}

.header__wrapper .n_container {
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 90px;
  display: flex;
  height: 68px;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 9px;
  position: relative;
  transition: height 0.3s ease 0s;
}

.header-container {
  position: relative;
}

.header__button {
  align-items: center;
  border: 1px solid #F75005;
  border-radius: 40px;
  color: #F75005;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  height: 52px;
  letter-spacing: 0.02em;
  padding: 16px 25px 17px;
  transition: all 0.3s ease 0s;
  text-align: center;
  /*@include media-max-480 {
  	font-size: 16px;
  	height: 60px;
  }*/
}

/* Top menu */

.header .menu__icon {
  display: none;
  font-size: 0;
}

.header .menu__list {
  list-style: none;
}

.header .menu__list > li {
  position: relative;
}

.header .menu-item {
  position: relative;
}

.header .menu__link,
.header .menu__sub-link {
  transition: all 0.3s ease 0s;
}

.header .menu__sub-list li {
  list-style: none;
}

.header .menu__arrow {
  bottom: 1px;
  display: block;
  height: 10px;
  font-size: 0;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  transition: transform 0.3s ease 0s;
  top: 0;
  width: 10px;
}

.header .menu__arrow svg {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
}

/* ------------------- */

body._touch .header .menu__list > li._active .menu__sub-list {
  top: calc(100% - 0px);
}

body._pc .header .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  pointer-events: all;
  transform: perspective(400px) rotateX(0deg);
  visibility: visible;
}

body._touch .header .menu__list {
  flex: 1 1 auto;
}

body._touch .header .menu__list > li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

body._touch .header .menu__list > li._active .menu__sub-list {
  display: block;
  opacity: 1;
  pointer-events: all;
  transform: translate(0, 0);
  visibility: visible;
}

body._touch .header .menu__list > li._active .menu__arrow {
  transform: scale(1, -1);
}

body._pc .header .menu__list > li:hover .menu__arrow {
  top: 0;
}

/* Page - Home */

.first-screen {
  padding-bottom: 50px;
  padding-top: 118px;
}

.first-screen__item {
  position: relative;
}

.first-screen__item-content {
  height: 100%;
  position: relative;
  width: 100%;
}

.first-screen__item-content-bg {
  left: 50%;
  position: absolute;
  transform: translate(-60%, -62%);
  top: 50%;
  z-index: -1;
}

.first-screen__above-title {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
}

.first-screen__above-title span {
  color: #C0C0C0;
  font-weight: 700;
  text-decoration-line: line-through;
}

.first-screen__title {
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.first-screen__title span {
  color: #F75005;
}

.first-screen__text {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.05em;
}

.first-screen__wrap-buttons {
  display: flex;
  margin-top: 62px;
}

.first-screen__button {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 68px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 16px 25px 17px;
  text-align: center;
  width: 240px;
}

.first-screen__watch-video {
  align-items: center;
  color: #F75005;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.first-screen__watch-video-circle {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 48px;
  margin-left: 30px;
  margin-right: 19px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.first-screen__watch-video-circle svg {
  left: 2px;
  position: relative;
  z-index: 2;
}

.first-screen__watch-video-circle:hover::after {
  animation: pulse-icon 1.2s infinite ease-in-out;
  opacity: 1;
}

.first-screen__watch-video-circle::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 68px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.1;
  transition: 0.3s;
  width: 68px;
  z-index: 1;
}

.first-screen__blocks {
  display: flex;
  margin-top: 66px;
}

.first-screen__block {
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  border-radius: 30px;
  padding: 22px 42px 22px;
  width: 199px;
}

.first-screen__block:nth-child(1) {
  margin-right: 40px;
}

.first-screen__block-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.first-screen__block-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.first-screen__block svg {
  margin-top: 3px;
}

.first-screen .fs-slider {
  height: 806px;
  transition: opacity 0.3s;
  transform: translate(16%, -13%);
}

.first-screen .fs-slider.deley {
  opacity: 0;
  pointer-events: none;
}

.first-screen .fs-slider__block-wrap-arrow {
  bottom: 0;
  display: flex;
  position: absolute;
  transform: translateY(50%);
  z-index: 5;
}

.first-screen .fs-slider__slide {
  opacity: 0 !important;
}

.first-screen .fs-slider__slide.swiper-slide-active {
  opacity: 1 !important;
}

.first-screen .fs-slider__wrapper {
  position: relative;
  z-index: 5;
}

.first-screen .fs-slider__wrap-image img {
  position: relative;
}

.first-screen .fs-slider__block {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 30px;
  bottom: 31%;
  padding: 9px 21px 0px;
  position: absolute;
  left: -12%;
  width: 320px;
  z-index: 10;
}

.first-screen .fs-slider__block-title {
  color: #F75005;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
}

.first-screen .fs-slider__block-label {
  align-items: center;
  border-radius: 20px;
  display: flex;
  height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  width: 271px;
  max-width: 100%;
}

.first-screen .fs-slider__block-label.low-risk {
  background: linear-gradient(90deg, #5DC23A 42.29%, rgba(93, 194, 58, 0) 94.08%);
}

.first-screen .fs-slider__block-label.medium-risk {
  background: linear-gradient(90deg, #F3AD23 42.29%, rgba(243, 173, 35, 0) 94.08%);
}

.first-screen .fs-slider__block-label.high-risk {
  background: linear-gradient(90deg, #F54119 42.29%, rgba(245, 65, 25, 0) 94.08%);
}

.first-screen .fs-slider__block-label p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 8px;
}

.first-screen .fs-slider__block-wrap-text {
  padding-top: 9px;
}

.first-screen .fs-slider__block-wrap-text p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.first-screen .fs-slider__block-wrap-arrow {
  position: relative;
}

.first-screen .fs-slider .fs-slider-button-prev,
.first-screen .fs-slider .fs-slider-button-next {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 38px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 38px;
  z-index: 1;
}

.first-screen .fs-slider .fs-slider-button-prev:not(.swiper-button-disabled):hover::after,
.first-screen .fs-slider .fs-slider-button-next:not(.swiper-button-disabled):hover::after {
  animation: playpulsecircle 1.2s infinite ease-in-out;
}

.first-screen .fs-slider .fs-slider-button-prev.swiper-button-disabled,
.first-screen .fs-slider .fs-slider-button-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.first-screen .fs-slider .fs-slider-button-prev::after,
.first-screen .fs-slider .fs-slider-button-next::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  display: block;
  height: 48px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: 0.3s;
  width: 48px;
  z-index: 0;
}

.first-screen .fs-slider .fs-slider-button-prev svg,
.first-screen .fs-slider .fs-slider-button-next svg {
  position: relative;
  z-index: 1;
}

.first-screen .fs-slider .fs-slider-button-next {
  margin-left: 15px;
}

.start-your-jouney {
  padding-bottom: 12px;
  padding-top: 50px;
}

.start-your-jouney__text-above-title {
  color: #F75005;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.start-your-jouney__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 59px;
  max-width: 860px;
}

.start-your-jouney__wrap-video {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 39%;
  position: relative;
}

.start-your-jouney__wrap-video.youtube-video {
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.start-your-jouney__wrap-video.youtube-video iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.start-your-jouney__video-btn {
  background-color: #f75005;
  border-radius: 50%;
  display: block;
  height: 84px;
  font-size: 0;
  left: 50%;
  height: 84px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease 0s;
  top: 50%;
  width: 84px;
  z-index: 2;
}

.start-your-jouney__video-btn::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.67773 22.7285L22.6777 12.7285L9.67773 2.72852V22.7285Z' fill='%23DFDFDF'/%3e%3c/svg%3e");
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.start-your-jouney__poster-video {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.take-care-of-skin {
  padding-bottom: 20px;
  padding-top: 12px;
}

.take-care-of-skin__text-above-title {
  color: #F75005;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 17px;
}

.take-care-of-skin__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.take-care-of-skin__icons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}

.take-care-of-skin__wrap-icon {
  align-items: center;
  display: flex;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.take-care-of-skin__wrap-icon img {
  max-height: 100%;
  max-width: 100%;
}

.take-care-of-skin__blockText p {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.take-care-of-skin__blocks {
  margin-top: 60px;
}

.take-care-of-skin__block {
  border-radius: 38px;
  display: flex;
}

.take-care-of-skin__block:nth-child(1) {
  background: linear-gradient(169.62deg, #FF8F5C -8.51%, #F75005 104.74%);
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
}

.take-care-of-skin__block:nth-child(2) {
  background: linear-gradient(169.62deg, #7976FD -8.51%, #504DE5 104.74%);
  box-shadow: 0px 20px 30px rgba(83, 80, 231, 0.25);
}

.take-care-of-skin__block:nth-child(3) {
  background: linear-gradient(169.62deg, #A980FF -8.51%, #733AED 104.74%);
  box-shadow: 0px 20px 30px rgba(122, 67, 239, 0.25);
}

.take-care-of-skin__block-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.take-care-of-skin__block-text {
  margin-bottom: -5px;
  padding-top: 8px;
}

.take-care-of-skin__block-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.take-care-of-skin__block-wrap-arrow {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.take-care-of-skin__block-link {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 46px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 46px;
}

.take-care-of-skin__block-link:hover {
  background-color: #fff;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  color: #F75005;
}

.take-care-of-skin__block-link:hover::after {
  animation: pulse-icon 1.2s infinite ease-in-out;
  background-color: #fff;
}

.take-care-of-skin__block-link:hover .take-care-of-skin__link-wrap-icon {
  z-index: 1;
}

.take-care-of-skin__block-link::after {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 0;
}

.take-care-of-skin__block-link-wrap-icon {
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.key-features {
  padding-top: 60px;
}

.key-features__item:nth-child(1) .key-features-bg-item-one {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 60%;
  z-index: -1;
}

.key-features__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
}

.key-features__block-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.05em;
  padding-right: 10px;
}

.key-features__block-image {
  border-radius: 8px;
  height: calc(100% - 45px);
  margin: 22.5px;
  width: calc(100% - 45px);
}

.key-features__block-wrap-icon {
  align-items: center;
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%);
  border-radius: 30px;
  height: 95px;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  min-width: 95px;
}

.key-features__block-wrap-image {
  position: relative;
}

.key-features__buttons {
  display: flex;
  max-width: 455px;
  margin: 68px auto 0;
}

.key-features__button {
  border-radius: 40px;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.who-we-serve {
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%), #FFFFFF;
  border-radius: 100px;
  margin-bottom: 100px;
  margin-top: 92px;
  padding-bottom: 118px;
  padding-left: 30px;
  padding-top: 106px;
  position: relative;
}

.who-we-serve .n_container {
  position: relative;
  z-index: 1;
}

.who-we-serve__text-above-title {
  font-size: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin: 0;
}

.who-we-serve__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-top: 28px;
}

.who-we-serve .block-info-numbers {
  margin-top: -20px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 44px;
}

.who-we-serve .block-info-numbers__number,
.who-we-serve .block-info-numbers__text {
  text-align: center;
}

.who-we-serve .block-info-numbers__number {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}

.who-we-serve .block-info-numbers__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.01em;
  margin: 0;
}

.who-we-serve .block-info-numbers__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.who-we-serve .block-info-numbers__bottom p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  margin-top: 12px;
}

.who-we-serve .block-info-numbers__today {
  background-color: #fff;
  border-radius: 7px;
  height: 40px;
  margin-left: 19px;
  margin-right: 19px;
  padding-bottom: 11px;
  padding-top: 9px;
  text-align: center;
}

.who-we-serve .block-info-numbers__today p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin: 0;
  white-space: nowrap;
}

.who-we-serve .block-info-numbers__today p span {
  margin-left: 11%;
  white-space: nowrap;
}

.who-we-serve__wrap-counters {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 61px;
}

.who-we-serve__counter {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(17% - 30px);
}

.who-we-serve__counter:first-child {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: calc(23% - 30px);
}

.who-we-serve__counter:first-child::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 57px;
  position: absolute;
  right: -16px;
  top: 26px;
  width: 2px;
}

.who-we-serve__counter:nth-child(2) {
  width: calc(23% - 30px);
}

.who-we-serve__counter-number,
.who-we-serve__counter-text {
  text-align: center;
}

.who-we-serve__counter-number {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.who-we-serve__counter-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.who-we-serve__illustration {
  position: absolute;
  right: 0;
  z-index: 0;
}

.who-we-serve__illustration.deskstop {
  top: 0;
}

.who-we-serve__illustration.mobile {
  bottom: 0;
  height: 100%;
}

.world-better {
  padding-bottom: 74px;
  padding-top: 100px;
}

.world-better__items {
  margin-bottom: 60px;
}

.world-better .swiper-container-autoheight .swiper-wrapper {
  align-items: normal;
}

.world-better #world-better-wrap-arrows {
  display: flex;
}

.world-better__sw-btn-prev,
.world-better__sw-btn-next {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 48px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.world-better__sw-btn-prev:not(.swiper-button-disabled):hover::after,
.world-better__sw-btn-next:not(.swiper-button-disabled):hover::after {
  animation: play-pulse-circle 1.2s infinite ease-in-out;
}

.world-better__sw-btn-prev.swiper-button-disabled,
.world-better__sw-btn-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.world-better__sw-btn-prev::after,
.world-better__sw-btn-next::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: 0.3s;
  width: 60px;
  z-index: -1;
}

.world-better__sw-btn-next {
  margin-left: 18px;
}

.world-better__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
}

.world-better .world-better-wrap-arrows {
  position: relative;
}

.world-better .wrap-slider {
  overflow: hidden;
}

.world-better-slider__wrapper {
  height: auto !important;
}

.world-better-slider__slide {
  background-color: #F9F9F9;
  border-radius: 38px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 25px;
  transition: all 0.3s ease 0s;
}

.world-better-slider__slide:hover {
  background-color: #F3F3F3;
}

.world-better-slider__slide:hover .world-better-slider__permalink-wrap-icon {
  background-color: #F75005;
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  color: #fff;
  margin-left: 24px;
}

.world-better-slider__slide:hover .world-better-slider__permalink-wrap-icon::after {
  animation: pulse-icon 1.2s infinite ease-in-out;
}

.world-better-slider__wrap-image {
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  padding-bottom: 81%;
  position: relative;
}

.world-better-slider__wrap-text {
  padding-bottom: 17px;
  padding-top: 31px;
}

.world-better-slider__wrap-text p {
  color: #000000 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.world-better-slider__wrap-data-permalink {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  padding-bottom: 5px;
  width: 100%;
}

.world-better-slider__data {
  color: #000000 !important;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-right: auto;
  padding-right: 12px;
}

.world-better-slider__permalink {
  align-items: center;
  color: #F75005;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.world-better-slider__permalink .world-better-slider__permalink-wrap-icon {
  align-items: center;
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  height: 46px;
  margin-left: 8px;
  position: relative;
  transition: 0.4s;
  width: 46px;
}

.world-better-slider__permalink .world-better-slider__permalink-wrap-icon::after {
  background-color: #fff;
  opacity: 0.3 !important;
  border-radius: 50%;
  content: "";
  display: block;
  height: 65px;
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 65px;
  z-index: 1;
}

.world-better .swiper-wrapper {
  align-items: stretch;
}

.world-better__form {
  background-color: #F9F9F9;
  border-radius: 57.5px;
  display: flex;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 9px 11px;
  width: 824px;
  max-width: 100%;
}

.world-better .world-better-form__field {
  background: none;
  border: none;
  color: #8E8E8E;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding-left: 39px;
  padding-right: 20px;
  outline: none;
  width: 100%;
}

.world-better .world-better-form__field::-moz-placeholder {
  color: inherit;
}

.world-better .world-better-form__field::placeholder {
  color: inherit;
}

.world-better .world-better-form__submit {
  background-color: #F75005;
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  min-width: 283px;
  max-width: 283px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.supported-by {
  padding-top: 74px;
}

.supported-by__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 72px;
  margin: 0 0 56px;
  text-align: center;
}

.supported-by__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px;
}

.supported-by__block {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  height: 74px;
  margin: 20px 10px;
  min-width: 158px;
  padding-left: 30px;
  padding-right: 30px;
}

.supported-by__block:hover img {
  filter: grayscale(0);
}

.supported-by__block img {
  filter: grayscale(1);
  transition: all 0.3s ease 0s;
}

@keyframes pulse-icon {
  0% {
    height: 46px;
    width: 46px;
  }

  100% {
    height: 65px;
    opacity: 0;
    width: 65px;
  }
}

@keyframes play-pulse {
  100% {
    height: 65px;
    width: 65px;
  }
}

@keyframes play-pulse-circle {
  0% {
    height: 48px;
    opacity: 1;
    width: 48px;
  }

  100% {
    height: 65px;
    opacity: 0;
    width: 65px;
  }
}

@keyframes playpulsecircle {
  0% {
    height: 38px;
    opacity: 1;
    width: 38px;
  }

  100% {
    height: 48px;
    opacity: 0;
    width: 48px;
  }
}

/* Page - Get Skinive */

main.main.get-skinive {
  padding-top: 142px;
}

.get-skinive__items {
  margin-top: 128px;
  position: relative;
}

.get-skinive__item-content {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.get-skinive__item-block-image {
  z-index: -1;
}

.get-skinive__item-block-qr-code {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  bottom: 7%;
  display: flex;
  justify-content: center;
  left: 6%;
  height: 210px;
  padding: 20px;
  position: absolute;
  width: 210px;
}

.get-skinive__wrap-content #skinive-app {
  display: block;
  opacity: 1;
}

.get-skinive__wrap-content #skinive-md {
  display: none;
  opacity: 0;
}

.get-skinive__wrap-content.mds #skinive-app {
  display: none;
  opacity: 0;
}

.get-skinive__wrap-content.mds #skinive-md {
  display: block;
  opacity: 1;
}

.get-skinive__tabs {
  align-items: center;
  background-color: #fff;
  border: 1px solid #F75005;
  border-radius: 40px;
  display: flex;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 494px;
  max-width: 100%;
}

.get-skinive__tabs span {
  color: #F75005;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 50%;
  z-index: 0;
}

.get-skinive__tabs-button {
  align-items: center;
  background-color: #F75005;
  border-radius: 40px;
  cursor: default;
  display: flex;
  height: 66px;
  left: -1px;
  padding: 16px 25px 17px;
  position: absolute;
  text-align: center;
  transition: position 0.3s ease 0s;
  top: 0;
  width: 247px;
  max-width: 50%;
  z-index: 1;
}

.get-skinive__tabs-button.active {
  left: auto;
  right: -1px;
}

.get-skinive__tabs-button.active span:nth-child(1) {
  display: none;
}

.get-skinive__tabs-button.active span:nth-child(2) {
  display: block;
}

.get-skinive__tabs-button span {
  color: #fff;
  cursor: default;
  width: 100%;
}

.get-skinive__tabs-button span:nth-child(2) {
  display: none;
}

.get-skinive__tab-content {
  transition: all 0.3s ease 0s;
}

.get-skinive__title {
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 0.05em;
  margin: 0 0 17px;
}

.get-skinive__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.05em;
}

.get-skinive__buttons {
  margin-top: 38px;
}

.get-skinive__buttons.mds-buttons .get-skinive__button {
  box-shadow: 0 20px 30px rgba(74, 100, 251, 0.25);
}

.get-skinive__button {
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  height: 63px;
}

.get-skinive__button:first-child {
  margin-right: 3px;
}

.get-skinive__wrap-text {
  margin-top: 72px;
}

.get-skinive__wrap-text p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: right;
}

.get-skinive__wrap-social {
  background-color: #fff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  margin-top: -22px;
  padding: 35px 43px 8px;
  width: 318px;
}

.get-skinive__wrap-social p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.get-skinive__social-icons {
  display: flex;
  margin-top: 12px;
  transform: translateX(-7%);
}

.get-skinive__social-icon {
  color: #F75005;
  list-style: none;
}

.get-skinive__social-icon svg {
  transition: all 0.3s ease 0s;
  height: 54px;
  width: auto;
}

.get-skinive__bg-illustration {
  left: 50%;
  transform: translate(-22%, -35%);
  position: absolute;
  top: 0;
  z-index: -1;
}

.get-skinive__bg-illustration.app {
  min-width: 1180px;
}

.get-skinive__bg-illustration.md {
  min-width: 1400px;
}

/* Page - About */

.about-page {
  padding-top: 202px;
}

.about-fs {
  margin-bottom: 242px;
  position: relative;
}

.about-fs__title {
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.about-fs__block-text {
  padding-top: 35px;
}

.about-fs__block-text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.about-fs__link {
  align-items: center;
  border: 1px solid #F75005;
  border-radius: 40px;
  color: #F75005;
  display: flex;
  justify-content: center;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 39px;
  padding: 16px 25px 17px;
  transition: 0.3s;
  width: 232px;
  max-width: 100%;
}

.about-fs__link:hover {
  background-color: #F75005;
  color: #fff;
}

.about-skinive-ai-accuracy {
  padding-bottom: 26px;
}

.about-skinive-ai-accuracy__title {
  font-size: 64px;
  line-height: 72px;
}

.about-skinive-ai-accuracy__block-text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 41px;
  max-width: 1001px;
}

.about-skinive-ai-accuracy__block-text p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-skinive-ai-accuracy__block-data {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.about-skinive-ai-accuracy__data-text {
  letter-spacing: 0.01em;
}

.about-skinive-ai-accuracy__wrap-data {
  display: flex;
}

.about-skinive-ai-accuracy__data {
  align-items: center;
  color: #8A8A8A;
  display: flex;
  letter-spacing: 0.05em;
}

.about-skinive-ai-accuracy__data::before {
  content: "";
  display: block;
}

.about-skinive-ai-accuracy__data:nth-child(1) {
  margin-right: 39px;
}

.about-skinive-ai-accuracy__data:nth-child(1)::before {
  background: linear-gradient(180deg, #D9D9D9 0%, #F8F8F8 100%), #D7D7D7;
}

.about-skinive-ai-accuracy__data:nth-child(2)::before {
  background: linear-gradient(180deg, #F75005 0%, #FF7436 100%);
}

.about-skinive-ai-accuracy__schedule.mobile {
  width: 100%;
}

.about-skinive-ai-accuracy__wrap-schedule-text {
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 30px;
  max-width: 1220px;
}

.about-skinive-ai-accuracy__item-text {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 1%;
  padding-right: 1%;
  width: calc(20% - 20px);
}

.about-skinive-ai-accuracy__item-text:last-child p {
  font-weight: 600;
}

.about-skinive-ai-accuracy__item-text p {
  color: #1C1C1C;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.about-skinive-ai-accuracy__bottom {
  background-color: #F9F9F9;
  border-radius: 40px;
  padding: 22px 20px 20px;
  width: 100%;
}

.about-skinive-ai-accuracy__bottom-text {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-skinive-ai-accuracy__bottom-button {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  height: 58px;
  letter-spacing: 0.02em;
  padding: 16px 35px 17px;
  text-align: center;
  width: 100%;
}

.about-publication-clinical {
  padding-bottom: 91px;
  padding-top: 74px;
}

.about-publication-clinical__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 72px;
  margin: 0 0 49px;
  text-align: center;
}

.about-publication-clinical__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.about-publication-clinical__block {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 120px;
  margin: 10px 11px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(20% - 22px);
}

.about-publication-clinical__block:hover img {
  filter: grayscale(0);
}

.about-publication-clinical__block img {
  filter: grayscale(1);
  max-height: 90%;
  max-width: 90%;
  transition: all 0.3s ease 0s;
}

.about-values__title {
  font-size: 64px;
  line-height: 72px;
  margin: 2px 0 42px;
}

.about-values__content {
  height: 510px;
  margin-left: auto;
  max-width: 100%;
  position: relative;
}

.about-values__blockText p {
  font-size: 22px;
  font-style: italic;
  line-height: 36px;
  letter-spacing: 0.05em;
  position: relative;
}

.about-values__blockText p:not(:last-child) {
  margin-bottom: 20px;
}

.about-values__blockText p:first-child::before {
  content: "“ ";
  left: -15px;
  position: absolute;
  top: 0;
}

.about-values__blockText p #quot-end {
  font-weight: 400;
  position: relative;
}

.about-values__blockText p #quot-end::after {
  content: " ”";
  right: -18px;
  position: absolute;
  top: -4px;
}

.about-values__blockText p span {
  color: #F75005;
}

.about-values__blockPhoto {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
  border-radius: 90px 90px 90px 0;
  color: #fff;
  height: 510px;
  position: relative;
  width: 459px;
  max-width: 100%;
}

.about-values__blockPhoto img {
  border-radius: 90px 90px 90px 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-values__blockName {
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.04);
  border-radius: 60px 0;
  bottom: 34px;
  color: #fff;
  left: -59px;
  padding-bottom: 17px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 24px;
  position: absolute;
  width: 400px;
  max-width: 100%;
}

.about-values__blockNameIn {
  display: block;
  height: 36px;
  position: absolute;
  right: 34px;
  top: 25px;
  width: 36px;
  z-index: 1;
}

.about-values__blockNameIn svg {
  max-height: 100%;
  max-width: 100%;
}

.about-values__name {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.05em;
  padding-right: 22px;
}

.about-values__position {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.about-milestones {
  padding-bottom: 0px;
  padding-top: 94px;
}

.about-milestones__top-items {
  align-items: flex-end;
  display: flex;
}

.about-milestones__top-item:nth-child(1) {
  width: 100%;
}

.about-milestones__top-item:nth-child(2) {
  display: none;
}

.about-milestones__title {
  font-size: 64px;
  line-height: 72px;
}

.about-milestones #about-milestones-wrap-arrows {
  display: flex;
  position: relative;
  top: -5px;
}

.about-milestones__sw-btn-prev,
.about-milestones__sw-btn-next {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 48px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.about-milestones__sw-btn-prev:not(.swiper-button-disabled):hover::after,
.about-milestones__sw-btn-next:not(.swiper-button-disabled):hover::after {
  animation: play-pulse-circle 1.2s infinite ease-in-out;
}

.about-milestones__sw-btn-prev.swiper-button-disabled,
.about-milestones__sw-btn-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.about-milestones__sw-btn-prev::after,
.about-milestones__sw-btn-next::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: 0.3s;
  width: 60px;
  z-index: -1;
}

.about-milestones__sw-btn-next {
  margin-left: 18px;
}

.about-milestones__wrap-slider {
  margin-top: 50px;
  position: relative;
}

.about-milestones__slider-line {
  background: #EAEAEA;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  top: 58px;
  width: 100%;
}

.about-milestones__slider-line-bg {
  background: linear-gradient(270deg, #F75005 0%, #f9f9f9 100%);
  border-radius: 1px;
  font-size: 0;
  height: 2px;
  position: relative;
  width: calc(86% - 3px);
}

.about-milestones__slider-line-circle {
  align-items: center;
  background-color: rgba(247, 80, 5, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 16px;
  position: absolute;
  right: -8px;
  transform: translateY(-50%);
  top: 50%;
  width: 16px;
}

.about-milestones__slider-line-doted {
  background-color: #F75005;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  height: 8px;
  width: 8px;
}

.about-milestones__slide {
  text-align: left;
}

.about-milestones__slide.swiper-slide-active .about-milestones__wrap-data {
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%);
  padding-left: 17px;
}

.about-milestones__slide.swiper-slide-active .about-milestones__data,
.about-milestones__slide.swiper-slide-active .about-milestones__q {
  color: #fff;
}

.about-milestones__slide.swiper-slide-active .about-milestones__q {
  background: none;
}

.about-milestones__wrap-data,
.about-milestones__data {
  transition: 0.6s;
}

.about-milestones__wrap-data {
  align-items: center;
  display: inline-flex;
  border-radius: 12px;
}

.about-milestones__data {
  color: #F75005;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.about-milestones__q {
  background-color: #F9F9F9;
  border-radius: 12px;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.05em;
  order: -1;
  margin-left: 12px;
  padding: 5px 11px 3px 11px;
  transition: color 0.3s;
}

.about-milestones__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
}

.about-milestones__text::before {
  background: #EAEAEA;
  border-radius: 1px;
  content: "";
  display: flex;
  justify-content: flex-start;
  height: 2px;
  margin: 24px auto 19px 0;
  width: 24px;
}

.about-vision {
  padding-top: 88px;
}

.about-vision__title {
  font-size: 64px;
  line-height: 72px;
  margin: 0;
  margin-bottom: 85px;
}

.about-vision__items._init .about-vision__title::after {
  display: block;
}

.about-vision__item {
  background: #F9F9F9;
  padding: 37px 50px 68px;
  position: relative;
}

.about-vision__blockTitle {
  color: #000;
  cursor: default;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  padding-right: 110px;
  text-align: left;
}

.about-vision__blockTitle::after {
  content: url("../images/svg/spoller-arrow.svg");
  position: absolute;
  right: 24px;
  transition: 0.3s;
  top: 17px;
}

.about-vision__blockTitle._active::after {
  top: 25px;
  transform: scale(1, -1);
}

.about-vision__wrap-icon {
  align-items: center;
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  height: 100px;
  padding: 15px;
  position: absolute;
  right: 50px;
  top: -30px;
  width: 100px;
}

.about-vision__blockText {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.about-our-products {
  padding-bottom: 92px;
  padding-top: 66px;
}

.about-our-products__text-above-title {
  color: #F75005;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 17px;
}

.about-our-products__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.about-our-products__icons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}

.about-our-products__wrap-icon {
  align-items: center;
  display: flex;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.about-our-products__wrap-icon img {
  max-height: 100%;
  max-width: 100%;
}

.about-our-products__blockText p {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.about-our-products__blocks {
  margin-top: 60px;
}

.about-our-products__block {
  background-color: #F9F9F9;
  display: flex;
}

.about-our-products__block-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.01em;
}

.about-our-products__block-text {
  margin-bottom: -5px;
  padding-top: 8px;
}

.about-our-products__block-text p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.about-our-products__block-wrap-arrow {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.about-our-products__block-link {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #F75005;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 46px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 46px;
  /*&:hover {
     background-color: #F75005;
     box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
     color: #fff;

     &::after {
        animation: pulse-icon 1.2s infinite ease-in-out;
        background-color: rgba(247, 80, 5, 1);
     }

     .take-care-of-skin__link-wrap-icon {
        z-index: 1;
     }
  }*/
}

.about-our-products__block-link::after {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  width: 60px;
  z-index: 0;
}

.about-our-products__block-link-wrap-icon {
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.about-our-products__block-link svg {
  position: relative;
  z-index: 2;
}

.about-our-products__wrap-image {
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  margin-right: 19px;
}

.about-lets-stay-in-touch {
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%), #FFFFFF;
  border-radius: 90px;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 41px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 63px;
  position: relative;
}

.about-lets-stay-in-touch .n_container {
  max-width: 824px;
  position: relative;
  z-index: 1;
}

.about-lets-stay-in-touch__title,
.about-lets-stay-in-touch__text,
.about-lets-stay-in-touch__submit {
  text-align: center;
}

.about-lets-stay-in-touch__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
}

.about-lets-stay-in-touch__wrap-text {
  padding-bottom: 45px;
  padding-top: 21px;
}

.about-lets-stay-in-touch__text {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.about-lets-stay-in-touch__text a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.about-lets-stay-in-touch__field {
  border: none;
  color: #8E8E8E;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  outline: none;
  width: 100%;
}

.about-lets-stay-in-touch__submit {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.about-lets-stay-in-touch__illustration {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  z-index: 0;
}

/* Page - For patients */

.for-patients-page .first-screen__title {
  font-size: 72px;
  font-weight: 700;
  text-transform: capitalize;
}

.for-patients-page .key-features {
  padding-bottom: 59px;
}

.for-patients-page .key-features__block-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.for-patients-weekly-basis {
  margin-bottom: 37px;
  margin-top: 50px;
  position: relative;
}

.for-patients-weekly-basis__read-more {
  background-color: #F9F9F9;
  border-radius: 100px;
  height: auto;
  padding-bottom: 113px;
  padding-left: 136px;
  padding-right: 136px;
  padding-top: 114px;
  max-width: 1400px;
  z-index: 120;
}

.for-patients-weekly-basis__read-more-close {
  height: 48px;
  position: absolute;
  right: 76px;
  top: 76px;
  width: 48px;
}

.for-patients-weekly-basis__read-more-close svg {
  max-height: 100%;
  max-width: 100%;
}

.for-patients-weekly-basis__read-more-item:nth-child(2) {
  display: flex;
  justify-content: center;
}

.for-patients-weekly-basis__read-more-title {
  color: #000;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 58px;
}

.for-patients-weekly-basis__read-more-block-text p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.for-patients-weekly-basis__read-more-block-text p:not(:last-child) {
  margin-bottom: 15px;
}

.for-patients-weekly-basis__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 62px;
}

.for-patients-weekly-basis__title span {
  color: #F75005;
}

.for-patients-weekly-basis #for-patients-weekly-basis-wrap-arrows {
  display: flex;
}

.for-patients-weekly-basis__sw-btn-prev,
.for-patients-weekly-basis__sw-btn-next {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 65.36px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 65.36px;
}

.for-patients-weekly-basis__sw-btn-prev:not(.swiper-button-disabled):hover::after,
.for-patients-weekly-basis__sw-btn-next:not(.swiper-button-disabled):hover::after {
  animation: fpplay-pulse-circle 1.2s infinite ease-in-out;
}

.for-patients-weekly-basis__sw-btn-prev.swiper-button-disabled,
.for-patients-weekly-basis__sw-btn-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.for-patients-weekly-basis__sw-btn-prev::after,
.for-patients-weekly-basis__sw-btn-next::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  display: block;
  height: 82.56px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: 0.3s;
  width: 82.56px;
  z-index: -1;
}

.for-patients-weekly-basis__sw-btn-next {
  margin-left: 28px;
}

.for-patients-weekly-basis__block {
  position: relative;
}

.for-patients-weekly-basis-slider {
  overflow: hidden;
}

.for-patients-weekly-basis__s-title {
  color: #F75005;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}

.for-patients-weekly-basis__s-btn {
  align-items: center;
  border: 1px solid #F75005;
  border-radius: 40px;
  color: #F75005;
  display: flex;
  justify-content: center;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 16px 25px;
  transition: 0.3s;
  text-align: center;
}

.for-patients-weekly-basis__s-btn:hover {
  background-color: #F75005;
  color: #fff;
}

.for-patients-weekly-basis__wrap-title-text {
  box-sizing: border-box;
}

.for-patients-weekly-basis__wrap-title-text h1,
.for-patients-weekly-basis__wrap-title-text h2,
.for-patients-weekly-basis__wrap-title-text h3,
.for-patients-weekly-basis__wrap-title-text h4,
.for-patients-weekly-basis__wrap-title-text h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 19px;
}

.for-patients-weekly-basis__wrap-title-text p {
  color: #1F1F1F;
  font-size: 22px;
  line-height: 28px;
}

.for-patients-weekly-basis__step {
  color: #1F1F1F;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 19px;
}

.for-patients-self-exam {
  padding-bottom: 101px;
  padding-top: 60px;
}

.for-patients-self-exam__above-title {
  color: #F75005;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 17px;
}

.for-patients-self-exam__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 62px;
}

.for-patients-self-exam__block {
  display: flex;
}

.for-patients-self-exam__block-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
}

.for-patients-self-exam__block-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding-right: 10px;
}

.for-patients-self-exam__block-image {
  background-color: #F9F9F9;
  border-radius: 50px;
  display: block;
  overflow: hidden;
  height: 720px;
  position: relative;
  width: 100%;
}

.for-patients-self-exam__block-image::before {
  background-color: rgba(161, 161, 161, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.for-patients-self-exam__block-image:hover .for-patients-self-exam__btn-play {
  height: 88px;
  width: 88px;
}

.for-patients-self-exam__block-image:hover .for-patients-self-exam__btn-play svg {
  transform: scale(0.85);
}

.for-patients-self-exam__block-wrap-icon {
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 30px;
  height: 110px;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  min-width: 110px;
}

.for-patients-self-exam__block-wrap-icon.three svg {
  bottom: 3px;
  left: 3px;
  position: relative;
}

.for-patients-self-exam__block-wrap-icon svg,
.for-patients-self-exam__block-wrap-icon img {
  max-height: 80%;
  max-width: 80%;
}

.for-patients-self-exam__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 41% 55%;
     object-position: 41% 55%;
  position: absolute;
  top: 0;
  width: 100%;
}

.for-patients-self-exam__btn-play {
  align-items: center;
  background-color: #F75005;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 98px;
  left: 50%;
  position: absolute;
  transition: 0.2s;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 98px;
  z-index: 2;
}

.for-patients-skin-conditions {
  padding-bottom: 77px;
  position: relative;
}

.for-patients-skin-conditions__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
}

.for-patients-skin-conditions__title span {
  color: #F75005;
}

.for-patients-skin-conditions #for-patients-skin-conditions-wrap-arrows {
  display: flex;
}

.for-patients-skin-conditions__sw-btn-prev,
.for-patients-skin-conditions__sw-btn-next {
  align-items: center;
  background-color: #F75005;
  box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 48px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.for-patients-skin-conditions__sw-btn-prev:not(.swiper-button-disabled):hover::after,
.for-patients-skin-conditions__sw-btn-next:not(.swiper-button-disabled):hover::after {
  animation: play-pulse-circle 1.2s infinite ease-in-out;
}

.for-patients-skin-conditions__sw-btn-prev.swiper-button-disabled,
.for-patients-skin-conditions__sw-btn-next.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}

.for-patients-skin-conditions__sw-btn-prev::after,
.for-patients-skin-conditions__sw-btn-next::after {
  background-color: #F75005;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0.3;
  transition: 0.3s;
  width: 60px;
  z-index: -1;
}

.for-patients-skin-conditions__sw-btn-next {
  margin-left: 18px;
}

.for-patients-skin-conditions-slider {
  background-color: #F9F9F9;
  border-radius: 38px;
  margin-top: 58px;
  padding-bottom: 67px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 71px;
  position: relative;
  overflow: hidden;
}

.for-patients-skin-conditions__wrap-image {
  border-radius: 50%;
  height: 180px;
  position: relative;
  width: 180px;
  overflow: hidden;
}

.for-patients-skin-conditions__wrap-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.for-patients-skin-conditions__wrap-title-text h1,
.for-patients-skin-conditions__wrap-title-text h2,
.for-patients-skin-conditions__wrap-title-text h3,
.for-patients-skin-conditions__wrap-title-text h4,
.for-patients-skin-conditions__wrap-title-text h5,
.for-patients-skin-conditions__wrap-title-text h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 19px;
}

.for-patients-skin-conditions__wrap-title-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.for-patients-skin-conditions__wrap-title-text p a {
  color: #000;
}

.for-patients-skin-conditions__swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 57px;
  position: relative;
  width: 100%;
}

.for-patients-skin-conditions__swiper-pagination .swiper-pagination-bullet {
  background-color: #F2F2F2;
  border-radius: 50%;
  height: 16px;
  margin: 0 15px !important;
  position: relative;
  opacity: 1;
  width: 16px;
}

.for-patients-skin-conditions__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F75005;
  height: 22px;
  width: 22px;
}

.for-patients-skinive-app {
  background: linear-gradient(280.23deg, #F75005 -0.43%, #FF7436 116.24%), #FFFFFF;
  margin-bottom: 60px;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
}

.for-patients-skinive-app .n_container {
  position: relative;
  z-index: 1;
}

.for-patients-skinive-app__bg {
  position: absolute;
  top: 0;
}

.for-patients-skinive-app__bg.dekstop {
  height: auto;
  min-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}

.for-patients-skinive-app__bg.mobile {
  height: 100%;
  width: auto;
}

.for-patients-skinive-app__item:nth-child(2) {
  display: flex;
  justify-content: center;
}

.for-patients-skinive-app__title {
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.05em;
}

.for-patients-skinive-app__wrap-buttons {
  display: flex;
}

.for-patients-skinive-app__button {
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  width: 225px;
}

.for-patients-skinive-app__button svg {
  max-width: 100%;
}

.for-patients-skinive-app__button:nth-child(2) {
  margin-left: 7px;
}

.for-patients-stay-healthy {
  margin-bottom: 54px;
}

.for-patients-stay-healthy__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  text-align: center;
}

.for-patients-stay-healthy__wrap-icons {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 59px;
  margin-bottom: 42px;
  margin-top: 100px;
}

.for-patients-stay-healthy__wrap-icons img {
  max-height: 100%;
  margin-left: 23px;
  margin-right: 23px;
}

.for-patients-stay-healthy__block-text {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
}

.for-patients-stay-healthy__block-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-align: center;
}

@keyframes fpplay-pulse-circle {
  0% {
    height: 60px;
    opacity: 1;
    width: 60px;
  }

  100% {
    height: 86px;
    opacity: 0;
    width: 86px;
  }
}

/* Page - For doctors */

.for-doctors-page .first-screen .fs-slider__right {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.for-doctors-page .first-screen .fs-slider__right-wrap-content {
  align-items: center;
  display: flex;
}

.for-doctors-page .first-screen .fs-slider__right-wrap-icon {
  min-width: 58px;
  margin-right: 18px;
}

.for-doctors-page .first-screen .fs-slider__right-content {
  margin-top: -6px;
}

.for-doctors-page .first-screen .fs-slider__right-content-number {
  color: #5DC239;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.for-doctors-page .first-screen .fs-slider__right-content-number span {
  font-size: 16px;
  line-height: 20px;
}

.for-doctors-page .first-screen .fs-slider__right-content-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

.for-doctors-page .first-screen .fs-slider__block {
  bottom: 29%;
  left: -15%;
  padding: 15px 28px 24px;
  width: 298px;
}

.for-doctors-page .first-screen .fs-slider__block-title {
  color: #504DE5;
  margin-bottom: 7px;
}

.for-doctors-page .first-screen__item-content-bg {
  transform: translate(-37%, -73%);
}

.for-doctors-page .first-screen__title {
  font-size: 70px;
  line-height: 75px;
}

.for-doctors-page .first-screen__watch-video {
  color: #504DE5;
}

.for-doctors-page .first-screen__watch-video-circle {
  background-color: #504DE5;
}

.for-doctors-page .first-screen__watch-video-circle::after {
  background-color: #504DE5;
}

.for-doctors-page .first-screen__wrap-buttons {
  margin-top: 49px;
}

.for-doctors-page .first-screen__button {
  background-color: #504DE5;
  box-shadow: 0 20px 30px rgba(80, 77, 229, 0.25);
}

.for-doctors-page .first-screen__block {
  padding: 24px 27px;
  position: relative;
}

.for-doctors-page .first-screen__block:nth-child(1) {
  width: 195px;
}

.for-doctors-page .first-screen__block:nth-child(2) {
  width: 179px;
}

.for-doctors-page .first-screen__block:nth-child(3) {
  width: 139px;
}

.for-doctors-page .first-screen__block:not(:last-child) {
  margin-right: 20px;
}

.for-doctors-page .first-screen__block svg {
  position: absolute;
  right: 24px;
  top: 7px;
}

.for-doctors-page .for-patients-self-exam img {
  display: table;
  margin-left: auto;
}

.for-doctors-page .about-skinive-ai-accuracy__bottom-text span {
  color: #504DE5;
}

.for-doctors-page .about-skinive-ai-accuracy__bottom-button {
  background-color: #504DE5;
  box-shadow: 0 20px 30px rgba(80, 77, 229, 0.25);
}

.for-doctors-page .for-patients-self-exam__above-title {
  color: #504DE5;
}

.for-doctors-page .for-patients-self-exam {
  padding-bottom: 99px;
}

.for-doctors-page .for-patients-self-exam__title {
  font-size: 64px;
  line-height: 75px;
}

.for-doctors-page .for-patients-self-exam__block-wrap-icon.three svg {
  max-height: 58%;
  max-width: 58%;
}

.for-doctors-page .for-patients-skinive-app {
  background: linear-gradient(280.23deg, #5956EE -0.43%, #504DE5 116.24%), #FFFFFF;
}

.for-doctors-page .for-patients-skinive-app__wrap-buttons {
  margin-left: auto;
  margin-right: auto;
}

.for-doctors-page .for-patients-skinive-app__button {
  box-shadow: 0px 20px 30px rgba(80, 77, 229, 0.25);
}

.for-doctors-page .for-patients-skinive-app__item:nth-child(2) {
  flex-direction: column;
}

.for-doctors-page .for-patients-skinive-app__button-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-top: 19px;
  text-align: center;
}

.for-doctors-page .key-features {
  padding-top: 98px;
}

.for-doctors-page .key-features__item-content {
  position: relative;
}

.for-doctors-page .key-features__block-image {
  margin: 0;
}

.for-doctors-page .key-features .block__item {
  padding: 0;
}

.for-doctors-page .key-features .block__item:not(:last-child) {
  margin-bottom: 10px;
}

.for-doctors-page .key-features .block__item .block__title {
  color: #000000 !important;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.05em;
  padding-bottom: 32px;
  padding-left: 105px;
  padding-right: 100px;
  padding-top: 32px;
  position: relative;
  text-align: left;
  width: 100%;
}

.for-doctors-page .key-features .block__item .block__title::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.05' cx='11' cy='11' r='11' fill='%23504DE5'/%3e%3ccircle opacity='0.2' cx='11' cy='11' r='7' fill='%23504DE5'/%3e%3ccircle cx='11' cy='11' r='4' fill='%23504DE5'/%3e%3c/svg%3e");
  position: absolute;
  transform: translate(-42px, 3px);
}

.for-doctors-page .key-features .block__item .block__title::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.9217L20 2' stroke='%23504DE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  position: absolute;
  right: 62px;
  transition: 0.3s;
  top: 30px;
}

.for-doctors-page .key-features .block__item .block__title._active::after {
  top: 31px;
  transform: scale(1, -1);
}

.for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText {
  margin-top: -12px;
  padding-bottom: 31px;
}

.for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding-left: 105px;
  padding-right: 100px;
}

.for-doctors-page .key-features .block__item p::before {
  content: "";
}

.for-doctors-page .about-publication-clinical {
  padding-bottom: 20px;
  padding-top: 231px;
}

.for-doctors-page .for-patients-stay-healthy__block-text p {
  font-size: 18px;
  line-height: 30px;
}

.for-doctors-skinivemd {
  padding-bottom: 39px;
}

.for-doctors-skinivemd__title {
  font-size: 64px;
  line-height: 75px;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
}

.for-doctors-skinivemd__title span {
  color: #504DE5;
}

.for-doctors-skinivemd__wrap-content h1,
.for-doctors-skinivemd__wrap-content h2,
.for-doctors-skinivemd__wrap-content h3,
.for-doctors-skinivemd__wrap-content h4,
.for-doctors-skinivemd__wrap-content h5,
.for-doctors-skinivemd__wrap-content h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.for-doctors-skinivemd__BlockImage {
  background-color: rgba(83, 80, 232, 0.1);
  position: relative;
}

.for-doctors-skinivemd__BlockImage img {
  left: 0;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.for-doctors-skinivemd__BlockText p {
  font-size: 16px;
  line-height: 28px;
}

.for-doctors-skinivemd__read-more {
  color: #F75005;
  display: table;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-left: auto;
  padding-right: 7px;
  text-align: right;
}

.for-doctors-skinivemd__read-more::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 5.95652L11 1' stroke='%23F75005' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  margin-left: 12px;
}

.for-doctors-more-skin__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 58px;
  max-width: 880px;
}

.for-doctors-more-skin__blocks {
  list-style: none;
}

.for-doctors-more-skin__block {
  background-color: #F9F9F9;
  border-radius: 38px;
  padding-bottom: 32px;
  padding-left: 105px;
  padding-right: 50px;
  padding-top: 32px;
}

.for-doctors-more-skin__block:not(:last-child) {
  margin-bottom: 6px;
}

.for-doctors-more-skin__block p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

.for-doctors-more-skin__block p::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.05' cx='11' cy='11' r='11' fill='%23504DE5'/%3e%3ccircle opacity='0.2' cx='11' cy='11' r='7' fill='%23504DE5'/%3e%3ccircle cx='11' cy='11' r='4' fill='%23504DE5'/%3e%3c/svg%3e");
  left: -42px;
  position: absolute;
  top: 4px;
}

.for-doctors-more-skin__btn-full {
  border: 1px solid #504DE5;
  border-radius: 38px;
  color: #504DE5;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  height: 52px;
  margin-top: 6px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  width: 100%;
}

/* Page - For developers */

.for-developers-page .first-screen {
  margin-bottom: 0;
}

.for-developers-page .first-screen__title span {
  color: #733AED;
}

.for-developers-page .first-screen__block {
  padding: 24px 27px;
  position: relative;
}

.for-developers-page .first-screen__block:nth-child(1) {
  width: 139px;
}

.for-developers-page .first-screen__block:nth-child(2) {
  width: 195px;
}

.for-developers-page .first-screen__block:nth-child(3) {
  width: 179px;
}

.for-developers-page .first-screen__block:not(:last-child) {
  margin-right: 10px;
}

.for-developers-page .first-screen__block svg {
  position: absolute;
  right: 24px;
  top: 7px;
}

.for-developers-page .for-patients-skinive-app {
  background: linear-gradient(112.27deg, #A980FF -80.06%, #733AED 75.31%), #FFFFFF;
}

.for-developers-page .for-patients-skinive-app__title {
  margin-left: 0;
}

.for-developers-page .for-patients-skinive-app__button {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(115, 58, 237, 0.25);
  border-radius: 40px;
  color: #733AED;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 80px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 16px 25px 17px;
  min-width: 288px;
}

.for-developers-page .for-patients-skinive-app__button span::after {
  background-color: #733AED;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: -5px;
  width: 100%;
}

.for-developers-skinive-cloud {
  padding-bottom: 451px;
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

.for-developers-skinive-cloud::before {
  bottom: 0;
  background: linear-gradient(153.2deg, #A980FF -36.85%, #733AED 70.47%);
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.for-developers-skinive-cloud .n_container {
  position: relative;
  z-index: 1;
}

.for-developers-skinive-cloud__blockBgImage {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.for-developers-skinive-cloud__blockBgImage source,
.for-developers-skinive-cloud__image {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}

.for-developers-skinive-cloud__title {
  color: #fff;
  font-size: 64px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

.for-developers-skinive-cloud__blockText p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.for-developers-skinive-cloud__blockText p:not(:last-child) {
  margin-bottom: 30px;
}

.for-developers-skinive-cloud__wrapBlocks {
  display: flex;
  justify-content: center;
}

.for-developers-skinive-cloud__block {
  border-radius: 24px;
  position: relative;
  padding-right: 12px;
  width: 417px;
  max-width: 100%;
}

.for-developers-skinive-cloud__block::after {
  background-color: #FFE600;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.for-developers-skinive-cloud__block-number {
  color: #000;
  font-size: 48px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.for-developers-skinive-cloud__block-text {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.for-developers-prod-feat {
  background-color: #F9F9F9;
  border-radius: 90px;
  margin-top: -274px;
  padding-bottom: 98px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 85px;
  position: relative;
  z-index: 1;
}

.for-developers-prod-feat .n_container {
  position: relative;
}

.for-developers-prod-feat__illustration {
  width: 121.11px;
  position: absolute;
  z-index: -1;
}

.for-developers-prod-feat__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.for-developers-prod-feat__items {
  margin-top: 60px;
}

.for-developers-prod-feat__item-title {
  color: #733AED;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
}

.for-developers-prod-feat__item-blockText p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.for-developers-prod-feat__item-blockText p:not(:last-child) {
  margin-bottom: 16px;
}

.for-developers-usecases {
  padding-bottom: 76px;
  padding-top: 100px;
}

.for-developers-usecases__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 54px;
}

.for-developers-usecases__tabs {
  background-color: #F9F9F9;
  border-radius: 40.5px;
  display: flex;
  justify-content: space-between;
  height: 81px;
  position: relative;
}

.for-developers-usecases__tabs-btn {
  align-items: center;
  background-color: #733AED;
  border-radius: 50%;
  height: 38px;
  display: none;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 38px;
}

.for-developers-usecases__tabs-btn.active {
  display: flex;
}

.for-developers-usecases__tabs-btn.to-left {
  left: 15px;
}

.for-developers-usecases__tabs-btn.to-left svg {
  left: -1px;
  transform: scale(-1, 1);
}

.for-developers-usecases__tabs-btn.to-right {
  right: 15px;
}

.for-developers-usecases__tabs-btn svg {
  left: 1px;
  position: relative;
}

.for-developers-usecases__tabs-btn::before {
  background-color: rgba(115, 58, 236, 0.25);
  border-radius: 50%;
  content: "";
  display: block;
  height: 48px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 48px;
}

.for-developers-usecases__tab {
  align-items: center;
  border-radius: 40.5px;
  color: #733AED;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.05em;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

.for-developers-usecases__tab.active {
  background: linear-gradient(153.2deg, #B28DFF -36.85%, #733AED 70.47%);
  color: #fff;
  cursor: default;
}

.for-developers-usecases__tabContent {
  display: none;
  padding-bottom: 36px;
  padding-top: 36px;
}

.for-developers-usecases__tabContent.show-content {
  display: block;
}

.for-developers-usecases__item {
  box-sizing: border-box;
}

.for-developers-usecases__item-blockImage {
  background-color: #fdfdfd;
  border-radius: 38px;
  height: 100%;
  padding-bottom: 83%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.for-developers-usecases__item-blockImage img {
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
}

.for-developers-usecases__item-blockText p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.for-developers-usecases__item-blockText p:not(:last-child) {
  margin-bottom: 30px;
}

.for-developers-usecases__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.for-developers-our-skinive {
  background-color: #F9F9F9;
  border-radius: 90px;
  padding-bottom: 72px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 72px;
}

.for-developers-our-skinive__title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 80px;
}

.for-developers-our-skinive__title span {
  color: #733AED;
}

.for-developers-our-skinive__block:not(:last-child) {
  margin-bottom: 23px;
}

.for-developers-our-skinive__blockIcon {
  align-items: center;
  background: linear-gradient(153.2deg, #B28DFF -36.85%, #733AED 70.47%);
  border-radius: 30px;
  height: 95px;
  display: flex;
  justify-content: center;
  min-width: 95px;
  max-width: 95px;
}

.for-developers-our-skinive__blockIcon img {
  max-height: 75%;
  max-width: 75%;
}

.for-developers-our-skinive__wrapList li {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 45px;
  position: relative;
}

.for-developers-our-skinive__wrapList li::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.05' cx='11' cy='11' r='11' fill='%23733AED'/%3e%3ccircle opacity='0.2' cx='11' cy='11' r='7' fill='%23733AED'/%3e%3ccircle cx='11' cy='11' r='4' fill='%23733AED'/%3e%3c/svg%3e");
  left: 0;
  position: absolute;
  top: 2px;
}

.for-developers-our-skinive__wrapIconPartner {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.for-developers-our-skinive__wrapIconPartner.text-new-partner {
  position: relative;
}

.for-developers-our-skinive__wrapIconPartner.text-new-partner span {
  color: #733AED;
  font-size: 24px;
  line-height: 28px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.for-developers-our-skinive__wrapIconPartner:hover img {
  filter: grayscale(0);
}

.for-developers-our-skinive__wrapIconPartner img {
  filter: grayscale(1);
  transition: all 0.3s ease 0s;
}

.for-developers-pricing-plan {
  padding-bottom: 65px;
  padding-top: 65px;
}

.for-developers-pricing-plan__title {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
}

.for-developers-pricing-plan__blockText {
  margin-top: 26px;
}

.for-developers-pricing-plan__blockText p {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.01em;
}

.for-developers-pricing-plan__subTitle {
  color: #733AED;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 27px;
  text-align: center;
}

/* Page - Affiliate program */

.affiliate-program-page .first-screen {
  padding-top: 253px;
}

.affiliate-program-page .first-screen .n_container {
  margin-top: 0 !important;
}

.affiliate-program-page .first-screen__title span {
  color: #F75005;
}

.affiliate-program-page .first-screen__text {
  line-height: 30px;
  letter-spacing: 0.96px;
  max-width: 360px;
}

.affiliate-program-page .first-screen__button {
  margin-top: 53px;
  width: 280px;
}

.affiliate-program-page .first-screen__blocks {
  margin-top: 64px;
}

.affiliate-program-page .for-developers-skinive-cloud {
  padding-bottom: 371px;
  padding-top: 150px;
}

.affiliate-program-page .for-developers-skinive-cloud::before {
  background: #F75005;
}

.affiliate-program-page .for-developers-skinive-cloud__title {
  margin-bottom: 35px;
}

.affiliate-program-page .for-developers-prod-feat__items {
  margin-top: 65px;
}

.affiliate-program-page .for-developers-prod-feat__item-title {
  color: #F75005;
  display: block;
  letter-spacing: 0.96px;
  margin-bottom: 21px;
  padding-right: 0;
  text-align: left;
}

.affiliate-program-page .for-developers-prod-feat__item-title::before {
  content: "✅";
  margin-right: 3px;
}

.affiliate-program-page .for-developers-prod-feat__item-blockText p {
  font-size: 18px;
  letter-spacing: 0.18px;
}

.affiliate-program-page .for-developers-prod-feat__block-text {
  margin-top: 75px;
}

.affiliate-program-page .for-developers-prod-feat__block-text p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  font-weight: 500;
}

.affiliate-program-page .for-developers-prod-feat__block-text p strong {
  font-weight: 700;
}

.affiliate-program-page .for-developers-prod-feat__block-text p:not(:last-child) {
  margin-bottom: 28px;
}

.affiliate-program-page .how-it-works {
  padding-top: 115px;
}

.affiliate-program-page .how-it-works__title {
  font-size: 64px;
  line-height: 75px;
}

.affiliate-program-page .how-it-works__blockImage {
  margin-top: 62px;
  padding-bottom: 100%;
  position: relative;
}

.affiliate-program-page .how-it-works__blockImage img {
  bottom: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.affiliate-program-page .faq {
  margin-top: 150px;
  padding-bottom: 145px;
}

.affiliate-program-page .faq__title {
  font-size: 64px;
  line-height: 75px;
  margin-bottom: 75px;
}

.affiliate-program-page .faq .block__title {
  color: #333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 35px;
  position: relative;
  text-align: left;
  width: 100%;
}

.affiliate-program-page .faq .block__title._active::after {
  transform: translateY(-50%) rotate(180deg);
}

.affiliate-program-page .faq .block__title::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  position: absolute;
  right: 0;
  transition: 0.3s ease 0s;
  transform: translateY(-50%);
  top: 50%;
}

.affiliate-program-page .faq .for-doctors-more-skin__block {
  background-color: #FBFBFB;
  margin-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.affiliate-program-page .faq .for-doctors-more-skin__blockText p {
  font-size: 18px;
  line-height: 32px;
}

.affiliate-program-page .faq .for-doctors-more-skin__blockText p:first-child {
  padding-top: 25px;
}

.affiliate-program-page .faq .for-doctors-more-skin__blockText p:not(:last-child) {
  margin-bottom: 17px;
}

.affiliate-program-page .faq .for-doctors-more-skin__blockText p::before {
  display: none;
}

.affiliate-program-page .for-patients-skinive-app {
  background: #F75005;
  padding-left: 100px;
  padding-right: 100px;
}

.affiliate-program-page .for-patients-skinive-app .n_container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.affiliate-program-page .for-patients-skinive-app__button {
  color: #F75005;
  margin-left: auto;
  text-transform: uppercase;
}

.affiliate-program-page .for-patients-skinive-app__button span::after {
  background-color: #F75005;
}

.affiliate-program-page .for-patients-skinive-app {
  margin-bottom: 115px !important;
}

.lets-make-money-together {
  border-radius: 90px;
  background: linear-gradient(280deg, #F75005 -0.43%, #FF7436 116.24%);
  color: #fff;
  margin-bottom: 195px;
  margin-top: 202px;
  position: relative;
}

.lets-make-money-together .n_container {
  padding: 111px 25px 97px;
  position: relative;
  z-index: 1;
}

.lets-make-money-together__title {
  font-size: 70px;
  line-height: 75px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.lets-make-money-together p {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 1.2px;
  margin: 51px 0 0;
  max-width: 471px;
}

.lets-make-money-together__form {
  border-radius: 36px;
  background-color: #F9F9F9;
  padding: 47px 60px 41px;
  width: 107%;
}

.lets-make-money-together__form input:not([type=submit]) {
  border: none;
  border-bottom: 1px solid #E4E4E4;
  background-color: transparent;
  color: #8B8B8B;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  transition: border 0.3s ease 0s;
  outline: none;
  width: 100%;
}

.lets-make-money-together__form input:not([type=submit]).describe {
  padding-top: 12px;
}

.lets-make-money-together__form input:not([type=submit]):focus {
  border-color: #FC6969;
}

.lets-make-money-together__form button,
.lets-make-money-together__form input[type=submit] {
  align-items: center;
  border-radius: 40px;
  background: #F75005;
  box-shadow: 0px 20px 30px 0px rgba(255, 120, 60, 0.25);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 68px;
  font-weight: 500;
  padding: 16px 25px 17px 25px;
  width: 240px;
}

.lets-make-money-together__form label.custom-checkbox {
  color: #8B8B8B;
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin: 11px 0 38px;
}

.lets-make-money-together__form label.custom-checkbox a {
  color: #F75005;
  text-decoration: underline;
}

.lets-make-money-together__illustration {
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.live-chat {
  margin-bottom: -27px;
}

.live-chat p {
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.9px;
  text-align: center;
}

.live-chat p:nth-child(2) {
  margin-top: 8px;
}

.live-chat p a {
  color: inherit;
  text-decoration: underline;
}

.live-chat ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 1px;
}

.live-chat ul li {
  height: 54px;
  min-width: 54px;
  padding: 0 15px;
  position: relative;
}

.live-chat ul li:not(:last-child)::after {
  background-color: #93DC9C;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 2px;
}

.live-chat ul li a {
  max-height: 100%;
  max-width: 100%;
}

.live-chat ul li a svg,
.live-chat ul li a img {
  max-height: 100%;
  max-width: 100%;
}

/* Footer */

.footer {
  background-color: #F9F9F9;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 47px 20px 44px;
  position: relative;
  z-index: 1;
}

.footer__items {
  display: flex;
  flex-wrap: wrap;
}

.footer__wrap-logo {
  margin-top: 9px;
}

.footer__wrap-this-project {
  align-items: flex-start;
  display: flex;
  margin-top: 57px;
}

.footer__wrap-this-project p {
  font-size: 9px;
  line-height: 12px;
}

.footer__wrap-icon-this-project {
  min-width: 46px;
  margin-right: 19px;
}

.footer__wrap-item-menu {
  margin-top: 22px;
}

.footer__wrap-item-menu .menu__list {
  align-items: center;
  display: flex;
}

.footer__wrap-item-menu .menu-item {
  color: #F75005;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  list-style: none;
  text-shadow: 0 10px 15px rgba(255, 120, 60, 0.25);
}

.footer__wrap-item-menu .menu-item:not(:last-child) {
  margin-right: 56px;
}

.footer__wrap-item-menu .menu-item a {
  color: inherit;
}

.footer__wrap-copyright {
  margin-top: 64px;
}

.footer__wrap-copyright p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.footer__social-list {
  display: flex;
  justify-content: space-around;
  margin-top: 49px;
  width: 240px;
}

.footer__social-list-item {
  color: #F75005;
  list-style: none;
}

.footer__social-list-item svg {
  transition: all 0.3s ease 0s;
  height: 54px;
  width: auto;
}

.footer__button {
  background-color: #F75005;
  box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
  border-radius: 40px;
  color: #fff;
  display: block;
  height: 68px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  min-width: 240px;
  max-width: 240px;
  padding: 22px 25px;
}

/* Plyr video player */

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0deg, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0deg, 0%, 100%, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0deg, 0%, 100%, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

.plyr__tooltip {
  background: hsla(0deg, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0deg, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: hsla(0deg, 0%, 100%, 0.25);
  color: var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: hsla(0deg, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0deg, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.wrap-video {
  height: 404px;
  position: relative;
}

.plyr {
  border-radius: 50px;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute !important;
  right: 0;
  top: 0;
}

.plyr--playing::before {
  animation: spin 1s linear infinite;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.plyr--playing.plyr--loading::before {
  z-index: 1;
}

.plyr__poster {
  background-size: cover;
  border-radius: 48px;
}

.plyr__control.plyr__control--overlaid {
  background-color: #F75005;
  color: transparent !important;
  border-radius: 50%;
  height: 84px;
  opacity: 1;
  transition: all 0.2s ease 0s;
  width: 84px;
}

.plyr__control.plyr__control--overlaid::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.67773 22.7285L22.6777 12.7285L9.67773 2.72852V22.7285Z' fill='%23DFDFDF'/%3e%3c/svg%3e");
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -38%);
  top: 50%;
}

.plyr__control.plyr__control--overlaid svg {
  display: none;
}

.plyr--loading:not(.plyr--stopped) .plyr__control.plyr__control--overlaid,
.plyr--paused:not(.plyr--stopped) .plyr__control.plyr__control--overlaid {
  display: none;
}

.plyr--stopped.plyr--paused .plyr__controls,
.plyr__controls {
  transform: translateY(100%);
}

.plyr--loading .plyr__controls,
.plyr--playing:hover .plyr__controls,
.plyr--paused .plyr__controls {
  transform: translateY(0);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }

  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

@media screen and (min-width: 481px) {
  .about-lets-stay-in-touch__illustration.mobile {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .for-developers-skinive-cloud {
    margin-left: -30px;
    margin-right: -30px;
  }

  .for-developers-skinive-cloud .n_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 576px) {
  .custom-checkbox {
    padding-left: 24px;
  }

  .custom-checkbox__box {
    margin-left: -24px;
  }

  .about-fs__illustration.mobile {
    display: none;
  }

  .lets-make-money-together__illustration.mobile {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .take-care-of-skin__wrap-image {
    height: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right: 23px;
  }

  .for-doctors-page .first-screen .fs-slider__right-content-text span:nth-child(2) {
    display: none;
  }

  .for-developers-our-skinive__block {
    display: flex;
  }

  .for-developers-our-skinive__blockIcon {
    margin-right: 60px;
  }

  .for-developers-our-skinive__wrapList {
    margin-top: 8px;
  }
}

@media screen and (min-width: 641px) {
  .about-skinive-ai-accuracy__data-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-right: 53px;
  }

  .about-skinive-ai-accuracy__data {
    font-size: 18px;
    line-height: 24px;
  }

  .about-skinive-ai-accuracy__data::before {
    border-radius: 8px;
    height: 21px;
    margin-right: 20px;
    min-width: 22px;
  }

  .about-skinive-ai-accuracy__schedule.mobile {
    display: none;
  }

  .about-skinive-ai-accuracy__wrap-schedule-text {
    padding-left: 9%;
    padding-right: 9%;
  }

  .about-skinive-ai-accuracy__bottom {
    align-items: center;
    border-radius: 90px;
    display: flex;
    height: 124px;
    padding: 28px;
  }

  .about-skinive-ai-accuracy__bottom-text {
    padding-right: 20px;
    width: 100%;
  }

  .about-skinive-ai-accuracy__bottom-button {
    height: 68px;
    text-transform: uppercase;
    min-width: 362px;
    max-width: 362px;
  }

  .for-patients-skinive-app__bg.mobile {
    display: none;
  }

  .for-developers-prod-feat {
    padding-left: 50px;
    padding-right: 50px;
  }

  .plyr--playing::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    left: calc(50% - 20px);
    height: 40px;
    top: calc(50% - 20px);
    width: 40px;
  }
}

@media screen and (min-width: 721px) {
  .world-better__items {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }

  .world-better__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .world-better__item:nth-child(1) {
    width: calc(65% - 40px);
  }

  .world-better__item:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    margin-top: 77px;
    width: calc(35% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .about-milestones {
    overflow: hidden;
  }

  .about-milestones__slider {
    overflow: hidden;
  }

  .about-lets-stay-in-touch__form,
  .about-lets-stay-in-touch__field {
    background: #F9F9F9;
  }

  .about-lets-stay-in-touch__form {
    align-items: center;
    display: flex;
    border-radius: 57.5px;
    height: 86px;
    padding: 9px 11px;
  }

  .about-lets-stay-in-touch__field {
    padding-right: 20px;
    padding-left: 40px;
    width: calc(100% - 283px);
  }

  .about-lets-stay-in-touch__submit {
    background-color: #F75005;
    border-radius: 40px;
    box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
    height: 68px;
    text-transform: uppercase;
    width: 283px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

@media screen and (min-width: 801px) {
  .first-screen {
    height: auto;
    margin-bottom: -273px;
    padding-bottom: 127px;
    padding-top: 255px;
  }

  .start-your-jouney {
    padding-bottom: 127px;
    padding-top: 127px;
  }

  .take-care-of-skin {
    padding-bottom: 148px;
    padding-top: 126px;
  }

  .take-care-of-skin__items {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }

  .take-care-of-skin__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .take-care-of-skin__item:nth-child(1) {
    order: 1;
    width: calc(41% - 40px);
  }

  .take-care-of-skin__item:nth-child(2) {
    width: calc(59% - 40px);
  }

  .take-care-of-skin__blocks {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .take-care-of-skin__block {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 30px 18px;
    width: calc(33.3333% - 30px);
  }

  .take-care-of-skin__block-title {
    margin-top: 25px;
  }

  .take-care-of-skin__block-wrap-arrow {
    height: 60px;
    margin-top: auto;
    min-width: auto;
    width: 100%;
  }

  .take-care-of-skin__wrap-image {
    height: 80px;
    width: 80px;
  }

  .key-features {
    padding-bottom: 92px;
    padding-top: 148px;
  }

  .key-features__items {
    display: flex;
  }

  .key-features__item:nth-child(1) .key-features__item-content {
    height: 623px;
    position: relative;
    transform: translate(-3%, -10%);
  }

  .key-features__item {
    width: 50%;
  }

  .key-features__title {
    margin-bottom: 62px;
  }

  .key-features__block:not(:last-child) {
    margin-bottom: 55px;
  }

  .key-features__block {
    display: flex;
  }

  .key-features__block-wrap-image {
    display: none;
  }

  .key-features__buttons {
    display: none;
  }

  .who-we-serve__items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .who-we-serve__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .who-we-serve__item:nth-child(1) {
    width: calc(61% - 30px);
  }

  .who-we-serve__item:nth-child(2) {
    width: calc(39% - 50px);
  }

  .who-we-serve .block-info-numbers {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 39px;
  }

  .who-we-serve .block-info-numbers__today {
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 36px;
    padding-top: 9px;
  }

  .who-we-serve__illustration.mobile {
    display: none;
  }

  .about-skinive-ai-accuracy {
    padding-bottom: 87px;
  }

  .about-publication-clinical {
    padding-bottom: 150px;
  }

  .about-milestones {
    padding-bottom: 112px;
    padding-top: 157px;
  }

  .about-milestones__top-item:nth-child(1) {
    width: calc(100% - 150px);
  }

  .about-milestones__top-item:nth-child(2) {
    display: block;
    width: 150px;
  }

  .about-milestones__wrap-slider {
    margin-top: 112px;
  }

  .about-vision__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
  }

  .about-vision__item {
    border-radius: 38px;
    margin-bottom: 22px;
    margin-left: 11px;
    margin-right: 11px;
    width: calc(50% - 22px);
  }

  .about-vision__blockTitle::after {
    display: none;
  }

  .about-our-products {
    padding-bottom: 160px;
    padding-top: 137px;
  }

  .about-our-products__items {
    display: flex;
    padding-bottom: 7px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .about-our-products__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-our-products__item:nth-child(1) {
    order: 1;
    width: calc(41% - 40px);
  }

  .about-our-products__item:nth-child(2) {
    width: calc(59% - 40px);
  }

  .about-our-products__blockText {
    padding-top: 10px;
  }

  .about-our-products__blocks {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-our-products__block {
    border-radius: 38px;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 30px 18px;
    width: calc(33.3333% - 30px);
  }

  .about-our-products__block-title {
    margin-top: 25px;
  }

  .about-our-products__block-wrap-arrow {
    height: 60px;
    margin-top: 14px;
    min-width: auto;
    width: 100%;
  }

  .about-our-products__wrap-image {
    height: 80px;
    width: 80px;
  }

  .for-patients-page .key-features {
    padding-bottom: 139px;
  }

  .for-patients-page .key-features__item-content {
    transform: translate(-3%, -14%) !important;
  }

  .for-patients-weekly-basis {
    padding-bottom: 70px;
    padding-top: 90px;
  }

  .for-patients-self-exam {
    padding-bottom: 267px;
    padding-top: 148px;
  }

  .for-patients-self-exam__block:not(:last-child) {
    margin-bottom: 40px;
  }

  .for-patients-self-exam__block-wrap-icon.two svg:nth-child(2) {
    display: none;
  }

  .for-patients-skin-conditions {
    padding-bottom: 211px;
  }

  .for-patients-skin-conditions__wrap-title {
    align-items: flex-end;
    display: flex;
  }

  .for-patients-skin-conditions__title {
    width: calc(100% - 140px);
  }

  .for-patients-skin-conditions #for-patients-skin-conditions-wrap-arrows {
    justify-content: flex-end;
    margin-bottom: 19px;
    width: 140px;
  }

  .for-patients-skin-conditions__wrap-title-text p a {
    color: #F75005;
  }

  .for-patients-skinive-app {
    margin-bottom: 180px;
  }

  .for-patients-skinive-app {
    align-items: center;
    border-radius: 100px;
    display: flex;
    height: 240px;
  }

  .for-patients-stay-healthy {
    margin-bottom: -45px;
  }

  .for-doctors-page .for-patients-self-exam {
    padding-bottom: 118px;
  }

  .for-doctors-page .key-features {
    padding-top: 282px;
  }

  .for-doctors-page .key-features__block-image {
    transform: translateY(2%);
  }

  .for-doctors-page .key-features .key-features__item:nth-child(1) .key-features-bg-item-one {
    transform: translate(-1%, -38%);
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
    font-weight: 500;
  }

  .for-doctors-skinivemd {
    padding-bottom: 40px;
    margin-top: 85px;
  }

  .for-doctors-skinivemd__item {
    display: flex;
  }

  .for-doctors-skinivemd__item:not(:last-child) {
    margin-bottom: 11px;
  }

  .for-doctors-skinivemd__item:nth-child(odd) .for-doctors-skinivemd__BlockImage {
    order: 1;
  }

  .for-doctors-skinivemd__wrap-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 34px;
    padding-right: 36px;
    width: calc(100% - 378px);
  }

  .for-doctors-skinivemd__wrap-content h1,
  .for-doctors-skinivemd__wrap-content h2,
  .for-doctors-skinivemd__wrap-content h3,
  .for-doctors-skinivemd__wrap-content h4,
  .for-doctors-skinivemd__wrap-content h5,
  .for-doctors-skinivemd__wrap-content h6 {
    font-weight: 600;
  }

  .for-doctors-skinivemd__BlockImage {
    border-radius: 38px;
    height: 230px;
    min-width: 378px;
  }

  .for-doctors-skinivemd__BlockImage img {
    border-radius: 38px;
  }

  .for-doctors-skinivemd__BlockText p {
    font-weight: 500;
  }

  .for-doctors-skinivemd__read-more {
    display: none;
  }

  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks {
    display: flex;
    flex-flow: wrap;
    margin: -5px;
    padding-bottom: 60px;
  }

  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block {
    align-items: center;
    display: flex;
    margin: 5px;
    width: calc(50% - 10px);
  }

  .for-doctors-more-skin__btn-full {
    display: none;
  }

  .for-developers-page .first-screen {
    padding-bottom: 191px;
  }

  .for-developers-prod-feat__illustration {
    right: 3%;
    top: -4px;
  }

  .for-developers-prod-feat__items {
    display: flex;
  }

  .for-developers-prod-feat__item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.3333% - 30px);
  }

  .for-developers-usecases {
    padding-bottom: 214px;
    padding-top: 250px;
  }

  .for-developers-usecases__tabs-btn {
    display: none !important;
  }

  .for-developers-usecases__tab {
    justify-content: center;
    text-align: center;
    width: 33.3333%;
  }

  .for-developers-usecases__items {
    display: flex;
    flex-wrap: wrap;
  }

  .for-developers-usecases__item:nth-child(1) {
    order: 1;
    width: 45%;
  }

  .for-developers-usecases__item:nth-child(2) {
    padding-right: 60px;
    width: 55%;
  }

  .for-developers-usecases__item-title {
    margin-top: 37px;
  }

  .for-developers-our-skinive__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .for-developers-our-skinive__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .for-developers-our-skinive__item:nth-child(1) {
    width: calc(100% - 300px - 30px);
  }

  .for-developers-our-skinive__item:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 270px;
  }

  .for-developers-our-skinive__block {
    padding-left: 59px;
  }

  .for-developers-our-skinive__wrapIconPartner {
    height: 101px;
    width: 277px;
  }

  .for-developers-our-skinive__wrapIconPartner:not(:last-child) {
    margin-bottom: 9px;
  }

  .for-developers-pricing-plan {
    padding-bottom: 165px;
    padding-top: 164px;
  }

  .affiliate-program-page .for-developers-prod-feat__items {
    margin-left: -30px;
    margin-right: -30px;
  }

  .affiliate-program-page .for-developers-prod-feat__item {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(33.3333% - 60px);
  }

  .affiliate-program-page .for-developers-prod-feat__item-title::before {
    margin-left: -4px;
  }

  .affiliate-program-page .for-patients-skinive-app__button span::after {
    display: none;
  }

  .footer {
    border-radius: 90px;
    margin-top: 150px;
    padding-bottom: 81px;
    padding-left: 99px;
    padding-right: 150px;
    padding-top: 84px;
  }

  .footer__items {
    margin-left: -25px;
    margin-right: -25px;
  }

  .footer__item {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer__item:nth-child(1) {
    width: 280px;
  }

  .footer__item:nth-child(2) {
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 25px;
    width: calc(100% - 330px - 240px - 50px);
  }

  .footer__item:nth-child(3) {
    width: 190px;
  }
}

@media screen and (min-width: 801px) and (min-width: 801px) {
  .for-doctors-skinivemd__item:nth-child(odd) .for-doctors-skinivemd__wrap-content {
    padding-left: 36px;
    padding-right: 34px;
  }
}

@media screen and (min-width: 961px) {
  .lets-make-money-together__item:nth-child(1) {
    margin-right: calc(49% - 4px);
  }

  .lets-make-money-together__item:nth-child(2) {
    margin-bottom: -170px;
    margin-left: calc(51% + 4px);
  }

  .lets-make-money-together__item:nth-child(2) {
    margin-top: calc(-30% - 2px);
  }
}

@media screen and (min-width: 992px) {
  .first-screen__items {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }

  .first-screen__item {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(50% - 50px);
  }

  .get-skinive__items {
    display: flex;
  }

  .get-skinive__item {
    width: 50%;
  }

  .get-skinive__item-block-image {
    bottom: 50%;
    left: 0;
    position: absolute;
    transform: translate(1%, 51%);
  }

  .about-fs__items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-fs__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-fs__item:nth-child(1) {
    padding-bottom: 52px;
    padding-top: 52px;
    width: calc(43% - 30px);
  }

  .about-fs__item:nth-child(2) {
    width: calc(57% - 30px);
  }

  .about-fs__illustration {
    margin-bottom: auto;
    margin-top: auto;
    max-width: 60%;
    position: absolute;
    right: -3px;
    transform: translateY(-50%);
    top: 50%;
  }

  .about-values__items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-values__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-values__item:nth-child(1) {
    width: calc(53% - 30px);
  }

  .about-values__item:nth-child(2) {
    width: calc(47% - 30px);
  }

  .about-values__item:last-child {
    display: flex;
    padding-left: 55px;
  }

  .about-values__blockText {
    padding-left: 8%;
  }

  .about-values__blockText p {
    padding-right: 35px;
  }

  .about-vision__blockTitle {
    margin-bottom: 20px;
  }

  .for-patients-weekly-basis__read-more-items {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }

  .for-patients-weekly-basis__read-more-item {
    margin-left: -15px;
    margin-right: -15px;
  }

  .for-patients-weekly-basis__read-more-item:nth-child(1) {
    width: calc(61% - 30px);
  }

  .for-patients-weekly-basis__read-more-item:nth-child(1) .for-patients-weekly-basis__read-more-illustration {
    display: none;
  }

  .for-patients-weekly-basis__read-more-item:nth-child(2) {
    align-items: center;
    padding-left: 50px;
    width: calc(49% - 30px);
  }

  .for-patients-weekly-basis__read-more-illustration {
    position: relative;
    top: 20px;
  }

  .for-patients-weekly-basis__title {
    max-width: 670px;
  }

  .for-patients-weekly-basis #for-patients-weekly-basis-wrap-arrows {
    bottom: 32px;
    justify-content: flex-end;
    margin-right: calc(15% - 10px);
    position: relative;
    z-index: 1;
  }

  .for-patients-weekly-basis__block {
    background-color: #F9F9F9;
    border-radius: 100px;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    padding: 50px 30px;
  }

  .for-patients-weekly-basis__item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .for-patients-weekly-basis__item:nth-child(1) {
    order: 1;
    width: calc(67% - 20px);
  }

  .for-patients-weekly-basis__item:nth-child(2) {
    align-items: center;
    display: flex;
    width: calc(33% - 20px);
  }

  .for-patients-weekly-basis__item-content {
    display: flex;
  }

  .for-patients-weekly-basis__s-btn {
    min-width: 210px;
    max-width: 210px;
  }

  .for-patients-weekly-basis__wrap-image {
    display: flex;
    justify-content: flex-end;
    min-width: 350px;
    max-width: 350px;
  }

  .for-patients-weekly-basis__wrap-image img {
    min-width: 263px;
    max-width: 263px;
  }

  .for-patients-weekly-basis__wrap-title-text {
    padding-right: 50px;
  }

  .for-patients-self-exam__items {
    display: flex;
  }

  .for-patients-self-exam__item:nth-child(1) {
    width: 43%;
  }

  .for-patients-self-exam__item:nth-child(2) {
    padding-left: 30px;
    width: 57%;
  }

  .for-patients-self-exam__block-image {
    margin-top: -29px;
    width: 500px;
  }

  .for-patients-skin-conditions__slide {
    align-items: center;
    display: flex;
  }

  .for-patients-skin-conditions__wrap-image {
    height: 190px;
    max-width: 190px;
    min-width: 190px;
  }

  .for-patients-skin-conditions__wrap-title-text {
    padding-left: 9%;
    padding-right: 5%;
  }

  .for-patients-skinive-app__items {
    display: flex;
    height: auto;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }

  .for-patients-skinive-app__item {
    align-items: center;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
  }

  .for-patients-skinive-app__item:nth-child(1) {
    width: calc(48% - 30px);
  }

  .for-patients-skinive-app__item:nth-child(2) {
    width: calc(52% - 30px);
  }

  .for-doctors-page .first-screen .fs-slider__right {
    margin-right: 5px;
    transform: translateY(-11%);
  }

  .for-doctors-page .first-screen__items {
    margin-left: -15px;
    margin-right: -15px;
  }

  .for-doctors-page .first-screen__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .for-doctors-page .first-screen__item:nth-child(1) {
    width: calc(53% - 30px);
  }

  .for-doctors-page .first-screen__item:nth-child(2) {
    width: calc(47% - 30px);
  }

  .for-doctors-page .first-screen__text {
    max-width: 500px;
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item img {
    position: relative;
    top: 48px;
  }

  .for-developers-page .first-screen__items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .for-developers-page .first-screen__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }

  .for-developers-page .first-screen__title {
    padding-right: 70px;
  }

  .for-developers-page .first-screen__text {
    padding-right: 25px;
  }

  .for-developers-page .about-fs__illustration.dekstop {
    min-width: 700px;
    max-width: 700px;
    transform: translateY(-58%);
  }

  .for-developers-page .for-patients-skinive-app {
    height: 160px;
    margin-bottom: 150px;
  }

  .for-developers-page .for-patients-skinive-app__item:nth-child(1) {
    width: calc(68% - 30px);
  }

  .for-developers-page .for-patients-skinive-app__item:nth-child(2) {
    width: calc(32% - 30px);
  }

  .for-developers-page .for-patients-stay-healthy {
    margin-bottom: 5px;
  }

  .for-developers-skinive-cloud__items {
    display: flex;
    flex-wrap: wrap;
  }

  .for-developers-skinive-cloud__item:nth-child(1) {
    width: 62%;
  }

  .for-developers-skinive-cloud__item:nth-child(2) {
    width: 38%;
  }

  .for-developers-skinive-cloud__title {
    padding-right: 10%;
  }

  .for-developers-skinive-cloud__blockText {
    padding-right: 16%;
  }

  .for-developers-skinive-cloud__blockText p {
    text-align: justify;
  }

  .for-developers-skinive-cloud__wrapBlocks {
    display: inline-flex;
    flex-direction: column;
    transform: translate(-16%, 38%);
  }

  .for-developers-skinive-cloud__block {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    padding-bottom: 7px;
    padding-top: 8px;
  }

  .for-developers-skinive-cloud__block:not(:last-child) {
    margin-bottom: 45px;
  }

  .for-developers-skinive-cloud__block:nth-child(1),
  .for-developers-skinive-cloud__block:nth-child(3) {
    left: 58px;
    position: relative;
  }

  .for-developers-skinive-cloud__block-wrapImage {
    min-width: 138px;
    max-width: 138px;
    position: relative;
  }

  .for-developers-skinive-cloud__block-image {
    left: 9px;
    max-width: 80%;
    position: absolute;
    transform: translateY(-65%);
    top: 50%;
  }

  .for-developers-skinive-cloud__block-text {
    font-weight: 600;
    margin-left: 21px;
  }

  .for-developers-prod-feat__item-title {
    padding-right: 9%;
  }

  .affiliate-program-page .first-screen__text {
    margin-top: -13px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1281px) {
  .about-fs__item:nth-child(1) {
    padding-right: 5%;
  }
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

@media screen and (min-width: 1025px) {
  .take-care-of-skin__wrap-image {
    height: 97px;
    width: 97px;
  }

  .about-skinive-ai-accuracy__item-text {
    padding-left: 3%;
    padding-right: 3%;
  }

  .about-our-products__wrap-image {
    height: 97px;
    max-width: 97px;
    min-width: 97px;
  }

  .for-patients-weekly-basis__block {
    padding-bottom: 61px;
    padding-top: 75px;
  }
}

@media screen and (min-width: 1101px) {
  .take-care-of-skin__blocks {
    margin-left: -24px;
    margin-right: -24px;
  }

  .take-care-of-skin__block {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(33.3333% - 48px);
  }

  .about-our-products__blocks {
    margin-left: -24px;
    margin-right: -24px;
  }

  .about-our-products__block {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(33.3333% - 48px);
  }
}

@media screen and (min-width: 1161px) {
  .for-doctors-skinivemd__title {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .header__button {
    min-width: 210px;
    max-width: 210px;
  }

  .header__button .mobile {
    display: none;
  }

  .header .menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .header .menu .menu__body {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .header .menu__list {
    display: flex;
    flex-wrap: wrap;
  }

  .header .menu__list > li {
    position: relative;
  }

  .header .menu__list li {
    color: #F75005;
  }

  .header .menu__list li a {
    color: inherit;
  }

  .header .menu__list > li {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-shadow: 0px 10px 15px rgba(255, 120, 60, 0.25);
    transition: margin 0.3s ease 0s;
  }

  .header .menu__sub-list {
    background-color: #fff;
    left: calc(50% - 100px);
    min-width: 13.5rem;
    position: absolute;
    left: -20px;
    top: calc(100% - 3px);
    z-index: 10;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 13.5rem;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% -50px;
    transform: perspective(400px) rotateX(-10deg);
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    border-radius: 0.35rem;
    box-shadow: 0 20px 32px -8px rgba(17, 16, 19, 0.15), 0 0 1px rgba(17, 16, 19, 0.05);
    transition-property: transform, opacity, visibility;
  }

  .header .menu__sub-list li:hover {
    background-color: rgba(150, 144, 162, 0.06);
  }

  .header .menu__sub-list li a {
    display: block;
    padding: 8px 20px;
  }

  .header__social-icons {
    display: none;
  }
}

@media (min-width: 1200px) and (any-hover: hover) {
  .header .menu__list li:hover .menu__arrow {
    color: inherit;
    transform: scale(1, -1);
  }
}

@media screen and (min-width: 1201px) {
  .for-patients-skin-conditions__title {
    padding-right: 12%;
  }

  .for-patients-skinive-app__item {
    width: calc(50% - 30px);
  }

  .for-patients-skinive-app__title {
    margin-left: 122px;
  }

  .for-developers-skinive-cloud {
    margin-left: -310px;
    margin-right: -310px;
  }

  .for-developers-skinive-cloud__item:nth-child(1) {
    width: 65%;
  }

  .for-developers-skinive-cloud__item:nth-child(2) {
    width: 35%;
  }

  .for-developers-prod-feat__item {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(33.3333% - 80px);
  }

  .for-developers-prod-feat__item-title {
    padding-right: 5%;
  }
}

@media screen and (min-width: 1281px) {
  .who-we-serve .block-info-numbers__bottom {
    transform: translateX(12px);
  }

  .for-patients-weekly-basis__wrap-title-text {
    padding-left: 100px;
  }

  .for-developers-skinive-cloud .n_container {
    padding-left: 0;
    padding-right: 0;
  }

  .for-developers-prod-feat__item {
    padding-right: 1%;
  }

  .for-developers-prod-feat__item-title {
    padding-right: 3%;
  }

  .lets-make-money-together__item:nth-child(2) {
    margin-top: calc(-35% - 5px);
  }
}

@media screen and (min-width: 1350px) {
  .for-patients-weekly-basis__wrap-title-text {
    padding-right: 120px;
  }
}

@media screen and (min-width: 1400px) {
  .for-patients-self-exam__item:nth-child(2) {
    padding-right: 7%;
  }

  .for-developers-skinive-cloud__item:nth-child(1) {
    width: 72%;
  }

  .for-developers-skinive-cloud__item:nth-child(2) {
    width: 28%;
  }

  .for-developers-skinive-cloud__title {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .for-patients-weekly-basis #for-patients-weekly-basis-wrap-arrows {
    margin-right: calc(22% - 10px);
  }

  .for-developers-page .about-fs__illustration.dekstop {
    min-width: 132%;
    max-width: 132%;
    transform: translate(10%, -52%);
  }

  .for-developers-skinive-cloud__block-image {
    max-width: 100%;
  }
}

@media screen and (min-width: 1450px) {
  .for-patients-skin-conditions__wrap-title-text {
    padding-right: 20%;
  }
}

@media screen and (min-width: 1461px) {
  .header__wrapper .n_container {
    max-width: 1400px;
    transform: translateX(-8px);
  }
}

@media screen and (max-width: 1680.98px) {
  .first-screen .n_container {
    margin-top: -80px;
  }
}

@media screen and (max-width: 1460.98px) {
  .header__wrapper .n_container {
    margin-left: 30px;
    margin-right: 30px;
    min-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1366.98px) {
  .first-screen .fs-slider {
    transform: translate(8%, -13%);
  }
}

@media screen and (max-width: 1280.98px) {
  .for-patients-weekly-basis__wrap-title-text {
    padding-left: 25px;
  }

  .for-developers-prod-feat__items {
    margin-left: -38px;
    margin-right: -38px;
  }

  .lets-make-money-together__title {
    font-size: 50px;
    line-height: 55px;
  }

  .lets-make-money-together__form {
    max-width: 100%;
  }

  .footer__wrap-logo {
    margin-top: 0;
    width: calc(50% - 50px);
  }

  .footer__wrap-this-project {
    margin-top: 0;
    width: calc(50% - 50px);
  }

  .footer__social-list {
    order: -1;
    margin-right: auto;
    margin-top: 22px;
  }
}

@media screen and (max-width: 1280.98px) and (max-width: 1200px) {
  .lets-make-money-together__title {
    font-size: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    line-height: calc(30px + 25 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 1200px) {
  .popup__body {
    padding-bottom: calc(35px + 15 * ((100vw - 320px) / 880));
  }

  .popup__body {
    padding-right: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .popup__body {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .popup__body {
    padding-top: calc(35px + 15 * ((100vw - 320px) / 880));
  }

  .popup__content {
    padding-bottom: calc(39px + 16 * ((100vw - 320px) / 880));
  }

  .popup__content {
    padding-top: calc(42px + 16 * ((100vw - 320px) / 880));
  }

  .popup-video .popup__content {
    height: calc(180px + 212 * ((100vw - 320px) / 880));
  }

  .popup-video .popup__content {
    width: calc(335px + 360 * ((100vw - 320px) / 880));
  }

  .first-screen__above-title {
    font-size: calc(24px + 24 * ((100vw - 320px) / 880));
  }

  .first-screen__above-title {
    line-height: calc(40px + 32 * ((100vw - 320px) / 880));
  }

  .first-screen__above-title {
    margin-bottom: calc(0px + 13 * ((100vw - 320px) / 880));
  }

  .first-screen__title {
    font-size: calc(10px + 60 * ((100vw - 320px) / 880));
  }

  .first-screen__title {
    line-height: calc(20px + 55 * ((100vw - 320px) / 880));
  }

  .first-screen__text {
    font-size: calc(8px + 16 * ((100vw - 320px) / 880));
  }

  .first-screen__text {
    line-height: calc(14px + 20 * ((100vw - 320px) / 880));
  }

  .first-screen .fs-slider {
    height: calc(130px + 676 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__text-above-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__text-above-title {
    line-height: calc(30px + 4 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__text-above-title {
    margin-bottom: calc(-2px + 22 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__title {
    font-size: calc(21px + 43 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__title {
    line-height: calc(31px + 41 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__wrap-video.youtube-video {
    border-radius: calc(30px + 20 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__video-btn {
    height: calc(40px + 44 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__video-btn {
    width: calc(40px + 44 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__text-above-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__text-above-title {
    line-height: calc(30px + 4 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__text-above-title {
    margin-bottom: calc(-2px + 19 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__title {
    font-size: calc(21px + 43 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__title {
    line-height: calc(31px + 41 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__icons {
    padding-bottom: calc(5px + 25 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__wrap-icon {
    height: calc(41px + 19 * ((100vw - 320px) / 880));
  }

  .key-features__title {
    font-size: calc(20px + 44 * ((100vw - 320px) / 880));
  }

  .key-features__title {
    line-height: calc(30px + 42 * ((100vw - 320px) / 880));
  }

  .key-features__block-text {
    font-size: calc(12px + 10 * ((100vw - 320px) / 880));
  }

  .key-features__block-text {
    line-height: calc(21px + 13 * ((100vw - 320px) / 880));
  }

  .who-we-serve {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 880));
  }

  .who-we-serve {
    margin-top: calc(55px + 37 * ((100vw - 320px) / 880));
  }

  .who-we-serve {
    padding-bottom: calc(50px + 68 * ((100vw - 320px) / 880));
  }

  .who-we-serve {
    padding-top: calc(42px + 64 * ((100vw - 320px) / 880));
  }

  .who-we-serve__text-above-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }

  .who-we-serve__text-above-title {
    line-height: calc(30px + 4 * ((100vw - 320px) / 880));
  }

  .who-we-serve__title {
    font-size: calc(15px + 49 * ((100vw - 320px) / 880));
  }

  .who-we-serve__title {
    line-height: calc(16px + 56 * ((100vw - 320px) / 880));
  }

  .who-we-serve__title {
    margin-top: calc(8px + 20 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers {
    padding-bottom: calc(0px + 30 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers {
    padding-left: calc(0px + 50 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers {
    padding-right: calc(0px + 50 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers {
    padding-top: calc(0px + 44 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__number {
    font-size: calc(12px + 52 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__text {
    font-size: calc(10px + 14 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__text {
    line-height: calc(16px + 17 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__bottom {
    margin-top: calc(8px + 8 * ((100vw - 320px) / 880));
  }

  .who-we-serve__counter-number {
    font-size: calc(12px + 38 * ((100vw - 320px) / 880));
  }

  .who-we-serve__counter-number {
    line-height: calc(40px + 35 * ((100vw - 320px) / 880));
  }

  .who-we-serve__counter-text {
    font-size: calc(8px + 10 * ((100vw - 320px) / 880));
  }

  .who-we-serve__counter-text {
    line-height: calc(18px + 10 * ((100vw - 320px) / 880));
  }

  .world-better {
    padding-bottom: calc(50px + 24 * ((100vw - 320px) / 880));
  }

  .world-better {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 880));
  }

  .world-better__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .world-better__title {
    line-height: calc(30px + 42 * ((100vw - 320px) / 880));
  }

  .world-better-slider__wrap-text {
    padding-bottom: calc(10px + 7 * ((100vw - 320px) / 880));
  }

  .world-better-slider__wrap-text {
    padding-top: calc(7px + 24 * ((100vw - 320px) / 880));
  }

  .world-better-slider__wrap-text p {
    font-size: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .world-better-slider__wrap-text p {
    line-height: calc(17px + 11 * ((100vw - 320px) / 880));
  }

  .world-better-slider__data {
    font-size: calc(10px + 6 * ((100vw - 320px) / 880));
  }

  .world-better-slider__data {
    line-height: calc(17px + 11 * ((100vw - 320px) / 880));
  }

  .world-better-slider__permalink {
    font-size: calc(10px + 6 * ((100vw - 320px) / 880));
  }

  .world-better-slider__permalink {
    line-height: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .supported-by {
    padding-top: calc(50px + 24 * ((100vw - 320px) / 880));
  }

  .get-skinive__title {
    font-size: calc(10px + 60 * ((100vw - 320px) / 880));
  }

  .get-skinive__title {
    line-height: calc(20px + 55 * ((100vw - 320px) / 880));
  }

  .get-skinive__text {
    font-size: calc(8px + 16 * ((100vw - 320px) / 880));
  }

  .get-skinive__text {
    line-height: calc(14px + 20 * ((100vw - 320px) / 880));
  }

  .about-page {
    padding-top: calc(86px + 116 * ((100vw - 320px) / 880));
  }

  .about-fs__title {
    font-size: calc(32px + 38 * ((100vw - 320px) / 880));
  }

  .about-fs__title {
    line-height: calc(38px + 37 * ((100vw - 320px) / 880));
  }

  .about-fs__block-text p {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .about-fs__block-text p {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__title {
    line-height: calc(24px + 48 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__block-text p {
    font-size: calc(15px + 9 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__block-text p {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__data:nth-child(1) {
    margin-right: calc(20px + 19 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__wrap-schedule-text {
    padding-bottom: calc(23px + 17 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__wrap-schedule-text {
    padding-top: calc(15px + 15 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__item-text p {
    font-size: calc(15px + 3 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__item-text p {
    line-height: calc(20px + 4 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__bottom-text {
    font-size: calc(15px + 9 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__bottom-text {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__bottom-button {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical {
    padding-top: calc(50px + 24 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical__title {
    font-size: calc(22px + 13 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical__title {
    line-height: calc(24px + 48 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical__block {
    height: calc(62px + 58 * ((100vw - 320px) / 880));
  }

  .about-values__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .about-values__title {
    line-height: calc(24px + 48 * ((100vw - 320px) / 880));
  }

  .about-values__blockText p {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .about-values__blockText p {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .about-values__blockText p:not(:last-child) {
    margin-bottom: calc(14px + 6 * ((100vw - 320px) / 880));
  }

  .about-values__blockNameIn {
    height: calc(18px + 18 * ((100vw - 320px) / 880));
  }

  .about-values__blockNameIn {
    right: calc(8px + 26 * ((100vw - 320px) / 880));
  }

  .about-values__blockNameIn {
    top: calc(8px + 17 * ((100vw - 320px) / 880));
  }

  .about-values__blockNameIn {
    width: calc(18px + 18 * ((100vw - 320px) / 880));
  }

  .about-values__name {
    font-size: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .about-values__name {
    line-height: calc(18px + 18 * ((100vw - 320px) / 880));
  }

  .about-values__name {
    padding-right: calc(5px + 17 * ((100vw - 320px) / 880));
  }

  .about-values__position {
    font-size: calc(12px + 10 * ((100vw - 320px) / 880));
  }

  .about-values__position {
    line-height: calc(14px + 22 * ((100vw - 320px) / 880));
  }

  .about-milestones__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .about-milestones__title {
    line-height: calc(24px + 48 * ((100vw - 320px) / 880));
  }

  .about-milestones__data {
    font-size: calc(24px + 8 * ((100vw - 320px) / 880));
  }

  .about-milestones__q {
    font-size: calc(16px + 6 * ((100vw - 320px) / 880));
  }

  .about-milestones__text {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .about-milestones__text {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .about-vision__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .about-vision__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .about-vision__title {
    margin-bottom: calc(45px + 40 * ((100vw - 320px) / 880));
  }

  .about-vision__blockTitle {
    font-size: calc(15px + 17 * ((100vw - 320px) / 880));
  }

  .about-vision__blockTitle {
    line-height: calc(21px + 11 * ((100vw - 320px) / 880));
  }

  .about-vision__blockTitle {
    padding-right: calc(80px + 30 * ((100vw - 320px) / 880));
  }

  .about-vision__blockTitle::after {
    top: calc(20px + -3 * ((100vw - 320px) / 880));
  }

  .about-vision__blockTitle._active::after {
    top: calc(23px + 2 * ((100vw - 320px) / 880));
  }

  .about-vision__wrap-icon {
    border-radius: calc(15px + 15 * ((100vw - 320px) / 880));
  }

  .about-vision__wrap-icon {
    height: calc(50px + 50 * ((100vw - 320px) / 880));
  }

  .about-vision__wrap-icon {
    width: calc(50px + 50 * ((100vw - 320px) / 880));
  }

  .about-vision__blockText {
    font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  }

  .about-vision__blockText {
    line-height: calc(22px + 10 * ((100vw - 320px) / 880));
  }

  .about-our-products__text-above-title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }

  .about-our-products__text-above-title {
    line-height: calc(30px + 4 * ((100vw - 320px) / 880));
  }

  .about-our-products__text-above-title {
    margin-bottom: calc(-2px + 19 * ((100vw - 320px) / 880));
  }

  .about-our-products__title {
    font-size: calc(32px + 32 * ((100vw - 320px) / 880));
  }

  .about-our-products__title {
    line-height: calc(42px + 30 * ((100vw - 320px) / 880));
  }

  .about-our-products__icons {
    padding-bottom: calc(5px + 25 * ((100vw - 320px) / 880));
  }

  .about-our-products__wrap-icon {
    height: calc(41px + 19 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch {
    border-radius: calc(40px + 50 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch {
    padding-bottom: calc(29px + 12 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch {
    padding-left: calc(20px + 15 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch {
    padding-right: calc(20px + 15 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch {
    padding-top: calc(26px + 37 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__wrap-text {
    padding-bottom: calc(13px + 32 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__wrap-text {
    padding-top: calc(19px + 2 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__text {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .about-lets-stay-in-touch__text {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .for-patients-page .first-screen__title {
    font-size: calc(10px + 62 * ((100vw - 320px) / 880));
  }

  .for-patients-page .key-features__block-text {
    font-size: calc(12px + 10 * ((100vw - 320px) / 880));
  }

  .for-patients-page .key-features__block-text {
    line-height: calc(21px + 13 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more {
    border-radius: calc(20px + 80 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more {
    padding-bottom: calc(22px + 91 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more {
    padding-left: calc(20px + 116 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more {
    padding-right: calc(20px + 116 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more {
    padding-top: calc(22px + 92 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-close {
    height: calc(24px + 24 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-close {
    right: calc(6px + 70 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-close {
    top: calc(5px + 71 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-close {
    width: calc(24px + 24 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-title {
    font-size: calc(24px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-title {
    margin-bottom: calc(22px + 36 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-block-text p {
    font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-block-text p {
    line-height: calc(22px + 8 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__read-more-block-text p:not(:last-child) {
    margin-bottom: calc(9px + 6 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__title {
    line-height: calc(30px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__s-title {
    font-size: calc(24px + 16 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__s-title {
    line-height: calc(32px + 24 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-title-text h1,
  .for-patients-weekly-basis__wrap-title-text h2,
  .for-patients-weekly-basis__wrap-title-text h3,
  .for-patients-weekly-basis__wrap-title-text h4,
  .for-patients-weekly-basis__wrap-title-text h5 {
    font-size: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-title-text h1,
  .for-patients-weekly-basis__wrap-title-text h2,
  .for-patients-weekly-basis__wrap-title-text h3,
  .for-patients-weekly-basis__wrap-title-text h4,
  .for-patients-weekly-basis__wrap-title-text h5 {
    line-height: calc(22px + 10 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-title-text p {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-title-text p {
    line-height: calc(22px + 6 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__step {
    font-size: calc(15px + 17 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__step {
    line-height: calc(24px + 12 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__above-title {
    font-size: calc(15px + 9 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__above-title {
    line-height: calc(26px + 8 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__title {
    font-size: calc(24px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__title {
    margin-bottom: calc(21px + 41 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-title {
    font-size: calc(17px + 15 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-title {
    line-height: calc(24px + 16 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-image {
    border-radius: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-image {
    height: calc(428px + 292 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-image:hover .for-patients-self-exam__btn-play {
    height: calc(58px + 30 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-image:hover .for-patients-self-exam__btn-play {
    width: calc(58px + 30 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__btn-play {
    height: calc(58px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__btn-play {
    width: calc(58px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__title {
    line-height: calc(30px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions-slider {
    margin-top: calc(25px + 33 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-title-text h1,
  .for-patients-skin-conditions__wrap-title-text h2,
  .for-patients-skin-conditions__wrap-title-text h3,
  .for-patients-skin-conditions__wrap-title-text h4,
  .for-patients-skin-conditions__wrap-title-text h5,
  .for-patients-skin-conditions__wrap-title-text h6 {
    font-size: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-title-text h1,
  .for-patients-skin-conditions__wrap-title-text h2,
  .for-patients-skin-conditions__wrap-title-text h3,
  .for-patients-skin-conditions__wrap-title-text h4,
  .for-patients-skin-conditions__wrap-title-text h5,
  .for-patients-skin-conditions__wrap-title-text h6 {
    line-height: calc(22px + 6 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-title-text p {
    font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-title-text p {
    line-height: calc(22px + 10 * ((100vw - 320px) / 880));
  }

  .for-patients-skinive-app__title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 880));
  }

  .for-patients-skinive-app__title {
    line-height: calc(32px + 22 * ((100vw - 320px) / 880));
  }

  .for-patients-skinive-app__button {
    width: calc(165px + 60 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__title {
    line-height: calc(30px + 42 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__wrap-icons {
    height: calc(30px + 29 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__wrap-icons {
    margin-bottom: calc(9px + 33 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__wrap-icons {
    margin-top: calc(18px + 82 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__wrap-icons img {
    margin-left: calc(11px + 12 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy__wrap-icons img {
    margin-right: calc(11px + 12 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .first-screen__title {
    font-size: calc(32px + 38 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .first-screen__title {
    line-height: calc(38px + 37 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-self-exam__title {
    font-size: calc(18px + 46 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-self-exam__title {
    line-height: calc(28px + 47 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    padding-bottom: calc(17px + 15 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    padding-left: calc(40px + 65 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    padding-right: calc(33px + 67 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title {
    padding-top: calc(17px + 15 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    right: calc(13px + 49 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    top: calc(14px + 16 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title._active::after {
    top: calc(23px + 8 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText {
    margin-top: calc(-4px + -8 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText {
    padding-bottom: calc(18px + 13 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
    line-height: calc(22px + 6 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
    padding-left: calc(40px + 65 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .for-doctors-more-skin__blockText p {
    padding-right: calc(33px + 67 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-stay-healthy__block-text p {
    font-size: calc(12px + 6 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-stay-healthy__block-text p {
    line-height: calc(18px + 12 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__title {
    font-size: calc(18px + 46 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__title {
    line-height: calc(28px + 47 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__title {
    margin-bottom: calc(25px + 30 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__wrap-content h1,
  .for-doctors-skinivemd__wrap-content h2,
  .for-doctors-skinivemd__wrap-content h3,
  .for-doctors-skinivemd__wrap-content h4,
  .for-doctors-skinivemd__wrap-content h5,
  .for-doctors-skinivemd__wrap-content h6 {
    font-size: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__wrap-content h1,
  .for-doctors-skinivemd__wrap-content h2,
  .for-doctors-skinivemd__wrap-content h3,
  .for-doctors-skinivemd__wrap-content h4,
  .for-doctors-skinivemd__wrap-content h5,
  .for-doctors-skinivemd__wrap-content h6 {
    line-height: calc(23px + 9 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__BlockText p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__BlockText p {
    line-height: calc(22px + 6 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__title {
    font-size: calc(21px + 43 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__title {
    line-height: calc(29px + 43 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__title {
    margin-bottom: calc(36px + 22 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__title {
    max-width: calc(600px + 280 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block {
    padding-bottom: calc(13px + 19 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block {
    padding-left: calc(40px + 65 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block {
    padding-right: calc(25px + 25 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block {
    padding-top: calc(13px + 19 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block p {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block p {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block p::before {
    left: calc(-26px + -16 * ((100vw - 320px) / 880));
  }

  .for-doctors-more-skin__block p::before {
    top: calc(2px + 2 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud {
    padding-bottom: calc(292px + 159 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud {
    padding-top: calc(35px + 60 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__title {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__title {
    line-height: calc(30px + 45 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__title {
    margin-bottom: calc(26px + 34 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__blockText p {
    font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__blockText p {
    line-height: calc(22px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__blockText p:not(:last-child) {
    margin-bottom: calc(21px + 9 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    border-radius: calc(18px + 6 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    width: calc(144px + 273 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block::after {
    border-radius: calc(18px + 6 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-number {
    font-size: calc(20px + 28 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-number {
    line-height: calc(24px + 48 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-text {
    font-size: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-text {
    line-height: calc(22px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat {
    border-radius: calc(36px + 54 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat {
    padding-bottom: calc(90px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat {
    padding-top: calc(50px + 35 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__illustration {
    width: calc(58px + 63.11 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__title {
    font-size: calc(24px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__items {
    margin-top: calc(26px + 34 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-title {
    font-size: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-title {
    line-height: calc(23px + 9 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-title {
    margin-bottom: calc(12px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-blockText p {
    font-size: calc(15px + 1 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-blockText p {
    line-height: calc(22px + 6 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item-blockText p:not(:last-child) {
    margin-bottom: calc(10px + 6 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__title {
    font-size: calc(24px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__title {
    margin-bottom: calc(28px + 26 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__tab {
    font-size: calc(15px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__tab {
    line-height: calc(18px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-blockImage {
    border-radius: calc(21px + 17 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-blockText p {
    font-size: calc(15px + 5 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-blockText p {
    line-height: calc(22px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-blockText p:not(:last-child) {
    margin-bottom: calc(21px + 9 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-title {
    font-size: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-title {
    line-height: calc(20px + 10 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-title {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive {
    border-radius: calc(36px + 54 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive {
    padding-bottom: calc(37px + 35 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive {
    padding-left: calc(20px + 50 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive {
    padding-right: calc(20px + 50 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive {
    padding-top: calc(37px + 35 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__title {
    font-size: calc(24px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__title {
    line-height: calc(32px + 40 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__title {
    margin-bottom: calc(15px + 65 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__blockIcon {
    border-radius: calc(15px + 15 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__blockIcon {
    height: calc(59px + 36 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__blockIcon {
    min-width: calc(59px + 36 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__blockIcon {
    max-width: calc(59px + 36 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapList li {
    font-size: calc(15px + 9 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapList li {
    line-height: calc(22px + 14 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapList li {
    margin-bottom: calc(17px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapList li {
    padding-left: calc(28px + 17 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner.text-new-partner span {
    font-size: calc(12px + 12 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner.text-new-partner span {
    line-height: calc(16px + 12 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__title {
    font-size: calc(21px + 43 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__title {
    line-height: calc(29px + 43 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__blockText {
    margin-top: calc(9px + 17 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__blockText p {
    font-size: calc(18px + 30 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__blockText p {
    line-height: calc(24px + 30 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__subTitle {
    font-size: calc(21px + 43 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__subTitle {
    line-height: calc(29px + 43 * ((100vw - 320px) / 880));
  }

  .for-developers-pricing-plan__subTitle {
    margin-top: calc(9px + 18 * ((100vw - 320px) / 880));
  }

  .affiliate-program-page .how-it-works__title {
    font-size: calc(20px + 44 * ((100vw - 320px) / 880));
  }

  .affiliate-program-page .how-it-works__title {
    line-height: calc(30px + 45 * ((100vw - 320px) / 880));
  }

  .affiliate-program-page .faq__title {
    font-size: calc(20px + 44 * ((100vw - 320px) / 880));
  }

  .affiliate-program-page .faq__title {
    line-height: calc(30px + 45 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    font-size: calc(20px + 50 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    line-height: calc(30px + 45 * ((100vw - 320px) / 880));
  }

  .wrap-video {
    height: calc(61px + 343 * ((100vw - 320px) / 880));
  }

  .plyr {
    border-radius: calc(30px + 20 * ((100vw - 320px) / 880));
  }

  .plyr__poster {
    border-radius: calc(28px + 20 * ((100vw - 320px) / 880));
  }

  .plyr__control.plyr__control--overlaid {
    height: calc(40px + 44 * ((100vw - 320px) / 880));
  }

  .plyr__control.plyr__control--overlaid {
    width: calc(40px + 44 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 1200.98px) {
  .first-screen .fs-slider__wrap-image {
    transform: translateX(-2%);
  }

  .for-patients-skinive-app .n_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .for-patients-skinive-app__item:nth-child(2) {
    justify-content: flex-end;
  }

  .for-doctors-page .first-screen .fs-slider__block {
    left: 0;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 42% 0;
       object-position: 42% 0;
  }

  .for-developers-prod-feat__items {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lets-make-money-together {
    border-radius: 36px;
  }

  .lets-make-money-together .n_container {
    padding: 80px 25px;
  }

  .lets-make-money-together__title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1200.98px) and (max-width: 1200px) {
  .for-patients-skinive-app .n_container {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .for-patients-skinive-app .n_container {
    padding-right: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    font-size: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    line-height: calc(30px + 25 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 1199.98px) {
  .header__wrapper .n_container {
    padding-right: 30px;
  }

  .header__social-icons.icons-deley {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  .header__button {
    background-color: #F75005;
    box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    height: 86px;
    width: 100%;
  }

  .header__button .dekstop {
    display: none;
  }

  .header__button.btn-deley {
    display: none;
    opacity: 0;
  }
}

@media (max-width: 1199.98px) {
  .header .menu__icon {
    display: block;
    height: 26px;
    position: relative;
    width: 32px;
    z-index: 5;
  }

  .header .menu__icon span,
  .header .menu__icon::before,
  .header .menu__icon::after {
    background-color: #F75005;
    border-radius: 6px;
    left: 0;
    height: 4px;
    position: absolute;
    transition: 0.2s;
    width: 100%;
  }

  .header .menu__icon::before,
  .header .menu__icon::after {
    content: "";
  }

  .header .menu__icon::before {
    top: 0;
  }

  .header .menu__icon::after {
    bottom: 0;
  }

  .header .menu__icon span {
    font-size: 0;
    transform: scale(1) translate(0, -50%);
    top: 50%;
  }

  .header .menu__icon._active span {
    transform: scale(0) translate(0, -50%);
  }

  .header .menu__icon._active::before {
    transform: rotate(-45deg) translate(0, -70%);
    top: 50%;
  }

  .header .menu__icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 70%);
  }

  .header .header__menu {
    background-color: #fff;
    left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 92px;
    padding-top: 60px;
    position: fixed;
    transform: scale(0.9);
    transition: 0.3s;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .header .header__menu._active {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
  }

  .header .menu-topmenu-container {
    height: calc(100vh - 445px);
    min-height: 90px;
    overflow: auto;
    margin-top: 51px;
    padding-top: 58px;
  }

  .header .menu__list .menu-item a {
    position: relative;
  }

  .header .menu__list > li {
    display: flex;
    margin-bottom: 61px;
  }

  .header .menu__list > li a {
    color: inherit;
  }

  .header .menu__list li {
    color: #F75005;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    text-shadow: 0px 10px 15px rgba(255, 120, 60, 0.25);
    width: 100%;
  }

  .header .menu__arrow {
    top: -1px;
  }

  .header .menu__sub-list {
    align-items: center;
    background-color: #fff;
    display: none;
    flex: 1 1 100%;
    margin-top: 35px;
    padding-left: 20px;
    position: relative;
  }

  .header .menu__sub-list li {
    font-size: 24px;
    line-height: 20px;
  }

  .header .menu__sub-list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .header__wrap-button-icons {
    margin-left: auto;
    margin-right: auto;
    padding-left: 58px;
    padding-right: 58px;
    width: 603px;
    max-width: 100%;
  }

  .header__social-icon {
    color: #F75005;
    height: 65px;
    list-style: none;
    margin-left: 1px;
    margin-right: 1px;
  }

  .header__social-icon svg {
    height: 100%;
    width: auto;
  }

  .header .menu__list {
    padding-left: 98px;
    padding-right: 98px;
  }

  .header .menu__arrow {
    height: 13px;
    margin-left: 15px;
    top: 1px;
    width: 18px;
  }

  .header .menu__arrow svg {
    height: 13px;
    width: 18px;
  }
}

@media screen and (max-width: 1199.98px) and (max-width: 480.98px) {
  .header .menu__icon {
    height: 20px;
    width: 28px;
  }

  .header .menu__sub-list li:not(:last-child) {
    margin-bottom: 25px;
  }

  .header__wrap-button-icons {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .menu-topmenu-container {
    height: calc(100vh - 280px);
    min-height: 60px;
    margin-top: 30px;
    padding-top: 30px;
  }

  .header .menu__list > li {
    margin-bottom: 40px;
  }

  .header .menu__list li {
    font-size: 22px;
    line-height: 20px;
  }

  .header .menu__sub-list li {
    font-size: 20px;
    line-height: 18px;
  }

  .header__wrap-button-icons {
    height: 112px;
  }

  .header__social-icons {
    height: 52px !important;
    margin-bottom: 0 !important;
  }

  .header__social-icon {
    height: 50px;
  }
}

@media screen and (max-width: 1199.98px) and (max-width: 500.98px) {
  .header__wrap-button-icons {
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media screen and (max-width: 1199.98px) and (max-width: 1199.98px) {
  .header__social-icons {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100.98px) {
  .first-screen {
    margin-bottom: -200px;
  }

  .world-better-slider__slide {
    padding: 20px;
  }
}

@media screen and (max-width: 1024.98px) {
  .take-care-of-skin__block {
    padding: 25px;
  }

  .take-care-of-skin__block-title {
    font-size: 21px;
    line-height: 32px;
  }

  .take-care-of-skin__block-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-publication-clinical__block {
    width: calc(25% - 22px);
  }

  .about-our-products__block {
    padding: 25px;
  }

  .about-our-products__block-title {
    font-size: 21px;
    line-height: 32px;
  }

  .about-our-products__block-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .for-patients-skin-conditions__swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px !important;
  }

  .affiliate-program-page .first-screen {
    padding-top: 230px;
  }

  .wrap-video {
    height: 686px;
  }
}

@media screen and (max-width: 1024.98px) and (max-width: 1200px) {
  .wrap-video {
    height: calc(125px + 561 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 1023.98px) {
  .about-milestones__slider-line-bg {
    width: 77%;
  }
}

@media screen and (max-width: 991.98px) {
  .first-screen {
    margin-bottom: 0;
  }

  .first-screen .n_container {
    margin-top: 0;
  }

  .first-screen__item-content-bg {
    transform: translate(-50%, -50%);
  }

  .first-screen__above-title {
    text-align: center;
  }

  .first-screen__title {
    text-align: center;
  }

  .first-screen__text {
    text-align: center;
  }

  .first-screen__wrap-buttons {
    justify-content: center;
  }

  .first-screen__blocks {
    justify-content: center;
  }

  .first-screen .fs-slider {
    height: 672px;
    transform: translate(0%, 0%);
  }

  .first-screen .fs-slider__block-wrap-arrow {
    transform: translateY(72%);
  }

  .first-screen .fs-slider__wrap-image {
    left: 50%;
    position: relative;
    transform: translate(-50%, 3%);
    width: 463px;
    max-width: 100%;
  }

  .first-screen .fs-slider__block {
    bottom: 21%;
    left: 50%;
    max-width: 100%;
    padding: 15px 25px 0;
    transform: translateX(-25%);
  }

  .first-screen .fs-slider__block-label.low-risk {
    background-color: #5DC23A;
  }

  .first-screen .fs-slider__block-label.medium-risk {
    background-color: #F3AD23;
  }

  .first-screen .fs-slider__block-label.high-risk {
    background-color: #F54119;
  }

  .first-screen .fs-slider__block-wrap-text {
    margin-bottom: -24px;
  }

  .first-screen .fs-slider__block-wrap-arrow {
    justify-content: flex-end;
  }

  .first-screen .fs-slider .fs-slider-button-prev,
  .first-screen .fs-slider .fs-slider-button-next {
    height: 52.67px;
    width: 52.67px;
  }

  .first-screen .fs-slider .fs-slider-button-prev::after,
  .first-screen .fs-slider .fs-slider-button-next::after {
    height: 66.54px;
    width: 66.54px;
  }

  .first-screen .fs-slider .fs-slider-button-next {
    margin-left: 20px;
  }

  .get-skinive__item-block-image {
    display: flex;
    height: 765px;
    justify-content: center;
    margin-top: -27px;
    position: relative;
    width: 100%;
  }

  .get-skinive__item-block-image img {
    height: 765px;
    min-width: 581px;
  }

  .get-skinive__item-block-qr-code {
    display: none;
  }

  .get-skinive__wrap-content {
    margin-bottom: -128px;
  }

  .get-skinive__title {
    text-align: center;
  }

  .get-skinive__text {
    text-align: center;
  }

  .get-skinive__buttons {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    border-radius: 50px;
    bottom: calc(20% + 4px);
    display: flex;
    left: 50%;
    margin-top: 0;
    padding: 24px 30px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
  }

  .get-skinive__button {
    height: 69px;
  }

  .get-skinive__button:first-child {
    margin-right: 7px;
  }

  .get-skinive__wrap-text {
    display: none;
  }

  .get-skinive__wrap-social {
    display: none;
  }

  .get-skinive__bg-illustration {
    transform: translate(-50%, -9%);
  }

  .about-fs {
    margin-bottom: 90px;
  }

  .about-fs__title {
    text-align: center;
  }

  .about-fs__block-text {
    padding-bottom: 23px;
    padding-top: 19px;
    text-align: center;
  }

  .about-fs__link {
    border-width: 2px;
    border-radius: 50px;
    height: 58px;
    margin: 17px auto 0;
    width: 310px;
  }

  .about-fs__illustration {
    left: calc(50% - 17px);
    position: relative;
    transform: translateX(-50%);
  }

  .about-values__content {
    margin-right: auto;
    margin-top: 29px;
    width: 459px;
    max-width: 100%;
  }

  .for-patients-weekly-basis__read-more-item:nth-child(2) {
    display: none;
  }

  .for-patients-weekly-basis__read-more-title {
    font-weight: 800;
    text-align: center;
  }

  .for-patients-weekly-basis__read-more-block-text {
    margin-top: 26px;
  }

  .for-patients-weekly-basis__read-more-block-text p {
    text-align: center;
  }

  .for-patients-weekly-basis__read-more-illustration {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 53%;
  }

  .for-patients-weekly-basis__title {
    font-weight: 800;
    margin-bottom: 24px;
    text-align: center;
  }

  .for-patients-weekly-basis__sw-btn-prev:not(.swiper-button-disabled):hover::after,
  .for-patients-weekly-basis__sw-btn-next:not(.swiper-button-disabled):hover::after {
    animation: none;
  }

  .for-patients-weekly-basis__sw-btn-prev,
  .for-patients-weekly-basis__sw-btn-next {
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    z-index: 1;
  }

  .for-patients-weekly-basis__sw-btn-prev svg,
  .for-patients-weekly-basis__sw-btn-next svg {
    max-width: 21%;
  }

  .for-patients-weekly-basis__sw-btn-prev::after,
  .for-patients-weekly-basis__sw-btn-next::after {
    height: 48px;
    width: 48px;
  }

  .for-patients-weekly-basis__sw-btn-prev {
    left: 5px;
  }

  .for-patients-weekly-basis__sw-btn-next {
    right: 5px;
  }

  .for-patients-weekly-basis__block {
    padding-left: 22px;
    padding-right: 22px;
  }

  .for-patients-weekly-basis__item:nth-child(1) {
    background-color: #F9F9F9;
    border-radius: 20px;
    margin-bottom: 26px;
    padding-bottom: 25px;
    padding-top: 24px;
  }

  .for-patients-weekly-basis__item:nth-child(2) {
    margin-left: -30px;
    margin-right: -30px;
  }

  .for-patients-weekly-basis__s-btn {
    font-size: 14px;
    height: 60px;
    margin-top: 24px;
    width: 350px;
    max-width: 100%;
  }

  .for-patients-weekly-basis__wrap-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .for-patients-weekly-basis__wrap-title-text {
    margin-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .for-patients-weekly-basis__wrap-title-text h1,
  .for-patients-weekly-basis__wrap-title-text h2,
  .for-patients-weekly-basis__wrap-title-text h3,
  .for-patients-weekly-basis__wrap-title-text h4,
  .for-patients-weekly-basis__wrap-title-text h5 {
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
  }

  .for-patients-weekly-basis__wrap-title-text p {
    text-align: center;
  }

  .for-patients-weekly-basis__step {
    color: #F75005;
    margin-bottom: 26px;
    padding-left: 52px;
    padding-right: 52px;
    text-align: center;
  }

  .for-patients-self-exam__above-title {
    margin-bottom: -1px;
    text-align: center;
  }

  .for-patients-self-exam__title {
    text-align: center;
  }

  .for-patients-self-exam__block-image {
    margin-bottom: 50px;
  }

  .for-patients-skin-conditions__wrap-image {
    margin-left: auto;
    margin-right: auto;
  }

  .for-patients-skin-conditions__wrap-title-text {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }

  .for-patients-skin-conditions__wrap-title-text h1,
  .for-patients-skin-conditions__wrap-title-text h2,
  .for-patients-skin-conditions__wrap-title-text h3,
  .for-patients-skin-conditions__wrap-title-text h4,
  .for-patients-skin-conditions__wrap-title-text h5,
  .for-patients-skin-conditions__wrap-title-text h6 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .for-patients-skinive-app .n_container {
    padding-left: 0;
    padding-right: 0;
  }

  .for-patients-skinive-app__item:nth-child(2) {
    justify-content: center;
  }

  .for-patients-skinive-app__title {
    margin-bottom: 16px;
    text-align: center;
  }

  .for-doctors-page .first-screen {
    margin-bottom: 50px;
  }

  .for-doctors-page .first-screen .fs-slider__wrap-image {
    width: 100%;
  }

  .for-doctors-page .first-screen .fs-slider__block {
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
  }

  .for-doctors-page .first-screen__item-content-bg {
    display: none;
  }

  .for-doctors-page .first-screen__wrap-buttons {
    margin-top: -25px;
  }

  .for-doctors-page .about-skinive-ai-accuracy__bottom {
    margin-top: 40px;
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item {
    margin-bottom: -100px;
    margin-top: -26px;
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item img {
    margin-right: auto;
  }

  .for-doctors-page .about-publication-clinical {
    display: none;
  }

  .for-doctors-more-skin__title {
    font-weight: 800;
    text-align: center;
  }

  .for-developers-page .first-screen__text {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    text-transform: uppercase;
  }

  .for-developers-page .first-screen .about-fs__item-content img {
    max-width: 70%;
  }

  .for-developers-page .for-patients-skinive-app {
    padding-bottom: 32px;
  }

  .for-developers-page .for-patients-skinive-app__title {
    margin-bottom: 29px;
  }

  .for-developers-page .for-patients-skinive-app__button {
    background-color: #fff;
    border-radius: 50px;
    height: 60px;
    width: 350px;
    max-width: 100%;
    min-width: auto;
    text-transform: uppercase;
  }

  .for-developers-skinive-cloud__title {
    text-align: center;
  }

  .for-developers-skinive-cloud__blockText p {
    text-align: center;
  }

  .for-developers-skinive-cloud__wrapBlocks {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
  }

  .for-developers-skinive-cloud__block {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .for-developers-skinive-cloud__block-wrapImage {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 93px;
  }

  .for-developers-skinive-cloud__block-image {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
  }

  .for-developers-skinive-cloud__block-number {
    margin-bottom: 6px;
    margin-top: 43px;
  }

  .affiliate-program-page .first-screen__text {
    max-width: 270px !important;
    text-transform: unset;
  }

  .affiliate-program-page .first-screen__button {
    margin-left: auto;
    margin-right: auto;
  }

  .affiliate-program-page .for-patients-skinive-app__button {
    margin-right: auto;
  }
}

@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .get-skinive__item-block-image img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 991.98px) and (max-width: 360.98px) {
  .get-skinive__item-block-image img {
    height: 726px;
    min-width: 542px;
  }
}

@media screen and (max-width: 991.98px) and (max-width: 1200px) {
  .for-patients-self-exam__block-image {
    margin-bottom: calc(23px + 27 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .first-screen__wrap-buttons {
    margin-top: calc(-120px + 95 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item {
    margin-bottom: calc(-108px + 8 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item {
    margin-top: calc(-26px + 0 * ((100vw - 320px) / 880));
  }

  .for-developers-page .first-screen__text {
    max-width: calc(150px + 100 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__wrapBlocks {
    margin-left: calc(-2px + -13 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__wrapBlocks {
    margin-right: calc(-2px + -13 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__wrapBlocks {
    margin-top: calc(17px + 33 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    margin-left: calc(2px + 13 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    margin-right: calc(2px + 13 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    padding-bottom: calc(6px + 44 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    padding-top: calc(12px + 58 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-wrapImage {
    height: calc(58px + 35 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-number {
    margin-bottom: calc(-6px + 12 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-number {
    margin-top: calc(10px + 33 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 960.98px) {
  .lets-make-money-together {
    margin-bottom: 200px;
  }

  .lets-make-money-together .n_container {
    padding-bottom: 430px;
  }

  .lets-make-money-together__item:nth-child(2) {
    margin-bottom: -500px;
    margin-top: 45px;
  }

  .lets-make-money-together__title {
    font-size: 70px;
    line-height: 75px;
    text-align: center;
  }

  .lets-make-money-together__title br {
    display: none;
  }

  .lets-make-money-together p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (max-width: 960.98px) and (max-width: 1200px) {
  .lets-make-money-together__title {
    font-size: calc(20px + 50 * ((100vw - 320px) / 880));
  }

  .lets-make-money-together__title {
    line-height: calc(30px + 45 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 900.98px) {
  .for-developers-skinive-cloud {
    background-color: #b390ff;
  }

  .for-developers-skinive-cloud::before {
    background: linear-gradient(180deg, rgba(169, 128, 255, 0) 24.09%, #8E5DF6 50.8%, #733AED 77.5%), linear-gradient(153.2deg, #A980FF -36.85%, #733AED 70.47%);
    background-blend-mode: normal, luminosity, normal;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 48% 0;
       object-position: 48% 0;
  }
}

@media screen and (max-width: 800.98px) {
  .first-screen__title {
    font-size: 48px;
    line-height: 58px;
    max-width: 460px;
    margin: 0 auto 14px;
  }

  .first-screen__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
  }

  .first-screen__button {
    font-size: 14px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -26px;
    width: 487px;
  }

  .first-screen__watch-video {
    display: none;
  }

  .first-screen__blocks {
    display: none;
  }

  .start-your-jouney__text-above-title {
    font-size: 24px;
    margin-bottom: 7px;
    text-align: center;
  }

  .start-your-jouney__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    max-width: 480px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .take-care-of-skin__item:nth-child(1) {
    margin-bottom: 95px;
  }

  .take-care-of-skin__text-above-title {
    font-size: 24px;
    line-height: 55px;
    margin-bottom: -2px;
    text-align: center;
  }

  .take-care-of-skin__title {
    font-size: 32px;
    line-height: 42px;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .take-care-of-skin__icons {
    justify-content: center;
    margin: 0 -10px 11px;
  }

  .take-care-of-skin__wrap-icon {
    height: 41px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .take-care-of-skin__blockText p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }

  .take-care-of-skin__block:not(:last-child) {
    margin-bottom: 15px;
  }

  .take-care-of-skin__block-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 1px;
    margin-top: -4px;
  }

  .take-care-of-skin__block-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .take-care-of-skin__block-wrap-arrow {
    margin-left: auto;
    min-height: 100%;
    min-width: 60px;
    max-width: 60px;
  }

  .key-features__item:nth-child(1).key-features__first-item {
    display: none;
  }

  .key-features__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 52px;
    text-align: center;
  }

  .key-features__block:not(:last-child) {
    margin-bottom: 51px;
  }

  .key-features__block {
    max-width: 381px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .key-features__block-text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
  }

  .key-features__block-wrap-icon {
    border-radius: 20px;
    height: 66.5px;
    left: 0;
    position: absolute;
    transform: translate(-40%, -20%);
    top: 0;
    min-width: 66.5px;
    z-index: 2;
  }

  .key-features__block-wrap-icon.calendar svg {
    height: 30px;
  }

  .key-features__block-wrap-icon.eye svg {
    height: 23px;
  }

  .key-features__block-wrap-icon.silhouette svg {
    height: 38px;
  }

  .key-features__block-wrap-image {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    border-radius: 20px;
    padding-bottom: 45%;
  }

  .key-features__block-wrap-image.no-image {
    padding-bottom: 0;
  }

  .key-features__block-wrap-image-content {
    padding: 20px 20px 22px;
  }

  .key-features__block-wrap-image-content .label {
    background-color: #5DC23A;
    box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    height: 65.34px;
    padding-left: 53px;
    padding-right: 53px;
  }

  .key-features__block-wrap-image-content .label p {
    align-items: center;
    display: flex;
  }

  .key-features__block-wrap-image-content .label p strong {
    color: #fff;
    font-size: 36px;
    line-height: 65px;
    font-weight: 700;
    margin-right: 52px;
  }

  .key-features__block-wrap-image-content .label p span {
    color: #B5EBA1;
    font-size: 21px;
    position: relative;
    top: 2px;
  }

  .key-features__block-wrap-image-content .time-info {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  .key-features__block-wrap-image-content .time-info p {
    color: #F44F05;
    display: flex;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 6%;
  }

  .key-features__block-wrap-image-content .time-info .wrap-icon {
    position: relative;
    top: 4px;
  }

  .who-we-serve {
    border-radius: 50px;
    padding: 42px 20px 17px;
  }

  .who-we-serve__text-above-title {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
  }

  .who-we-serve__title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    text-align: center;
  }

  .who-we-serve .block-info-numbers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    width: 423px;
    max-width: 100%;
  }

  .who-we-serve .block-info-numbers__content {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 25px;
    padding-bottom: 12px;
    padding-top: 29px;
  }

  .who-we-serve .block-info-numbers__number {
    font-size: 48px;
    line-height: 55px;
  }

  .who-we-serve .block-info-numbers__text {
    font-size: 18px;
    line-height: 40px;
  }

  .who-we-serve .block-info-numbers__bottom {
    margin-top: 17px;
  }

  .who-we-serve .block-info-numbers__bottom p {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
  }

  .who-we-serve .block-info-numbers__today {
    padding: 9px 24px 11px 22px;
  }

  .who-we-serve .block-info-numbers__today p {
    font-weight: 600;
    line-height: 23px;
  }

  .who-we-serve .block-info-numbers__today p span {
    margin-left: 10px;
  }

  .who-we-serve__wrap-counters {
    display: none;
  }

  .who-we-serve__illustration.deskstop {
    display: none;
  }

  .world-better {
    display: none;
  }

  .supported-by {
    display: none;
  }

  main.main.get-skinive {
    padding-top: 131px;
  }

  .get-skinive__items {
    margin-top: 43px;
  }

  .get-skinive__item-block-image {
    margin-top: -27px;
  }

  .get-skinive__wrap-content {
    margin-bottom: 0;
  }

  .get-skinive__title {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 23px;
  }

  .get-skinive__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
  }

  .get-skinive__social-icon svg {
    height: 78px;
  }

  .about-skinive-ai-accuracy__title {
    font-weight: 800;
    text-align: center;
  }

  .about-publication-clinical__title {
    font-weight: 800;
    max-width: 380px;
    margin: 0 auto 23px;
  }

  .about-publication-clinical__block {
    border-radius: 20px;
    width: calc(33.3333% - 22px);
  }

  .about-values__title {
    font-weight: 800;
    margin: 0 0 28px;
    text-align: center;
  }

  .about-values__blockText p {
    text-align: center;
  }

  .about-values__blockText p:first-child::before {
    display: none;
  }

  .about-values__blockText p #quot-end::after {
    display: none;
  }

  .about-milestones__title {
    font-weight: 800;
    text-align: center;
  }

  .about-milestones__slider-line {
    top: 62px;
  }

  .about-milestones__slider-line {
    background: linear-gradient(90deg, #EAEAEA 98.07%, rgba(234, 234, 234, 0) 100%);
  }

  .about-milestones__slider-line-bg {
    background: #F75005;
    width: 80%;
  }

  .about-milestones__slide.swiper-slide-active .about-milestones__q {
    background-color: #F9F9F9;
    color: #000;
  }

  .about-milestones__wrap-data {
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }

  .about-milestones__q {
    line-height: 24px;
    padding: 5px 8px 3px 9px;
  }

  .about-vision__title {
    font-weight: 800;
    margin-bottom: 45px;
    text-align: center;
  }

  .about-vision__item {
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 22px 40px 0;
  }

  .about-vision__blockTitle {
    display: block;
    padding-bottom: 21px;
    width: 100%;
  }

  .about-vision__wrap-icon {
    right: 60px;
    top: -15px;
  }

  .about-vision__blockText {
    padding-bottom: 35px;
    text-align: center;
  }

  .about-our-products__text-above-title {
    font-size: 24px;
    line-height: 55px;
    margin-bottom: -2px;
    text-align: center;
  }

  .about-our-products__title {
    text-align: center;
  }

  .about-our-products__icons {
    justify-content: center;
    margin: 0 -10px 22px;
  }

  .about-our-products__wrap-icon {
    height: 41px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-our-products__blockText p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .about-our-products__blocks {
    margin-bottom: 33px;
    margin-top: 28px;
  }

  .about-our-products__block {
    border-radius: 40px;
  }

  .about-our-products__block {
    padding: 20px;
  }

  .about-our-products__block:not(:last-child) {
    margin-bottom: 5px;
  }

  .about-our-products__block-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 1px;
    margin-top: -4px;
  }

  .about-our-products__block-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .about-our-products__block-wrap-arrow {
    margin-left: auto;
    min-height: 100%;
    min-width: 60px;
    max-width: 60px;
  }

  .about-our-products__wrap-image img {
    border-radius: 25px;
  }

  .about-lets-stay-in-touch {
    margin-bottom: 90px;
  }

  .for-patients-page .first-screen__title {
    font-size: 74px;
    line-height: 79px;
    max-width: 100%;
  }

  .for-patients-page .key-features__title {
    margin-bottom: 21px;
  }

  .for-patients-page .key-features__block:not(:last-child) {
    margin-bottom: 41px;
  }

  .for-patients-page .key-features__block-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
  }

  .for-patients-page .key-features__block-wrap-icon {
    border-radius: 20px;
    height: 52px;
    max-width: 52px;
    min-width: 52px;
    transform: translate(-21%, -26%);
  }

  .for-patients-page .key-features__block-wrap-icon.calendar svg {
    height: 27px;
  }

  .for-patients-page .key-features__block-wrap-icon.eye svg {
    height: 19px;
  }

  .for-patients-page .key-features__block-wrap-icon.silhouette svg {
    height: 32px;
  }

  .for-patients-weekly-basis__title span {
    color: #000;
  }

  .for-patients-weekly-basis__s-title {
    font-weight: 800;
  }

  .for-patients-self-exam__title {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
  }

  .for-patients-self-exam__block:not(:last-child) {
    margin-bottom: 26px;
  }

  .for-patients-self-exam__block-title {
    margin-bottom: 6px;
  }

  .for-patients-self-exam__block-text {
    font-size: 15px;
    line-height: 22px;
  }

  .for-patients-self-exam__block-wrap-icon.one svg {
    max-height: 67%;
    max-width: 67%;
  }

  .for-patients-self-exam__block-wrap-icon.two svg {
    max-height: 81%;
    max-width: 81%;
  }

  .for-patients-self-exam__block-wrap-icon.two svg:nth-child(1) {
    display: none;
  }

  .for-patients-self-exam__block-wrap-icon.three svg {
    max-height: 72%;
    max-width: 72%;
  }

  .for-patients-self-exam__block-wrap-icon {
    border-radius: 20px;
    height: 80px;
    margin-right: 18px;
    min-width: 80px;
  }

  .for-patients-skin-conditions__title {
    font-weight: 800;
    text-align: center;
  }

  .for-patients-skin-conditions__sw-btn-prev:not(.swiper-button-disabled):hover::after,
  .for-patients-skin-conditions__sw-btn-next:not(.swiper-button-disabled):hover::after {
    animation: none;
  }

  .for-patients-skin-conditions__sw-btn-prev,
  .for-patients-skin-conditions__sw-btn-next {
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    z-index: 10;
  }

  .for-patients-skin-conditions__sw-btn-prev svg,
  .for-patients-skin-conditions__sw-btn-next svg {
    max-width: 21%;
  }

  .for-patients-skin-conditions__sw-btn-prev::after,
  .for-patients-skin-conditions__sw-btn-next::after {
    height: 48px;
    width: 48px;
  }

  .for-patients-skin-conditions__sw-btn-prev {
    left: 5px;
  }

  .for-patients-skin-conditions__sw-btn-next {
    right: 5px;
  }

  .for-patients-skin-conditions .about-milestones__wrap-slider {
    padding-left: 22px;
    padding-right: 22px;
  }

  .for-patients-skin-conditions-slider {
    margin-top: 25px;
  }

  .for-patients-skinive-app {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 41px;
  }

  .for-patients-stay-healthy__title {
    font-weight: 800;
  }

  .for-doctors-page .key-features {
    padding-bottom: 60px;
  }

  .for-doctors-page .key-features__title {
    margin-bottom: -5px;
  }

  .for-doctors-page .key-features__block-image {
    margin-bottom: -80px;
    width: 100%;
  }

  .for-doctors-page .key-features__image {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .for-doctors-page .key-features .key-features__item:nth-child(1) .key-features-bg-item-one {
    left: 50%;
    transform: translate(-55%, -59%);
    min-width: 520px;
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='11' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.9217L20 2' stroke='%23504DE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }

  .for-doctors-skinivemd__title {
    font-weight: 800;
    text-align: center;
  }

  .for-doctors-skinivemd__item {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 18px;
  }

  .for-doctors-skinivemd__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .for-doctors-skinivemd__wrap-content.show-text .for-doctors-skinivemd__BlockText {
    display: block;
  }

  .for-doctors-skinivemd__wrap-content.show-text .for-doctors-skinivemd__read-more::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6L6 1.04348L11 6' stroke='%23F75005' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }

  .for-doctors-skinivemd__wrap-content h1,
  .for-doctors-skinivemd__wrap-content h2,
  .for-doctors-skinivemd__wrap-content h3,
  .for-doctors-skinivemd__wrap-content h4,
  .for-doctors-skinivemd__wrap-content h5,
  .for-doctors-skinivemd__wrap-content h6 {
    margin-top: 18px;
  }

  .for-doctors-skinivemd__wrap-content h1 u,
  .for-doctors-skinivemd__wrap-content h2 u,
  .for-doctors-skinivemd__wrap-content h3 u,
  .for-doctors-skinivemd__wrap-content h4 u,
  .for-doctors-skinivemd__wrap-content h5 u,
  .for-doctors-skinivemd__wrap-content h6 u {
    text-decoration: none;
  }

  .for-doctors-skinivemd__BlockImage {
    border-radius: 10px;
    height: 560px;
    width: 100%;
  }

  .for-doctors-skinivemd__BlockImage img {
    border-radius: 10px;
  }

  .for-doctors-skinivemd__BlockText {
    display: none;
    padding-bottom: 11px;
  }

  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block {
    display: none;
  }

  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block:nth-child(1),
  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block:nth-child(2),
  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block:nth-child(3),
  .for-doctors-more-skin__blocks.for-doctors-more-skin-first-blocks .for-doctors-more-skin__block:nth-child(4) {
    display: block;
  }

  .for-doctors-more-skin__blocks.full .for-doctors-more-skin__block {
    display: block;
  }

  .for-developers-page .first-screen {
    padding-bottom: 100px;
  }

  .for-developers-page .first-screen__text {
    max-width: 270px;
  }

  .for-developers-skinive-cloud__title {
    font-weight: 800;
  }

  .for-developers-prod-feat {
    margin-top: -263px;
  }

  .for-developers-prod-feat__illustration {
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
  }

  .for-developers-prod-feat__title {
    font-weight: 800;
    text-align: center;
  }

  .for-developers-prod-feat__items {
    margin-left: 0;
    margin-right: 0;
  }

  .for-developers-prod-feat__item:not(:first-child) {
    margin-top: 80px;
  }

  .for-developers-prod-feat__item-title {
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .for-developers-prod-feat__item-blockText p {
    font-weight: 400;
    text-align: center;
  }

  .for-developers-usecases__title {
    font-weight: 800;
    text-align: center;
  }

  .for-developers-usecases__tabs {
    height: 66px;
  }

  .for-developers-usecases__tab {
    display: none;
    color: #733AED;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-left: 75px;
    padding-right: 75px;
  }

  .for-developers-usecases__tab.active {
    display: flex;
  }

  .for-developers-usecases__tab.active {
    background: #F9F9F9;
    color: #733AED;
  }

  .for-developers-usecases__tabContent {
    padding: 23px 20px;
  }

  .for-developers-usecases__item-blockImage {
    height: 680px;
    padding-bottom: 0;
  }

  .for-developers-usecases__item-blockText p {
    text-align: center;
  }

  .for-developers-usecases__item-title {
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
  }

  .for-developers-our-skinive__item:nth-child(2) {
    margin-top: 80px;
  }

  .for-developers-our-skinive__title {
    font-weight: 800;
    margin-bottom: 90px;
    text-align: center;
  }

  .for-developers-our-skinive__block:not(:last-child) {
    margin-bottom: 35px;
  }

  .for-developers-our-skinive__blockIcon img {
    max-height: 60%;
    max-width: 60%;
  }

  .for-developers-our-skinive__blockIconPartner {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
  }

  .for-developers-our-skinive__wrapList li {
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .for-developers-our-skinive__wrapIconPartner {
    height: 110px;
    margin: 5px;
    width: calc(33.3333% - 10px);
  }

  .for-developers-our-skinive__wrapIconPartner.text-new-partner span {
    text-decoration: underline;
  }

  .for-developers-our-skinive__wrapIconPartner img {
    max-height: 80%;
    max-width: 80%;
  }

  .affiliate-program-page .first-screen {
    padding-top: 180px;
  }

  .affiliate-program-page .for-developers-skinive-cloud {
    padding-bottom: 320px;
  }

  .affiliate-program-page .for-developers-prod-feat {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }

  .affiliate-program-page .for-developers-prod-feat__title {
    color: #fff;
  }

  .affiliate-program-page .for-developers-prod-feat__item {
    margin-bottom: 25px;
    margin-top: 0 !important;
  }

  .affiliate-program-page .for-developers-prod-feat__item-title::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 16 16' fill='none'%3e%3ccircle opacity='0.05' cx='8' cy='8' r='8' fill='%23F75005'/%3e%3ccircle opacity='0.2' cx='7.99716' cy='8.00107' r='5.09091' fill='%23F75005'/%3e%3ccircle cx='8.00284' cy='7.99893' r='2.90909' fill='%23F75005'/%3e%3c/svg%3e");
    margin-right: 12px;
    position: relative;
    top: 4px;
  }

  .affiliate-program-page .for-developers-prod-feat__item-blockText {
    overflow: hidden;
  }

  .affiliate-program-page .for-developers-prod-feat__item-blockText p {
    margin: 20px 20px 30px;
    text-align: left;
  }

  .affiliate-program-page .for-developers-prod-feat .block__title {
    background-color: #F9F9F9;
    border-radius: 38px;
    height: 60px;
    display: flex;
    padding-left: 15px;
    padding-right: 60px;
    position: relative;
    width: 100%;
  }

  .affiliate-program-page .for-developers-prod-feat .block__title._active::after {
    transform: translateY(-65%) rotate(180deg);
  }

  .affiliate-program-page .for-developers-prod-feat .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23F75005' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    position: absolute;
    right: 25px;
    transition: 0.3s ease 0s;
    transform: translateY(-50%);
    top: 51%;
  }

  .affiliate-program-page .for-developers-prod-feat .block__title .for-developers-prod-feat__item-title {
    margin-bottom: auto;
    margin-top: auto;
    text-align: left;
  }

  .affiliate-program-page .how-it-works {
    padding-top: 50px;
  }

  .affiliate-program-page .how-it-works__blockImage {
    margin-top: 45px;
  }

  .affiliate-program-page .for-patients-skinive-app {
    padding-left: 30px;
    padding-right: 30px;
  }

  .live-chat {
    margin-bottom: 100px;
  }

  .footer__item {
    width: 100%;
  }

  .footer__item-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 381px;
  }

  .footer__wrap-logo {
    text-align: center;
    width: 100%;
  }

  .footer__wrap-this-project {
    margin: 0 auto;
    width: 100%;
    max-width: 284px;
  }

  .footer__wrap-item-menu {
    display: none;
  }

  .footer__wrap-copyright {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .footer__wrap-copyright p {
    text-align: center;
  }

  .footer__wrap-copyright p br {
    display: none;
  }

  .footer__social-list {
    margin: 53px 0 22px;
    width: 100%;
  }

  .footer__social-list-item svg {
    height: 78px;
  }

  .footer__button {
    display: none;
  }
}

@media screen and (max-width: 800.98px) and (max-width: 1200px) {
  .take-care-of-skin__block-title {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .key-features__block-wrap-image-content .label {
    padding-left: calc(20px + 33 * ((100vw - 320px) / 880));
  }

  .key-features__block-wrap-image-content .label {
    padding-right: calc(20px + 33 * ((100vw - 320px) / 880));
  }

  .key-features__block-wrap-image-content .label p strong {
    font-size: calc(24px + 12 * ((100vw - 320px) / 880));
  }

  .key-features__block-wrap-image-content .label p strong {
    margin-right: calc(12px + 40 * ((100vw - 320px) / 880));
  }

  .key-features__block-wrap-image-content .label p span {
    font-size: calc(16px + 5 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical__title {
    max-width: calc(290px + 90 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-title {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .for-patients-page .first-screen__title {
    font-size: calc(24px + 50 * ((100vw - 320px) / 880));
  }

  .for-patients-page .first-screen__title {
    line-height: calc(40px + 39 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features__block-image {
    margin-bottom: calc(-96px + 16 * ((100vw - 320px) / 880));
  }

  .for-doctors-skinivemd__BlockImage {
    height: calc(126px + 434 * ((100vw - 320px) / 880));
  }

  .for-developers-prod-feat__item:not(:first-child) {
    margin-top: calc(19px + 61 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-blockImage {
    height: calc(165px + 515 * ((100vw - 320px) / 880));
  }

  .for-developers-usecases__item-title {
    margin-top: calc(21px + 29 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__item:nth-child(2) {
    margin-top: calc(24px + 56 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__title {
    margin-bottom: calc(24px + 66 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__block:not(:last-child) {
    margin-bottom: calc(23px + 12 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner {
    height: calc(56px + 54 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 800.98px) and (max-width: 600.98px) {
  .who-we-serve .block-info-numbers__content {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 767.98px) {
  .header__button {
    font-size: 16px;
    height: 60px;
  }

  .about-publication-clinical__blocks {
    margin: -2px;
  }

  .about-publication-clinical__block {
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.07);
    margin: 2px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(33.3333% - 4px);
  }

  .about-publication-clinical__block:last-child {
    display: none;
  }

  .about-milestones__wrap-slider::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    z-index: 1;
  }

  .about-milestones__slider-line {
    left: -30px;
    width: calc(100% + 30px);
  }

  .about-milestones__slider-line-bg {
    width: 61%;
  }

  .about-lets-stay-in-touch__title {
    font-weight: 800;
  }

  .about-lets-stay-in-touch__field {
    background: rgba(249, 249, 249, 0.2);
    border-radius: 34px;
    color: #000;
    height: 58px;
    font-size: 10px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .about-lets-stay-in-touch__submit {
    background-color: #fff;
    border-radius: 50px;
    color: #F75005;
    height: 58px;
    font-size: 14px;
    line-height: 24px;
  }

  .for-doctors-page .about-publication-clinical {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .menu__list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plyr__time + .plyr__time {
    display: none;
  }
}

@media screen and (max-width: 720.98px) {
  .about-milestones__text::before {
    margin-bottom: 14px;
    width: 16px;
  }

  .for-patients-skin-conditions__swiper-pagination {
    margin-top: 26px;
  }

  .for-patients-skin-conditions__swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    margin: 0 8px !important;
    width: 8px;
  }

  .for-patients-skin-conditions__swiper-pagination .swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
  }

  .for-patients-skinive-app__title {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .for-developers-page .for-patients-skinive-app__title {
    margin-left: auto;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 45% 0;
       object-position: 45% 0;
  }
}

@media screen and (max-width: 720.98px) and (max-width: 1200px) {
  .for-patients-skinive-app__title {
    max-width: calc(420px + 60 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 700.98px) {
  .for-developers-skinive-cloud__block-image {
    max-width: 80%;
  }
}

@media screen and (max-width: 640.98px) {
  .first-screen .fs-slider__block-wrap-arrow {
    transform: translateY(62%);
  }

  .first-screen .fs-slider__block {
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 14px 20px 18px;
    width: 350px;
  }

  .first-screen .fs-slider__block-label {
    width: 206px;
  }

  .first-screen .fs-slider__block-label p {
    font-size: 14px;
    line-height: 17px;
  }

  .first-screen .fs-slider__block-wrap-text {
    padding-top: 16px;
  }

  .first-screen .fs-slider__block-wrap-text p {
    font-size: 14px;
  }

  .first-screen .fs-slider .fs-slider-button-prev,
  .first-screen .fs-slider .fs-slider-button-next {
    height: 38px;
    width: 38px;
  }

  .first-screen .fs-slider .fs-slider-button-prev::after,
  .first-screen .fs-slider .fs-slider-button-next::after {
    height: 50px;
    width: 50px;
  }

  .first-screen .fs-slider .fs-slider-button-next {
    margin-left: 18px;
  }

  .start-your-jouney__wrap-video {
    padding-bottom: 122%;
  }

  .start-your-jouney__video-btn {
    height: 84px;
    width: 84px;
  }

  .take-care-of-skin__wrap-icon {
    height: 29px;
    margin-left: 11px;
    margin-right: 11px;
  }

  .about-fs__block-text {
    padding-top: 23px;
  }

  .about-fs__link {
    font-size: 14px;
  }

  .about-skinive-ai-accuracy__block-text {
    padding-bottom: 15px;
    padding-top: 24px;
  }

  .about-skinive-ai-accuracy__block-text p {
    font-weight: 400;
  }

  .about-skinive-ai-accuracy__block-data {
    flex-direction: column;
    justify-content: center;
  }

  .about-skinive-ai-accuracy__data-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-skinive-ai-accuracy__data {
    font-size: 14px;
    line-height: 20px;
  }

  .about-skinive-ai-accuracy__data::before {
    border-radius: 5px;
    height: 16px;
    margin-right: 15px;
    min-width: 16px;
  }

  .about-skinive-ai-accuracy__schedule.dekstop {
    display: none;
  }

  .about-skinive-ai-accuracy__wrap-schedule-text {
    margin-left: -2px;
    margin-right: -2px;
  }

  .about-skinive-ai-accuracy__item-text {
    margin-left: 2px;
    margin-right: 2px;
    width: calc(33.3333% - 4px);
  }

  .about-skinive-ai-accuracy__item-text:nth-child(2),
  .about-skinive-ai-accuracy__item-text:nth-child(4) {
    display: none;
  }

  .about-skinive-ai-accuracy__bottom-text {
    margin-bottom: 21px;
  }

  .about-milestones__slider-line-bg {
    width: 64%;
  }

  .for-patients-skinive-app__bg.dekstop {
    display: none;
  }

  .for-doctors-page .first-screen .fs-slider__block {
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
  }

  .for-doctors-page .about-skinive-ai-accuracy__bottom-text span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .for-doctors-page .for-patients-skinive-app__button-text {
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='9' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.9217L20 2' stroke='%23504DE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    top: 30px;
  }

  .for-doctors-page .about-skinive-ai-accuracy__bottom-button {
    box-shadow: none;
  }

  .for-doctors-page .for-patients-stay-healthy__block-text {
    padding-bottom: 4px;
    padding-top: 6px;
  }

  .for-doctors-page .for-patients-stay-healthy__block-text p {
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .for-developers-page .first-screen {
    padding-top: 111px;
  }

  .for-developers-page .first-screen__title {
    margin-bottom: 8px;
  }

  .for-developers-page .for-patients-stay-healthy__block-text {
    padding-bottom: 4px;
    padding-top: 5px;
  }

  .for-developers-page .for-patients-stay-healthy__block-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 42% 0;
       object-position: 42% 0;
  }

  .affiliate-program-page .first-screen {
    padding-top: 160px;
  }

  .affiliate-program-page .for-developers-prod-feat__item {
    margin-bottom: 5px;
  }

  .live-chat p {
    line-height: 32px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .live-chat p:nth-child(2) {
    margin-top: 16px;
  }

  .live-chat ul {
    margin-top: 8px;
  }

  .live-chat ul li {
    height: 40px;
    min-width: 40px;
    padding: 0 11px;
  }

  .live-chat ul li:not(:last-child)::after {
    height: 45px;
  }

  .plyr__control.plyr__control--overlaid {
    height: 84px;
    width: 84px;
  }
}

@media screen and (max-width: 640.98px) and (max-width: 1200px) {
  .start-your-jouney__video-btn {
    height: calc(54px + 30 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__video-btn {
    width: calc(54px + 30 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    top: calc(18px + 12 * ((100vw - 320px) / 880));
  }

  .plyr__control.plyr__control--overlaid {
    height: calc(54px + 30 * ((100vw - 320px) / 880));
  }

  .plyr__control.plyr__control--overlaid {
    width: calc(54px + 30 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 640px) {
  .plyr--playing::before {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    left: calc(50% - 10px);
    height: 20px;
    top: calc(50% - 10px);
    width: 20px;
  }
}

@media screen and (max-width: 600.98px) {
  .first-screen {
    padding-top: 155px;
  }

  .first-screen__item .first-screen__item {
    height: 851px;
    margin-top: -6%;
  }

  .first-screen__title {
    font-size: 74px;
    line-height: 79px;
    max-width: 460px;
  }

  .first-screen__text {
    font-size: 34px;
    line-height: 44px;
  }

  .first-screen__button {
    margin-top: 0;
  }

  .first-screen .fs-slider__wrap-image {
    max-width: 78%;
    transform: translate(-50%, 5%);
  }

  .first-screen .fs-slider__block {
    bottom: 18%;
  }

  .start-your-jouney__text-above-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 3px;
  }

  .start-your-jouney__title {
    font-size: 46px;
    line-height: 51px;
    margin-bottom: 24px;
  }

  .take-care-of-skin__text-above-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
  }

  .take-care-of-skin__title {
    font-size: 46px;
    line-height: 51px;
  }

  .take-care-of-skin__block {
    border-radius: 90px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
  }

  .take-care-of-skin__block-title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
  }

  .take-care-of-skin__block-text {
    padding-top: 24px;
  }

  .take-care-of-skin__block-text p {
    font-size: 27px;
    line-height: 36px;
  }

  .take-care-of-skin__wrap-image {
    height: auto;
    margin-right: 60px;
    min-width: 228px;
  }

  .take-care-of-skin__wrap-image img {
    width: 100%;
  }

  .key-features__title {
    font-size: 46px;
    line-height: 51px;
  }

  .key-features__block-text {
    font-size: 26px;
    line-height: 33px;
  }

  .who-we-serve {
    padding-bottom: 17px;
  }

  .who-we-serve__text-above-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 3px;
  }

  .who-we-serve__title {
    font-size: 46px;
    line-height: 51px;
  }

  .who-we-serve .block-info-numbers__number {
    font-size: 65px;
    line-height: 72px;
    margin-top: 0;
  }

  .get-skinive__title {
    font-size: 74px;
    line-height: 79px;
  }

  .get-skinive__text {
    font-size: 34px;
    line-height: 44px;
  }

  .about-our-products__text-above-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 8px;
  }

  .about-our-products__block-title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
  }

  .about-our-products__block-text {
    padding-top: 24px;
  }

  .about-our-products__block-text p {
    font-size: 27px;
    line-height: 36px;
  }

  .for-patients-page .key-features__block-text {
    font-size: 26px;
    line-height: 33px;
  }

  .for-patients-weekly-basis__sw-btn-prev,
  .for-patients-weekly-basis__sw-btn-next {
    top: 43%;
  }

  .for-patients-self-exam__title {
    font-size: 46px;
    line-height: 51px;
  }

  .for-patients-skin-conditions-slider {
    padding: 25px 0;
  }

  .for-patients-skin-conditions__slide {
    padding-left: 45px;
    padding-right: 45px;
  }

  .for-patients-skin-conditions__wrap-title-text {
    padding-left: 0;
    padding-right: 0;
  }

  .for-doctors-page .first-screen .fs-slider__right-content-text {
    font-weight: 500;
  }

  .for-doctors-page .first-screen .fs-slider__right-content-text span:nth-child(1) {
    display: none;
  }

  .for-doctors-page .first-screen .fs-slider__wrap-image {
    max-width: 271px;
  }

  .for-doctors-page .first-screen .fs-slider__block {
    bottom: 7%;
    border-radius: 30px;
    width: 298px;
  }

  .for-doctors-page .first-screen__wrap-buttons {
    margin-top: -620px;
  }

  .for-doctors-page .key-features .block__item .block__title::before {
    transform: translate(-35px, 2px);
  }

  .for-developers-page .first-screen__item {
    height: auto !important;
    margin-top: 0;
  }

  .for-developers-page .first-screen__text {
    max-width: 260px;
  }

  .for-developers-our-skinive__block:not(:last-child) {
    margin-bottom: 60px;
  }

  .for-developers-our-skinive__blockIcon {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600.98px) and (max-width: 1200px) {
  .first-screen {
    padding-top: calc(99px + 56 * ((100vw - 320px) / 880));
  }

  .first-screen__item .first-screen__item {
    height: calc(500px + 351 * ((100vw - 320px) / 880));
  }

  .first-screen__title {
    font-size: calc(34px + 40 * ((100vw - 320px) / 880));
  }

  .first-screen__title {
    line-height: calc(50px + 29 * ((100vw - 320px) / 880));
  }

  .first-screen__title {
    max-width: calc(350px + 110 * ((100vw - 320px) / 880));
  }

  .first-screen__text {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .first-screen__text {
    line-height: calc(24px + 20 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__text-above-title {
    font-size: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__text-above-title {
    line-height: calc(23px + 23 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__title {
    font-size: calc(24px + 22 * ((100vw - 320px) / 880));
  }

  .start-your-jouney__title {
    line-height: calc(32px + 19 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__text-above-title {
    font-size: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__text-above-title {
    line-height: calc(23px + 23 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__title {
    font-size: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__title {
    line-height: calc(38px + 13 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block {
    border-radius: calc(14px + 76 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block {
    padding-bottom: calc(19px + 29 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block {
    padding-left: calc(14px + 34 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block {
    padding-right: calc(14px + 34 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block {
    padding-top: calc(14px + 34 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block-title {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block-title {
    line-height: calc(20px + 24 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block-text {
    padding-top: calc(5px + 19 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block-text p {
    font-size: calc(11px + 16 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__block-text p {
    line-height: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__wrap-image {
    margin-right: calc(12px + 48 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin__wrap-image {
    min-width: calc(40px + 188 * ((100vw - 320px) / 880));
  }

  .key-features__title {
    font-size: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .key-features__title {
    line-height: calc(38px + 13 * ((100vw - 320px) / 880));
  }

  .key-features__block-text {
    font-size: calc(17px + 9 * ((100vw - 320px) / 880));
  }

  .key-features__block-text {
    line-height: calc(25px + 8 * ((100vw - 320px) / 880));
  }

  .who-we-serve {
    padding-bottom: calc(21px + -4 * ((100vw - 320px) / 880));
  }

  .who-we-serve__text-above-title {
    font-size: calc(18px + 18 * ((100vw - 320px) / 880));
  }

  .who-we-serve__text-above-title {
    line-height: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .who-we-serve__title {
    font-size: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .who-we-serve__title {
    line-height: calc(38px + 13 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__number {
    font-size: calc(39px + 26 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__number {
    line-height: calc(45px + 27 * ((100vw - 320px) / 880));
  }

  .get-skinive__title {
    font-size: calc(34px + 40 * ((100vw - 320px) / 880));
  }

  .get-skinive__title {
    line-height: calc(50px + 29 * ((100vw - 320px) / 880));
  }

  .get-skinive__text {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .get-skinive__text {
    line-height: calc(24px + 20 * ((100vw - 320px) / 880));
  }

  .about-our-products__text-above-title {
    font-size: calc(18px + 18 * ((100vw - 320px) / 880));
  }

  .about-our-products__text-above-title {
    line-height: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-title {
    font-size: calc(16px + 18 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-title {
    line-height: calc(20px + 24 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-text {
    padding-top: calc(5px + 19 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-text p {
    font-size: calc(11px + 16 * ((100vw - 320px) / 880));
  }

  .about-our-products__block-text p {
    line-height: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .for-patients-page .key-features__block-text {
    font-size: calc(15px + 11 * ((100vw - 320px) / 880));
  }

  .for-patients-page .key-features__block-text {
    line-height: calc(22px + 11 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__title {
    font-size: calc(26px + 20 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__title {
    line-height: calc(38px + 13 * ((100vw - 320px) / 880));
  }

  .for-doctors-page .first-screen__wrap-buttons {
    margin-top: calc(132px + -752 * ((100vw - 320px) / 880));
  }

  .for-developers-page .first-screen__text {
    max-width: calc(230px + 30 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__block:not(:last-child) {
    margin-bottom: calc(27px + 33 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__blockIcon {
    margin-bottom: calc(20px + 60 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 575.98px) {
  .custom-checkbox {
    margin-bottom: 226px;
    margin-top: 70px;
    text-indent: 23px;
  }

  .custom-checkbox__box {
    height: 11px;
    width: 11px;
  }

  .popup__content {
    max-width: 100%;
  }

  .first-screen .fs-slider__wrap-image {
    transform: translate(-50%, 10%);
  }

  .first-screen .fs-slider__block {
    bottom: 10%;
  }

  .about-fs__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }

  .about-fs__link {
    margin-top: 25px;
  }

  .about-fs__illustration {
    left: 50%;
  }

  .about-fs__illustration.dekstop {
    display: none;
  }

  .about-values__content {
    height: 237px;
    width: 206px;
  }

  .about-values__blockPhoto {
    border-radius: 40px;
    height: 237px;
    width: 206px;
  }

  .about-values__blockPhoto img {
    border-radius: 40px;
  }

  .about-values__blockName {
    bottom: 21px;
    border-radius: 30px 0;
    left: -29px;
    padding: 9px 28px;
    width: 188px;
  }

  .about-values__name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .about-values__position {
    font-size: 12px;
    line-height: 14px;
  }

  .for-doctors-page .first-screen .fs-slider__wrap-image {
    transform: translate(-50%, 13px);
  }

  .for-doctors-page .key-features .block__item .block__title::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.05' cx='8' cy='8' r='8' fill='%23504DE5'/%3e%3ccircle opacity='0.2' cx='8.00009' cy='8.00009' r='5.09091' fill='%23504DE5'/%3e%3ccircle cx='7.99991' cy='7.99991' r='2.90909' fill='%23504DE5'/%3e%3c/svg%3e");
    transform: translate(-28px, 2px);
  }

  .for-doctors-more-skin__block p::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.05' cx='8' cy='8' r='8' fill='%23504DE5'/%3e%3ccircle opacity='0.2' cx='8.00009' cy='8.00009' r='5.09091' fill='%23504DE5'/%3e%3ccircle cx='7.99991' cy='7.99991' r='2.90909' fill='%23504DE5'/%3e%3c/svg%3e");
  }

  .for-developers-page .first-screen .about-fs__item-content img {
    max-width: 100%;
  }

  .for-developers-skinive-cloud__block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .for-developers-skinive-cloud__block-image {
    max-width: 70%;
  }

  .for-developers-our-skinive__blockIconPartner {
    margin: -3px;
  }

  .for-developers-our-skinive__wrapIconPartner {
    margin: 3px;
    width: calc(33.3333% - 6px);
  }

  .affiliate-program-page .first-screen {
    padding-top: 139px;
  }

  .affiliate-program-page .first-screen__text {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    max-width: 230px !important;
  }

  .affiliate-program-page .for-developers-skinive-cloud {
    padding-bottom: 170px;
    padding-top: 41px;
  }

  .affiliate-program-page .for-developers-skinive-cloud__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .affiliate-program-page .for-developers-skinive-cloud__blockText p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .affiliate-program-page .for-developers-prod-feat {
    padding-bottom: 55px;
    margin-top: -175px;
  }

  .affiliate-program-page .for-developers-prod-feat__title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
  }

  .affiliate-program-page .for-developers-prod-feat__items {
    margin-top: 29px;
  }

  .affiliate-program-page .for-developers-prod-feat__item-title {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.75px;
  }

  .affiliate-program-page .for-developers-prod-feat__item-title::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3ccircle opacity='0.05' cx='8' cy='8' r='8' fill='%23F75005'/%3e%3ccircle opacity='0.2' cx='7.99716' cy='8.00107' r='5.09091' fill='%23F75005'/%3e%3ccircle cx='8.00284' cy='7.99893' r='2.90909' fill='%23F75005'/%3e%3c/svg%3e");
    top: 3px;
  }

  .affiliate-program-page .for-developers-prod-feat__item-blockText p {
    font-size: 15px;
    margin: 15px 24px 25px;
    text-align: left;
  }

  .affiliate-program-page .for-developers-prod-feat .block__title {
    padding-left: 20px;
    padding-right: 40px;
  }

  .affiliate-program-page .for-developers-prod-feat .block__title._active::after {
    transform: translateY(-48%) rotate(180deg);
  }

  .affiliate-program-page .for-developers-prod-feat .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23F75005' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    right: 20px;
    top: 48%;
  }

  .affiliate-program-page .for-developers-prod-feat__block-text {
    margin-top: 22px;
  }

  .affiliate-program-page .for-developers-prod-feat__block-text p {
    font-size: 15px;
    text-align: center;
  }

  .affiliate-program-page .how-it-works {
    padding-top: 0;
  }

  .affiliate-program-page .how-it-works__title {
    text-align: center;
  }

  .affiliate-program-page .how-it-works__blockImage {
    margin-top: 15px;
    padding-bottom: calc(48% - 2px);
  }

  .affiliate-program-page .how-it-works__blockImage img {
    border-radius: 21px;
    -o-object-position: 0 44%;
       object-position: 0 44%;
  }

  .affiliate-program-page .faq {
    padding-bottom: 94px;
  }

  .affiliate-program-page .faq__title {
    margin-bottom: 18px;
    text-align: center;
  }

  .affiliate-program-page .faq .block__title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.7px;
    padding-right: 20px;
  }

  .affiliate-program-page .faq .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3e%3cpath d='M1 1L5 5.6747L9 1' stroke='%23F75005' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }

  .affiliate-program-page .faq .for-doctors-more-skin__block {
    margin-bottom: 8px;
    padding: 19px 22px;
  }

  .affiliate-program-page .faq .for-doctors-more-skin__blockText p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .affiliate-program-page .faq .for-doctors-more-skin__blockText p:first-child {
    padding-top: 20px;
  }

  .affiliate-program-page .faq .for-doctors-more-skin__blockText p:not(:last-child) {
    margin-bottom: 15px;
  }

  .affiliate-program-page .for-patients-skinive-app {
    margin-bottom: 34px !important;
  }

  .lets-make-money-together {
    margin-bottom: 226px;
    margin-top: 70px;
  }

  .lets-make-money-together .n_container {
    padding: 36px 20px 388px;
  }

  .lets-make-money-together__item:nth-child(2) {
    margin-bottom: -555px;
    margin-top: 27px;
  }

  .lets-make-money-together__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.28px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-transform: unset;
  }

  .lets-make-money-together__title br {
    display: none;
  }

  .lets-make-money-together p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }

  .lets-make-money-together__form {
    padding: 32px 35px 24px;
  }

  .lets-make-money-together__form input:not([type=submit]) {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 23px;
    padding-bottom: 9px;
  }

  .lets-make-money-together__form input:not([type=submit]).describe {
    padding-top: 24px;
  }

  .lets-make-money-together__form button,
  .lets-make-money-together__form input[type=submit] {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.28px;
    height: 60px;
    width: 262px;
  }

  .lets-make-money-together__form label.custom-checkbox {
    margin: -3px 0 19px;
  }

  .lets-make-money-together__illustration.dekstop {
    display: none;
  }

  .live-chat {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 540.98px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__wrapper .n_container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

  .first-screen__item .first-screen__item {
    height: 851px;
  }

  .first-screen .fs-slider {
    height: 1480px;
  }

  .first-screen .fs-slider__block {
    left: auto;
    right: 0;
    transform: translateX(0%);
  }

  .get-skinive__buttons {
    bottom: calc(16% + 4px);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .get-skinive__button {
    height: 169px;
    width: auto;
  }

  .get-skinive__button svg {
    height: 169px;
    width: auto;
  }

  .about-milestones__wrap-slider::after {
    right: -20px;
    width: 20px;
  }

  .about-milestones__slider-line {
    left: -20px;
    width: calc(100% + 20px);
  }

  .about-milestones__slider-line-bg {
    width: 66%;
  }

  .for-patients-weekly-basis__item:nth-child(2) {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .for-patients-weekly-basis__wrap-title-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-patients-weekly-basis__step {
    padding-left: 42px;
    padding-right: 42px;
  }

  .for-patients-skinive-app {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-developers-skinive-cloud {
    margin-left: -20px;
    margin-right: -20px;
  }

  .for-developers-skinive-cloud .n_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 40% 0;
       object-position: 40% 0;
  }

  .affiliate-program-page .for-patients-skinive-app {
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 540.98px) and (max-width: 1200px) {
  .first-screen__item .first-screen__item {
    height: calc(479px + 372 * ((100vw - 320px) / 880));
  }

  .first-screen .fs-slider {
    height: calc(376px + 1104 * ((100vw - 320px) / 880));
  }

  .get-skinive__buttons {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .get-skinive__buttons {
    padding-left: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .get-skinive__buttons {
    padding-right: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .get-skinive__buttons {
    padding-top: calc(10px + 10 * ((100vw - 320px) / 880));
  }

  .get-skinive__button {
    height: calc(40px + 129 * ((100vw - 320px) / 880));
  }

  .get-skinive__button svg {
    height: calc(40px + 129 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 500.98px) {
  .key-features__block {
    margin-left: 27px;
    margin-left: 27px;
  }
}

@media screen and (max-width: 480.98px) {
  .header__wrap-logo img {
    height: 30px;
  }

  .header__wrapper .n_container {
    height: 50px;
    padding-left: 12px;
    padding-right: 20px;
  }

  .first-screen__item .first-screen__item {
    height: 851px;
  }

  .who-we-serve .block-info-numbers {
    margin-top: 18px;
  }

  .get-skinive__tabs-button {
    padding: 16px 12px 17px;
  }

  .about-lets-stay-in-touch__illustration {
    height: 100%;
  }

  .about-lets-stay-in-touch__illustration.deskstop {
    display: none;
  }

  .for-patients-weekly-basis__s-btn {
    width: 100%;
  }

  .for-patients-weekly-basis__wrap-image img {
    max-width: 156px;
  }

  .for-developers-page .first-screen__title {
    max-width: 460px;
  }
}

@media screen and (max-width: 480.98px) and (max-width: 1200px) {
  .first-screen__item .first-screen__item {
    height: calc(425px + 426 * ((100vw - 320px) / 880));
  }

  .for-developers-page .first-screen__title {
    max-width: calc(300px + 160 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 460.98px) {
  .get-skinive__social-icon svg {
    height: 60px;
  }

  .about-milestones__slider-line-bg {
    width: 69%;
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='7' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.9217L20 2' stroke='%23504DE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    top: 30px;
  }

  .for-developers-page .first-screen__text {
    max-width: 260px;
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 38% 0;
       object-position: 38% 0;
  }

  .for-developers-our-skinive__wrapIconPartner {
    width: calc(50% - 6px);
  }

  .affiliate-program-page .first-screen__button {
    width: 100%;
  }

  .lets-make-money-together__form button,
  .lets-make-money-together__form input[type=submit] {
    width: 100%;
  }

  .footer__social-list-item svg {
    height: 60px;
  }
}

@media screen and (max-width: 460.98px) and (max-width: 1200px) {
  .for-doctors-page .key-features .block__item .block__title::after {
    top: calc(17px + 13 * ((100vw - 320px) / 880));
  }

  .for-developers-page .first-screen__text {
    max-width: calc(200px + 60 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 430.98px) {
  .first-screen__item .first-screen__item {
    height: 851px;
  }

  .about-our-products__wrap-icon {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 430.98px) and (max-width: 1200px) {
  .first-screen__item .first-screen__item {
    height: calc(385px + 466 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 400.98px) {
  .first-screen__item .first-screen__item {
    height: 851px;
  }

  .about-milestones__slider-line-bg {
    width: 73%;
  }

  .for-patients-skinive-app__button {
    width: auto;
  }

  .for-doctors-page .key-features .block__item .block__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='6' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 10.9217L20 2' stroke='%23504DE5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }

  .for-developers-skinive-cloud__blockBgImage source,
  .for-developers-skinive-cloud__image {
    -o-object-position: 35% 0;
       object-position: 35% 0;
  }

  .for-developers-skinive-cloud__block-image {
    max-width: 69%;
  }
}

@media screen and (max-width: 400.98px) and (max-width: 1200px) {
  .first-screen__item .first-screen__item {
    height: calc(364px + 487 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 360.98px) {
  .first-screen__item .first-screen__item {
    height: 851px;
  }

  .get-skinive__wrap-content {
    margin-bottom: -60px;
  }

  .get-skinive__buttons {
    bottom: calc(20% + 4px);
  }

  .get-skinive__social-icon svg {
    height: 50px;
  }

  .about-our-products__wrap-image {
    height: 50px;
    max-width: 50px;
    min-width: 50px;
  }

  .about-our-products__wrap-image img {
    border-radius: 15px;
    max-width: 100%;
  }

  .for-doctors-page .first-screen__wrap-buttons {
    margin-top: 137px;
  }

  .for-doctors-page .for-patients-self-exam .for-patients-self-exam_one_item {
    margin-bottom: -90px;
  }

  .footer__social-list-item svg {
    height: 50px;
  }
}

@media screen and (max-width: 360.98px) and (max-width: 1200px) {
  .first-screen__item .first-screen__item {
    height: calc(338px + 513 * ((100vw - 320px) / 880));
  }
}

@media screen and (max-width: 359.98px) {
  .about-milestones__slider-line-bg {
    width: 72%;
  }
}

@media screen and (max-width: 350.98px) {
  .first-screen .fs-slider__block {
    bottom: 5%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280.98px) {
  .header .menu__list > li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .first-screen {
    padding-bottom: calc(0px + 127 * ((100vw - 320px) / 880));
  }

  .first-screen {
    padding-top: calc(50px + 205 * ((100vw - 320px) / 880));
  }

  .start-your-jouney {
    padding-bottom: calc(0px + 127 * ((100vw - 320px) / 880));
  }

  .start-your-jouney {
    padding-top: calc(0px + 127 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin {
    padding-bottom: calc(0px + 148 * ((100vw - 320px) / 880));
  }

  .take-care-of-skin {
    padding-top: calc(50px + 76 * ((100vw - 320px) / 880));
  }

  .key-features {
    padding-bottom: calc(55px + 37 * ((100vw - 320px) / 880));
  }

  .key-features {
    padding-top: calc(0px + 148 * ((100vw - 320px) / 880));
  }

  .key-features__item:nth-child(1) .key-features__item-content {
    height: calc(350px + 273 * ((100vw - 320px) / 880));
  }

  .key-features__title {
    margin-bottom: calc(35px + 27 * ((100vw - 320px) / 880));
  }

  .key-features__block:not(:last-child) {
    margin-bottom: calc(25px + 30 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers {
    border-radius: calc(5px + 34 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__today {
    padding-left: calc(8px + 12 * ((100vw - 320px) / 880));
  }

  .who-we-serve .block-info-numbers__today {
    padding-right: calc(15px + 21 * ((100vw - 320px) / 880));
  }

  .about-publication-clinical {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 880));
  }

  .about-milestones {
    padding-bottom: calc(0px + 112 * ((100vw - 320px) / 880));
  }

  .about-milestones {
    padding-top: calc(50px + 107 * ((100vw - 320px) / 880));
  }

  .about-milestones__wrap-slider {
    margin-top: calc(50px + 62 * ((100vw - 320px) / 880));
  }

  .about-our-products {
    padding-bottom: calc(0px + 160 * ((100vw - 320px) / 880));
  }

  .about-our-products {
    padding-top: calc(66px + 71 * ((100vw - 320px) / 880));
  }

  .for-patients-page .key-features {
    padding-bottom: calc(59px + 80 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis {
    padding-bottom: calc(37px + 33 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis {
    padding-top: calc(50px + 40 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam {
    padding-bottom: calc(101px + 166 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam {
    padding-top: calc(0px + 148 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block:not(:last-child) {
    margin-bottom: calc(26px + 14 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions {
    padding-bottom: calc(59px + 152 * ((100vw - 320px) / 880));
  }

  .for-patients-skinive-app {
    margin-bottom: calc(60px + 120 * ((100vw - 320px) / 880));
  }

  .for-patients-stay-healthy {
    margin-bottom: calc(-57px + 12 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__block {
    padding-left: calc(-68px + 127 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner {
    height: calc(56px + 45 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner {
    width: calc(152px + 125 * ((100vw - 320px) / 880));
  }

  .for-developers-our-skinive__wrapIconPartner:not(:last-child) {
    margin-bottom: calc(3px + 6 * ((100vw - 320px) / 880));
  }

  .footer {
    margin-top: calc(50px + 100 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-bottom: calc(35px + 46 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-left: calc(35px + 64 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-right: calc(35px + 115 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-top: calc(35px + 49 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
  .about-skinive-ai-accuracy__data-text {
    margin-right: calc(10px + 43 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__bottom-button {
    min-width: calc(230px + 132 * ((100vw - 320px) / 880));
  }

  .about-skinive-ai-accuracy__bottom-button {
    max-width: calc(230px + 132 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .for-patients-weekly-basis__title {
    max-width: calc(380px + 290 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__block {
    border-radius: calc(20px + 80 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-image {
    min-width: calc(40px + 310 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-image {
    max-width: calc(40px + 310 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-image img {
    min-width: calc(100px + 163 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-image img {
    max-width: calc(100px + 163 * ((100vw - 320px) / 880));
  }

  .for-patients-weekly-basis__wrap-title-text {
    padding-right: calc(0px + 50 * ((100vw - 320px) / 880));
  }

  .for-patients-self-exam__block-image {
    width: calc(38px + 462 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-image {
    height: calc(80px + 110 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-image {
    max-width: calc(80px + 110 * ((100vw - 320px) / 880));
  }

  .for-patients-skin-conditions__wrap-image {
    min-width: calc(80px + 110 * ((100vw - 320px) / 880));
  }

  .for-developers-page .about-fs__illustration.dekstop {
    min-width: calc(30px + 670 * ((100vw - 320px) / 880));
  }

  .for-developers-page .about-fs__illustration.dekstop {
    max-width: calc(30px + 670 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    padding-bottom: calc(0px + 7 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block {
    padding-top: calc(0px + 8 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-wrapImage {
    min-width: calc(20px + 118 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-wrapImage {
    max-width: calc(20px + 118 * ((100vw - 320px) / 880));
  }

  .for-developers-skinive-cloud__block-text {
    margin-left: calc(0px + 21 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1350px) and (max-width: 1200px) {
  .for-patients-weekly-basis__wrap-title-text {
    padding-right: calc(0px + 120 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1281px) and (max-width: 1200px) {
  .for-patients-weekly-basis__wrap-title-text {
    padding-left: calc(0px + 100 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1201px) and (max-width: 1200px) {
  .for-patients-skinive-app__title {
    margin-left: calc(0px + 122 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1161px) and (max-width: 1200px) {
  .for-doctors-skinivemd__title {
    max-width: calc(0px + 1000 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  .for-developers-our-skinive__blockIcon {
    margin-right: calc(20px + 40 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 801px) and (max-width: 1280.98px) {
  .footer__item:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
  }

  .footer__item:nth-child(2) {
    padding: 38px 0 0;
    width: 100%;
  }

  .footer__item:nth-child(3) {
    display: flex;
    justify-content: space-between;
    padding-top: 71px;
    width: calc(100% - 50px);
  }

  .footer__item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 801px) and (max-width: 800.98px) {
  .footer__item:nth-child(3) {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .header__button:hover {
    background-color: #F75005;
    box-shadow: 0 20px 30px rgba(255, 120, 60, 0.25);
    color: #fff;
  }

  .start-your-jouney__video-btn:hover {
    background-color: #F75005;
    height: 78px;
    width: 78px;
  }

  .get-skinive__social-icon:hover svg {
    transform: scale(0.9);
  }

  .about-our-products__block:hover .about-our-products__block-link {
    background-color: #F75005;
    box-shadow: 0px 20px 30px rgba(255, 120, 60, 0.25);
    color: #fff;
  }

  .about-our-products__block:hover .about-our-products__block-link::after {
    animation: pulse-icon 1.2s infinite ease-in-out;
    background-color: rgb(247, 80, 5);
  }

  .about-our-products__block:hover .about-our-products__block-link .take-care-of-skin__link-wrap-icon {
    z-index: 1;
  }

  .footer__social-list-item:hover svg {
    transform: scale(0.9);
  }

  .plyr__control.plyr__control--overlaid:hover {
    background-color: #F75005;
    height: 78px;
    width: 78px;
  }
}