@font-face {
  font-family: "Proxima Nova Cond";
  src: url("/includes/fonts/ProximaNovaCond-Regular.eot") format("embedded-opentype"),
    url("/includes/fonts/ProximaNovaCond-Regular.woff") format("woff"),
    url("/includes/fonts/ProximaNovaCond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova Cond";
  src: url("/includes/fonts/ProximaNovaCond-Bold.eot") format("embedded-opentype"),
    url("/includes/fonts/ProximaNovaCond-Bold.woff") format("woff"),
    url("/includes/fonts/ProximaNovaCond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Proxima Nova Cond", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  color: #555;
  margin: auto;
  background-color: #f7f7f7;
}

.container {
  max-width: 1280px;
}

section {
  margin-top: 30px;
}

.col-padding-bottom-40 {
  padding-bottom: 40px;
}

.col-margin-bottom-30 {
  margin-bottom: 30px;
}

.col-margin-bottom-20 {
  margin-bottom: 20px;
}

.col-margin-bottom-5 {
  margin-bottom: 5px;
}

/* Adminpanel */
.adminpanel {
  background: #555;
  color: #ccc;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}

.adminpanel span {
  display: none;
}

.adminpanel a {
  font-size: 16px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6dfe2;
}

.adminpanel a:hover {
  color: #fff;
  text-decoration: none;
}

/* Login */
.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background-color: #ccc;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.form-signin-desc {
  text-align: center;
  margin-top: 20px;
}

a {
  color: #4facfe;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #004890;
  text-decoration: underline;
}

a.side {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.side {
  color: #f6a504;
  text-decoration: underline;
}

a.white,
li.white a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.white,
li.white a:hover {
  color: #fff;
  text-decoration: none;
  text-align: left;
}

/*
.arrowed-link em { font-size: 12px; color: #4facfe; padding-left: 5px; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; }
.arrowed-link i { font-size: 12px; color: #4facfe; padding-left: 5px; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; }
.arrowed-link:hover { color: #004890; text-decoration: none; }
.arrowed-link:hover em { color: #004890; padding-left: 8px; }
.arrowed-link:hover i { color: #004890; padding-left: 8px; }
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #555;
  opacity: 0.1;
  margin: 20px 0;
  padding: 0;
}

hr.side-hr {
  height: 1px;
  border: 1px solid #555;
}

div {
  font-family: "Proxima Nova Cond", "Open Sans", Arial, sans-serif;
  font-size: 20px;
}

pre {
  font-family: "Proxima Nova Cond", "Open Sans", Arial, sans-serif;
  font-size: 20px;
}

img {
  border: none;
}

p {
  margin: 0 0 15px;
}

.alt {
  color: #4facfe;
}

.spacer {
  margin-bottom: 5px;
}

.spacer2 {
  margin-bottom: 10px;
}

.bullet {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* Attention messages properties */
.admin-message {
  font-size: 12px;
  color: #006699;
  background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #1380b1;
  border-bottom: 2px solid #1380b1;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.noscript-message {
  font-size: 12px;
  color: #c54343;
  background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #c54343;
  border-bottom: 2px solid #c54343;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.nocomments-message {
  font-size: 12px;
  color: #555;
  background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

/* Buttons */
.button {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 45px;
  line-height: 1;
  color: #fff;
  background-color: #4facfe;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2cc99d;
  outline: none;
}

.button:active,
.button.active {
  color: #fff;
  text-decoration: none;
  background-color: #2cc99d;
  outline: none;
}

.button-work {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 45px;
  line-height: 1;
  color: #4facfe;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-work:focus,
.button-work:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4facfe;
  outline: none;
}

.button-work:active,
.button-work.active {
  color: #fff;
  text-decoration: none;
  background-color: #4facfe;
  outline: none;
}

.button-question {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 0 10px 0;
  line-height: 1;
  color: #fff;
  background-color: #4facfe;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid #bbb;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-question i {
  margin-left: 40px;
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}

.button-question:focus,
.button-question:hover {
  color: #4facfe;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 15px 10px 15px;
  outline: none;
}

.button-question:active,
.button-question.active {
  color: #4facfe;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 15px 10px 15px;
  outline: none;
}

.button-question:focus i,
.button-question:hover i {
  margin-left: 10px;
}

.grid {
  display: flex;
  justify-content: space-between;
}

.grid .left {
  flex: 0 0 35%;
}

/* jrmod */
.grid .right {
  flex: 0 0 65%;
}

/* jrmod */
.grid .left,
.grid .right {
  min-height: 100%;
}

header {
  max-width: 1920px;
  margin: 0 auto;
}

header .header-logo {
  background-color: #4facfe;
  padding: 36px 50px;
  height: 100%;
}

header .right {
  padding-left: 43px;
  padding-right: 49px;
  background-color: #fff;
}

header .spsbtw {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

/*Navigation*/
.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav li+li {
  margin-left: 40px;
}

.navbar-nav li>a {
  position: relative;
  color: #353535;
}

.navbar-nav li>a:hover {
  text-decoration: none;
  color: #4facfe;
}

.dropMenu {
  display: none;
  position: absolute;
  top: calc(100%);
  padding-top: 7px;
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 100;
  transition: 1s;
}

.dropMenu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #4facfe;
  transition: 0.2s;
  z-index: -1;
}

.navbar-nav li:hover>.dropMenu,
.dropMenu:hover {
  display: block;
  opacity: 1;
}

.dropMenu .item {
  position: relative;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  text-transform: none;
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #4facfe;
  padding-right: 30px;
}

.dropMenu .item:after {
  content: "\f105";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s;
}

.dropMenu .item:first-child {
  padding-top: 10px;
  border-radius: 2px 2px 0 0;
}

.dropMenu .item:first-child:hover:before {
  border-bottom-color: #32c1f4;
}

.dropMenu .item:last-child {
  padding-bottom: 10px;
  border-bottom: none;
  border-radius: 0 0 2px 2px;
}

.dropMenu .item:last-child:after {
  bottom: 0;
}

.dropMenu .item:hover {
  background: #32c1f4;
  border-color: #32c1f4;
  color: #fff;
  text-decoration: none;
}

.dropMenu .item:hover:after {
  opacity: 1;
}

/*Header*/
.header--wrap {
  position: sticky !important;
  top: 0;
  z-index: 1;
}

.header--wrap .header-logo {
  transition: padding 0.35s ease-out;
}

.header--wrap_small .header-logo {
  padding: 15px 50px;
}

.header-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.header-phone .link {
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  line-height: 24px;
  position: relative;
}

.header-phone .link:hover {
  color: #4facfe;
  text-decoration: none;
}

.header-phone .link:before {
  content: "\f095";
  position: absolute;
  left: -50px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  border: 1px solid #4facfe;
  color: #4facfe;
  border-radius: 50%;
  transition: 0.2s;
}

.header-phone .link:hover:before {
  left: -40px;
  opacity: 1;
}

.header-phone .callme {
  color: #4facfe;
  line-height: 15px;
  font-size: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}

.header-phone .callme:hover {
  text-decoration: underline;
}

@media (max-width: 1350px) and (min-width: 1200px) {
  .header-phone .link {
    font-size: 18px;
  }

  header .navbar-nav {
    font-size: 18px;
  }
}

/*Main-slider*/
.bgwht {
  background-color: #fff;
  position: relative;
}

section#main-screen {
  margin-top: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#main-screen .left {
  background-color: #fff;
}

#main-slider {
  word-spacing: 0;
  max-height: 850px;
}

#main-slider #slide-info {
  display: none;
}

.main-slider-img-wrapper {
  position: relative;
}

.main-slider-img-wrapper img {
  max-width: 100%;
  margin-left: 35%;
}

.main-screen-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.main-screen-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), 65%, transparent);
}

.main-screen-overlay .button-question {
  background-color: transparent;
  color: #4facfe;
  margin-top: 40px;
}

.main-screen-overlay .button-question i {
  margin-left: 60px;
}

.button-question:focus i,
.button-question:hover i {
  margin-left: 10px;
}

.main-screen-overlay .button-question:hover {
  background-color: #4facfe;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

#slide-title {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: bold;
}

#slide-title span {
  display: block;
  color: #2cc99d;
}

#slide-desc {
  font-size: 30px;
  line-height: 32px;
  margin-top: 65px;
}

.slider-icons {
  display: flex;
  position: absolute;
  left: 35%;
  right: 0;
  bottom: 0;
}

.slider-icons .icon-block {
  flex: 0 0 25%;
  padding: 25px 20px 25px 25px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.2s;
}

.slider-icons .icon-block:hover {
  background-color: #fff;
}

.icon-block:nth-child(odd) .icon {
  color: #4facfe;
  font-size: 44px;
  line-height: 48px;
}

.icon-block:nth-child(even) .icon {
  color: #2cc99d;
  font-size: 44px;
  line-height: 48px;
}

.slider-icons .desc {
  font-size: 18px;
  line-height: 20px;
  margin-top: 25px;
}

.slider-nav {
  height: 185px;
  display: flex;
  align-items: center;
  position: relative;
}

.slider-nav .prev,
.slider-nav .next {
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #bbbbbb;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.slider-nav .prev:focus,
.slider-nav .next:focus {
  outline: none;
}

.slider-nav .prev:hover,
.slider-nav .next:hover {
  color: #2cc99d;
}

.slider-nav .prev:before {
  content: "\f30a";
  transition: 0.2s;
}

.slider-nav .next:before {
  content: "\f30b";
  transition: 0.2s;
}

#slides-count {
  margin: 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #bbbbbb;
}

#slides-count span:first-child {
  color: #4facfe;
}

#slides-count .delimeter {
  display: inline-block;
  margin: 0 5px;
}

.socilas {
  position: fixed;
  left: 50px;
  top: 90px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}

.socilas a {
  color: #bbbbbb;
  font-size: 20px;
}

.socilas a {
  color: #bbbbbb;
  font-size: 20px;
  background-color: #fafafa;
  text-align: center;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socilas a:hover {
  text-decoration: none;
  color: #4facfe;
}

.socilas a+a {
  margin-top: 20px;
}

.h100 {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* About */
#about {
  padding: 100px 0 50px;
}

.about-desc {
  font-size: 20px;
  color: #555;
  line-height: 22px;
}

.about-img {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.about-img img {
  transform: translateX(20px) translateY(-20px);
}

.about-img:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0px;
  left: 0px;
  top: 0;
  right: 0;
  border: 10px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-img:hover:before {
  border-color: #2cc99d;
}

.about-button {
  text-align: center;
  margin: 40px 0;
}

.about-button-info {
  font-size: 16px;
  font-weight: 700;
  color: #2cc99d;
  line-height: 24px;
  text-transform: uppercase;
}

#digits {
  padding: 10px 0;
  text-align: center;
}

.digit {
  font-weight: bold;
  font-size: 60px;
  color: #2cc99d;
  line-height: 65px;
  transition: 0.2s;
}

.digit-block:hover .digit {
  color: #4facfe;
}

.digit-desc {
  font-size: 18px;
  color: #555;
  line-height: 18px;
}

/*Albums*/

.albums-container {}

.album-block {
  text-align: center;
  background-color: #fff;
  padding-block: 20px;
  max-width: 290px;
}

.album-link a {
  font-size: 20px;
  font-weight: 700;
  color: #555;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  text-decoration: none;
}

.album-link:hover a {
  color: #4facfe;
  text-decoration: none;
}


.album-thumb,
.photo-thumb {
  width: 100%;
  margin-bottom: 20px;

  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 201 / 151;
  object-fit: cover;
  object-position: center;
}

/* Object */
.object-info {
  margin-bottom: 30px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .object-info {
    align-items: center;
  }
}

.object-info-background {
  background-color: #fff;
  gap: 20px;
  padding: 20px;

}

.object-info-details {
  max-height: fit-content;
  padding: 10px;
  border: 2px solid #4facfe;
  box-sizing: border-box;
  max-width: 290px;
}

.object-phone-link {
  color: #000;
}

.object-phone-link:hover {
  color: #4facfe;
  text-decoration: none;
}

/* Services*/
#services {}

.services-desc {
  font-size: 20px;
  color: #555;
  line-height: 20px;
  margin-top: -20px;
}

#services-block {
  position: relative;
  margin-top: 10px;
}

