@import'../libs/tel/css/intlTelInput.min.css';
@import'../libs/fancybox/jquery.fancybox.min.css';
@import'/wp-content/themes/mediderm/assets/css/col.min.css';
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:10000;
  pointer-events:none
}
.preloader__bg {
  position:absolute;
  top:0;
  bottom:0;
  left:-35%;
  width:170%;
  clip-path:polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  transform:translateX(-100%);
  z-index:10;
}
.preloader__inner {
  height:100%;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff
}
.preloader__inner img {
  width:250px;
  animation:1s pulse infinite
}
.preloader.active .preloader__bg {
  transform:translateX(100%);
  transition:2s ease
}
.preloader.active .preloader__inner {
  opacity:0;
  transition:.5s ease;
  transition-delay:.5s
}
.preloader.loaded {
  display:none
}
@keyframes pulse {
  0%,100% {
    transform:none
  }
  50% {
    transform:scale(1.1)
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
body {
  margin:0
}
main {
  display:block
}
h1 {
  font-size:2em;
  margin:.67em 0
}
hr {
  box-sizing:content-box;
  height:0;
  overflow:visible
}
pre {
  font-family:monospace,monospace;
  font-size:1em
}
a {
  background-color:transparent
}
abbr[title] {
  border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted
}
b,strong {
  font-weight:bolder
}
code,kbd,samp {
  font-family:monospace,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-0.25em
}
sup {
  top:-0.5em
}
img {
  border-style:none
}
button,input,optgroup,select,textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,input {
  overflow:visible
}
button,select {
  text-transform:none
}
button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance:button
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  border-style:none;
  padding:0
}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
  outline:1px dotted ButtonText
}
fieldset {
  padding:.35em .75em .625em
}
legend {
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal
}
progress {
  vertical-align:baseline
}
textarea {
  overflow:auto
}
[type=checkbox],[type=radio] {
  box-sizing:border-box;
  padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
details {
  display:block
}
summary {
  display:list-item
}
template {
  display:none
}
[hidden] {
  display:none
}
*,*:before,*:after {
  box-sizing:border-box;
  outline:none !important
}
html {
  width:100%;
  max-width:100%;
  min-height:100%
}
body {
  overflow-x:hidden;
  position:relative;
  min-width:320px;
  margin:0;
  background:#fff;
  font:400 18px/1.58 Arial, Helvetica, Sans-Serif;
}
@media all and (min-width: 1201px) {
  body.compensate-for-scrollbar .header {
    right:7px
  }
}
ul,ol {
  margin:0;
  padding:0;
  list-style:none
}
p {
  margin:20px 0
}
p:first-child {
  margin-top:0
}
p:last-child {
  margin-bottom:0
}
a {
  transition:.3s all ease;
  text-decoration:none;
  color:inherit
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  font-size:inherit
}
b,strong {
  font-weight:700
}
textarea,input {
  font-family:inherit;
  box-shadow:none;
  border-radius:0
}
textarea {
  resize:none
}
button {
  margin:0;
  padding:0;
  border:0;
  cursor:pointer;
  user-select:none
}
img,svg {
  max-width:100%;
  display:block;
  height:auto;
  width:auto
}
svg {
  flex-shrink:0
}
[data-toggle],[data-target] {
  user-select:none
}
.j-wow {
  visibility:hidden
}
.j-wow.animated {
  visibility:visible
}
.wrapper {
  overflow:hidden;
  padding:82px 0 0
}
.container {
  margin:0 auto;
  padding:0 30px;
  width:100%;
  max-width:1230px
}
.container--full {
  max-width:100%;
  max-width:2100px
}
.row {
  margin:0 -15px;
  display:flex;
  flex-wrap:wrap
}
.col {
  padding:0 15px
}
.fit-cover,.single-example__item img,.single-use__picture img,.item-news__picture img,.item-video__picture img,.item-rana__picture img {
  object-fit:cover;
  object-position:center;
  width:100%;
  height:100%
}
.fit-contain,.item-preims__img img,.item-catalog__picture img {
  object-fit:contain;
  object-position:center;
  width:100%;
  height:100%
}
.show-loaded {
  display:none
}
@media screen and (max-width: 1200px) {
  body {
    font-size:16px
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size:14px
  }
  .wrapper {
    padding:70px 0 0
  }
  .container {
    padding:0 15px
  }
  p {
    margin:10px 0
  }
}
.header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  background:#fff;
	      border-bottom: 3px solid #380096;
}
.header.fixed {
  box-shadow:0 0 10px 0 rgba(0,0,0,.1)
}
.header__wrapper {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:82px
}
.header__logo {
  width:300px;
  display:block;
  flex-shrink:0
}
.header.fixed .header__logo {
    width: 220px;
}
.header__menu {
  margin-left:auto
}
.header__menu-social {
  display:none
}
.header__list {
  display:flex;
  margin:0 -24px
}
.header__list-li {
  padding:0 24px
}
.header__list-a {
   /* height: 82px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font: 700 20px / 1.58 Arial, Helvetica, sans-serif;
    color: #389b9e;
}
.header__list-a:hover {
  color:#245588
}
.header__list-a:hover::after {
  width:100%
}
.header__list-a.active {
  color:#245588;
  font-weight:700
}
.header__list-a.active::after {
  width:100%
}
.header__list-a::after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  height:4px;
  background:#00aa9e;
  width:0;
  transition:.5s ease
}
.header__info {
  position:absolute;
  display:flex;
  align-items:center;
  right:74px;
  z-index:1
}
.header__social {
  margin-left:auto
}
.header__email {
  font:700 14px/1 Arial, Helvetica,sans-serif;
  margin:0 0 0 20px
}
.header__email:hover {
  color:#245588
}
.header__lang {
  flex-shrink:0;
  margin:0 0 0 20px
}
.header__toggle {
  display:none
}
.lang {
  position:relative;
  text-transform:uppercase;
  color:#fff;
  font:400 14px/1 Arial, Helvetica,sans-serif
}
@media screen and (min-width: 1201px) {
  .lang:hover .lang__title svg {
    transform:scaleY(-1)
  }
  .lang:hover .lang__list {
    visibility:visible;
    opacity:1;
    transform:none
  }
}
.lang__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aa9e;
    width: 54px;
    height: 54px;
    cursor: pointer;
}
.lang__title.active-target svg {
  transform:scaleY(-1)
}
.lang__title svg {
  width:12px;
  height:7px;
  margin:0 0 0 4px;
  transition:.2s ease
}
.lang__list {
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:#00aa9e;
  transition:.2s ease;
  visibility:hidden;
  opacity:0;
  transform:scale(0.9)
}
.lang__list.active-target {
  visibility:visible;
  opacity:1;
  transform:none
}
.lang__a {
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  height:40px
}
.lang__a:hover {
  background:rgba(255,255,255,.1)
}
@media screen and (max-width: 1600px) {
  .header__list {
    margin:0 -10px
  }
  .header__list-li {
    padding:0 12px
  }
}
@media screen and (max-width: 1420px) {
  .header__logo {
    width:190px
  }
  .header__email {
    display:none
  }
}
@media screen and (max-width: 1200px) {
  .header::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    z-index:-1
  }
  .header__menu {
	display: none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100vh;
    background:#245588;
    color:#fff;
    z-index:-2;
    padding:82px 0 30px;
    visibility:hidden;
    opacity:0;
    transform:scale(0.9);
    transition:.3s ease;
    overflow-y:auto
  }
  .header__menu.active-target {
	display: block;
    visibility:visible;
    opacity:1;
    transform:none
  }
  .header__list {
    flex-wrap:wrap;
    margin:30px 0 0
  }
  .header__list-li {
    width:100%
  }
  .header__list-a {
    height:60px
  }
  .header__list-a.active,.header__list-a:hover {
    background:#fff;
    color:#245588;
    font-weight:700
  }
  .header__toggle {
    display:flex;
    align-items:center;
    justify-content:center;
    background:#245588;
    height:40px;
    width:40px;
    margin:0 0 0 20px
  }
  .header__toggle-inner {
    width:24px;
    height:21px;
    position:relative
  }
  .header__toggle span {
    height:2px;
    width:70%;
    background:#fff;
    position:absolute;
    right:0;
    transition:.3s ease
  }
  .header__toggle span:nth-child(1) {
    top:0;
    transform-origin:100% 0
  }
  .header__toggle span:nth-child(2) {
    top:50%;
    margin:-1px 0 0;
    width:100%
  }
  .header__toggle span:nth-child(3) {
    bottom:0;
    transform-origin:100% 100%
  }
  .header__toggle.active-target span:nth-child(1) {
    width:100%;
    transform:translate(-4px, 2px) rotate(-45deg)
  }
  .header__toggle.active-target span:nth-child(2) {
    width:0
  }
  .header__toggle.active-target span:nth-child(3) {
    width:100%;
    transform:translate(-3.5px, -0.5px) rotate(45deg)
  }
  .lang__title {
    height:40px;
    background:none;
    border:1px solid #245588;
    color:#245588;
    fill:#245588
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    height:70px
  }
  .header__logo {
    width:125px
  }
  .header__social {
    display:none
  }
  .header__lang {
    margin-left:auto
  }
  .header__toggle {
    margin:0 0 0 7px
  }
  .header__menu-social {
    display:flex;
    justify-content:center;
    margin:40px 0 0;
    position:relative;
    z-index:1
  }
  .header .social {
    transform:scale(1.3)
  }
  .header .social__item--phone {
    background:#fff;
    fill:#245588
  }
  .header .social__dropdown {
    right:unset;
    left:-40px;
    background:#fff;
    color:#245588
  }
}
.social__list {
  display:flex;
  margin:0 -3px
}
.social__li {
  padding:0 3px;
  position:relative
}
.social__li:hover .social__dropdown {
  visibility:visible;
  opacity:1;
  transform:none
}
.social__item {
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%
}
.social__item:hover {
  opacity:.8
}
.social__item--phone {
  background:#245588;
  fill:#fff
}
.social__item--phone svg {
  width:15px;
  height:15px
}
.social__item img {
  width:100%
}
.social__dropdown {
  position:absolute;
  top:100%;
  right:0;
  background:#245588;
  color:#fff;
  font:400 14px/1 Arial, Helvetica,sans-serif;
  white-space:nowrap;
  padding:10px 0;
  transform:scale(0.9);
  visibility:hidden;
  opacity:0;
  transition:.3s ease;
  box-shadow:0 0 10px 0 rgba(0,0,0,.05);
  z-index:5
}
.social__dropdown-a {
  display:block;
  padding:8px 15px
}
.social__dropdown-a:hover {
  opacity:.5
}
.banner {
  background:linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  position:relative;
  z-index:1
}
.banner--single {
  background:#fff
}
.banner__bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  overflow:hidden
}
.banner__bg-stars {
  position:absolute;
  left:0;
  top:0;
  width:50%;
  bottom:0;
  background:left center/contain no-repeat
}
.banner__bg-romb {
  position:absolute;
  width:53%;
  right:0;
  top:0;
  height:100%;
  background:#245588;
  clip-path:polygon(100% 0, 100% 100%, 0 100%, 30% 0, 100% 0);
  z-index:10
}
.banner__bg-romb-white {
  position:absolute;
  width:53%;
  right:4%;
  top:0;
  height:100%;
  background:#fff;
  clip-path:polygon(100% 0, 100% 100%, 0 100%, 30% 0, 100% 0);
  z-index:5
}
.banner__bg-romb-left {
  position:absolute;
  width:40px;
  height:70px;
  left:0;
  top:0;
  background:#245588;
  clip-path:polygon(0 0, 100% 0, 0 100%);
  z-index:5
}
.banner__wrapper {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:730px
}
.front .banner__content {
  width:100%;
  flex-shrink:0;
  padding:20px 0;
 text-align: center;
}
.banner__text h1 {
  font:900 75px/normal Arial, Helvetica,sans-serif
}
.banner__text h2 {
  font:900 36px/normal Arial, Helvetica,sans-serif;
  margin:20px 0 0
}
.banner__text h3 {
  font:300 30px/normal Arial, Helvetica,sans-serif;
  margin:20px 0 0
}
.banner__text p {
  font:400 24px/1.33 Arial, Helvetica,sans-serif;
  margin:20px 0 0
}
.banner__title {
  font:900 50px/normal Arial, Helvetica,sans-serif
}
.banner__title b {
  color:#245588
}
.banner__btn {
  margin:25px 0 0
}
.banner__img {
  width:45%;
  flex-shrink:0;
  display:flex;
  align-items:center;
  height:100%
}
.banner__picture {
  width:50vw;
  display:flex;
  align-items:center;
  height:100%;
  position:absolute
}
.banner__picture--single {
  width:550px;
  height:550px
}
.banner__picture img {
  max-height:100%;
  width:auto
}
.banner__down {
  display:flex;
  justify-content:flex-start;
  fill:#245588;
  margin:38px 0 0
}
.banner__down-arrow {
  display:block
}
.banner__down svg {
  width:20px;
  height:12px;
  animation:down 1.5s ease infinite
}
@keyframes down {
  0%,100% {
    transform:none
  }
  50% {
    transform:translateY(-15px)
  }
}
@media screen and (max-width: 1200px) {
  .banner__wrapper {
    min-height:500px
  }
  .banner__title {
    font-size:40px
  }
  .banner__text h1 {
    font-size:65px
  }
  .banner__text h2 {
    font-size:32px
  }
  .banner__text h3 {
    font-size:26px
  }
}
@media screen and (max-width: 992px) {
  .banner {
    background:rgba(217,217,217,.3)
  }
  .banner__bg-stars {
    top:330px;
    width:500px;
    left:50%;
    transform:translateX(-50%);
    background-position:center
  }
  .banner__bg-romb {
    width:100%;
    height:420px;
    clip-path:polygon(0 0, 100% 0, 100% 70%, 0 100%)
  }
  .banner__bg-romb-white {
    right:0;
    top:8%;
    width:100%;
    height:420px;
    clip-path:polygon(0 0, 100% 0, 100% 70%, 0 100%)
  }
  .banner__wrapper {
    flex-wrap:wrap
  }
  .banner__img {
    width:100%;
    display:flex;
    justify-content:center
  }
  .banner__picture {
    width:auto;
    position:relative;
    height:420px;
    padding:20px 0 0
  }
  .banner__content {
    order:2;
    width:100%
  }
  .banner__title {
    text-align:center;
    max-width:500px;
    margin:0 auto
  }
  .banner__btn {
    display:flex;
    justify-content:center
  }
  .banner__btn--single {
    display:block
  }
  .banner--single {
    background:none
  }
}
@media screen and (max-width: 767px) {
  .banner__bg-romb {
    height:315px
  }
  .banner__bg-romb-white {
    height:315px
  }
  .banner__bg-stars {
    width:320px;
    height:320px
  }
  .banner__picture {
    height:315px;
    padding:15px 0 0
  }
  .banner__title {
    max-width:320px;
    font-size:26px
  }
  .banner__text h1 {
    font-size:36px
  }
  .banner__text h2 {
    font-size:20px;
    margin:10px 0 0
  }
  .banner__text h3 {
    font-size:20px;
    margin:10px 0 0
  }
  .banner__text p {
    font-size:18px;
    margin:10px 0 0
  }
  .banner__btn {
    margin:15px 0 0
  }
  .banner__btn--single .btn {
    width:100%
  }
  .banner__down {
    justify-content:center
  }
  .banner--single .banner__bg-stars {
    top:290px
  }
  .banner--single .banner__content {
    padding-top:0
  }
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font:700 15px/1 Arial, Helvetica,sans-serif;
  color:#fff;
  text-align:center;
  background:#323292;
  height:50px;
  min-width:210px;
  padding:0 30px;
  position:relative;
  z-index:1;
  overflow:hidden;
  transition:.3s ease
}
.btn:hover::before {
  animation:.6s hover ease;
  opacity:1
}
.btn::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  background:#181870;
  animation:.6s unhover ease;
  opacity:0
}
.btn--small {
  height:42px;
  padding:0 20px
}
.btn--big {
  font-size:22px;
  height:74px;
  min-width:370px
}
.btn--white {
  background:#fff;
  color:#245588
}
.btn--white:hover {
  color:#fff
}
.btn--border-white {
  border:1px solid #fff;
  background:transparent
}
.btn--border-white:hover {
  color:#245588
}
.btn--border-white.active {
  color:#245588
}
.btn--border-white.active::before {
  transform:none !important;
  animation:none !important;
  opacity:1 !important
}
.btn--border-white::before {
  background:#fff
}
.btn--border-blue {
  border:1px solid #245588;
  background:transparent;
  color:#245588
}
.btn--border-blue:hover {
  color:#fff
}
.btn--border-blue.active {
  color:#fff
}
.btn--border-blue.active::before {
  transform:none !important;
  animation:none !important;
  opacity:1 !important
}
.btn--border-blue::before {
  background:#245588
}
@keyframes hover {
  0% {
    transform:translateY(-100%)
  }
  100% {
    transform:none
  }
}
@keyframes unhover {
  0% {
    transform:none;
    opacity:1
  }
  99% {
    opacity:1
  }
  100% {
    transform:translateY(100%);
    opacity:0
  }
}
@media screen and (max-width: 767px) {
  .btn--big {
    height:50px;
    min-width:290px;
    font-size:15px
  }
}
.title {
  font:900 35px/normal Arial, Helvetica,sans-serif
}
.title--center {
  text-align:center
}
.title b {
  color:#245588
}
.desc-sec {
  margin:15px 0 0
}
.desc-sec--center {
  text-align:center
}
.text h1,.text h2,.text h3,.text h4,.text h5,.text h6 {
  font-weight:900;
  line-height:normal
}
.text h1,.text h2 {
  font-size:35px
}
.text h3,.text h4 {
  font-size:30px
}
.text h6,.text h6 {
  font-size:25px
}
.text ul li {
  margin:15px 0
}
.text ul li:first-child {
  margin-top:0
}
.text ul li:last-child {
  margin-bottom:0
}
.text ul li::before {
  content:"";
  width:17px;
  height:17px;
  background:url("../img/check.svg") center/contain no-repeat;
  display:inline-block;
  vertical-align:middle;
  margin:0 8px 0 0;
  position:relative;
  top:-2px
}
@media screen and (max-width: 767px) {
  .title {
    font-size:22px;
    text-align:center
  }
}
.j-slider.init-slider .scrollbar {
  display:block
}
.slider__wrapper {
  display:flex
}
.slider__slide {
  flex-shrink:0
}
.scrollbar {
  display:none;
  margin:30px 0 0;
  height:9px;
  background:linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%)
}
.scrollbar .swiper-scrollbar-drag {
  background:#245588;
  display:block;
  height:100%
}
.scrollbar--white {
  background:rgba(255,255,255,.3)
}
.scrollbar--white .swiper-scrollbar-drag {
  background:#fff
}
.arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  border:1px solid #fff;
  fill:#fff;
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
  z-index:10
}
.arrow--prev {
  left:-100px;
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, #245588 100%)
}
.arrow--prev svg {
  transform:rotate(90deg)
}
.arrow--next {
  right:-100px;
  background:linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 0%, #245588 100%)
}
.arrow--next svg {
  transform:rotate(-90deg)
}
.arrow.swiper-button-disabled {
  display:none
}
.arrow:hover {
  border-color:#133961;
  background:#133961;
  fill:#fff
}
.arrow svg {
  width:28px;
  height:16px
}
@media screen and (max-width: 1400px) {
  .arrow--prev {
    left:-35px
  }
  .arrow--next {
    right:-35px
  }
}
@media screen and (max-width: 767px) {
  .scrollbar {
    margin:20px 0 0
  }
  .arrow {
    width:30px;
    height:30px
  }
  .arrow--prev {
    left:-15px
  }
  .arrow--next {
    right:-15px
  }
  .arrow svg {
    width:11px;
    height:7px
  }
}
.catalog {
  padding:80px 0 0
}
.catalog--single {
  padding:70px 0 80px
}
.catalog--single .catalog__slider {
  margin:0
}
.catalog__slider {
  margin:50px 0 0
}
.catalog .slider__slide {
  width:33.33%;
  padding:0 10px;
  flex-shrink:unset;
  transition:.3s width ease
}
@media screen and (min-width: 1201px) {
  .catalog .slider__slide:hover {
   /*width:32%;*/
    flex-grow:1
  }
}
.item-catalog {
  display:block;
  position:relative
}
@media screen and (min-width: 1201px) {
  .item-catalog:hover .item-catalog__more,.item-catalog:hover .item-catalog__btn {
    visibility:visible;
    opacity:1;
    transform:none
  }
  .item-catalog:hover .item-catalog__bg {
    background-size:100% 300%;
    transform:none
  }
  .item-catalog:hover .item-catalog__stars {
    opacity:1
  }
}
.item-catalog__img {
position: relative;
    overflow: hidden;
    display: block;
    margin: 0px 15px 0;
    border-radius: 25px;
    min-height: 422px;
    transition: .3s ease;
    background: #ffffff;
    box-shadow: 5px 5px 12px #00000075;
	text-align: center;
}

