

/* Start:/sveden/style.css?17418562167946*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
.additional_documents {
  margin-bottom: clamp(70px, 15vw, 172px);
}
.additional_documents h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
.additional_documents ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.additional_documents ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.additional_documents ul li.document::before {
  content: "";
  display: block;
  background-image: url("/upload/icons/document.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
}
.additional_documents ul li.section::before {
  content: "";
  display: block;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin: 0 8px;
  background: var(--blue-color);
  border-radius: 500px;
}
.additional_documents ul li a {
  font-size: 20px;
  font-weight: 500;
  color: rgb(79, 82, 89);
}
@media screen and (max-width: 1070px) {
  .additional_documents ul li a {
    font-size: 16px;
  }
}
.additional_documents ul li a:hover {
  color: var(--blue-color);
}

#wrapper .container {
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
#wrapper #header {
  display: none;
}

#section {
  margin: 0px auto 120px auto;
  max-width: 1632px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  #section {
    margin: 0px auto 56px auto;
  }
}
#section a {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0%;
  display: block;
  width: 100%;
  margin: 10px 0;
  color: rgb(79, 82, 89);
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  #section a {
    font-size: 12px;
  }
}
#section a:hover {
  color: var(--blue-color);
}
#section ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
#section ul li {
  margin: 10px 0;
  padding-left: 5px;
}
#section #content #page_content_header {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  #section #content #page_content_header {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#section #content #page_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#section #content #page_content h4 {
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0%;
  margin: 24px 0;
}
@media screen and (max-width: 1440px) {
  #section #content #page_content h4 {
    font-size: 16px;
    margin: 15px 0;
  }
}
#section #content #page_content .topscroll {
  position: absolute !important;
  top: 0;
  width: 400px;
  height: 20px;
  padding-bottom: 0px !important;
  overflow-x: scroll !important;
}
#section #content #page_content .topscroll .fake {
  padding-bottom: 0px !important;
  height: 1px;
}
#section #content #page_content .col-md-12 {
  position: relative;
  margin-bottom: 20px;
}
#section #content #page_content .col-md-12 div {
  position: relative;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--blue-color) #e3e3e3;
}
@media screen and (max-width: 1440px) {
  #section #content #page_content .col-md-12 div th {
    padding: 5px;
    font-size: 14px;
  }
  #section #content #page_content .col-md-12 div td {
    padding: 5px;
    font-size: 12px;
  }
}
#section #content #page_content .col-md-4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--blue-color);
  margin-bottom: 15px;
}
#section #content #page_content .col-md-8 {
  font-size: 16px;
}
#section #content #page_content table, #section #content #page_content th, #section #content #page_content td {
  border: 1px solid var(--blue-color);
  border-collapse: collapse;
}
#section #content #page_content table {
  width: 100%;
}
#section #content #page_content table th {
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: left;
  padding: 15px 15px 30px 15px;
}
#section #content #page_content table td {
  padding: 15px 15px 15px 15px;
  color: rgb(30, 30, 30);
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0%;
  text-align: left;
}

#text_content {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#text_content .container {
  color: rgb(79, 82, 89);
  font-size: clamp(14px, 4vw, 20px);
  line-height: 150%;
}
#text_content .container ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#text_content .container ul li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
}
#text_content .container ul li::before {
  content: "";
  display: block;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
  min-height: 8px;
  background: rgb(40, 65, 123);
  border-radius: 100%;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/sveden/template_style.css?17418562164750*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#sveden_list {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#sveden_list h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#sveden_list .sveden {
  margin-top: clamp(24px, 4vw, 40px);
  width: 100%;
  max-width: 60%;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  #sveden_list .sveden {
    max-width: 100%;
  }
}
#sveden_list .sveden .sveden_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1070px) {
  #sveden_list .sveden .sveden_container {
    gap: 15px;
  }
}
#sveden_list .sveden .sveden_container li {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid transparent;
}
#sveden_list .sveden .sveden_container li a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  display: block;
}
#sveden_list .sveden .sveden_container li a:hover {
  opacity: 0.6;
}
#sveden_list .sveden .sveden_container li a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
#sveden_list .sveden .sveden_container li a:after {
  display: inline-block;
  margin-left: 10px;
  max-height: 10px;
  min-height: 15px;
}
@media (width <= 700px) {
  #sveden_list .sveden .sveden_container li a:after {
    max-height: 10px;
    min-height: 10px;
  }
}/*# sourceMappingURL=template_style.css.map */
/* End */
/* /sveden/style.css?17418562167946 */
/* /sveden/template_style.css?17418562164750 */