#services-block .tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -50px;
  margin-bottom: 40px;
}

#services-block:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

#services-slider {
  margin: 0 -15px;
}

#services-slider .slick-list {
  padding-bottom: 10px;
}

.services-link {
  padding: 0 15px;
}

.services-item {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.services-img img {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-title {
  font-size: 20px;
  font-weight: 700;
  color: #555;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-item:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
}

.services-item:hover .services-title {
  color: #4facfe;
  text-decoration: none;
}

.services-item:hover .services-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Services More */
#services-more {
  background: #fff url(../../images/bg-services-more.jpg) bottom no-repeat;
  padding: 25px 0 55px 0;
}

.services-more-desc {
  max-width: 1010px;
  font-size: 20px;
  color: #555;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
}

.services-more-button {
  text-align: center;
  margin: 40px 0;
}

.services-more-button-info {
  font-size: 16px;
  font-weight: 700;
  color: #2cc99d;
  line-height: 24px;
  text-transform: uppercase;
}

.services-more-block-empty {}

.services-more-block {
  display: block;
  text-align: center;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  margin-bottom: 30px;
  padding: 25px 0 10px 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-more-img {
  margin-bottom: 15px;
}

.services-more-title {
  min-height: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-more-title2 {
  min-height: 35px;
  font-size: 16px;
  font-weight: 700;
  color: #353535;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-more-block:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
}

.services-more-block:hover .services-more-title,
.services-more-block:hover .services-more-title2 {
  color: #2cc99d;
}

/* Services-two */

#services-two {
  padding: 75px 0;
  background-color: #fff;
  padding-bottom: 0;
}

#services-two .capmain h2 {
  margin-bottom: 25px;
}

#services-two hr {
  margin: 0;
  margin-top: 65px;
}

.services-two__wrapper {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
  gap: 50px;
}

.services-two__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services-two__item {
  display: block;
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-two__text {
  margin-top: 16px;
}

.services-two__text p {
  line-height: 22px;
}

.services-two__item:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
}

.services-two__item:hover .services-two__item-img img {
  transform: scale(1.05);
}

.services-two__item:hover .services-two__item-title {
  color: #4facfe;
  text-decoration: none;
}

.services-two__item-img img {
  transition: all 0.9s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-two__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 350px;
}

.services-two__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #555;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1200px) {
  .services-two__wrapper {
    gap: 20px;
  }

  .services-two__images {
    gap: 0px;
  }
}

@media (max-width: 980px) {
  .services-two__wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 769px) {
  .services-two__item {
    padding: 0;
  }

  .services-two__images {
    gap: 20px;
  }

  .services-two__item:hover {
    text-decoration: none;
    box-shadow: none;
  }

  .services-two__item-img {
    height: 300px;
  }
}

@media (max-width: 500px) {
  #services-two {
    padding: 50px 0;
  }

  #services-two hr {
    display: none;
  }

  .services-two__images {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .services-two__item-img {
    height: 260px;
  }
}

/* Services-two */

/* How Work */
#howwork {
  background: url(../../images/bg-howwork.jpg) top no-repeat;
  margin: 0;
  padding: 90px 0 80px;
}

.howwork-block {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.howwork-title {
  position: relative;
  min-height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

.howwork-number {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff40;
  line-height: 1;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.howwork-button {
  text-align: center;
  margin-top: 50px;
}

.howwork-block:hover .howwork-number {
  color: #ffffff95;
}

/* Services Other */
#services-other {
  position: relative;
  padding: 75px 0;
}

#services-other:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 30%;
  background-color: #fff;
}

.services-other-block {
  display: block;
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-other-block-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.services-other-block-img img {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-other-block-title {
  font-size: 20px;
  font-weight: 700;
  color: #555;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.services-other-block:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
}

.services-other-block:hover .services-other-block-title {
  color: #4facfe;
  text-decoration: none;
}

.services-other-block:hover .services-other-block-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Stock */
#stock {
  position: relative;
  padding: 0 0 75px;
}

#stock:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.stock-block {
  height: 100%;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.stock-block-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.stock-block-img img {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.stock-block-title {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.stock-block:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
}

.stock-block:hover .stock-block-title {
  /* color: #4facfe; */
  text-decoration: none;
}

.stock-block:hover .stock-block-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/*FAQ*/
#faq {
  background-color: #fff;
  padding-bottom: 80px;
}

.faq-block {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  position: relative;
}

.faq-toggle {
  display: table;
  height: 80px;
}

.faq-question {
  padding: 0px 100px 0px 28px;
  font-size: 20px;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}

#faq a {
  color: #555;
  display: block;
}

#faq a:hover,
#faq a:focus {
  color: #555;
  text-decoration: none;
}

.faq-yellow-block {
  background-color: #2cc99d;
  font-size: 30px;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-block:hover .faq-yellow-block {
  background-color: #4facfe;
}

.faq-content {
  padding: 28px;
  background-color: #fefefe;
}

/* Partners */
#partners {
  background-color: #eee;
  padding: 75px 0;
}

#partners .tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -100px;
  margin-bottom: 40px;
}

.slider-arrow {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

.slider-arrow:hover {
  background-color: #2cc99d;
  outline: none;
  box-shadow: 0px 0px 25px #ccc;
}

.slider-arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #d4d4d4;
  outline: none;
  transition: 0.2s;
}

.slider-arrow:hover:after {
  color: #fff;
}

.slider-arrow.next:after {
  content: "\f061";
}

.slider-arrow.prev:after {
  content: "\f060";
}

.slider-arrow:focus {
  outline: none;
}

#partnersblock {}

#partnersblock .partners-image {
  margin-bottom: 30px;
  text-align: center;
}

/* Contact */
#contact {
  margin: 100px 0;
}

.contact-block {
  background-color: #fff;
}

.contact-info {
  min-height: 350px;
  background: url(../../images/logo-contact.png) bottom no-repeat;
  padding: 50px 50px 0;
}

.contact-item {
  font-size: 20px;
  color: #555;
  line-height: 24px;
}

.contact-item a {
  color: #555;
}

.contact-item a:hover {
  color: #2cc99d;
  text-decoration: none;
}

.contact-phone {
  font-size: 30px;
  color: #555;
  line-height: 48px;
}

.contact-phone a {
  color: #555;
}

.contact-phone a:hover {
  color: #2cc99d;
  text-decoration: none;
}

.contact-icon {
  text-align: center;
  margin-top: 3px;
}

.contact-icon i {
  font-size: 40px;
  color: #2cc99d;
}

.contact-icon i.fa-envelope {
  font-size: 36px;
}

/* Question */
#question {
  background-color: #4facfe;
  padding: 30px 0 40px 0;
}

