@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #000;
  background: #fff;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*reseting all base styles*/
*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  border: none;
  box-sizing: border-box;
}

/* reseting links */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

/* common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* отступ от другого пар. */
p + p {
  margin-top: 1em;
}

ul {
  list-style: none;
}

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

/* form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background: transparent none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.header {
  background-color: #252525;
  padding: 10px 0;
}
.header .header-row {
  display: flex;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header-row {
    display: block;
  }
}
.header .header-row .main-nav {
  overflow: hidden;
  transition: height 0.4s;
  width: 100%;
}
.header .header-row .main-nav .header-sides {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .header-sides {
    display: block;
  }
}
.header .header-row .main-nav .header-left .header-links {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .header-left .header-links {
    display: inline-block;
  }
}
.header .header-row .main-nav .header-left .header-links .header-link {
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .header-left .header-links .header-link {
    margin-left: 0;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 22px;
  }
}
.header .header-row .main-nav .header-left .header-links .header-link:hover {
  color: #0089EC;
  text-decoration: underline;
  transition: 0.3s ease;
}
.header .header-row .main-nav .header-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .header-right {
    display: block;
    margin-top: 10px;
    font-size: 22px;
  }
}
.header .header-row .main-nav .header-right .header-gps:hover {
  cursor: pointer;
  color: #0089EC;
  text-decoration: underline;
  transition: 0.3s ease;
}
.header .header-row .main-nav .header-right > *:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .header-right > *:not(:last-child) {
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-right: 0;
    margin-top: 10px;
  }
}
.header .header-row .main-nav .language-dropdown {
  position: relative;
  display: inline-block;
}
.header .header-row .main-nav .current-language-btn {
  padding: 8px 12px;
  background-color: #f0f0f0;
  cursor: pointer;
  margin: 18px 0;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .current-language-btn {
    font-size: 22px;
  }
}
.header .header-row .main-nav .language-list {
  position: absolute;
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}
.header .header-row .main-nav .language-list li {
  padding: 8px 12px;
}
@media screen and (max-width: 1200px) {
  .header .header-row .main-nav .language-list li {
    font-size: 22px;
  }
}
.header .header-row .main-nav .language-list li a {
  text-decoration: none;
  color: #000;
  display: block;
  border-radius: 2px;
}
.header .header-row .main-nav .language-list li a:hover {
  background-color: #D9D9D9;
}
.header .header-row .main-nav .ru {
  padding: 0 10px 0 35px;
  color: #fff;
  background: url("../images/ru.svg") no-repeat 5px 50%;
}
.header .header-row .main-nav .eng {
  padding: 0 10px 0 35px;
  color: #fff;
  background: url("../images/eng.svg") no-repeat 5px 50%;
}
.header .header-row .main-nav .kg {
  padding: 0 10px 0 35px;
  color: #fff;
  background: url("../images/kg.svg") no-repeat 5px 50%;
}
.header .nav-btn {
  width: 44px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  background: url("../images/burger.svg") no-repeat;
}
@media screen and (max-width: 1200px) {
  .header .nav-btn {
    display: block;
  }
}
.header .nav-hidden {
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header .nav-hidden {
    height: 0;
  }
}

.hero {
  padding: 95px 0 90px;
  background: url("../images/main-bg.png");
  color: #fff;
}
.hero .hero-sides {
  display: flex;
  justify-content: space-between;
}
.hero .hero-sides .hero-left h5 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero .hero-sides .hero-left h5 span:not(:last-child) {
  margin-right: 15px;
}
.hero .hero-sides .hero-left h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero .hero-sides .hero-left p {
  font-size: 36px;
  padding-top: 62px;
  border-top: 1px solid #fff;
  display: inline-block;
  margin-bottom: 63px;
}
.hero .hero-sides .hero-left a {
  color: #4173BA;
  background-color: #fff;
  padding: 13px 23px;
  border-radius: 7px;
}
.hero .hero-sides .hero-right {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .hero .hero-sides .hero-right {
    display: none;
  }
}
.hero .hero-sides .hero-right p {
  width: 550px;
  margin-bottom: 66px;
  font-size: 15px;
}
.hero .hero-sides .hero-right a {
  padding: 13px 28px;
  background-color: #0089EC;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
}

.about-us {
  display: none;
  padding: 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  .about-us {
    display: block;
  }
}
.about-us .about-us-sides {
  display: flex;
}
@media screen and (max-width: 640px) {
  .about-us .about-us-sides {
    display: block;
  }
}
.about-us .about-us-sides .about-us-left {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .about-us .about-us-sides .about-us-left {
    width: 100%;
  }
}
.about-us .about-us-sides .about-us-left h3 {
  font-size: 40px;
  font-weight: 500;
  border-right: 3px solid #0089EC;
}
@media screen and (max-width: 640px) {
  .about-us .about-us-sides .about-us-left h3 {
    border-right: none;
    border-bottom: 1px solid #254470;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.about-us .about-us-sides .about-us-right {
  width: 70%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .about-us .about-us-sides .about-us-right {
    padding: 0;
    width: 100%;
  }
}
.about-us .about-us-sides .about-us-right a {
  padding: 13px 28px;
  background-color: #0089EC;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about-us .about-us-sides .about-us-right p {
    font-size: 14px;
  }
}

.directions {
  padding: 140px 0;
}
.directions h2 {
  font-size: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #254470;
  margin-bottom: 30px;
}
.directions .direction-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .directions .direction-boxes {
    justify-content: space-around;
  }
}
.directions .direction-boxes .direction-box {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .directions .direction-boxes .direction-box {
    width: 400px;
  }
}
.directions .direction-boxes fieldset {
  border: 3px solid #0074BE;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
}
.directions .direction-boxes fieldset h3 {
  font-size: 20px;
  margin-bottom: 50px;
}
.directions .direction-boxes fieldset li {
  list-style: none;
  padding-left: 25px;
  background: url("../images/dot.svg") no-repeat 0 50%;
  font-size: 18px;
}
.directions .direction-boxes fieldset li:not(:last-child) {
  margin-bottom: 50px;
}

.services {
  padding: 150px 0 50px;
}
.services h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif", serif;
  margin-bottom: 50px;
}
.services .slider-pagination {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.services .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.services .services-container {
  position: relative;
  overflow: hidden;
}
.services .services-boxes {
  display: flex;
  justify-content: space-between;
}
.services .services-boxes .services-box {
  width: calc(33% - 30px);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 700px) {
  .services .services-boxes .services-box {
    padding: 0;
  }
}
.services .services-boxes .services-box h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .services .services-boxes .services-box h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .services .services-boxes .services-box p {
    font-size: 13px;
  }
}

.coordinates {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}
.coordinates h3 {
  color: #0089EC;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: center;
}
.coordinates .coordinate-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .coordinates .coordinate-boxes {
    gap: 30px;
  }
}
.coordinates .coordinate-boxes .coordinate-box {
  text-align: center;
  height: 100%;
  position: relative;
  padding: 0 80px;
}
@media screen and (max-width: 480px) {
  .coordinates .coordinate-boxes .coordinate-box {
    padding: 0;
  }
}
.coordinates .coordinate-boxes .coordinate-box:nth-child(2) {
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
}
@media screen and (max-width: 1200px) {
  .coordinates .coordinate-boxes .coordinate-box:nth-child(2) {
    border: none;
  }
}
.coordinates .coordinate-boxes .coordinate-box h4 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 160px;
  margin-bottom: 28px;
}
.coordinates .coordinate-boxes .coordinate-box .coordinate-address {
  background: url("../images/home.png") no-repeat 50% 0;
}
.coordinates .coordinate-boxes .coordinate-box .coordinate-phone {
  background: url("../images/telephone.png") no-repeat 50% 0;
}
.coordinates .coordinate-boxes .coordinate-box .coordinate-email {
  background: url("../images/envelope.png") no-repeat 50% 0;
}
.coordinates .coordinate-boxes .coordinate-box .coordinate-links {
  margin-bottom: 30px;
}
.coordinates .coordinate-boxes .coordinate-box img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.coordinates h5 {
  font-size: 24px;
  text-align: center;
  margin-top: 100px;
}

.footer .container {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.footer .container a {
  margin: 0 auto;
}
.footer .container p {
  padding-top: 30px;
  border-top: 1px solid #BCBCBC;
  text-align: center;
}

.contacts-page {
  padding: 60px 0;
}
.contacts-page h3 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 50px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #000;
  display: flex;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left {
  width: 50%;
  padding: 70px 30px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left p {
  color: #9A9A9A;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 40px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left .contacts-page-left-info .contacts-page-left-info-element {
  padding: 5px 0 5px 55px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left .contacts-page-left-info .contacts-page-left-info-element-1 {
  background: url("../images/contacts-page-phone.svg") no-repeat 0 50%;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left .contacts-page-left-info .contacts-page-left-info-element-2 {
  background: url("../images/contacts-page-mail.svg") no-repeat 0 50%;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left .contacts-page-left-info .contacts-page-left-info-element-3 {
  background: url("../images/contacts-page-home.svg") no-repeat 0 50%;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-left .contacts-page-left-info > *:not(:last-child) {
  margin-bottom: 70px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right {
  background: #0089EC;
  width: 50%;
  padding: 70px 30px;
  color: #fff;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right .request-has-been-sent {
  background-color: #0089EC;
  border-radius: 20px;
  padding: 10px 20px;
  position: fixed;
  top: 40px;
  right: 40px;
  color: #fff;
  transform: translateX(200%);
  transition: 0.5s;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right p {
  margin-bottom: 5px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right input {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right input::placeholder {
  color: #fff;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right textarea {
  background: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
  resize: none;
  color: #fff;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right textarea::placeholder {
  color: #fff;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right textarea:focus {
  outline: none;
}
.contacts-page .contacts-page-wrapper .contacts-page-sides .contacts-page-right button {
  padding: 15px 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
}

.about-us-page {
  padding: 60px 0;
}
.about-us-page h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
.about-us-page .about-us-page-text h5 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 19px;
}
.about-us-page .about-us-page-text p {
  color: #333;
}

.projects-page {
  padding: 60px 0 100px;
}
.projects-page h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  text-decoration: underline;
}
.projects-page .project-page-boxes {
  width: 75%;
  margin: 0 auto;
}
.projects-page .project-page-boxes .project-page-box:not(:last-child) {
  margin-bottom: 100px;
}
.projects-page .project-page-boxes .project-page-box:not(:first-child) {
  background: url("../images/Line 21.svg") no-repeat;
  padding-top: 70px;
}
.projects-page .project-page-boxes .project-page-box {
  position: relative;
}
.projects-page .project-page-boxes .project-page-box img {
  width: 300px;
  height: 300px;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 10px;
}
.projects-page .project-page-boxes .project-page-box h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
.projects-page .project-page-boxes .project-page-box .project-page-text-p {
  max-height: 260px;
  overflow: hidden;
}
.projects-page .project-page-boxes .project-page-box .project-page-text-p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px; /* Высота нижней заблуренной части */
  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8)); /* Градиентный фон */
  backdrop-filter: blur(2px); /* Размытие фильтром */
  pointer-events: none; /* Чтобы клики не проходили через заблуренную часть */
}
.projects-page .project-page-boxes .project-page-box .show-more-button {
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: -60;
  left: 0;
}
.projects-page .project-page-boxes .project-page-box .show-more-button:hover {
  background-color: #0056b3;
}
.projects-page .project-page-boxes .project-page-box .show-more-button {
  display: block;
}
.projects-page .project-page-boxes .project-page-box .show-more-button.hidden {
  display: none;
}

