/* USER VARIABLES SECTION */

:root {
  --color-accent: #292c96;
  --text: #777777;
  --text2: #333333;
  --text3: #999999;
  --regular-text: 15px;
  --lineheight: 25px;
  --userfont: montserrat, sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1rem;
}
.row,
.row > * {
  --bs-gutter-x: 2rem;
}

/* FONTS LOAD SECTION */

@font-face {
  src: url("../fonts/montserrat-light.woff2") format("woff2");
  font-family: "montserrat";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url("../fonts/montserrat-regular.woff2") format("woff2");
  font-family: "montserrat";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/montserrat-medium.woff2") format("woff2");
  font-family: "montserrat";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("../fonts/montserrat-semibold.woff2") format("woff2");
  font-family: "montserrat";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url("../fonts/montserrat-bold.woff2") format("woff2");
  font-family: "montserrat";
  font-weight: 700;
  font-style: normal;
}

/* GENERAL CSS SETTINGS */

::placeholder {
  color: #666;
}
::selection {
  background-color: var(--color-accent);
  color: #fff;
}
input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
a,
a:hover {
  color: #292c96;
  text-decoration: none;
}
.text ul {
  padding: 0;
  margin: 26px 0 36px;
}
.text ul li {
  position: relative;
  margin: 8px 0 0 21px;
  list-style-type: none;
}
.text ul li::before {
  content: "\2014";
  margin: 0 7px 0 -21px;
}

body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--text);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

/* USER STYLES */
#pagetitle {
  font-size: 40px;
  line-height: 54px;
  margin: 0;
  color: var(--text2);
  font-weight: normal;
}
.header {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
#mobileheader {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 63px;
  background: #fff;
  border-bottom: 1px solid #eff1f5;
  color: var(--text2);
  display: none;
}
.mobileheader .logo-block .logo {
  max-width: 156px;
  line-height: 60px;
  height: 60px;
}
.mobileheader .logo-block .logo > a {
  display: block;
  max-width: 100%;
}
.mobileheader .logo-block .logo img {
  max-height: 60px;
  max-width: 156px;
}
.mobileheader .burger {
  height: 100%;
  flex: 0 0 58px;
  width: 58px;
  height: 63px;
  position: relative;
  cursor: pointer;
}
.mobileheader .burger .svg-burger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -8px;
  background: none;
}
.mobileheader .burger .svg-close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  display: none;
  background: none;
}
.mobileheader .svg {
  vertical-align: middle;
}
.svg-burger {
  width: 16px;
  height: 12px;
  background-image: url(../images/header_icons.svg);
  background-position: 0 -24px;
}
.svg {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-repeat: no-repeat;
}
.top-block {
  position: relative;
  padding: 12px 0;
  z-index: 12;
  border-bottom: 1px solid #f5f5f5;
}
.phone-block {
  display: inline-block;
  position: relative;
}
.phone-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 3px;
  background: url(../images/header_icons.svg) -115px -29px no-repeat;
}
.phone-block > a {
  position: relative;
  padding: 12px 12px 12px 20px;
  z-index: 1;
  color: var(--text2);
  line-height: 1;
}
.phone-block .svg-phone {
  position: absolute;
  left: 0;
  top: 5px;
}
.phone-block .svg-phone path {
  fill: #999;
}
.phone-block a {
  font-weight: 700;
}
.phone-block.with_dropdown .dropdown {
  position: absolute;
  top: auto;
  left: 0;
  white-space: nowrap;
  min-width: 202px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.phone-block.with_dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.phone-block.with_dropdown .dropdown .wrap {
  margin-top: 15px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2px;
}
.phone-block.with_dropdown .dropdown .more_phone a {
  padding: 18px 22px 18px;
  color: var(--text2);
  display: block;
}
.phone-block.with_dropdown .dropdown .more_phone a span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding-top: 2px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
.email-block a {
  position: relative;
  color: var(--text2);
  padding: 0 0 0 29px;
}
.email-block a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 9px;
  opacity: 0.5;
  background: url(../images/footer_icons.svg);
  background-position: -84px -24px;
}
.logo-block .logo {
  position: relative;
  height: 87px;
  line-height: 87px;
}
.logo-block .logo a {
  display: block;
  height: 70px;
  max-width: 485px;
  float: left;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}