.question-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.question-text {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

.question-button {
  text-align: right;
  margin-top: 30px;
}

/* Footer */
footer {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

ul.footer-menu {
  margin: 50px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.footer-menu>li {
  margin: 0;
  padding: 0;
}

ul.footer-menu>li a {
  font-size: 18px;
  color: #555;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

ul.footer-menu>li a:hover {
  color: #4facfe;
  text-decoration: none;
  padding-left: 5px;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #caf1e6;
}

.footer-bottom a {
  color: #808080;
}

.footer-bottom a:hover {
  color: #4facfe;
  text-decoration: none;
}

.footer-copy {
  font-size: 16px;
  color: #808080;
  line-height: 18px;
}

.footer-terms {
  font-size: 16px;
  color: #808080;
  line-height: 18px;
}

.footer-counter {
  padding: 0;
  text-align: right;
}

.footer-social {
  padding: 0;
}

.footer-social a {
  font-size: 20px;
  color: #bbb;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .footer-counter {
    padding: 0 15px;
  }

  .footer-social {
    padding: 0 15px;
  }

  .footer-bottom .row {
    row-gap: 15px;
  }
}

.slideout {
  position: fixed;
  right: 0;
  top: 86%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 60px;
  background: rgb(79, 172, 254);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px 0 0 5px;
  line-height: 19px;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slideout-link:hover {
  text-decoration: none;
}

.slideout:hover {
  background: #2cc99d;
  width: 250px;
}

@media (hover: none) {
  .slideout {
    width: 50px !important;
  }
}

.slideout_inner {
  display: flex;
  width: 220px;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.slideout .lable {
  flex-shrink: 0;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.slideout .body {
  padding-left: 15px;
  white-space: nowrap;
  color: #fff;
}

.fa-solid {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer__cookie {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  max-width: 700px;
  z-index: 99999999;
  padding: 0 15px;

  display: none;

  @media (max-width: 576px) {
    max-width: unset;
    font-size: 13px;
  }

  .cookie__wrapper {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    padding-inline: 30px;
    padding-block: 16px;

    @media (max-width: 425px) {
      padding-inline: 15px;
    }
  }

  .cookie__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;

    @media (max-width: 425px) {
      flex-direction: column;
    }
  }

  .cookie__title {
    font-weight: 700;
  }

  .cookie__text {
    font-size: 14px;
    line-height: 16px;

    @media (max-width: 425px) {
      text-align: center;
    }
  }

  .cookie__accept {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }

  .cookie__link {
    font-size: 14px;
  }

  .cookie__footer {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
  }
}

/* Contact Page */
.contact-page-map {
  margin-bottom: 20px;
}

.contact-page-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-page-answer {
  min-height: 400px;
  font-size: 16px;
  color: #555;
  text-align: center;
  margin: 50px 0;
}

/* Side-Panel */
.sidebar {
  margin-top: 40px;
}

.scapmain-bg {
  display: block;
  background-color: #f7f7f7;
  margin: 0 0 20px 0;
  padding: 0;
}

.scapmain {
  padding: 5px 0;
  text-align: center;
}

.scapmain h2 {
  font-size: 24px;
  line-height: 36px;
  color: #39687c;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 65px;
  margin-bottom: 70px;
  position: relative;
}

.scapmain h2:before,
.scapmain h2:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #cccccc;
  left: 50%;
}

.scapmain h2:before {
  bottom: -8px;
  width: 35px;
  margin-left: -17px;
}

.scapmain h2:after {
  bottom: -13px;
  width: 25px;
  margin-left: -12px;
}

.scapmain h2 span {
  background-color: #7d7d7d;
  padding: 7px 20px;
}

.side-body {
  background-color: #4facfe;
  font-size: 15px;
  color: #fff;
  padding: 0;
}

/* Center-Panel properties */
#main-bg {
  margin: 0;
}

#main-content {
  margin: 50px 0;
}

#side-center {
  color: #555;
  padding: 10px 0 5px 0;
}

.capmain h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.capmain h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.capmain-white h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.capmain-news {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #4facfe;
  padding: 0 0 5px 0;
  margin: 0;
}

.capmain-news a {
  color: #4facfe;
  padding: 0 0 5px 0;
  margin: 0;
}

.capmain-news a:hover {
  color: #2cc99d;
  text-decoration: none;
}

.main-body {
  font-size: 20px;
  color: #555;
  line-height: 24px;
}

.main-body h2 {
  font-size: 20px;
  color: #333;
}

.tbl-border {
  border: 1px solid #eee;
}

.tbl {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl1 {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl2 {
  font-size: 11px;
  color: #555;
  background-color: #f1f1f1;
  padding: 4px;
}

.tbl-error {
  color: #ac260f;
  font-weight: bold;
  background-color: #fccac2;
  border: 2px solid #eb5339;
}

.quote {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ffdc70;
  padding: 5px 6px 5px 30px;
  margin: 0px 22px 0px 22px;
}

.poll {
  height: 12px;
  border: 1px solid #bbb;
}

.small {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}

.small2 {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-small {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-label {
  color: #555;
  background-color: #f1f1f1;
  margin: 2px 0 2px 0;
  padding: 2px 2px 3px 2px;
}

.clear {
  clear: both;
}

/* Highlight on select properties */
::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */
div.highlightBlue::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
div.highlightBlue::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */

/* News */
#news-index {
  margin: 50px 0 50px 0;
}

.news-index-block {
  margin-bottom: 50px;
}

.news-index-data {
  font-size: 16px;
  color: #4facfe;
  margin-bottom: 5px;
}

.news-index-title a {
  font-size: 20px;
  color: #555;
  line-height: 24px;
}

.news-index-title a:hover {
  color: #2cc99d;
  text-decoration: none;
}

.news-category {
  margin: 0 20px 0 0;
  padding: 0;
  border: 5px solid #f5f5f5;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-category:hover {
  opacity: 0.7;
}

.news_info ul {
  margin: 0 0 5px 0;
  padding: 0;
}

.news_info ul li {
  display: inline;
  font-size: 15px;
  color: #b1b1b1;
  margin: 0 10px 0 0;
}

.news_info ul li i {
  margin: 0 5px 0 0;
}

.news_back {
  font-size: 16px;
  color: #b1b1b1;
  margin: 10px 0;
}

.news_back:hover {
  color: #4facfe;
  text-decoration: none;
}

.news_back i {
  margin-right: 5px;
}

.news_link {
  margin-top: 20px;
}

.news_social {
  text-align: right;
}

/* Modal */
.modal-header {
  border: none;
  padding-bottom: 0;
}

.modal-content {
  border-radius: 0px;
}

.modal-title {
  font-weight: 700;
  text-transform: uppercase;
}

#status {
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 0 20px 0;
}

#status2 {
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 0 20px 0;
}

.error {
  font-size: 18px;
  text-align: center;
  color: #ff0000;
}

.error2 {
  font-size: 18px;
  text-align: center;
  color: #ff0000;
}

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  font-size: 15px;
  color: #808080;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #808080;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #4facfe;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

#breadcrumbs-content {
  margin-top: 50px;
}

/* Profile spesific classes */
.profile,
.profile_category {
  width: 500px;
}

.edit-profile {
  width: 500px;
}

.profile_user_reason {
  color: #ff6666;
  font-weight: bold;
}

/* Vertical Navigation */
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* html #navigation ul li {
  height: 1%;
}

#navigation a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  padding: 12px 10px;
  border-bottom: 1px solid #4ba4f2;
  text-decoration: none;
}

#navigation a:hover {
  color: #fff;
  background-color: #2cc99d;
  border-bottom: 1px solid #2cc99d;
}

/* Page Navigation */
.pagenav {
  font-size: 15px;
  color: #b1b1b1;
  padding: 4px;
  margin: 5px;
}

.pagenav span {
  font-weight: normal;
  color: #fff;
  background-color: #4facfe;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 2px;
}

.pagenav a {
  color: #555;
  background-color: #e6e6e6;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 2px;
}

.pagenav a:hover {
  color: #fff;
  background-color: #2cc99d;
  margin: 2px;
  text-decoration: none;
}

/* PHP-Fusion Helpers */
.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Helpers  */
.center {
  margin: 0 auto;
}

.content_center {
  text-align: center;
}

.flleft {
  float: left !important;
}

.flright {
  float: right !important;
}

.clear {
  clear: both;
}

/* IE Fixes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac  */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
.floatfix {
  overflow: hidden;
}

* html .floatfix {
  width: 100%;
}

.center,
*[align="center"] {
  margin: 0 auto;
}

.side-menu-toggle {
  display: none !important;
  color: #353535;
  width: 40px;
  font-size: 24px;
  margin-left: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}

.side-menu-toggle:hover {
  color: #2cc99d;
}

.side-menu-toggle:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  content: "\f0c9";
}

.navbar-nav .side-menu-toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: transparent;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  color: #fff;
  z-index: 16;
}

.navbar-nav .side-menu-toggle:hover {
  background-color: #fff;
  color: #2cc99d;
}

.navbar-nav .side-menu-toggle:before {
  content: "\f00d";
}

.normal-left {
  left: 0;
}

.backward {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 20px;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

.backward:before {
  content: "\f060";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
}

.backward:hover,
.backward:focus {
  outline: none;
}

.modal-content.success {
  background: linear-gradient(-45deg, #2cc99d, #2cc99d);
  color: #fff;
  text-align: center;
  padding: 30px;
}

.modal-content.success .icon {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 20px;
}

.modal-content.success .icon:before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f14a";
  font-weight: bold;
}

.modal-content.success .title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 26px;
}

.modal-content.success #text {
  font-size: 18px;
}

@media (max-width: 480px) {
  div {
    font-size: 16px;
  }

  .adminpanel {
    display: none;
  }

  .side-menu-toggle {
    display: flex;
  }

  .button {
    font-size: 15px;
    padding: 15px 25px;
  }

  .grid {
    display: block;
  }

  .grid .left,
  .grid .right {
    min-height: 0;
  }

  header .right {
    padding: 20px 15px;
  }

  header .header-logo {
    padding: 36px 20px;
    text-align: center;
  }

  .header-phone .link {
    font-size: 16px;
  }

  header .spsbtw {
    justify-content: space-between;
  }

  .header-phone .link:before {
    content: none;
  }

  .navbar-nav {
    background: linear-gradient(45deg, #4facfe, #2cc99d);
    position: fixed;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: -110%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    overflow-y: auto;
    padding-top: 30px;
  }

  .navbar-nav.normal-left {
    left: 0;
  }

  .navbar-nav li+li {
    margin-left: 0px;
  }

  .navbar-nav li>a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
  }

  .navbar-nav li>a:hover {
    color: #fff;
  }

  .backward {
    display: flex;
  }

  .dropMenu {
    position: fixed;
    opacity: 1;
    top: 0;
    left: -110%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(15deg, #087ea9, #32c1f4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    transform: none;
    z-index: 5;
    overflow-y: auto;
    padding-top: 80px;
  }

  .dropMenu.normal-left {
    left: 0;
  }

  .dropMenu:before {
    content: none;
  }

  .navbar-nav li:hover>.dropMenu,
  .dropMenu:hover {
    display: flex;
    transition-delay: 0;
  }

  .dropMenu .item {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .dropMenu .item:after {
    content: none;
  }

  .dropMenu .item:first-child:before {
    content: none;
    padding-top: 0;
  }

  .dropMenu .item:hover {
    background-color: transparent;
  }

  .socilas {
    left: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 10px;
  }

  .slider-icons {
    flex-wrap: wrap;
  }

  .slider-icons .icon-block {
    padding: 15px;
    flex: 0 0 50%;
  }

  .digit-block {
    margin-bottom: 20px;
  }

  .digit-desc {
    font-size: 20px;
    line-height: 20px;
  }

  #slide-title {
    font-size: 28px;
    line-height: 28px;
  }

  #slide-desc {
    margin-top: 35px;
    font-size: 22px;
    line-height: 24px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 100px;
  }

  .main-slider-img-wrapper img {
    margin-left: 0%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 0;
    position: relative;
  }

  .footer-counter {
    overflow: hidden;
  }

  .main-screen-overlay {
    position: static;
    margin-top: 10px;
  }

  .main-screen-overlay:before {
    content: none;
  }

  .services-title {
    font-size: 17px;
  }

  .services-other-block-title {
    font-size: 20px;
  }

  /* .stock-block-title { font-size: 20px; } */
  .services-more-block-empty {
    display: none;
  }

  #howwork {
    -webkit-background-size: cover;
    background-size: cover;
  }

  #partners .tools {
    margin-top: -35px 10px;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  #services-block .tools {
    margin: 20px 0;
  }

  #services-other {
    padding: 25px 0;
  }

  #services-other:before {
    content: none;
  }

  .services-other-block {
    margin-bottom: 30px;
  }

  .stock-block {
    margin-bottom: 30px;
  }

  .contact-info {
    padding: 50px 20px 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom;
  }

  .contact-item {
    font-size: 16px;
    line-height: 18px;
  }

  #about {
    padding: 20px 0;
  }

  #about .capmain {
    margin-top: 30px;
  }

  .about-img img {
    transform: none;
  }

  .howwork-block {
    margin-bottom: 20px;
  }

  .howwork-button {
    margin-top: 10px;
  }

  #news-index {
    margin: 0;
  }

  #contact {
    margin: 30px 0 0;
  }

  .capmain-white h2,
  .capmain h2,
  .capmain h1 {
    font-size: 26px;
    line-height: 26px;
  }

  .capmain h2 br,
  .capmain h1 br {
    display: none;
  }

  .contact-icon i,
  .contact-icon i.fa-envelope {
    font-size: 28px;
  }

  .contact-phone {
    font-size: 20px;
    line-height: 30px;
  }

  .question-title {
    font-size: 26px;
    line-height: 26px;
  }

  .question-button {
    text-align: center;
  }

  ul.footer-menu {
    margin: 20px 0;
  }

  .footer-copy {
    margin-bottom: 20px;
  }

  .footer-social {
    margin-top: 20px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  #navigation {
    display: none;
  }
}

@media (max-width: 740px) {
  .faq-yellow-block {
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 999;
  }

  .faq-question {
    padding: 50px 15px 10px 15px;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
  }

  .faq-block {
    margin-bottom: 5px;
  }

  .faq-content {
    padding: 15px 15px 55px;
  }

  .faq-content p {
    font-size: 14px;
  }

  .faq-content ul {
    padding-left: 15px;
  }
}