section.single-preims.pryzn {
    margin: -150px 0 0;
}
.single-preims__wrapper .slider__slide {
    width: 20%;
    z-index: 10;

}

.item-catalog__bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  background-size:100% 100%;
  transition:.3s ease;
background: linear-gradient(0deg, rgba(0,170,158,0.5) 0%, rgba(255,255,255,1) 81%);
}
.item-catalog__img:hover .item-catalog__bg{
  transition:.3s ease;
	background:#ffffff;  
}
img.attachment-full {
    transition: 1s;
    display: block;
}
a.item-catalog__img:hover img.attachment-full {
    transition: 1s;
    display: block;
    transform: scale(1.2);
}

.item-catalog__stars {
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:center 120%/110% auto no-repeat;
  opacity:0;
  z-index:1;
  transition:1s ease
}
.item-catalog__picture {
  height:100%;
  padding:10% 10% 0 10%;
  display:block;
  position:relative;
  z-index:2
}
.item-preims__desk {
    z-index: 2;
    position: relative;
	    color: rgb(50, 50, 146) !important;
    font: normal normal normal 16px / 1.4em arial, helvetica, sans-serif;
}
.item-catalog__text {
  display:flex;
justify-content: center;
  margin:15px 0 0
}
.item-catalog__title {
  font:400 25px/1 Arial, Helvetica,sans-serif;
  white-space:nowrap;
  display:block
}
.item-catalog__btn {
  position:absolute;
  bottom:70px;
  /*left:22px;*/
	margin-left: calc(50% - 110px);
  visibility:hidden;
  opacity:0;
  transform:translateY(-10px);
  transition:.3s ease;
  z-index:3
}
.item-catalog__more {
  display:inline-flex;
  align-items:center;
  font:700 25px/normal Arial, Helvetica,sans-serif;
  color:#245588;
  fill:#245588;
  visibility:hidden;
  opacity:0;
  transform:translateY(10px);
  transition:.3s ease
}
.item-catalog__more span {
  display:block;
  position:relative
}
.item-catalog__more span:hover::after {
  width:0
}
.item-catalog__more span::after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  height:3px;
  width:100%;
  background:#245588;
  transition:.2s ease
}
.item-catalog__more svg {
  width:16px;
  height:10px;
  transform:rotate(-90deg);
  margin:0 0 0 6px
}
@media screen and (max-width: 1200px) {
  .catalog .slider__wrapper {
    margin:0
  }
  .catalog .slider__slide {
    flex-shrink:0;
    padding:0;
    width:auto
  }
  .item-catalog {
    width:320px
  }
  .item-catalog__bg {
    transform:none
  }
  .item-catalog__img {
    height:350px
  }
  .item-catalog__text {
    flex-wrap:wrap;
    justify-content:center
  }
  .item-catalog__btn {
    position:static;
    visibility:visible;
    opacity:1;
    transform:none;
    width:100%;
    display:flex;
    justify-content:center;
    margin:12px 0 10px
  }
  .item-catalog__more {
    visibility:visible;
    opacity:1;
    transform:none;
    font-size:18px
  }
  .item-catalog__more span::after {
    height:1px
  }
  .item-catalog__more svg {
    display:none
  }
}
@media screen and (max-width: 767px) {
  .catalog {
    padding:42px 0 0
  }
  .catalog__slider {
    margin:15px 0 0
  }
  .item-catalog__picture {
    padding:15px
  }
  .item-catalog__title {
    font-size:20px
  }
  .item-catalog__more {
    font-size:16px
  }
}
.catalog2 {
  padding:50px 0;
  position:relative;	  
}
.item-catalog2__text {
    padding: 0 15px;
}
.catalog2__stars {
  position:absolute;
  width:500px;
  height:500px;
  background:center/contain no-repeat;
  right:-160px;
  top:20%;
  z-index:-1
}
.item-catalog2 {
  margin:0 0 35px
}
.item-catalog2:last-child {
  margin:0
}
.item-catalog2--2n-1 .item-catalog2__img {
  margin:0 0 0 70px
}
.item-catalog2--2n-1 .item-catalog2__picture {
  margin-left:0px
}
.item-catalog2--2n-1 .item-catalog2__title-bg {
  right:0;
  top:50%;
  transform:translate(0, -50%)
}
.item-catalog2--2n-1 .item-catalog2__title-bg span {
  transform:rotate(-90deg);
  display:block
}
.item-catalog2--2n .item-catalog2__text {
  order:2
}
.item-catalog2--2n .item-catalog2__img {
  margin:0 70px 0 0
}
.item-catalog2--2n .item-catalog2__picture {
  margin-left:30px
}
.item-catalog2--2n .item-catalog2__title-bg {
  left:0;
  top:50%;
  transform:translate(0, -50%)
}
.item-catalog2--2n .item-catalog2__title-bg span {
  transform:rotate(90deg);
  display:block
}
.item-catalog2__wrapper {
  display:flex;
  align-items:center
}
.item-catalog2__img {
  width:54%;
  flex-shrink:0;
  height:606px;
  position:relative
}
.item-catalog2__img-bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:.4
}
.item-catalog2__picture {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  position:relative;
  z-index:2
}
.item-catalog2__picture img {
  max-height:100%;
  width:auto
}
.item-catalog2__title-bg {
  position:absolute;
  z-index:1;
  font:900 85px/1 Arial, Helvetica,sans-serif;
  white-space:nowrap;
  text-align:center;
  height:85px;
  width:85px;
  display:flex;
  justify-content:center;
  align-items:center
}
.item-catalog2__title-bg span {
  opacity:.3;
  background:linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.item-catalog2__text {
  flex-grow:1
}
.item-catalog2__title {
  font:900 50px/normal Arial, Helvetica,sans-serif
}
.item-catalog2__desc {
  margin:15px 0 0;
  max-width:418px
}
.item-catalog2__btn {
  margin:20px 0 0;
	  display: flex;
}
.item-catalog2__btn a {
    margin: 0 2px;
}
@media screen and (max-width: 1200px) {
  .item-catalog2--2n-1 .item-catalog2__img {
    margin-right:-30px
  }
  .item-catalog2--2n-1 .item-catalog2__picture {
    margin-left:-50px
  }
  .item-catalog2--2n .item-catalog2__img {
    margin-left:-30px
  }
  .item-catalog2__img {
    width:50%;
    height:500px
  }
  .item-catalog2__title-bg {
    font-size:60px;
    width:60px;
    height:60px
  }
  .item-catalog2__title {
    font-size:40px
  }
}
@media screen and (max-width: 767px) {
  .catalog2 {
    padding:60px 0 40px
  }
  .catalog2__stars {
    display:none
  }
  .item-catalog2__wrapper {
    flex-wrap:wrap
  }
  .item-catalog2__img {
    order:1;
    width:100%;
    margin:0 !important;
    height:290px
  }
  .item-catalog2__picture {
    margin:0 !important;
    padding:15px
  }
  .item-catalog2__title-bg {
    font-size:36px;
    width:36px;
    height:36px
  }
  .item-catalog2__text {
    order:2;
    text-align:center
  }
  .item-catalog2__title {
    font-size:22px
  }
  .item-catalog2__desc {
    max-width:100%
  }
  .item-catalog2__btn {
    display:flex;
    justify-content:center;
	flex-wrap: wrap;	
  }
}
.preims {
  padding:92px 0 130px;
  color:#fff;
  position:relative;
  z-index:1;
  overflow:hidden
}
.preims__bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#245588;
  z-index:-1;
  overflow:hidden
}
.preims__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-200px;
  top:50px;
  opacity:.2;
  transform:scaleX(-1)
}
.preims .title b {
  color:#fff
}
.preims__slider {
  margin:45px 0 0
}
.preims .slider__wrapper {
  margin:0 -15px
}
.preims .slider__slide {
  width:16.666%;
  padding:0 15px
}
.preims--white {
  color:#000
}
.preims--white .title b {
  color:#245588
}
.preims--white .item-preims::after {
  border-color:#245588
}
.preims--white .preims__bg {
  background:linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}