section {
  position: relative;
}
.front-section {
  padding: 90px 0 100px;
}
.section-title {
  font-size: 30px;
  line-height: 40px;
  color: var(--text2);
  margin: 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
h4.title {
  font-size: 16px;
  line-height: 24px;
}
.company-image img {
  max-width: 100%;
  height: auto;
}
.all-link {
  display: inline-block;
  letter-spacing: 0.8px;
  color: var(--text3);
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}
.company-block .company-text {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: flex-start;
}
.border-bottom {
  border-bottom: 1px solid #eff1f5;
}
.footer {
  position: relative;
  background-color: #f8f9fb;
  padding: 80px 0;
  border-top: 1px solid #eeeeee;
}
.font_xs {
  font-size: 13px;
  line-height: 18px;
}
footer .copy {
  color: var(--text3);
}
footer .confidentiality {
  margin: 0 0 14px;
  line-height: 16px;
  font-size: 10px;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
footer .confidentiality a {
  position: relative;
  padding: 0 0 0 31px;
  display: inline-block;
  color: var(--text3);
}
footer .confidentiality a:hover {
  color: var(--text2);
}
footer .confidentiality a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 16px;
  background-image: url(../images/footer_icons.svg);
  background-repeat: no-repeat;
  background-position: -41px -20px;
  opacity: 0.5;
}
footer .confidentiality a:hover:before {
  opacity: 1;
}
footer .print-link {
  font-size: 10px;
  line-height: 19px;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0 0 0 31px;
}
footer .print-link:hover {
  color: var(--text2);
}
footer .print-link .svg-print {
  position: absolute;
  left: 2px;
  top: 3px;
  display: inline-block;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  background-image: url(../images/footer_icons.svg);
  background-repeat: no-repeat;
  background-position: -21px -20px;
}
footer .print-link:hover .svg-print {
  opacity: 1;
}
footer .right_block .copy {
  display: none;
}
footer .contacts-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.page-top {
  padding: 50px 0 60px;
}
.main-content-wrapper {
  position: relative;
  display: flex;
  column-gap: 54px;
  padding-bottom: 100px;
}
.main-content {
  flex: 1;
  width: 100%;
}
.boxes-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.boxes-item {
  position: relative;
  border-left: 1px solid #eff1f5;
  border-bottom: 1px solid #eff1f5;
  padding: 39px 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
}
.boxes-item:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.1);
}
.boxes-item:hover {
  color: var(--color-accent);
}
.boxes-item .title {
  margin: 0;
  font-weight: normal;
}
.boxes-item > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.boxes-item-content {
  text-align: center;
}
.boxes-item:first-child,
.boxes-item:nth-child(2),
.boxes-item:nth-child(3) {
  border-top: 1px solid #eff1f5;
}
.boxes-item:nth-child(3n),
.boxes-item:last-child {
  border-right: 1px solid #eff1f5;
}
.contacts-block {
  color: var(--text2);
}
.contacts-block .address {
  color: var(--text2);
  font-size: 30px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: normal;
}
.contacts-block .description {
  margin: 16px 0;
}
.contacts-block .bottom_block {
  margin-top: 40px;
}
.contacts-block .properties {
  display: flex;
}
.contacts-block .properties > div {
  flex: 1;
}
.contacts-block .bottom_block .title {
  text-transform: uppercase;
  color: var(--text3);
  margin: 0 0 3px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.8px !important;
}
.contacts-block .properties .email-block a,
.contacts-block .properties .phone-block a {
  padding: 0;
  font-weight: normal;
}
.contacts-block .properties .email-block a::before,
.contacts-block .properties .phone-block .svg-phone {
  display: none;
}
.pdf-link {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.pdf-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/pdf-icon.svg);
  background-size: contain;
}
.arrow_link {
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.arrow_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 12px;
  height: 10px;
  background: url(../images/content_icons.svg) -135px -18px no-repeat;
  opacity: 0.35;
}
.url-block {
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px !important;
  margin-top: 60px;
}
.url-block span {
  position: relative;
  margin-top: 1px;
  padding: 0 0 0 32px;
  color: var(--text3);
  display: inline-block;
}
.url-block span:hover {
  color: var(--color-accent);
}
.url-block span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 10px;
  background: #333 url(../images/content_icons.svg) -135px -44px no-repeat;
  opacity: 0.35;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.url-block span:hover:before {
  background-color: #292c96;
  opacity: 1;
}