@media (min-width: 490px) and (max-width: 740px) {
  div {
    font-size: 16px;
  }

  .adminpanel {
    display: none;
  }

  .side-menu-toggle {
    display: flex;
  }

  .button {
    font-size: 15px;
    padding: 15px 25px;
  }

  .grid {
    display: block;
  }

  .grid .left,
  .grid .right {
    min-height: 0;
  }

  header .right {
    padding: 20px 15px;
  }

  header .header-logo {
    padding: 36px 20px;
    text-align: center;
  }

  .header-phone .link {
    font-size: 16px;
  }

  header .spsbtw {
    justify-content: space-between;
  }

  .header-phone .link:before {
    content: none;
  }

  .navbar-nav {
    background: linear-gradient(45deg, #4facfe, #2cc99d);
    position: fixed;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: -110%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
  }

  .navbar-nav.normal-left {
    left: 0;
  }

  .navbar-nav li+li {
    margin-left: 0px;
  }

  .navbar-nav li>a {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
  }

  .navbar-nav li>a:hover {
    color: #fff;
  }

  .backward {
    display: flex;
  }

  .dropMenu {
    position: fixed;
    opacity: 1;
    top: 0;
    left: -110%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(15deg, #087ea9, #32c1f4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    transform: none;
    z-index: 5;
  }

  .dropMenu.normal-left {
    left: 0;
  }

  .dropMenu:before {
    content: none;
  }

  .navbar-nav li:hover>.dropMenu,
  .dropMenu:hover {
    display: flex;
    transition-delay: 0;
  }

  .dropMenu .item {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .dropMenu .item:after {
    content: none;
  }

  .dropMenu .item:first-child:before {
    content: none;
    padding-top: 0;
  }

  .dropMenu .item:hover {
    background-color: transparent;
  }

  .socilas {
    left: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 10px;
  }

  .slider-icons {
    flex-wrap: wrap;
  }

  .slider-icons .icon-block {
    padding: 15px;
    flex: 0 0 50%;
  }

  .digit-block {
    margin-bottom: 20px;
  }

  .digit-desc {
    font-size: 20px;
    line-height: 20px;
  }

  #slide-title {
    font-size: 28px;
    line-height: 28px;
  }

  #slide-desc {
    margin-top: 35px;
    font-size: 22px;
    line-height: 24px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 100px;
  }

  .main-slider-img-wrapper img {
    margin-left: 0%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 0;
    position: relative;
  }

  .footer-counter {
    overflow: hidden;
  }

  .main-screen-overlay {
    position: static;
    margin-top: 10px;
  }

  .main-screen-overlay:before {
    content: none;
  }

  .services-title {
    font-size: 17px;
  }

  .services-other-block-title {
    font-size: 20px;
  }

  /* .stock-block-title { font-size: 20px; } */
  .services-more-block-empty {
    display: none;
  }

  #howwork {
    -webkit-background-size: cover;
    background-size: cover;
  }

  #partners .tools {
    margin-top: -35px 10px;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  #services-block .tools {
    margin: 20px 0;
  }

  #services-other {
    padding: 25px 0;
  }

  #services-other:before {
    content: none;
  }

  .services-other-block {
    margin-bottom: 30px;
  }

  .stock-block {
    margin-bottom: 30px;
  }

  .contact-info {
    padding: 50px 20px 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom;
  }

  .contact-item {
    font-size: 16px;
    line-height: 18px;
  }

  #about {
    padding: 20px 0;
  }

  #about .capmain {
    margin-top: 30px;
  }

  .about-img img {
    transform: none;
  }

  .howwork-block {
    margin-bottom: 20px;
  }

  .howwork-button {
    margin-top: 10px;
  }

  #news-index {
    margin: 0;
  }

  #contact {
    margin: 30px 0 0;
  }

  .capmain-white h2,
  .capmain h2,
  .capmain h1 {
    font-size: 26px;
    line-height: 26px;
  }

  .capmain h2 br,
  .capmain h1 br {
    display: none;
  }

  .contact-icon i,
  .contact-icon i.fa-envelope {
    font-size: 28px;
  }

  .contact-phone {
    font-size: 20px;
    line-height: 30px;
  }

  .question-title {
    font-size: 26px;
    line-height: 26px;
  }

  .question-button {
    text-align: center;
  }

  ul.footer-menu {
    margin: 20px 0;
  }

  .footer-social {
    padding: 0 10px;
  }

  #navigation {
    display: none;
  }
}