.preims--white .item-preims {
  border:1px solid #245588;
  color:#245588
}
.preims--white .scrollbar {
  background:linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%)
}
.preims--white .scrollbar .swiper-scrollbar-drag {
  background:#245588
}
.item-preims {
  border:1px solid #fff;
  background:linear-gradient(224deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  height:100%;
  padding:28px 30px 50px;
  position:relative
}
/*.item-preims::after {
  content:"";
  width:46px;
  height:46px;
  border:1px solid #fff;
  border-top:0;
  border-left:0;
  display:block;
  position:absolute;
  right:15px;
  bottom:15px
}*/
.item-preims__img {
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center
}
.item-preims__title {
font: normal normal bold 21px / 1.4em arial, helvetica, sans-serif;
    margin: 14px 0 0;
    position: relative;
    z-index: 1;
    color: rgb(46, 122, 114);
	    text-transform: uppercase;
}

.item-preims--blue {
  background:#245588;
  color:#fff
}
.item-preims--blue .item-preims__img {
  width:100px;
  height:100px
}
@media screen and (max-width: 1600px) {
  .preims .slider__wrapper {
    margin:0
  }
  .preims .slider__slide {
    width:250px;
    padding:0
  }
}
@media screen and (max-width: 1200px) {
  .item-preims__title {
    font-size:20px
  }
}
@media screen and (max-width: 767px) {
  .preims {
    padding:50px 0 60px
  }
  .preims__stars {
    width:280px;
    height:280px;
    left:-70px;
    top:0
  }
  .preims .desc-sec {
    text-align:center
  }
  .preims__slider {
    margin:20px 0 0
  }
  .item-preims {
    padding:20px 20px;
  }
  .item-preims__img {
    height:50px;
    width:50px
  }
  .item-preims__title {
    font-size:18px;
    margin:15px 0 0
  }
  .item-preims--blue .item-preims__img {
    width:70px;
    height:70px
  }
}
.rana {
  padding:125px 0 0
}
.rana__wrapper {
  margin:60px 0 0;
  position:relative
}
.rana .slider__slide {
  flex-grow:1}
.rana .slider__slide:last-child .item-rana {
  border:0
}
.item-rana {
  position:relative;
  height:510px;
  background:#245588;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.3)
}
@media screen and (min-width: 1201px) {
  .item-rana:hover .item-rana__picture {
    opacity:1;
    top:-25px;
    bottom:-25px
  }
  .item-rana:hover .item-rana__text {
    padding:40px 40px 20px
  }
  .item-rana:hover .item-rana__btns {
    height:99px;
    margin:15px 0 0
  }
}
.item-rana__inner {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0
}
.item-rana__picture {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  display:block;
  opacity:0;
  transition:.4s ease;
  box-shadow:0px 0px 0px 0px rgba(11,25,40,.1),0px 16px 34px 0px rgba(11,25,40,.1),0px 62px 62px 0px rgba(11,25,40,.09),0px 141px 84px 0px rgba(11,25,40,.05),0px 250px 100px 0px rgba(11,25,40,.01),0px 391px 109px 0px rgba(11,25,40,0)
}
.item-rana__picture::before {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:80%;
  background:linear-gradient(to top, #245588 0%, rgba(0, 0, 0, 0) 100%);
  z-index:1
}
.item-rana__text {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:40px;
  z-index:2;
  transition:.4s ease
}
.item-rana__number {
  font:900 85px/normal Arial, Helvetica,sans-serif;
  color:transparent;
  text-stroke:1px #fff;
  -webkit-text-stroke:1px #fff
}
.item-rana__title {
  font:700 22px/normal Arial, Helvetica,sans-serif
}
.item-rana__btns {
  height:0;
  overflow:hidden;
  transition:.4s ease
}
.item-rana__btn {
  margin:0 0 15px
}
.item-rana__btn:last-child {
  margin:0
}
.item-rana__btn .btn {
  width:210px;
  padding:0
}
@media screen and (max-width: 1400px) {
  .rana .slider__slide {
    flex-grow:unset;
    width:330px
  }
  .item-rana {
    height:460px
  }
}
@media screen and (max-width: 1200px) {
  .rana {
    padding:125px 30px 0
  }
  .rana__wrapper {
    margin:30px 0 0
  }
  .rana .container {
    padding:0
  }
  .item-rana__picture {
    opacity:1;
    top:0;
    bottom:0
  }
  .item-rana__text {
    padding:30px
  }
  .item-rana__btns {
    height:99px;
    margin:15px 0 0
  }
}
@media screen and (max-width: 767px) {
  .rana {
    padding:54px 15px 0
  }
  .rana__wrapper {
    margin:15px 0 0
  }
  .rana .slider__slide {
    width:290px
  }
  .item-rana {
    height:380px
  }
}
.small-desc {
  position:relative;
  padding:90px 0
}
.small-desc__bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  background:#f4f4f4;
  overflow:hidden
}
.small-desc__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-150px;
  top:0;
  transform:scaleX(-1);
  z-index:-1
}
.small-desc__btn {
  margin:15px 0 0;
  display:flex;
  justify-content:flex-start
}
.small-desc .seo__text::after {
  background:linear-gradient(0, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%)
}
.small-desc__more {
  display:flex;
  align-items:center;
  font:700 15px/normal Arial, Helvetica,sans-serif;
  color:#245588;
  fill:#245588
}
.small-desc__more:hover {
  color:#133961;
  fill:#133961
}
.small-desc__more svg {
  width:12px;
  height:7px;
  margin:0 0 0 6px;
  transform:rotate(-90deg)
}
@media screen and (max-width: 767px) {
  .small-desc {
    padding:40px 0 0;
    text-align:center
  }
  .small-desc__bg {
    background:#fff
  }
  .small-desc__stars {
    display:none
  }
  .small-desc__btn {
    justify-content:center
  }
}
.reviews {
  padding:60px 0 90px
}
.reviews__slider {
  margin:40px 0 0
}
.item-reviews {
  width:620px;
  cursor:pointer
}
.item-reviews:hover img {
  transform:scale(1.1)
}
.item-reviews:hover svg {
  transform:scale(1.1);
  fill:#133961
}
.item-reviews .item-video {
  height:344px
}
.item-reviews__text {
  display:flex;
  justify-content:space-between;
  font:400 22px/normal Arial, Helvetica,sans-serif;
  margin:25px 0 0
}
.item-reviews__date {
  color:#245588
}
@media screen and (max-width: 1200px) {
  .item-reviews {
    width:500px
  }
  .item-reviews .item-video {
    height:300px
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding:40px 0
  }
  .reviews__slider {
    margin:15px 0 0
  }
  .item-reviews {
    width:290px
  }
  .item-reviews .item-video {
    height:290px
  }
  .item-reviews__text {
    font-size:18px;
    margin:10px 0 0
  }
}
.item-video {
  cursor:pointer;
  position:relative
}
.item-video:hover img {
  transform:scale(1.1)
}
.item-video:hover svg {
  transform:scale(1.1);
  fill:#133961
}
.item-video__picture {
  display:block;
  position:relative;
  overflow:hidden;
  height:100%;
  width:100%
}
.item-video__picture::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  background:rgba(36,85,136,.4)
}
.item-video__picture img {
  transition:.8s ease
}
.item-video__play {
  position:absolute;
  fill:#fff;
  z-index:2;
  width:50px;
  height:65px;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%)
}
.item-video__play svg {
  width:100%;
  height:100%;
  transition:.3s ease
}
.form {
  background:#245588;
  padding:70px 0;
  color:#fff;
  position:relative
}
.form__form {
  margin:15px 0 0
}
.form .col {
  width:33.3333%
}
.form__btn {
  display:flex;
  justify-content:center;
  margin:30px 0 0
}
.policy {
  text-align:center
}
.policy a {
  text-decoration:underline
}
.policy a:hover {
  text-decoration:none
}
.label {
  display:block;
  margin:0 0 15px;
  position:relative
}
.label__title {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:50px;
  display:flex;
  align-items:center;
  padding:0 20px;
  font:700 15px/1.58 Arial, Helvetica,sans-serif;
  cursor:text;
  transition:.2s ease
}
.input {
  border:0;
  display:block;
  width:100%;
  height:50px;
  background:none;
  padding:0 20px;
  border-bottom:1px solid rgba(255,255,255,.4);
  font:700 15px/1.58 Arial, Helvetica,sans-serif;
  color:#fff
}
.input:focus {
  border-color:#fff
}
.input::placeholder {
  color:#fff
}
.input:not(.j-phone)::placeholder {
  opacity:0
}
.input.invalid {
  border-color:red
}
.input.valid+.invalid-feedback {
  display:none
}
.input:not(:placeholder-shown)+.label__title,.input:focus+.label__title {
  transform:translateY(-20px);
  font-size:12px
}
textarea.input {
  height:auto;
  padding:10px 20px
}
.invalid-feedback {
  background:#a10d0d;
  font:400 14px/normal Arial, Helvetica,sans-serif;
  padding:8px 20px
}
.loader {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:15
}
.loader img {
  width:100px;
  height:100px;
  animation:.5s circle linear infinite
}
@keyframes circle {
  0% {
    transform:none
  }
  100% {
    transform:rotate(360deg)
  }
}
.iti--allow-dropdown {
  display:block
}
.iti--allow-dropdown input {
  padding:0 0 0 70px
}
.iti__arrow {
  border:0;
  width:auto;
  height:auto;
  fill:#fff
}
.iti__arrow--up svg {
  transform:scaleY(-1)
}
.iti__arrow svg {
  width:12px;
  height:7px;
  transition:.3s ease
}
.iti__flag-container {
  color:#000;
  padding:0;
  width:58px;
  flex-shrink:0;
  user-select:none;
  height:50px
}
.iti__selected-flag {
  padding:0 10px
}
.iti__country-list {
  font-size:15px
}
@media screen and (max-width: 1200px) {
  .input,textarea.input {
    padding-left:0;
    padding-right:0
  }
  .label__title {
    padding:0
  }
}
@media screen and (max-width: 767px) {
  .form {
    padding:34px 0
  }
  .form .desc-sec {
    margin:10px 0 0
  }
  .form__form {
    margin:10px 0 0
  }
  .form .col {
    width:100%
  }
  .form__btn {
    margin:20px 0 0
  }
}
.faq {
  padding:88px 0
}
.faq--grey {
  background:linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(0, 0, 0, 0) 100%)
}
.faq .col {
  width:50%
}
.faq__title-bl {
  font:900 25px/normal Arial, Helvetica,sans-serif;
  color:#245588;
  margin:28px 0
}
.faq__item {
  margin:0 0 20px
}
.faq__item:last-child {
  margin:0
}
.faq__top {
  background:#245588;
  color:#fff;
  min-height:70px;
  padding:14px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  transition:.2s ease
}
.faq__top:hover {
  background:#133961
}
.faq__top.active svg {
  transform:scaleY(-1)
}
.faq__title {
  font:700 18px/normal Arial, Helvetica,sans-serif
}
.faq__arrow {
  fill:#fff;
  flex-shrink:0;
  margin:0 0 0 20px
}
.faq__arrow svg {
  width:12px;
  height:7px;
  transition:.3s ease
}
.faq__dropdown {
  display:none
}
.faq__desc {
  padding:20px 30px;
  background:rgba(36,85,136,.1)
}
@media screen and (max-width: 992px) {
  .faq .col {
    width:100%
  }
  .faq__title-bl {
    margin:28px 0 15px
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding:35px 0 45px
  }
  .faq__wrapper {
    margin:-10px 0 0
  }
  .faq__title-bl {
    font-size:18px;
    margin:20px 0 10px;
    text-align:center
  }
  .faq__item {
    margin:0 0 10px
  }
  .faq__top {
    padding:11px 15px;
    min-height:56px
  }
  .faq__title {
    font-size:13px
  }
  .faq__desc {
    padding:15px
  }
}
.news {
  background:linear-gradient(180deg, rgba(217, 217, 217, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding:70px 0 100px
}
.news__wrapper {
  background:#fff;
  border:1px solid #ececec;
  margin:20px 0 0
}
.item-news {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:140px;
  padding:7px 20px 7px 7px;
  border-bottom:1px solid #ececec;
  transition:.3s ease;
  overflow:hidden
}
.item-news:hover {
  background:#389b9e;
  color:#fff
}
.item-news:hover .item-news__first {
  transform:none
}
.item-news:hover .item-news__info {
  color:#fff
}
.item-news:hover .item-news__arrow {
  opacity:1
}
.item-news:last-child {
  border:0
}
.item-news__first {
  display:flex;
  align-items:center;
  margin:0 30px 0 0;
  width:60%;
  transform:translateX(-170px);
  transition:.5s transform ease
}
.item-news__picture {
  flex-shrink:0;
  height:125px;
  width:152px;
  margin:0 18px 0 0;
  display:block
}
.item-news__title {
  font:900 25px/normal Arial, Helvetica,sans-serif;
  flex-grow:1;
  margin-left:23px;
  display:flex;
  align-items:center
}
.item-news__arrow {
  width:42px;
  height:42px;
  background:#fff;
  border-radius:50%;
  fill:#245588;
  margin:0 0 0 15px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:.3s ease
}
.item-news__arrow svg {
  width:12px;
  height:7px;
  transform:rotate(-90deg)
}
.item-news__info {
  color:#245588;
  font:400 22px/normal Arial, Helvetica,sans-serif;
  display:flex;
  align-items:center;
  flex-shrink:0
}
.item-news__date {
  margin:0 0 0 58px
}
@media screen and (max-width: 1200px) {
  .item-news__first {
    width:auto
  }
  .item-news__picture {
    margin:0
  }
  .item-news__title {
    font-size:22px
  }
  .item-news__arrow {
    display:none !important
  }
}
@media screen and (max-width: 1200px) {
  .item-news__info {
    font-size:20px
  }
  .item-news__date {
    margin:0 0 0 30px
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding:40px 0 35px
  }
  .news__wrapper {
    margin:15px 0 0
  }
  .item-news {
    flex-wrap:wrap;
    display:block;
    min-height:unset;
    padding:24px 20px
  }
  .item-news__first {
    margin:0;
    width:100%;
    transform:none
  }
  .item-news__picture {
    display:none !important
  }
  .item-news__title {
    font-size:16px;
    text-align:center;
    margin:0;
    width:100%;
    display:block
  }
  .item-news__info {
    font-size:16px;
    width:100%;
    justify-content:center;
    margin:10px 0 0
  }
}
.single-about {
  padding:80px 0 0;
  background:linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  position:relative;
  z-index:1
}
.single-about__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-100px;
  top:120px;
  transform:scaleX(-1);
  z-index:-1
}
.single-about__wrapper {
  margin:30px 0 0
}
.single-about .row {
  align-items:center
}
.single-about .col {
  width:50%
}
.single-about__text h1,.single-about__text h2,.single-about__text h3,.single-about__text h4,.single-about__text h6,.single-about__text h6 {
  font-size:35px
}
.single-about .item-video {
  height:532px
}
@media screen and (max-width: 992px) {
  .single-about .col {
    width:100%
  }
  .single-about .col:first-child {
    order:2;
    margin:30px 0 0
  }
  .single-about .item-video {
    height:400px
  }
}
@media screen and (max-width: 767px) {
  .single-about {
    padding:40px 0 0
  }
  .single-about__stars {
    width:220px;
    height:220px;
    top:0;
    left:-50px
  }
  .single-about__wrapper {
    margin:15px 0 0
  }
  .single-about .col:first-child {
    margin:15px 0 0
  }
  .single-about .item-video {
    height:270px
  }
  .single-about__text {
    text-align:center
  }
  .single-about__text h1,.single-about__text h2,.single-about__text h3,.single-about__text h4,.single-about__text h6,.single-about__text h6 {
    font-size:16px
  }
}
.single-preims {
  padding:0 0 90px 0
}
.single-preims__wrapper {
  margin:30px 0 0
}
.single-preims .row {
  justify-content:center;
  margin:-15px
}
.single-preims .col {
  padding:15px
}
.single-preims .item-preims {
  width:270px
}
@media screen and (max-width: 767px) {
  .single-preims {
    padding:40px 0
  }
  .single-preims__wrapper {
    margin:15px 0 0
  }
  .single-preims .desc-sec {
    font-size:16px;
    margin:10px 0 0
  }
  .single-preims .row {
    margin:-5px
  }
  .single-preims .col {
    width:100%;
    padding:5px
  }
  .single-preims .item-preims {
    width:100%
  }
}
.single-preims2 {
  padding:80px 0;
  background:linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  position:relative;
  z-index:1;
  overflow:hidden
}
.single-preims2__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-100px;
  top:120px;
  transform:scaleX(-1);
  z-index:-1
}
.single-preims2__wrapper {
  margin:20px 0 0
}
.single-preims2 .row {
  justify-content:center;
  margin:-15px
}
.single-preims2 .col {
  padding:15px
}
.single-preims2__item {
  width:338px;
  text-align:center
}
.single-preims2__number {
  font:900 85px/normal Arial, Helvetica,sans-serif;
  text-stroke:1px #245588;
  -webkit-text-stroke:1px #245588;
  color:transparent
}
.single-preims2__title {
  margin:10px 0 0
}
@media screen and (max-width: 1200px) {
  .single-preims2 .col {
    width:25%
  }
  .single-preims2__item {
    width:100%
  }
}
@media screen and (max-width: 992px) {
  .single-preims2 .col {
    width:50%
  }
}
@media screen and (max-width: 767px) {
  .single-preims2 {
    padding:35px 0
  }
  .single-preims2__stars {
    display:none
  }
  .single-preims2 .row {
    margin:-10px
  }
  .single-preims2 .col {
    width:100%;
    padding:10px
  }
  .single-preims2__title {
    margin:0
  }
}
.single-work {
  color:#fff;
  position:relative;
  z-index:1;
  padding:70px 0
}
.single-work__bg {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#245588;
  z-index:-1
}
.single-work__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-100px;
  bottom:30px;
  transform:scaleX(-1);
  opacity:.2
}
.single-work__stars2 {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  right:-100px;
  top:40px;
  opacity:.2
}
.single-work__top {
  width:50%
}
.single-work .desc-sec {
  margin:10px 0 0;
  font:300 24px/normal Arial, Helvetica,sans-serif
}
.single-work__wrapper {
  margin:15px 0 0
}
.single-work .row {
  align-items:center
}
.single-work .col {
  width:50%
}
.single-work .item-video {
  height:496px
}
.single-work__text h1,.single-work__text h2,.single-work__text h3,.single-work__text h4,.single-work__text h5,.single-work__text h6 {
  font:900 25px/normal Arial, Helvetica,sans-serif;
  margin:28px 0
}
.single-work__text h1:first-child,.single-work__text h2:first-child,.single-work__text h3:first-child,.single-work__text h4:first-child,.single-work__text h5:first-child,.single-work__text h6:first-child {
  margin-top:0
}
.single-work__text h1:last-child,.single-work__text h2:last-child,.single-work__text h3:last-child,.single-work__text h4:last-child,.single-work__text h5:last-child,.single-work__text h6:last-child {
  margin-bottom:0
}
.single-work__text ul {
  margin:28px 0;
  font-weight:900
}
.single-work__text ul:first-child {
  margin-top:0
}
.single-work__text ul:last-child {
  margin-bottom:0
}
.single-work__text ul li {
  background:#fff;
  color:#245588;
  padding:14px 30px;
  line-height:normal;
  margin:0 0 20px
}
.single-work__text ul li:last-child {
  margin:0
}
.single-work__text--big-title h1,.single-work__text--big-title h2,.single-work__text--big-title h3,.single-work__text--big-title h4,.single-work__text--big-title h5,.single-work__text--big-title h6 {
  font-size:35px;
  margin:20px 0
}
@media screen and (max-width: 992px) {
  .single-work__top {
    width:100%
  }
  .single-work__wrapper {
    margin:20px 0 0
  }
  .single-work .col {
    width:100%
  }
  .single-work .col:last-child {
    margin:30px 0 0
  }
  .single-work .item-video {
    height:400px
  }
}
@media screen and (max-width: 767px) {
  .single-work {
    padding:35px 0 40px
  }
  .single-work__stars,.single-work__stars2 {
    display:none
  }
  .single-work .desc-sec {
    font-size:16px;
    text-align:center;
    margin:7px 0 0
  }
  .single-work .col:last-child {
    margin:20px 0 0
  }
  .single-work .item-video {
    height:252px
  }
  .single-work__text h1,.single-work__text h2,.single-work__text h3,.single-work__text h4,.single-work__text h5 h6 {
    font-size:22px;
    margin:20px 0 15px
  }
  .single-work__text ul {
    margin:15px 0
  }
  .single-work__text ul li {
    margin:0 0 10px;
    padding:15px
  }
}
.single-use {
  padding:80px 0 100px
}
.single-use__wrapper {
  margin:20px 0 0
}
.single-use .row {
  margin:-15px;
  justify-content:center
}
.single-use .col {
  width:25%;
  padding:15px
}
.single-use__item {
  background:#245588;
  color:#fff;
  display:flex;
  height:100%;
  cursor:pointer;
  transition:.2s ease
}
.single-use__item:hover {
  background:#133961
}
.single-use__item:hover img {
  transform:scale(1.1)
}
.single-use__picture {
  width:150px;
  flex-shrink:0;
  display:block;
  overflow:hidden
}
.single-use__picture img {
  transition:.8s ease
}
.single-use__text {
  padding:20px;
  position:relative;
  flex-grow:1;
  min-height:190px
}
.single-use__text-inner {
  position:relative;
  z-index:1
}
.single-use__title {
  font:900 24px/normal Arial, Helvetica,sans-serif
}
.single-use__desc {
  font:400 14px/1.3 Arial, Helvetica,sans-serif;
  margin:10px 0 0
}
.single-use__number {
  color:transparent;
  position:absolute;
  font:900 85px/1 Arial, Helvetica,sans-serif;
  text-stroke:1px #fff;
  -webkit-text-stroke:1px #fff;
  right:0;
  bottom:-10px;
  opacity:.4
}
@media screen and (max-width: 1600px) {
  .single-use .col {
    width:33.333%
  }
}
@media screen and (max-width: 1200px) {
  .single-use .col {
    width:50%
  }
}
@media screen and (max-width: 767px) {
  .single-use {
    padding:35px 0 50px
  }
  .single-use__wrapper {
    margin:15px 0 0
  }
  .single-use .row {
    margin:-10px
  }
  .single-use .col {
    width:100%;
    padding:10px
  }
  .single-use__item {
    flex-wrap:wrap
  }
  .single-use__picture {
    width:100%;
    height:176px
  }
  .single-use__text {
    padding:18px 15px 70px
  }
}
.single-since {
  position:relative;
  z-index:1;
  color:#fff;
  padding:90px 0 110px
}
.single-since__bg {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#245588;
  z-index:-1
}
.single-since__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-200px;
  top:50px;
  transform:scaleX(-1);
  opacity:.2
}
.single-since__top {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.single-since .title {
  margin:0 30px 0 0
}
.single-since__tabs {
  display:flex;
  margin:0 -15px
}
.single-since__tabs-li {
  padding:0 15px
}
.single-since__content {
  display:none
}
.single-since__content.active {
  display:block
}
.single-since__slider {
  margin:25px 0 0;
  position:relative
}
.single-since .slider {
  overflow:hidden
}
.single-since .slider__slide {
  width:100%
}
@media screen and (max-width: 992px) {
  .single-since__top {
    flex-wrap:wrap
  }
  .single-since .title {
    width:100%;
    text-align:center;
    margin:0
  }
  .single-since__tabs {
    margin:15px -15px 0;
    flex-grow:1;
    justify-content:center
  }
}
@media screen and (max-width: 767px) {
  .single-since {
    padding:40px 0
  }
  .single-since__stars {
    width:220px;
    height:220px;
    top:0;
    left:-30px
  }
  .single-since__tabs {
    margin:15px -10px 0
  }
  .single-since__tabs-li {
    padding:0 10px
  }
  .single-since__tabs-a {
    min-width:136px;
    padding:0 10px
  }
  .single-since__slider {
    margin:20px 0 0
  }
}
.single-example {
  position:relative;
  z-index:1;
  padding:70px 0 90px
}
.single-example__bg {
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1
}
.single-example__stars {
  background:right top/contain no-repeat;
  width:500px;
  height:500px;
  position:absolute;
  left:-130px;
  top:50px;
  transform:scaleX(-1)
}
.single-example__top {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.single-example .title {
  margin:0 30px 0 0
}
.single-example__tabs {
  display:flex;
  margin:0 -15px
}
.single-example__tabs-li {
  padding:0 15px
}
.single-example__content {
  display:none
}
.single-example__content.active {
  display:block
}
.single-example__wrapper {
  display:flex;
  margin:30px 0 0
}
.single-example__text {
  margin:0 30px 0 0
}
.single-example__slider {
  width:69%;
  flex-shrink:0
}
.single-example__item {
  width:100%;
  height:280px;
  cursor:pointer
}
.single-example .slider__wrapper {
  margin:-15px;
  flex-wrap:wrap;
  justify-content:center
}
.single-example .slider__slide {
  width:33.3333%;
  padding:15px
}
@media screen and (max-width: 1200px) {
  .single-example__wrapper {
    flex-wrap:wrap
  }
  .single-example__text {
    margin:30px 0 0;
    width:100%;
    order:2
  }
  .single-example__slider {
    width:100%
  }
}
@media screen and (max-width: 992px) {
  .single-example__top {
    flex-wrap:wrap
  }
  .single-example .title {
    width:100%;
    text-align:center;
    margin:0
  }
  .single-example__tabs {
    margin:15px -15px 0;
    flex-grow:1;
    justify-content:center
  }
}
@media screen and (max-width: 767px) {
  .single-example {
    padding:40px 0
  }
  .single-example__stars {
    display:none
  }
  .single-example__tabs {
    margin:15px -10px 0
  }
  .single-example__tabs-li {
    padding:0 10px
  }
  .single-example__tabs-a {
    min-width:136px;
    padding:0 10px
  }
  .single-example__wrapper {
    margin:20px 0 0
  }
  .single-example__text {
    margin:20px 0 0
  }
  .single-example .slider__wrapper {
    flex-wrap:nowrap;
    margin:0;
    justify-content:flex-start
  }
  .single-example .slider__slide {
    width:290px;
    padding:0
  }
}
.item-photo {
  position:relative;
  overflow:hidden
}
.item-photo:hover::before {
  opacity:1
}
.item-photo:hover img {
  transform:scale(1.1)
}
.item-photo::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  background:rgba(36,85,136,.3);
  opacity:0;
  transition:.3s ease
}
.item-photo img {
  transition:.3s ease
}
.contacts {
  padding:26px 0
}
.contacts__wrapper {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.contacts__info {
  display:flex;
  justify-content:flex-end
}
.contacts__item {
  display:flex;
  align-items:flex-start;
  margin:0 0 0 38px
}
.contacts__item--email {
  flex-basis:min-content
}
.contacts__icon {
  width:27px;
  flex-shrink:0;
  margin:0 7px 0 0;
  display:flex;
  justify-content:center;
  fill:#245588
}
.contacts__icon--marker svg {
  width:18px;
  height:26px
}
.contacts__icon--phone svg {
  width:27px;
  height:27px
}
.contacts__icon--email svg {
  width:27px;
  height:21px
}
.contacts__text {
  font-size:14px
}
.contacts__text--address {
  max-width:240px
}
.contacts__text a {
  display:inline-flex;
  position:relative;
  white-space:nowrap
}
.contacts__text a:hover {
  color:#245588
}
.contacts__text a:hover::after {
  width:100%
}
.contacts__text a::after {
  content:"";
  height:1px;
  width:0;
  background:#245588;
  position:absolute;
  bottom:0;
  left:0;
  transition:.3s ease
}
.contacts__email:hover::after {
  width:0 !important
}
.contacts__email::after {
  width:100% !important
}
@media screen and (max-width: 992px) {
  .contacts__wrapper {
    flex-wrap:wrap;
    justify-content:center
  }
  .contacts__logo {
    margin:0 0 20px
  }
  .contacts__info {
    margin:0 -15px;
    justify-content:center
  }
  .contacts__item {
    margin:0;
    padding:0 15px
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding:20px 0 30px
  }
  .contacts__logo {
    margin:0 0 10px
  }
  .contacts__info {
    flex-wrap:wrap
  }
  .contacts__item {
    max-width:300px;
    width:100%;
    margin:0 0 18px
  }
  .contacts__item:last-child {
    margin:0
  }
  .contacts__item--email {
    flex-basis:auto
  }
  .contacts__icon {
    margin:0 18px 0 0
  }
}
.seo {
  padding:70px 0 80px;
  border-top:1px solid #ececec
}
.seo__text {
  margin:20px 0 0;
  position:relative;
  max-height:200px;
  height:100%;
  overflow:hidden;
  transition:2s ease
}
.seo__text.active {
  max-height:2000px
}
.seo__text.active::after {
  content:none
}
.seo__text::after {
  content:"";
  position:absolute;
  height:76px;
  width:100%;
  left:0;
  bottom:0;
  background:linear-gradient(0, #FFF 0%, rgba(255, 255, 255, 0) 100%)
}
.seo__more {
  display:flex;
  justify-content:flex-start
}
.seo__more-link {
  display:flex;
  align-items:center;
  font:700 15px/normal Arial, Helvetica,sans-serif;
  color:#245588;
  fill:#245588;
  cursor:pointer;
  margin:25px 0 0
}
.seo__more-link:hover svg {
  transform:scaleY(-1)
}
.seo__more-link.active {
  display:none
}
.seo__more-link svg {
  width:12px;
  height:7px;
  margin:0 0 0 5px;
  transition:.3s ease
}
@media screen and (max-width: 1200px) {
  .seo__text {
    max-height:170px
  }
}
@media screen and (max-width: 767px) {
  .seo {
    padding:36px 0 30px
  }
  .seo .title {
    text-align:left
  }
  .seo__text {
    margin:15px 0 0;
    max-height:150px
  }
  .seo__more-link {
    margin:15px 0 0
  }
}
.page {
  padding:50px 0 70px
}
.page__img {
  margin:30px 0 0
}
.page__img img {
  width:100%
}
.page__content {
  margin:25px 0 0
}
@media screen and (max-width: 767px) {
  .page__img {
    margin:20px 0
  }
}
.footer {
  background:#519c94;
  color:#fff
}
.footer__top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:124px
}
.footer__logo {
  display:block;
  width:270px
}
.footer__menu {
  border:1px solid rgba(255,255,255,.2);
  border-left:0;
  border-right:0
}
.footer__menu-list {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin:0 -24px
}
.footer__menu-li {
  padding:0 24px
}
.footer__menu-a {
  height:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  font:400 14px/1 Arial, Helvetica,sans-serif;
  text-transform:uppercase
}
.footer__menu-a:hover {
  opacity:.5
}
.footer__bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:64px;
  font:400 12px/1 Arial, Helvetica,sans-serif
}
.footer__create {
  display:flex;
  align-items:center
}
.footer__create:hover {
  opacity:.5
}
.footer__create-title {
  margin:0 20px 0 0
}
.footer__create img {
  width:90px
}
.footer .social {
  transform:scale(1.3);
  transform-origin:100% 50%
}
.footer .social__item--phone {
  background:#fff;
  fill:#245588
}
.footer .social__dropdown {
  background:#fff;
  color:#245588;
  top:unset;
  bottom:100%
}
.up {
  position:fixed;
  right:30px;
  bottom:30px;
  width:70px;
  height:70px;
  fill:#fff;
  min-width:unset;
  padding:0;
  cursor:pointer;
  z-index:50;
  transition:.3s ease;
  transform:translateY(100%);
  visibility:hidden;
  opacity:0;
  box-shadow:0 0 10px 0 rgba(0,0,0,.1)
}
.up.active {
  visibility:visible;
  opacity:1;
  transform:none
}
.up svg {
  width:28px;
  height:16px;
  transform:rotate(180deg)
}
@media screen and (max-width: 767px) {
  .footer__top {
    flex-wrap:wrap;
    justify-content:center;
    height:auto;
    padding:40px 0 30px
  }
  .footer__social {
    width:100%;
    display:flex;
    justify-content:center;
    margin:30px 0 0
  }
  .footer .social {
    transform-origin:50% 50%
  }
  .footer__menu {
    padding:15px 0
  }
  .footer__menu-li {
    width:100%
  }
  .footer__menu-a {
    height:40px
  }
  .footer__bottom {
    flex-wrap:wrap;
    justify-content:center;
    height:auto;
    padding:15px 0 22px
  }
  .footer__copyright {
    width:100%;
    text-align:center;
    margin:15px 0 0
  }
  .up {
    right:15px;
    bottom:15px;
    width:50px;
    height:50px
  }
  .up svg {
    width:16px;
    height:16px
  }
}
.modal {
  max-width:500px;
  width:100%;
  background:#245588;
  padding:30px;
  color:#fff;
  display:none
}
.modal__form {
  margin:10px 0 0
}
.modal .col {
  width:100%;
  margin-top:4px
}

.banner__parallax-wrapper {
    background-image: url(/wp-content/themes/mediderm/assets/img/banner.png);
    height: 100%;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;

}
.banner_list ul {
	 margin: 30px 0 0 0px ;
	
}
.banner_list ul li {
    list-style-type: none;
    position: relative;
    margin: 0 0 10px 30px;
}

.banner_list ul li:before {
    content: '+';
    font-weight: 600;
    color: #00aa9e;
    font-size: 37px;
    position: absolute;
    left: -30px;
    top: -15px;
}

.head_product {
    background: #fff;
    border-bottom: 2px solid #3f009a;
    border-top: 2px solid #3f009a;
    margin-top: 2px;
	    padding: 30px 0;
}
.head_product img {
    max-height: 60px;
    max-width: 100%;
}

.product_name H1 {
    font-size: 30px;
}
.product_name H1 .violet {
    color: #314396;
	font-weight: 800;
}
.product_name.col-lg-6 {

}
.product_name.col-lg-6 p {
    margin-top: 0;
}
.product_name.col-lg-6 > * {

}

.sklad p {
    margin: 0;
    font: 600 16px / 1.33 Arial, Helvetica, sans-serif;
}

.sklad {
    background: #01AA9E;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.apteki {
    background: url(/wp-content/themes/mediderm/assets/img/v-aptekach.jpg);
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 375px 20px 20px 20px;
    width: 380px;
    height: 620px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    z-index: 999;
    transform-origin: 0% 100%;
    transition: transform .5s ease;
    transform: scale(.2);
    cursor: pointer;
}
.apteki:hover {
    transition: transform .5s ease;
    transform: scale(.4);
}
section.single-seriya {
    padding: 50px 0;
    background: #f6f4f0;
}
.seriya {
    background: #fff;
    padding: 30px 30px 30px 160px;
    margin: 20px;
    position: relative;
}
.seriya:before {
    content: '';
    background: url(/wp-content/themes/mediderm/assets/img/krest_viol.png);
    width: 120px;
    height: 120px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    border: 6px solid #00aa9e;
    border-radius: 20px;
}
.seriya-preims__title {
    font-size: 20px;
    font-weight: 800;
}
.seriya-preims__desk {
    margin-top: 20px;
}

.item-preims_lines {
z-index: 2;
    position: relative;
    margin: 45% 0 30px;
    color: #323292;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}



h1.banner__title {
font-family: "Oswald", sans-serif;
    font-size: 80px;
    color: #323292;
}
h3.title.title--center {
    font-family: "Oswald", sans-serif;
    color: #323292;
    line-height: 1.2em;
    text-align: center;
    font-size: 50px;
}

.single-preims__wrapper .slider__slide.prydbaty .item-catalog__img:hover .item-catalog__bg {
    transition: .3s ease;
    background: #519c94;
    opacity: 1;
}
p.banner__slogan {
    font-size: 28px;
}

section.single-preims.liniyka .item-preims--blue {
background: #323292;
    color: #fff;
    text-align: center;
    border-radius: 20px;
	    padding-bottom: 25px;
	    margin: auto;
}

section.single-preims.liniyka .item-preims__title {
    color: #fff;
}
section.single-preims.liniyka .item-preims__img {
    margin: 20px auto 30px;
}

.banner__btn a.btn {
    font-size: 16px;
    padding: 0 10px;
    border-radius: 16px;
    box-shadow: 1px 1px 5px #656566;
}
.pokazanny__title {
    font-size: 30px;
   /* padding: 40px 0;*/
    border-top: var(--lnw, 3px) solid #323292;
    border-bottom: var(--lnw, 3px) solid #323292;
}

section.pokazanny .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.pokazanny .pokazanny__title .container {
    padding: 60px 36px;
}
/*section.pokazanny .pokazanny__title .container:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/08/krest_viol.png);
    width: 80px;
    height: 80px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: -1% 40px;
}*/

.pokazanny__title .container .krest {
    text-align: center;
}

section.pokazanny .pokazanny__title .container img {
 /* margin: -50px auto 0;*/
}

.pryznachennya_block ul {
    list-style-type: disc;
    margin-left: 30px;
}
.pokazanny__desk {
    font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
}

img.logo_cont.lazyloaded {
    max-width: 200px;
}
.contact-preims__wrapper {
/*padding: 0 50px 50px;*/
}
h3.contact__title:after {
    content: '';
    height: 2px;
    width: 25%;
    background: #00aa9e;
    display: block;
}

h3.contact__title {
    color: #00aa9e;
    font-size: 25px;
    margin-bottom: 32px;
    height: 80px;
}

form input, form textarea, form select{
    box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.6);
    border: 0;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 7px;
}

.wpcf7-submit {
    background: #519c94;
    color: #fff;
	    cursor: pointer;
	transition: .3s all ease;
    box-shadow: 1px 1px 3px 3px rgb(215 215 215);
}

.wpcf7-submit:hover {
    background: #fff;
    color: #519c94;
	    cursor: pointer;
	transition: .3s all ease;
    box-shadow: 1px 1px 3px 3px rgb(215 215 215);
}

.contact-preims__wrapper div svg {
    display: inline-block;
    width: 40px;
    background: #519c94;
    fill: #FFFFFF;
    padding: 5px;
    border-radius: 50%;
		transition: .3s all ease;
	/*margin: 10px 10px -10px -30px;*/
}

.contact-preims__wrapper div a:hover > svg {
    background: #fff;
    fill: #519c94;
		transition: .3s all ease;
}

.contact_desk {
    font-size: 12px;
    padding: 0;
}
label.your-name input, label.your-lastname input, label.your-mail input, label.your-phone input{
    max-width: 250px;
    width: 45%;
}

label.your-massej textarea {
    width: 515px;
    max-width: 100%;
}
a.cont_pad {
    display: flex;
	    margin-top: 20px;
    font-size: 15px;
}
a.cont_pad span:first-child {
    min-width: 40px;
	    margin: -5px 15px 0 -15px;
}
.small-desc .seo__desc {
    margin: 50px auto;
    max-width: 70%;
}
picture.pokazanny-catalog__picture img {
    margin: 15px auto;
    display: block;
}

section#pokazannya {
    background: #00aa9e;
	padding: 90px 0;

}
section#pokazannya  h3.title.title--center {
		color:#ffffff;
}
section#pokazannya .banner__btn a.btn {
    margin: 0 50px;
}
section#pokazannya .banner__btn {
    text-align: center;
}
section.single-preims.liniyka {
    padding: 50px 0 90px 0;
}
section.contact-pages{
    text-align: center;
}