.hosting-hero {
  padding: 60px 0 0;
  background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #EFEFEF 100%);
}
.hosting-hero h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.hosting-hero .payment-period {
  margin-bottom: 70px;
}
.hosting-hero .payment-period .payment-dates-wrapper {
  display: flex;
}
.hosting-hero .payment-period .payment-dates-wrapper span {
  font-size: 20px;
  color: #8D8D8D;
  padding-right: 184px;
  background: url("../images/Line 16.svg") no-repeat 100% 65%;
}
.hosting-hero .payment-period .payment-dates-wrapper .payment-dates {
  margin-left: 35px;
  font-size: 20px;
  text-decoration: underline;
  transition: 0.3s ease;
}
.hosting-hero .payment-period .payment-dates-wrapper .payment-date-active {
  color: #0089EC;
}
.hosting-hero .payment-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.hosting-hero .payment-boxes .payment-box-simple {
  background: #000637 url("../images/s1mple_png-01-removebg-preview.png") no-repeat 100% 50%;
}
.hosting-hero .payment-boxes .payment-box-advance {
  background: #000637 url("../images/advanced_png-01-removebg-preview.png") no-repeat 100% 50%;
}
.hosting-hero .payment-boxes .payment-box-corporate {
  background: #000637 url("../images/corporate_png-01-removebg-preview.png") no-repeat 100% 50%;
}
.hosting-hero .payment-boxes .payment-box {
  width: 32%;
  color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.hosting-hero .payment-boxes .payment-box p {
  color: #ABABAB;
}
.hosting-hero .payment-boxes .payment-box h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
}
.hosting-hero .payment-boxes .payment-box .price {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}
.hosting-hero .payment-boxes .payment-box a {
  margin-top: 25px;
  border-radius: 4px;
  background: #fff;
  padding: 13px 59px;
  color: #0074BE;
  font-size: 18px;
  display: inline-block;
}
.hosting-hero .services-types {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.hosting-hero .services-types a {
  padding: 14px 0 14px 52px;
}
.hosting-hero .services-types .server {
  background: url("../../images/Group 60.svg") no-repeat 0 50%;
}
.hosting-hero .services-types .hosting {
  background: url("../../images/Group 62.svg") no-repeat 0 50%;
}
.hosting-hero .services-types .storage {
  background: url("../../images/Group 64.svg") no-repeat 0 50%;
}
.hosting-hero .services-types .ssl {
  background: url("../../images/Group 65.svg") no-repeat 0 50%;
}
.hosting-hero .services-types .services-type-active {
  border-bottom: 3px solid #0089EC;
}

.services-details-3m {
  display: none;
}

.services-details-6m {
  display: none;
}

.services-details-12m {
  display: none;
}

.services-details {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #EFEFEF 100%);
}
.services-details h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
.services-details .services-details-sides {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .services-details .services-details-sides {
    display: block;
  }
}
.services-details .services-details-sides .services-details-left {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .services-details .services-details-sides .services-details-left {
    width: 100%;
  }
}
.services-details .services-details-sides .services-details-left fieldset {
  font-size: 20px;
  border: 1px solid #333;
  padding: 25px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.services-details .services-details-sides .services-details-left fieldset legend {
  padding: 0 15px;
}
.services-details .services-details-sides .services-details-left fieldset legend span {
  color: #979797;
  font-weight: 300;
}
.services-details .services-details-sides .services-details-left fieldset input {
  background-color: transparent;
}
.services-details .services-details-sides .services-details-left fieldset .radios {
  margin: 13px 0;
}
.services-details .services-details-sides .services-details-left fieldset .radios span {
  font-size: 23px;
  font-weight: 300;
  color: #333;
}
.services-details .services-details-sides .services-details-right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .services-details .services-details-sides .services-details-right {
    width: 100%;
  }
}
.services-details .services-details-sides .services-details-right fieldset {
  border: 1px solid #333;
  padding: 25px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.services-details .services-details-sides .services-details-right fieldset legend {
  padding: 0 15px;
  font-size: 20px;
}
.services-details .services-details-sides .services-details-right fieldset li {
  margin: 20px 0;
}
.services-details .services-details-sides .services-details-right fieldset hr {
  height: 1px;
  background-color: #000;
}
.services-details .services-details-sides .services-details-right fieldset h3 {
  margin: 20px 0;
}
.services-details .services-details-sides .services-details-right fieldset #total-price {
  font-size: 23px;
}
.services-details .services-details-sides .services-details-right fieldset button {
  color: #fff;
  padding: 15px 35px;
  background: #0089EC;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
}

.instructions {
  padding: 140px 0;
  text-align: center;
}
.instructions h3 {
  font-family: Noto Serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 100px;
}
.instructions .instructions-boxes {
  display: flex;
  justify-content: space-between;
  background: url("../images/Line 23.svg") no-repeat 0 50%;
  background-size: 100%;
}
.instructions .instructions-boxes .instructions-box {
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .instructions .instructions-boxes .instructions-box {
    padding: 0 10px;
  }
}
.instructions .instructions-boxes .instructions-box p {
  width: 274px;
}

.quality {
  padding: 140px 0;
}
.quality .quality-sides {
  display: flex;
  margin-bottom: 100px;
}
.quality .quality-sides .quality-left {
  width: 50%;
}
.quality .quality-sides .quality-right {
  width: 50%;
  padding-left: 50px;
  margin: auto 0;
}
.quality .quality-sides .quality-right h4 {
  font-family: Noto Serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quality .quality-sides .quality-right p {
  font-size: 23px;
  font-weight: 300;
}
.quality .visit {
  text-align: center;
}
.quality .visit h5 {
  font-size: 30px;
  margin-bottom: 20px;
}
.quality .visit a {
  font-size: 18px;
}

.staff {
  margin-bottom: 80px;
  background: linear-gradient(87deg, #C1D1E9 4.72%, #DDEAFA 86.45%, #C0D0E8 111.01%);
}
.staff .staff-sides {
  display: flex;
}
.staff .staff-sides .staff-left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .staff .staff-sides .staff-left {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .staff .staff-sides .staff-left {
    width: 35%;
  }
}
.staff .staff-sides .staff-right {
  width: 50%;
  margin: auto 0;
}
.staff .staff-sides .staff-right .staff-logo {
  display: flex;
  margin-bottom: 40px;
}
.staff .staff-sides .staff-right .staff-logo .staff-slogan {
  display: flex;
  align-items: center;
}
.staff .staff-sides .staff-right .staff-logo .staff-slogan span {
  margin-left: 15px;
  text-transform: uppercase;
}
.staff .staff-sides .staff-right h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 28px;
}
.staff .staff-sides .staff-right p {
  font-size: 28px;
  margin-bottom: 50px;
  font-weight: 300;
}
.staff .staff-sides .staff-right a {
  padding: 15px 38px;
  color: #0089EC;
  font-size: 18px;
  background-color: #fff;
}

/*# sourceMappingURL=style.css.map */