@media (min-width: 490px) and (max-width: 750px) {
  .socilas {
    left: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media (min-width: 750px) and (max-width: 850px) {
  .side-menu-toggle {
    display: flex;
  }

  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .header-logo {
    padding: 36px 20px;
    text-align: center;
  }

  header .spsbtw {
    justify-content: flex-end;
  }

  .navbar-nav {
    background: linear-gradient(45deg, #4facfe, #2cc99d);
    position: fixed;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
  }

  .navbar-nav.normal-left {
    left: 0;
  }

  .navbar-nav li+li {
    margin-left: 0px;
  }

  .navbar-nav li>a {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
  }

  .navbar-nav li>a:hover {
    color: #fff;
  }

  .backward {
    display: flex;
  }

  .dropMenu {
    position: fixed;
    opacity: 1;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(15deg, #087ea9, #32c1f4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    transform: none;
    z-index: 5;
  }

  .dropMenu.normal-left {
    left: 0;
  }

  .navbar-nav li:hover>.dropMenu,
  .dropMenu:hover {
    display: flex;
    transition-delay: 0;
  }

  .dropMenu .item {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .dropMenu .item:after {
    content: none;
  }

  .dropMenu .item:first-child:before {
    content: none;
    padding-top: 0;
  }

  .dropMenu .item:hover {
    background-color: transparent;
  }

  .socilas {
    left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 20px;
    top: 20px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 20px;
  }

  .slider-icons .icon-block {
    padding: 15px;
  }

  .digit-desc {
    font-size: 15px;
    line-height: 16px;
  }

  #slide-title {
    font-size: 60px;
    line-height: 60px;
  }

  #slide-desc {
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
    padding-right: 200px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 100px;
  }

  .main-slider-img-wrapper img {
    margin-left: 0%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 0;
    position: relative;
  }

  .footer-counter {
    overflow: hidden;
  }

  .main-screen-overlay {
    padding-bottom: 165px;
  }

  .main-screen-overlay:before {
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 1),
        75%,
        transparent);
  }

  .services-title {
    font-size: 17px;
  }

  .services-other-block-title {
    font-size: 20px;
  }

  .stock-block-title {
    font-size: 20px;
  }

  .services-more-block-empty {
    display: none;
  }

  #howwork {
    -webkit-background-size: cover;
    background-size: cover;
  }

  #services-block .tools {
    margin: 20px 0;
  }

  #services-other {
    padding: 25px 0;
  }

  #services-other:before {
    bottom: 75%;
  }

  .services-other-block {
    margin-bottom: 30px;
  }

  .stock-block {
    margin-bottom: 30px;
  }

  .contact-info {
    padding: 50px 20px 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom;
  }

  .contact-item {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 850px) and (max-width: 1200px) {
  .side-menu-toggle {
    display: flex;
  }

  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .header-logo {
    padding: 36px 20px;
    text-align: center;
  }

  header .spsbtw {
    justify-content: flex-end;
  }

  .navbar-nav {
    background: linear-gradient(45deg, #4facfe, #2cc99d);
    position: fixed;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
  }

  .navbar-nav.normal-left {
    left: 0;
  }

  .navbar-nav li+li {
    margin-left: 0px;
  }

  .navbar-nav li>a {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
  }

  .navbar-nav li>a:hover {
    color: #fff;
  }

  .backward {
    display: flex;
  }

  .dropMenu {
    position: fixed;
    opacity: 1;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(15deg, #087ea9, #32c1f4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    transform: none;
    z-index: 5;
  }

  .dropMenu.normal-left {
    left: 0;
  }

  .navbar-nav li:hover>.dropMenu,
  .dropMenu:hover {
    display: flex;
    transition-delay: 0;
  }

  .dropMenu .item {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .dropMenu .item:after {
    content: none;
  }

  .dropMenu .item:first-child:before {
    content: none;
    padding-top: 0;
  }

  .dropMenu .item:hover {
    background-color: transparent;
  }

  .socilas {
    left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 20px;
    top: 20px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 20px;
  }

  .slider-icons .icon-block {
    padding: 15px;
  }

  #slide-title {
    font-size: 60px;
    line-height: 60px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 175px;
  }

  .main-slider-img-wrapper img {
    margin-left: 0%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 0;
    position: relative;
  }

  .footer-counter {
    overflow: hidden;
  }

  .main-screen-overlay {
    padding-bottom: 150px;
  }

  .services-other-block-title,
  .services-title {
    font-size: 17px;
  }

  /* .stock-block-title{ font-size: 17px; } */
  .services-more-block-empty {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .header-logo {
    padding: 36px 20px;
    text-align: center;
  }

  .navbar-nav li+li {
    margin-left: 20px;
  }

  .socilas {
    left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 20px;
    top: 20px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 20px;
  }

  .slider-icons .icon-block {
    padding: 15px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 175px;
  }

  .main-slider-img-wrapper img {
    margin-left: 35%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 35%;
  }

  .footer-counter {
    overflow: hidden;
  }
}

@media (max-width: 1400px) {
  .socilas {
    z-index: 1;
    position: absolute;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-nav li+li {
    margin-left: 25px;
  }

  .socilas {
    left: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    bottom: auto;
    right: 20px;
    top: 20px;
  }

  .socilas a {
    background-color: #4facfe;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .socilas a:hover {
    background-color: #fff;
  }

  .socilas a+a {
    margin-top: 0;
    margin-left: 20px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 195px;
  }

  .main-slider-img-wrapper img {
    margin-left: 35%;
  }

  .grid .left {
    flex: 0 0 35%;
  }

  .grid .right {
    flex: 0 0 65%;
  }

  .slider-icons {
    left: 35%;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-nav li+li {
    margin-left: 25px;
  }

  .socilas {
    left: 20px;
  }

  .icon-block {
    padding: 15px;
  }

  .slider-icons .desc {
    margin-top: 15px;
    font-size: 15px;
  }

  .slider-nav {
    height: 195px;
  }
}

@media (min-width: 1500px) and (max-width: 1650px) {
  header .right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 481px) {
  header .left .open_menu_call {
    display: none;
  }

  header .right .open_menu_call {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-phone {
    display: none;
  }

  header .header-logo {
    text-align: left;
  }

  header .header-logo a {
    display: inline-block;
    max-width: 80%;
  }

  header .right {
    display: none;
  }

  header .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .left .open_menu_call {
    display: block;
    margin-left: 10px;
  }

  header .right .open_menu_call {
    display: none;
  }

  .header--wrap_small .header-logo {
    padding: 15px 10px;
  }
}

/* 88888888888888888888888888888888888888888888888888 */
.overflow-hidden {
  overflow: hidden;
}

.header--wrap {
  z-index: 99;
}

header .header-phone {
  margin-left: auto;
}

header .open_menu_call {
  margin-left: 50px;
  padding: 10px 0;
  align-self: center;
  cursor: pointer;
}

header .right .open_menu_call svg {
  height: 16px;
  fill: #4facfe;
  stroke: #4facfe;
}

header .left .open_menu_call svg {
  height: 16px;
  fill: #fff;
  stroke: #fff;
}

header .open_menu_call svg>g>rect {
  transition: 0.3s;
}

header .open_menu_call svg>g>rect:nth-child(2) {
  transition-delay: 0.2s;
}

header .open_menu_call svg>g>rect:nth-child(3) {
  transition-delay: 0.1s;
}

header .open_menu_call:hover svg>g>rect:nth-child(2) {
  fill: #2cc99d;
  stroke: #2cc99d;
  x: 10px;
  width: 14.677px;
  transition-delay: 0.1s;
}

header .open_menu_call:hover svg>g>rect:nth-child(3) {
  fill: #2cc99d;
  stroke: #2cc99d;
  x: 5px;
}

header .open_menu_call:hover svg>g>rect:nth-child(1) {
  fill: #2cc99d;
  stroke: #2cc99d;
  transition-delay: 0.2s;
  width: 14.677px;
}

/* ---- menu ----------- */

header .open_menu {
  z-index: 5;
  line-height: 1.2em;
}

header .open_menu a {
  color: #fff;
}

header .open_menu .desctop {
  position: fixed;
  overflow: hidden auto;
  margin-left: -100%;
  width: 100%;
  height: 100%;
  left: -150px;
  opacity: 0;
  background: #4facfe;
  transition: 0.3s opacity, 0.3s left, 0s margin 0.3s;
  top: 0px;
  z-index: 100;
}

header .open_menu .desctop .logo {
  margin-top: 30px;
}

header .open_menu .desctop .logo img {
  width: auto;
}

header .open_menu .desctop .category {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 550px;
}

header .open_menu .desctop .category-link {
  /* font-family: "roboto"; */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  margin: 20px 0px;
}

header .open_menu .desctop .category-link a {
  display: inline-block;
  position: relative;
}

header .open_menu .desctop .category-link a:before {
  position: absolute;
  content: "";
  bottom: -17px;
  width: 0px;
  height: 4px;
  left: 0px;
  background: #2cc99d;
  transition: 0.3s;
}

header .open_menu .desctop .category-link a:hover {
  text-decoration: none;
  color: inherit;
}

header .open_menu .desctop .category-link a:hover:before {
  width: 100%;
}

header .open_menu .desctop .category-link.active a:before {
  width: 100%;
  background: #fff;
}

header .open_menu .desctop .category-links {
  display: none;
  color: #fff;
  font-size: 20px;
  font-family: "roboto";
}

header .open_menu .desctop .category-links .child-link {
  margin: 7px 0px;
}

header .open_menu .desctop .category-links .child-link a {
  display: inline-block;
  position: relative;
}

header .open_menu .desctop .category-links .child-link a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 0%;
  height: 2px;
  background: #2cc99d;
  transition: 0.3s;
}

header .open_menu .desctop .category-links .child-link a:hover {
  text-decoration: none;
  color: #fff;
}

header .open_menu .desctop .category-links .child-link a:hover:before {
  width: 100%;
}

header .open_menu .desctop .category-links.open {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .open_menu .desctop .button {
  margin-top: 40px;
}

header .open_menu .desctop .close-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

header .open_menu .desctop .close-menu button {
  cursor: pointer;
  border: none;
  background: none;
  color: #fff;
  font-size: 24px;
  margin: 15px 15px 0px 0px;
  transition: 0.3s;
}

header .open_menu .desctop .close-menu button:hover {
  color: white;
  transform: rotate(90deg);
}

header .open_menu.active .desctop {
  margin-left: 0%;
  left: 0px;
  opacity: 1;
  transition: 0s margin, 0.4s left, 0.4s opacity;
}

header .open_menu .mobile {
  position: fixed;
  overflow: hidden auto;
  margin-left: -100%;
  width: 100%;
  height: 100%;
  left: -150px;
  opacity: 0;
  background: #4facfe;
  transition: 0.3s opacity, 0.3s left, 0s margin 0.3s;
  top: 0px;
  z-index: 100;
}

header .open_menu .mobile .logo {
  margin-top: 45px;
}

header .open_menu .mobile .logo img {
  /* height: 50px; */
  width: auto;
  max-width: 90%;
}

header .open_menu .mobile .close-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
  z-index: 2;
  cursor: pointer;
}

header .open_menu .mobile .close-menu:hover {
  color: #fff;
  transform: rotate(90deg);
}

header .open_menu .mobile .menu {
  margin-top: 25px;
  font-size: 16px;
  font-family: "roboto";
  font-weight: bold;
  text-transform: uppercase;
}

header .open_menu .mobile .menu .menu-box {
  position: relative;
}

header .open_menu .mobile .menu .menu-box>a {
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

header .open_menu .mobile .menu .menu-box>a:hover {
  text-decoration: none;
  color: inherit;
}

header .open_menu .mobile .menu .menu-box .open-child {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

header .open_menu .mobile .menu .menu-box .box-links {
  overflow: hidden;
  display: none;
  background: #2cc99d;
  padding: 20px 0px;
}

header .open_menu .mobile .menu .menu-box .box-links a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  text-transform: initial;
  width: 100%;
  text-align: center;
  padding: 6px;
}

header .open_menu .mobile .menu .menu-box .box-links a:hover {
  text-decoration: none;
  color: #fff;
}

header .open_menu .mobile .menu .menu-box.active .open-child {
  transform: rotate(-90deg);
}

header .open_menu .mobile .menu .menu-box.active .box-links {
  display: block;
}

header .open_menu.active .mobile {
  margin-left: 0%;
  left: 0px;
  opacity: 1;
  transition: 0s margin, 0.4s left, 0.4s opacity;
}

.container .container {
  padding: 0;
}

.container-order {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 20px;
  grid-auto-rows: 1fr;
  margin-bottom: 100px;
}

.order__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 2rem;
  height: 100%;
  gap: 25px;

  text-align: center;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  padding: 15px 10px 5px 10px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.order__item .order__item-descr {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  transition: 0.2s ease-in-out;
}

.order__item .order__item-descr-small {
  font-size: 16px;
}

.order__item .order__item-img {
  width: 70px;
  height: 70px;
}

.order2-textarea {
  resize: none;
}

.container-order a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.grid-template:hover,
.grid-template.active {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
  transition: box-shadow 0.3s ease-in-out;
}

.grid-template.active .order__item .order__item-descr {
  color: #fff;
  transition: color 0.1s ease;
}

.grid-template.active .order__item {
  background-color: #4facfe;
  transition: all 0.3s ease;
  border: none;
}

.grid-template svg {
  transition: 0.2s ease-in-out;
  margin-top: 10px;
}

.grid-template:hover svg {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}

.grid-template:hover .order__item-descr {
  transition: 0.2s ease-in-out;
  color: #4facfe;
}

.grid-template.active path {
  fill: #fff !important;
}

.row label {
  padding: 0px 15px;
  font-size: 14px;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.form-group-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.form-group-btn {
  width: 100%;
  text-align: center;
}

.order__form-control {
  max-width: 250px;
}

.form-control.form-control-width {
  max-width: initial;
  transition: border 0.4s ease-in-out;
}

.form-container {
  margin: 0 auto;
}

.open-last {
  display: none;
  margin-bottom: 50px;
}

.open-1,
.open-2,
.open-3,
.open-4,
.open-5,
.open-6,
.open-7,
.open-8 {
  display: none;
  margin-bottom: 10px;
}

.open-last {
  margin-bottom: 50px;
}

.open-last .row {
  row-gap: 1rem;
  margin-bottom: 50px;
}

.open-last-title {
  margin: 0 auto;
  text-align: center;
}

#open-1,
#open-last,
#open-2,
#open-3,
#open-4,
#open-5,
#open-6,
#open-7,
#open-8 {
  position: relative;
  top: -330px;
}

.summa {
  font-size: 24px;
  color: #004890;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}

.summa span {
  position: relative;
}

.summa span::after {
  content: "*";
  display: inline-block;
  position: absolute;
}

.open-last-text {
  font-size: 14px;
  text-justify: inherit;
  margin: 0 auto;
  line-height: 1.1;
}

.blue-line {
  color: #4facfe;
}

.input.file-input {
  display: none;
}

.order__upload {
  display: flex;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  justify-content: space-between;
  align-items: center;
}

.order__upload:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
  border: none;
}

.order__upload label {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.file-display.small {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.5rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
}

.file-display.small div {
  font-size: 14px;
  line-height: 1.1;
}

.miss-field {
  border: 1px solid rgb(240, 46, 46);
  transition: all 1s ease-in;
}

.miss-field::placeholder {
  transition: all 1s ease-in;
}

.order-form-control {
  transition: all 0.5s ease-out;
}

.img-container {
  width: 70px;
  text-align: center;
}

.normal-text {
  font-size: 1rem;
  font-weight: 400;
}

.summa .normal-text::after {
  content: "";
}

.small-dop {
  margin-bottom: 0;
}

/* new year */
.new-year-bg-container {
  display: flex;
  justify-content: space-between;
  height: 75px;
  position: relative;
}

.new-year-bg-container .left {
  flex: 0 0 35%;
  background-color: #4facfe;
}

.new-year-bg-container .right {
  flex: 0 0 65%;
  background: #ffffff;
}

.new-year-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./../../images/new-year.png);
  /* height: 75px; */
}

.form_vacancies_panel {
  padding-bottom: 70px;

  .row {
    row-gap: 1rem;
  }

  .form_vacancies__title {
    text-align: center;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 36px;
  }
}

@media (min-width: 490px) and (max-width: 740px) {
  .new-year-bg-container .right {
    display: none;
  }

  .new-year-bg-container .left {
    flex: 0 0 100%;
  }
}

/* end new Year */
@media (max-width: 1200px) {
  .container-order {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-social a {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .container-order {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
    margin-bottom: 80px;
  }
}

@media (max-width: 800px) {
  .container-order {
    gap: 10px 10px;
  }

  .order__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  .order__item svg {
    flex-shrink: 0;
    margin: 0;
  }

  .order__item .order__item-descr {
    margin: 0;
    font-size: 16px;
    text-align: left;
    width: 70%;
  }

  .order__item-descr.order__item-descr-small {
    font-size: 16px;
  }

  .grid-template:hover .order__item-descr {
    transition: 0.2s ease-in-out;
    color: #4facfe;
    transform: translateX(5px);
  }
}

@media (max-width: 700px) {
  .container-order {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .form-group-2 {
    margin-bottom: 1rem;
  }

  .summa {
    margin-bottom: 1rem;
  }

  .order-person {
    row-gap: 0.5rem;
  }
}

.close-menu {
  position: absolute;
  top: 0;
}

header .open_menu .desctop .logo {
  position: absolute;
  padding: 0 120px;
}

.burger-left {
  flex-grow: 1;
}

.burger-left .up {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.burger-left .down {
  display: flex;
  /* justify-content: space-between; */
  gap: 3.5rem;
  flex-wrap: nowrap;
}

.burger-left .up,
.burger-left .down {
  padding: 60px 60px 60px 120px;
}

.burger {
  display: flex;
  width: 100%;
  height: 100%;
  height: auto;
  min-height: 100vh;
}

.burger-left {
  display: flex;
  flex-direction: column;
}

.burger-left .up {
  flex-grow: 1;
  padding-top: 110px;
}

.burger-right {
  flex-shrink: 0;
  max-width: 420px;
  background-color: #fff;
  flex-grow: 1;
  height: 100%;
  padding: 110px 80px 60px;
}

.burger-left .category-link {
  margin-bottom: 1.5rem;
}

.category-services-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

header .open_menu .desctop .category-link {
  font-size: 24px;
}

header .open_menu .desctop .close-menu button {
  color: #4facfe;
}

.burger-right {
  background-color: #fff;
  height: auto;
}

.burger-left .up {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 3rem;
}

.child-link {
  font-size: 16px;
  font-size: 18px;
}

header .open_menu .burger-right a {
  color: #4facfe;
}

.burger-right h3 {
  color: #232323;
}

.burger-right>.wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.burger-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}

.burger-right .wrapper-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
}

.burger-right .address p {
  margin-bottom: 0;
}

.burger-right .item h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.burger-left {
  flex-direction: column-reverse;
}

.burger-left .down {
  padding-top: 110px;
  padding-bottom: 0;
}

.burger-left .up {
  padding-top: 60px;
  /* justify-content: space-between; */
}

.burger-socilas a {
  color: #bbbbbb;
  font-size: 20px;
  background-color: #fafafa;
  text-align: center;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burger-socilas a:hover {
  text-decoration: none;
  background-color: #2cc99d;
}

.burger-socilas a:hover i {
  color: #fff;
}

.burger-socilas {
  display: flex;
  margin-top: auto;
  gap: 2rem;
}

header .open_menu .desctop .category-link.active a:before {
  background-color: #fff;
}

header .open_menu .desctop .category-link a:before {
  background-color: #fff;
}

header .open_menu .desctop .category-link a:hover {
  color: #fff;
}

.burger-left .up .category-link a:before {
  content: none !important;
}

header .open_menu .desctop .close-menu button:hover {
  color: #2cc99d;
}

@media (max-width: 1600px) {
  .burger-left .up {
    padding: 0px 40px 40px 60px;
  }

  .burger-left .down {
    padding: 100px 40px 40px 60px;
  }

  header .open_menu .desctop .logo {
    padding: 0 60px;
  }

  .burger-right {
    padding: 110px 40px 40px 60px;
  }
}

@media (max-width: 1300px) {
  .burger {
    flex-direction: column;
  }

  .burger-right {
    width: 100%;
    max-width: none;
  }

  .burger-right>.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .category-services-links {
    grid-template-columns: 1fr 1fr;
  }

  .burger-socilas {
    width: fit-content;
  }

  header .open_menu .desctop .close-menu button {
    color: #fff;
  }

  .burger-right {
    padding: 60px 40px 40px 60px;
  }
}

@media (max-width: 768px) {
  .burger-left .down {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .burger-left .down {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.burger-mobile {
  background: #4facfe;
  background: #ffff;
  z-index: 3000;
  overflow: hidden;
  overflow-y: auto;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 330px;
  max-width: 100%;
}

.burger__overlay {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
}

.burger__overlay.open {
  display: block;
}

.burger-mobile .dropdown {
  left: 100%;
  top: 0;
  width: 100%;
  border: medium none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  z-index: 5;
  /* background: #4facfe; */
  margin: 0;
  padding: 0;
  transition: 0.3s linear;
}

.burger-mobile .dropdown.translate {
  display: block;
}

.burger__top {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.burger__top ul li {
  border-bottom: 1px solid #f2f2f2;
}

.burger__top ul li a {
  padding: 19px 20px 20px 19px;
  display: block;
  position: relative;
  font-weight: 500;
}

.burger__top ul li:first-child {
  border-top: 1px solid #f2f2f2;
}

.burger__top ul .menu_back {
  border-bottom: 1px solid #ecebed;
}

.burger__top ul .menu_back a {
  padding: 22px 20px 22px 54px;
  cursor: pointer;
  position: relative;
  background-color: #4facfe;
  color: #fff !important;
}

.burger__top ul .menu_back i {
  color: #fff;
}

.burger__top ul .menu_back i {
  position: absolute;
  top: 24px;
  left: 19px;
}

.burger__top .contacts {
  margin-bottom: 0 !important;
}

.burger__top .contacts ul li {
  display: inline-block;
}

.burger__logo {
  height: 66px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.burger__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.burger-mobile .contacts-title {
  font-weight: 700;
  padding: 19px 20px 6px 19px;
}

.burger-mobile .contacts__address,
.burger .contacts__mail,
.burger .contacts__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 20px 6px 19px;
}

.burger-mobile .social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 1rem 0;
}

.burger-mobile .social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ecebed;
  transition: 0.3s linear;
}

.burger-mobile .social__item-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  background: #fff;
  width: 150px;
  margin: 0 auto;
}

.burger-mobile .social::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #ecebed;
  top: 50%;
  z-index: -1;
}

.burger-mobile.open {
  left: 0;
}

header .open_menu .mobile {
  background: transparent;
}

.burger-mobile .wrapper.translate {
  transform: translateX(-100%);
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.burger__top .burger__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 1rem 0; */
  margin: 0;
  background-color: #4facfe;
}

.burger__top .burger__logo img {
  padding: 1rem 0;
  max-width: 280px;
}

a.selected__link {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
}

.contacts-title {
  font-size: 20px;
  color: #4facfe;
}

.burger__top .wrapper-container {
  padding: 19px 20px 6px 19px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.burger__top .wrapper-container .address p {
  margin-bottom: 0;
}

.burger__top .wrapper-container h3 {
  font-size: 16px;
  color: #4facfe;
  color: #555555;
  font-weight: 700;
}

.burger__top .wrapper-container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #555555;
}

.burger__top .wrapper-container .wrapper a {
  color: #2cc99d;
  color: #555555;
}

.burger__top .wrapper-container .wrapper a:hover {
  color: #4facfe;
}

/* .burger__top .burger__logo img {
  filter: invert(61%) sepia(24%) saturate(3262%) hue-rotate(184deg)
    brightness(102%) contrast(99%);
} */

.burger__top li a {
  color: #4facfe !important;
}

.social-icons a {
  color: #bbbbbb;
  font-size: 20px;
  background-color: #4facfe;
  text-align: center;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons a:hover {
  text-decoration: none;
  background-color: #2cc99d;
}

.social-icons a:hover i {
  color: #fff;
}

.social-icons {
  padding: 19px 20px 6px 19px;
  display: flex;
  margin-top: auto;
  gap: 1rem;
}

.burger-mobile .wrapper {
  height: 100%;
  position: relative;
  transition: 0.3s linear;
}

@media (max-width: 576px) {
  .burger__top .burger__logo {
    flex-shrink: 0;
  }
}

#akcii_panel .banners-block__text p {
  margin-bottom: 0;
}

.contacts__left,
.contacts__right {
  border-top: 1px solid #ecebed;
}

.contacts {
  margin-bottom: -45px !important;
}

.contacts__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.contacts__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contacts__info__item {
  padding-bottom: 75px;
}

.contacts__info__item>p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
}

.contacts__info__item>a {
  font-weight: 400;
  color: var(--c-grey);
  font-size: 20px;
  line-height: 1.2;
  display: block;
  margin-bottom: 1rem;
}

.contacts__right {
  border-left: 1px solid #ecebed;
  display: flex;
  flex-direction: column;
}

.contacts__bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.contacts__bottom-container {
  padding: 75px;
  border-left: 1px solid #ecebed;
}

.contacts__bottom-download-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contacts__bottom-download-container>a {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #f4f9fe;
  background-color: #fff;
  transition: 0.3s linear;
}

.contacts__bottom-download-container>a>p {
  margin-bottom: 0;
}

.contacts__bottom-download-container>a:hover {
  background: #4facfe;
  color: #fff !important;
  background-color: #4facfe !important;
  text-decoration: none;
}

.contacts__bottom-download-container>a:hover .download__icon {
  padding-top: 6px;
  color: #fff;
}

.contacts__bottom-download-container>a:hover svg {
  top: 24px;
  fill: #fff;
}

.contacts__bottom-download-container>a:hover .download__text {
  color: #fff;
}

.contacts__bottom-download-container .download__icon {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #ecebed;
  min-width: 56px;
  min-height: 56px;
  padding-top: 32px;
  margin-right: 24px;
  transition: all 0.5s;
  font-weight: 500;
}

.contacts__bottom-download-container .download__icon svg {
  transition: 0.3s linear;
  position: absolute;
  top: 6px;
  height: 22px;
  fill: #4facfe;
  transition: all 0.5s;
}

.contacts__bottom-download-container .download__text {
  transition: 0.3s linear;
  font-weight: 500;
}

.contacts__requisites-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contacts__requisites__item:first-child {
  padding-right: 80px;
}

.contacts__requisites__item {
  font-size: 20px;
}

.contacts__requisites__item .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contacts__requisites-title {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
}

.contacts__left,
.contacts__right {
  padding: 80px 75px;
}

.contacts__left {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.contacts__left h4 {
  line-height: 1.2;
  font-size: 48px;
}

.contacts__info__item:nth-child(3),
.contacts__info__item:nth-child(4) {
  padding-bottom: 0;
}

.contacts__btn {
  display: inline-block;
  width: fit-content;
  margin-top: 35px;
}

.contacts__btn:hover {
  color: #fff !important;
}

.socilas.hidden {
  display: none;
}

.contacts__soc a {
  color: #fff;
  font-size: 20px;
  background-color: #4facfe;
  text-align: center;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__soc a:hover {
  text-decoration: none;
  background-color: #2cc99d;
}

.contacts__soc a:hover i {
  color: #fff;
}

.contacts__soc {
  display: flex;
  margin-bottom: 1rem;
  margin-top: auto;
  gap: 1rem;
}

.contacts__info__item p:first-child,
.contacts__info__item a:first-child {
  margin-bottom: 1.5rem;
}

.contacts__info__item p,
.contacts__info__item a {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.contacts__info__item p:last-child,
.contacts__info__item a:last-child {
  margin-bottom: 0;
}

/* popup */

.popup-block {
  max-width: 600px;
  color: #fff;
  width: 500px;
  height: 660px;
  position: relative;
  z-index: 1;
}

.popup-block.quest {
  height: 730px;
}

.popup-block .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: invert(100%) sepia(0%) saturate(7478%) hue-rotate(2deg) brightness(114%) contrast(96%);
}

.popup-block .form__group {
  position: relative;
}

.popup-block .form__group .form-label {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 0.8em;
  pointer-events: none;
  transition: all 0.2s linear;
  opacity: 0.8;
}

.popup-block .form__group:hover input.control {
  border-color: #fff;
}

.popup-block .form__group:hover .form-label {
  left: 0;
}

.popup-block .form__group .form-input__clean {
  position: absolute;
  right: 5px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-block .form__group .form-input__clean svg {
  width: 15px;
  pointer-events: none;
}

.popup-block .form__group.not-empty .form-input__clean {
  opacity: 0.8;
  visibility: visible;
}

.popup-block .form__group.not-empty .form-input__clean:hover {
  opacity: 1;
}

.popup-block .form__group.not-empty .form-label {
  top: -10px;
  left: 0;
  font-size: 0.6rem;
}

.popup-block .modal-header {
  padding: 0;
  border: none;
}

.popup-block .modal-body {
  padding: 0;
}

.popup-block .modal-body .form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-block .modal-footer {
  padding: 0;
  display: block;
  border: none;
}

.popup-block .button {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-block h2 {
  color: #fff !important;
  color: #4facfe !important;
  color: #232323 !important;
}

.close {
  font-size: 2.7rem;
  outline: none;
}

button:focus {
  outline: none !important;
}

.popup-block .checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 4px 0 0;
  line-height: normal;
  outline: none;
  z-index: 10;
}

.popup-block .checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #dadada;
  background-color: #fff;
}

.popup-block .checkbox input[type="checkbox"]:checked+label:after {
  background: url(../../images/checkbox.svg) center center no-repeat, #fff;
}

.popup-block .radio label,
.popup-block .checkbox label {
  font-size: 13px;
  padding-left: 36px;
}

.popup-block .form-textarea {
  resize: none;
  height: auto;
}

.popup-block .just-validate-error-label {
  font-size: 12px;
  margin-top: 5px;
}

.popup-block .checkbox {
  position: relative;
  display: block;
  color: rgba(55, 56, 53, 0.5);
  font-size: 13px;
  margin-top: 2rem;
}

/* .popup-block .checkbox label {
  color: rgba(255, 255, 255, 0.5);
} */

.popup-block .checkbox a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5) !important;
}

.popup-block .checkbox a:hover {
  text-decoration: underline;
}

.modal-content {
  max-width: 600px;
  position: relative;
  background: transparent;
}

.modal-content.feedback {
  overflow: hidden;
}

.modal-content.feedback::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -50%;
  width: 500px;
  height: 500px;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, #4facfe, #4facfe);
  animation: animate 6s linear infinite;
}

.modal-content.feedback::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -50%;
  width: 500px;
  height: 500px;
  transform-origin: bottom right;
  background: linear-gradient(0deg, transparent, #4facfe, #4facfe);
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}

.modal-content.feedback .modal-content-container {
  position: absolute;
  inset: 2.5px;
  z-index: 2;
  background: #28292d;
  background: #fff;
  padding: 2.77rem 3.88rem;
  display: flex;
  flex-direction: column;
}

.modal-content.feedback.quest:after,
.modal-content.feedback.quest:before {
  top: -25%;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-content.fancybox-content {
  cursor: default !important;
}

.modal-content form {
  margin-top: 1rem;
}

.modal-content .fancybox-close-small {
  padding: 0;
  right: 20px;
  top: 10px;
}

.modal-content .fancybox-button svg {
  width: 40px;
  height: 40px;
}

.modal-content .form-control:focus {
  border-color: var(--hex-accent) !important;
  box-shadow: 0 0 0 0.25rem #000;
}

.inputbox {
  position: relative;
  width: 100%;
}

.inputbox:not(:last-child) {
  margin-bottom: 1.3rem;
}

.inputbox input {
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #23242a;
  font-size: var(--fz-xxs);
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
}

.inputbox span {
  position: absolute;
  left: 0;
  padding: 20px 10px 10px;
  font-size: var(--fz-xxs);
  color: #8f8f8f;
  letter-spacing: 0.05em;
  transition: 0.5s;
  pointer-events: none;
}

.inputbox input:valid~span,
.inputbox input:focus~span {
  color: #4facfe;
  transform: translateX(-10px) translateY(-34px);
  font-size: 0.8rem;
}

.inputbox i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #4facfe;
  border-radius: 4px;
  transition: 0.5s;
  pointer-events: none;
  z-index: 9;
}

.inputbox input:valid~i,
.inputbox input:focus~i {
  height: 44px;
}

.inputbox input#phone:hover::-webkit-input-placeholder {
  color: transparent;
}

.inputbox textarea {
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  color: #23242a;
  font-size: var(--fz-xxs);
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;
}

.inputbox textarea:focus~i {
  height: 100%;
}

.inputbox textarea:focus~span {
  color: #4facfe;
  transform: translateX(-10px) translateY(-37px);
  font-size: 0.8rem;
}

.inputbox.not-empty textarea~i {
  height: 100%;
}

.inputbox.not-empty textarea~span {
  color: #4facfe;
  transform: translateX(-10px) translateY(-37px);
  font-size: 0.8rem;
}

.modal-body.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-thanks {
  text-align: center;
  font-size: 18px;
  color: var(--c-white);
}

.modal-content.thanks {
  height: 280px;
}

.modal-content-container.thanks {
  padding: 2.77rem 1.88rem 0 !important;
}

/* messages */

#messages {
  position: fixed;
  right: 0px;
  z-index: 5;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#messages .message {
  overflow: hidden;
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  opacity: 0;
  margin-bottom: 5px;
}

#messages .message div {
  font-size: 14px;
  display: flex;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
  background-image: url("/infusions/panel_editor/images/simple-dashed.png");
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.inputbox.not-empty i {
  height: 44px;
}

.inputbox.not-empty span {
  color: #4facfe;
  transform: translateX(-10px) translateY(-34px);
  font-size: 0.8rem;
}

.contacts__info__item>a {
  color: #4facfe;
}

.inner #faq {
  background-color: #f7f7f7;
}

.inner #faq .row {
  gap: 20px;
}

.inner #faq .capmain {
  display: none;
}

.form_panel-row {
  row-gap: 2rem;
}

#form_panel .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}

#form_panel {
  background-color: #fff;
}