section.contact-pages a.StylableButton {
    display: block;
    color: #380096;
}

section.contact-pages .col-md-6:hover a.StylableButton {
   /* color: #9D6200;
    letter-spacing: 0.1em;*/
	color: #389b9e;
}

section.contact-pages .col-md-6 > div {
    background: #e8e6e6;
    position: relative;
    padding: 20px;
    margin: 20px;
}


section.contact-pages .col-md-6 > div img {
    width: 70px;
    margin: 10px auto 30px;
    display: block;
    position: relative;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}


section.contact-pages .col-md-6:hover > div img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.contact-pages .col-md-6 > div span {
    font-size: 24px;
    margin-bottom: 26px;
    display: block;
}

section.small-de-kupyty {
    text-align: center;
    padding: 60px;
    background: #60bbbe;
    color: #fff;
}

section.small-de-kupyty h3.title.title--center {
    color: #fff;
	    margin-bottom: 40px;
}

.item-by {
    position: absolute;
    bottom: 35px;
		margin-left: calc(12% - 110px);
}
.item-by_m {
    display: none;
}



@media screen and (max-width: 767px) {
	.item-by {
    display: none;
}
    .item-by_m {
        display: block;
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
h1.banner__title { font-size: 4rem;}
section.single-preims.pryzn { margin: 0; padding: 0;}	
.banner__btn { display: block;  }
.banner__btn a.btn {
    display: flex;
    border-radius: 0;
    margin: 0 -15px;
}
	.single-preims__wrapper .slider__slide {
    width: 100%;
		padding: 0;
    margin: 0;
}
	.single-preims__wrapper .slider__slide .item-catalog {
    width: 100%;
}
	.single-preims__wrapper .slider__slide .item-catalog a.item-catalog__img {
    height: auto;
    margin: 0;
    border-radius: 0;
}
	.slider__slide.prydbaty {
    display: none;
}
	section.single-seriya .single-preims__wrapper .seriya {
    padding: 20px;
    margin: 15px 3px;
}
	section.single-seriya .seriya:before {
        right: 5px;
        left: auto;
        top: 5px;
        width: 30px;
        height: 30px;
        border: 2px solid #00aa9e;
        background-size: cover;
        border-radius: 3px;
    }
	.pokazanny__title .container .krest {
    display: none;
}
	
.pryznachennya_block h2:before {
	content:'';
        right: 5px;
        left: auto;
		top: 39%;
        width: 30px;
        height: 30px;
        border: 2px solid #00aa9e;
        border-radius: 3px;
    background: url(/wp-content/themes/mediderm/assets/img/krest_viol.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
	        background-size: cover;
    }
	
.pryznachennya_block h2 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
	a.grey_btn.cart, .btn, {
	min-width: 175px;	
	}	
	a.grey_btn.cart:after {
	right: 5px;	
	}
	.pryznachennya_block h2 {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
	a.grey_btn.cart, .btn, {
	min-width: 175px;	
	}	
	a.grey_btn.cart:after {
	right: 5px;	
	}
	.wrapper.j-wrapper .banner--single { background: #fff;
	}
	
	ul.menu__sub.is-dropdown__menu {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-left: 50px;
    width: 95%;
}
	    .header__list-a {
        height: 30px;
        color: #fff;
    }
	body nav.menu.header__menu .menu__list > li:last-child a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 35px 5px 15px;
}
	
	.banner__parallax-wrapper {
    background-image: url(/wp-content/uploads/2024/10/feml.jpg);
		background-size: contain;
}
	
	
} 

section.contact-footer {
    padding-top: 60px;
}
section.blutag {
    text-align: center;
    padding: 60px;
    background: #323292;
    color: #fff;
}

.nayavnist {
    margin: 5px 12px 0px 2px;
	text-align: center;
    background: #9B2D30;
    color: #fff;
    padding: 15px;
}

.banner__content .nayavnist {
    margin-top: 15px;
    background: #9B2D30;
    color: #fff;
    padding: 30px;
}





/*-----*/

.menu__list {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1
}

@media(max-width: 1199.98px) {
    .menu__list {
        gap:20px
    }
}

/*.menu__item {
    position: relative
}

.menu__item.is-active .menu__arrow {
    transform: rotateX(180deg)
}

.menu__item.is-active .menu__sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.menu__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--font-color);
    white-space: nowrap;
    transition: color .5s ease
}

.menu__link:before {
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--green);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    content: ""
}

.menu__link:hover,.menu__link:active {
    color: var(--green)
}

.menu__link:focus-visible {
    color: var(--green)
}

.menu__link.is-active {
    color: var(--green);
    font-weight: 700
}

.menu__link.is-active:before {
    opacity: 1;
    visibility: visible
}

.menu__arrow {
    color: var(--blue);
    transition: transform .5s ease
}*/

.menu__item {
    position: relative
}
.menu__sub {
    position: absolute;
    top: calc(100% - 10px);
    left: -15px;
    width: 200px;
    background: var(--white);
    box-shadow: 0 19px 33px 0 rgba(111,109,113,.13);
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease
}


.menu__sub-link {
    display: block;
    font-size: 14px;
    color: var(--black);
    padding: 10px 15px;
    transition: background .5s ease,color .5s ease
}
a.menu__sub-link:hover {
    color: #389b9e;
}

.menu__sub-link:hover,.menu__sub-link:active,.menu__sub-link:focus-visible {
    background: var(--green);
    color: var(--white)
}


nav.menu.header__menu .menu__list > li:last-child a {
    border: 1px solid #00aa9e;
    color: #00aa9e;
    padding: 5px 35px 5px 15px;
}

nav.menu.header__menu .menu__list > li:last-child a:after  {
    content: '';
    background: url(/wp-content/themes/mediderm/assets/img/gr_cup.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    left: 80%;
    top: calc(50% - 15px);
    background-size: cover;
}
li.menu__item.is-dropdown:hover > ul {
    display: block;
    opacity: 1;
    background: #fff;
    visibility: visible;
}

a.grey_btn.cart {
    border: 1px solid #00aa9e;
    color: #00aa9e;
    text-align: center;
    height: 50px;
    min-width: 210px;
    padding: 0 30px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 20px / 1 Arial, Helvetica, sans-serif;
	    position: relative;
}
a.grey_btn.cart:after {
    content: '';
    background: url(/wp-content/themes/mediderm/assets/img/gr_cup.svg);
    width: 30px;
    height: 25px;
    position: absolute;
    display: block;
    right: 25px;
    top: 8px;
    background-size: cover;
}
a.grey_btn.cart:hover:after {
    background: url(/wp-content/themes/mediderm/assets/img/gr_cup_w.svg);
	background-size: cover;
}
a.grey_btn.cart:hover {
    background: #00aa9e;
    color: #fff;
}

section#by_btn h3.title.title--center {
    font-size: 40px;
}

ul.footer__menu-list > li:last-child a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 35px 5px 15px;
	  position: relative;
}
ul.footer__menu-list > li:last-child a:after {
    content: '';
    background: url(/wp-content/themes/mediderm/assets/img/gr_cup_w.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    right: 5px;
    top: 12px;
    background-size: cover;
}

.banner--single {
    background: rgb(0, 170, 158);
    background: linear-gradient(90deg, rgba(0, 170, 158, 0.8687850140056023) 0%, rgba(255, 255, 255, 1) 60%);
}

.seriya-preims__arrow a:hover {
    font-size: 20px;
}
.seriya-preims__arrow a {
    font-size: 40px;
    color: #380296;
    background: #cbe9ea;
    height: 38px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 90px;
    border-radius: 15px;
    margin-top: 20px;
    width: 230px;
}

header.header.fixed .header__wrapper {
    height: 60px;
}

.pokazanny__title .row > div {
    align-content: center;
}

a.item-catalog__img:hover .item-preims_lines {
    color: #fff;
}

img.slider_img_by_w {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    opacity: 0;
	top: 50%;
}
img.slider_img_by {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    opacity: 1;
	top: 50%;
}
a:hover img.slider_img_by {opacity: 0;}
a:hover img.slider_img_by_w {opacity: 1;}

a.form_nebajane {
    background: #fff;
    color: #01AA9E;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #01AA9E;
    margin: 70px 10px 30px;
} 
a.form_nebajane:hover{
	    background: #01AA9E;
    color:#fff;
}
.item-catalog__text .item-catalog__btn {
    margin: auto;
}
.banner__text .line_item {
    height: 22px;
}

div.main {
    position: relative;
    z-index: 1;
}