#form_panel .wrapper {
  background: #fff url(../../images/bg-services-more.jpg) bottom right no-repeat;
  background-size: contain;
  background-color: #fff;
  padding: 90px 2rem;
  position: relative;
}

#form_panel .content {
  display: flex;
  gap: 4rem;
}

#form_panel .left {
  flex-grow: 1;
}

#form_panel .right {
  display: flex;
  align-self: flex-end;
  flex-basis: 50%;
}

#form_panel .checkbox {
  position: relative;
  display: block;
  color: rgba(55, 56, 53, 0.5);
  font-size: 13px;
  margin-top: 2rem;
}

#form_panel .checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 4px 0 0;
  line-height: normal;
  outline: none;
  z-index: 10;
}

#form_panel .checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #dadada;
  background-color: #fff;
}

#form_panel .checkbox input[type="checkbox"]:checked+label:after {
  background: url(../../images/checkbox.svg) center center no-repeat, #fff;
}

#form_panel .radio label,
#form_panel .checkbox label {
  font-size: 13px;
  padding-left: 36px;
  padding-top: 2px;
}

#form_panel .form_panel-header {
  margin-bottom: 55px;
}

#form_panel h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#form_panel .form_panel-foot__send {
  margin-top: 40px;
}

#lsits-panel .item {
  background: #fff;
  display: flex;
  height: 55px;
  position: relative;
}

#lsits-panel .button {
  align-self: center;
}

#lsits-panel .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#lsits-panel .content {
  padding: 2rem 2rem;
  background: #fff;
}

#lsits-panel .item {
  background-color: #f7f7f7;
}

#lsits-panel .item.big {
  height: 65px;
}

#lsits-panel .item.big .faq-yellow-block {
  background-color: #2cc99d;
  font-size: 30px;
  text-align: center;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#lsits-panel .content .row {
  row-gap: 1rem;
}

#lsits-panel .content strong {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 2rem;
  display: block;
}

#lsits-panel .item-question {
  padding: 10px 100px 10px 28px;
  font-size: 16px;
  font-size: 18px;
  line-height: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

#lsits-panel .faq-yellow-block {
  background-color: #2cc99d;
  font-size: 30px;
  text-align: center;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#lsits-panel .license__wrapper .item-question {
  padding: 0 0 20px 0;
}

#lsits-panel .license__wrapper-img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #000;
}

#lsits-panel .license__wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#akcii_panel h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 55px;
}

#akcii_panel .akcii_header {
  display: flex;
  align-items: baseline;
  /* flex-direction: column; */
  justify-content: space-between;
  height: 100%;
}

#akcii_panel .wrapper {
  padding: 90px 0rem;
  /* background-color: #fff; */
}

#akcii_panel .banners__container-btn {
  margin-top: 25px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  height: 50px;
  margin-right: -10px;
}

#akcii_panel .item {
  width: 100%;
  padding-bottom: 60%;
}

#akcii_panel .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#akcii_panel .swiper-button-prev,
#akcii_panel .swiper-button-next {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

#akcii_panel .swiper-button-next:after {
  content: "\f061";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #d4d4d4;
  outline: none;
  transition: 0.2s;
}

#akcii_panel .swiper-button-next:hover,
#akcii_panel .swiper-button-prev:hover {
  background-color: #2cc99d;
}

#akcii_panel .swiper-button-next:hover:after,
#akcii_panel .swiper-button-prev:hover:after {
  color: #fff;
}

#akcii_panel .swiper-button-prev:after {
  content: "\f060";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #d4d4d4;
  outline: none;
  transition: 0.2s;
}

#akcii_panel .banners-block__text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transition: 0.33s linear;
  font-size: 20px;
  color: #fff;
  z-index: 2;
  transition: 0.3s linear;
}

.shadow-bottom {
  position: relative;
  transition: 0.4s ease-in-out;
}

.shadow-bottom::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.48783263305322133) 100%);
  transition: 0.4s ease-in-out;
}

.burger-right .phone .wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#form_panel .wrapper-bg {
  background: url(../../images/bg-services-more.jpg) bottom right no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#form_panel .wrapper {
  z-index: 2;
  background: transparent;
}

#form_panel .container {
  position: relative;
}

#contact__inner_panel {
  background-color: #fff;
}

#contact__inner_panel .wrapper {
  padding: 90px 0;
}

#contact__inner_panel .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#contact__inner_panel .left button {
  margin-top: 2rem;
}

#contact__inner_panel .left a {
  font-size: 50px;
  line-height: 1;
}

#contact__inner_panel h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 55px;
}

#contact__inner_panel .left {
  display: flex;
  flex-direction: column;
}

#contact__inner_panel .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#contact__inner_panel .item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  background: #2cc99d;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s linear;
}

#contact__inner_panel .item:hover {
  text-decoration: none;
  box-shadow: 0px 0px 25px #e3e3e3;
  background-color: #fff;
  color: #2cc99d;
}

@media (min-width: 490px) and (max-width: 740px) {

  #akcii_panel h2,
  #contact__inner_panel h2,
  #form_panel h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  .child-link {
    font-size: 15px;
    font-size: 18px;
  }

  .category-services-links {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}

@media (max-width: 991px) {
  #lsits-panel .item-question {
    font-size: 14px;
    line-height: 18px;
  }

  #contact__inner_panel .content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #contact__inner_panel .item {
    width: 300px;
  }

  #form_panel .radio label,
  #form_panel .checkbox label {
    color: #232323;
  }

  #form_panel .wrapper-bg {
    background-position: bottom center;
    filter: blur(4px);
    opacity: 0.6;
  }

  .inputbox span {
    color: #232323;
  }

  #form_panel .right {
    flex-basis: auto;
  }

  #form_panel .content {
    gap: 0;
  }
}

@media (max-width: 768px) {
  #akcii_panel .akcii_header {
    align-items: center;
  }

  #akcii_panel h2 {
    margin-bottom: 0;
  }

  #contact__inner_panel .item {
    width: 100%;
  }

  #akcii_panel .banners__container-btn {
    margin-bottom: 30px;
    align-self: end;
  }

  #form_panel .bg {
    width: 100%;
  }

  #form_panel .wrapper-bg {
    background-position: bottom 30px center;
  }
}

@media (max-width: 480px) {
  .header--wrap .header-logo {
    padding: 15px 10px;
    justify-content: space-between;
  }

  #contact__inner_panel h2 {
    margin-bottom: 30px;
  }

  #akcii_panel h2,
  #contact__inner_panel h2,
  #form_panel h2 {
    font-size: 26px;
    line-height: 26px;
  }

  #akcii_panel h2 br,
  #contact__inner_panel h2 br,
  #form_panel h2 br {
    display: none;
  }

  #akcii_panel .akcii_header {
    flex-direction: column;
  }

  #akcii_panel .akcii_header {
    align-items: baseline;
  }

  #lsits-panel .content {
    padding: 2rem 1rem;
  }

  #form_panel .wrapper {
    padding: 90px 1rem;
  }

  #contact__inner_panel .right {
    grid-template-columns: 1fr;
  }

  #contact__inner_panel .left a {
    font-size: 36px;
  }

  #lsits-panel .content strong {
    line-height: 1.2;
    font-size: 22px;
  }
}

#contact__inner_panel {
  position: relative;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}

#contact__inner_panel {
  padding: 5rem 0;
}

#lsits-panel .img-container {
  position: relative;
  padding-bottom: 45%;
  width: 100%;
  margin-bottom: 2rem;
}

#lsits-panel .img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

#lsits-panel .lsits-panel__img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 991px) {
  #lsits-panel .item {
    height: 100%;
    min-height: 45px;
  }

  #lsits-panel .item.big {
    height: 100%;
    min-height: 60px;
  }

  #lsits-panel .faq-yellow-block,
  #lsits-panel .item.big .faq-yellow-block {
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* @media (max-width: 576px) {
  #lsits-panel .item{
    height: auto;
    min-height: 45px;
  }
  #lsits-panel .item.big{
    height: auto;
    min-height: 60px;
  }

  #lsits-panel .item.big,
  #lsits-panel .item{
    flex-direction: column;
    display: flex;
  }
  #lsits-panel .faq-yellow-block, #lsits-panel .item.big .faq-yellow-block{
    position: relative;
    width: 100%;
    height: 50px;
  }
} */

.responsive-schedule {
  display: none;
}

.table-product {
  border-collapse: initial;
  border-spacing: 0.3rem;
  vertical-align: middle;
}

.table-product tr:first-child td,
.table-product tr td:first-child {
  background: #4facfe;
  color: #fff !important;
  font-size: 18px;
}

.table-product tr:first-child td *,
.table-product tr td:first-child * {
  color: #fff !important;
}

.table-product tr:not(:first-child) td:not(:first-child):hover {
  background: #eee;
}

.table-product td {
  border: 1px solid #4facfe;
  background: transparent;
  padding: 0.75rem 0;
  text-align: center;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 18px;
}

.table-product__title {
  margin-bottom: 1rem !important;
  margin-top: 2rem;
}

@media (max-width: 576px) {
  .responsive-schedule {
    display: block !important;
  }

  .table-schedule {
    display: none;
  }
}

.modal-tel .modal-header {
  flex-direction: column;
}

.modal-tel .modal-header p {
  color: #555555;
}

.popup-block.mel {
  height: 600px;
}

.popup-block.zayavka {
  height: 700px !important;
}

#partnersblock .partners-image {
  background: #fff;
  padding: 1rem;
}

#partnersblock .partners-image:hover {
  box-shadow: 0px 0px 25px #e3e3e3;
}

#form_panel {
  position: relative;
}

.card {
  position: relative;
  height: 0;
  padding-bottom: 35%;
  background-color: #fff;
  color: #555555;
  transition: 0.3s linear;
  border-radius: 0;
}

.card::before {
  content: attr(data-title);
  position: absolute;
  inset: -1px;
  background-color: #fff;
  transition: 0.4s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding: 0.5rem;
  font-weight: 700;
  /* right: 15px; */
  /* left: 15px; */
}

.card:hover::before {
  /* transform: translate(10px,-10px); */
  box-shadow: 0px 0px 25px #e3e3e3;
}

.card:hover {
  color: #4facfe;
}

.card__content {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.card__content .row {
  row-gap: 1.5rem;
}

.card__content .button {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

/* #lsits-panel .faq-yellow-block{
  transition: 0.2s linear;
}
#lsits-panel .item:hover .faq-yellow-block{
  transform: scale(1.1);
} */
#lsits-panel .item {
  transition: 0.3s linear;
}

#lsits-panel .item:hover {
  background-color: #2cc99d;
  color: #fff;
}

@media (max-width: 900px) {
  #contact__inner_panel {
    padding: 0;
  }
}

@media (max-width: 1400px) {
  #lsits-panel .item {
    height: 65px;
  }
}

.form_panel-header p {
  max-width: 50%;
}

.message__text {
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  width: 340px;
  color: var(--c-dark);
  padding: 10px 15px;
  position: relative;
}

.message__text-inner {
  flex: 1 1 auto;
  font-size: 15px;
}

.message__text::before {
  --h: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  flex: 0 0 var(--h);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--h);
  height: var(--h);
  margin-right: 1.5rem;
  border-radius: 100%;
}

.message.success .message__text::before {
  content: "\f00c";
  font-weight: bold;
  background: #4facfe;
  color: white;
}

.message.success .message__title {
  color: #4facfe;
}

.message.error .message__text {
  text-align: left;
}

.message.error .message__text::before {
  content: "\f12a";
  font-weight: bold;
  background: #ca0f04;
  color: white;
}

.message.error .message__title {
  color: #ca0f04;
}

.message__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-right: 25px;
}

.message__content {
  font-size: inherit;
  line-height: 1.1em;
}

.message__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 10px;
  transition: background-color 0.3s;
}

.message__close:hover {
  background-color: #4facfe;
}

.message__close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
}

.message__link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: var(--c-dprimary);
  justify-content: center;
}

#messages {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 370px;
  padding: 90px 0 0;
  display: none;
  z-index: 999;
}

@media (max-width: 997px) {
  #messages {
    bottom: 40px;
    width: calc(100% - 10px);
    left: 10px;
  }
}

.message {
  overflow: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 15px rgba(174, 174, 180, 0.4);
  margin-right: -30px;
}

#lsits-panel .wrapper .content:first-child {
  margin-top: 2rem;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  .contacts__top {
    grid-template-columns: 1fr;
  }

  .contacts__left h4 {
    margin-bottom: 0;
  }

  .contacts__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contacts__btn {
    margin-top: 0;
  }

  .contacts__right {
    border-left: none;
  }

  .contacts__requisites__item:first-child {
    padding-right: 20px;
  }

  .contacts__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .contacts__info__item {
    padding-bottom: 35px;
  }

  .contacts__bottom-container {
    border-left: none;

    order: 0;
  }

  .contacts__left {
    border-top: 1px solid #ecebed;
    order: 2;
  }

  .contacts__right {
    order: 1;
  }

  .contacts__bottom-download-container {
    justify-content: flex-start;
    padding-left: 35px;
  }

  .contacts__bottom-download {
    order: 1;
  }

  .contacts__left {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contacts__left,
  .contacts__right {
    padding: 35px;
  }

  .contacts__bottom-container {
    padding: 35px;
  }

  .contacts__bottom-download {
    padding-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .contacts__info {
    gap: 10px;
  }

  .contacts__left {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .contacts__btn {
    margin-top: 1rem;
  }

  .contacts__bottom {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .contacts__requisites-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .contacts__requisites__item:first-child {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .contacts__left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .contacts__btn {
    margin-top: 0;
  }
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
  content: none;
}

.mySwiper2 .swiper-button-next {
  right: 0;
  height: 70px;
}

.mySwiper2 .swiper-button-prev {
  left: 0;
  height: 70px;
}

.retreats-title {
  text-align: center;
}

.retreats-slider__container {
  max-width: 70%;
  margin: 0 auto;
}

.project-section {
  margin-bottom: 90px;
}

.cont__phone {
  transition: 0.3s linear;
}

.cont__phone:hover {
  color: #2cc99d;
  text-decoration: none;
}

#lsits-panel .button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: fit-content;
}

@media (max-width: 576px) {

  #lsits-panel .item.big,
  #lsits-panel .item {
    flex-direction: column;
  }

  #lsits-panel .item-question {
    padding: 15px;
  }

  #lsits-panel .faq-yellow-block,
  #lsits-panel .item.big .faq-yellow-block {
    width: 100%;
    position: relative;
  }

  #lsits-panel .faq-yellow-block i,
  #lsits-panel .faq-yellow-block em,
  #lsits-panel .item.big .faq-yellow-block i,
  #lsits-panel .item.big .faq-yellow-block em {
    font-size: 20px;
    padding: 5px 0;
  }
}

.wow {
  visibility: hidden;
}

@media (max-width: 991px) {
  #lsits-panel .item {
    height: 100%;
  }

  .retreats-slider__container {
    max-width: 100%;
  }

  .retreats-title {
    font-size: 26px !important;
  }
}

.akcii_page_panel .banners__container-btn {
  width: 100%;
  margin-bottom: 3rem;
  margin-top: 0;
}

.akcii_page_panel .wrapper {
  padding: 0rem 0 90px 0 !important;
}

.otziv {
  padding: 2rem;
  background: #fff;
}

.otziv a {
  display: block;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}

.otziv a img {
  position: absolute;
  width: 100%;
  width: fit-content;
  height: 100%;
  object-fit: contain;
  border: 1px solid #2323;
}

.otzivy__iframe {
  margin: 2rem auto;
}

@media (max-width: 991px) {
  .otziv a img {
    left: 0;
    right: 0;
    width: 100%;
  }

  .otziv a {
    margin-bottom: 1.5rem;
  }

  .otzivy__iframe {
    margin: 2rem auto;
    max-width: 560px;
    width: 100% !important;
  }
}

#slider_panel h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 55px;
}

#slider_panel {
  position: relative;
  padding: 90px 0;
  background-color: #f7f7f7;
}

/* #slider_panel .content .services-more-block:hover{
	background-color: transparent;
} */
#slider_panel .content {
  display: flex;
  overflow: hidden;
}

#slider_panel .slider__item-block {
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid #f5f5f5;
  text-decoration: none;
  margin-bottom: 30px;
  padding: 25px 0 10px 0;
  background-color: #fff;
  display: flex;
}

#particles-ss {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 740px) {
  #slider_panel h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

#akcii_panel {
  background-color: #fff;
}

.akcii_page_panel {
  background-color: transparent !important;
}