

/* Start:/about/antiterror/style.css?174185621610546*/
@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;
}
#section_list {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#section_list .section_list {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 10vw, 56px);
}
#section_list .section_list-item:first-child h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#section_list .section_list-item h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(24px, 6vw, 56px);
}
#section_list .section_list-item ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: clamp(0.5rem, 6vw, 1rem);
}
#section_list .section_list-item ul li {
  width: 100%;
}
#section_list .section_list-item ul li a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  width: inherit;
  color: #000;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#section_list .section_list-item ul li a:hover, #section_list .section_list-item ul li a:active {
  opacity: 0.7;
}
#section_list .section_list-item ul li a::before, #section_list .section_list-item ul li a::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#section_list .section_list-item ul li a::before {
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
}
@media screen and (max-width: 700px) {
  #section_list .section_list-item ul li a::before {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }
}
#section_list .section_list-item ul li a::after {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin: 7.5px;
}
@media screen and (max-width: 700px) {
  #section_list .section_list-item ul li a::after {
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    margin: 6px;
  }
}
#section_list .section_list-item ul li a.document::before {
  background-image: url("/upload/icons/document.svg");
}
#section_list .section_list-item ul li a.section::after {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--blue-color);
  border-radius: 50%;
}
#section_list .section_detail {
  display: flex;
  flex-direction: column;
}
#section_list .section_detail h6 {
  margin-bottom: clamp(24px, 10vw, 56px);
}
#section_list .section_detail-item {
  margin-bottom: clamp(24px, 10vw, 56px);
}
#section_list .section_detail-item:first-child h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#section_list .section_detail-item h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(24px, 6vw, 56px);
}
#section_list .section_detail-item.title h6 {
  margin-bottom: 0px;
}
#section_list .section_detail-item.text .content {
  color: rgb(0, 0, 0);
  font-family: var(--main-font) !important;
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 500;
}
#section_list .section_detail-item.text .content b {
  font-weight: 900;
}
#section_list .section_detail-item.text .content a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#section_list .section_detail-item.text .content a:hover {
  opacity: 0.7;
}
#section_list .section_detail-item.text .content h1, #section_list .section_detail-item.text .content h2, #section_list .section_detail-item.text .content h3, #section_list .section_detail-item.text .content h4, #section_list .section_detail-item.text .content h5, #section_list .section_detail-item.text .content h6 {
  color: var(--blue-color) !important;
  font-family: var(--second-font) !important;
  font-weight: 400 !important;
  margin-bottom: 16px;
}
#section_list .section_detail-item.text .content h1 {
  font-size: clamp(24px, 6vw, 32px);
}
#section_list .section_detail-item.text .content h2 {
  font-size: clamp(22px, 6vw, 28px);
}
#section_list .section_detail-item.text .content h3 {
  font-size: clamp(20px, 6vw, 26px);
}
#section_list .section_detail-item.text .content h4 {
  font-size: clamp(18px, 6vw, 24px);
}
#section_list .section_detail-item.text .content h5, #section_list .section_detail-item.text .content h6 {
  font-size: clamp(16px, 6vw, 22px);
}
#section_list .section_detail-item.text .content li {
  font-family: inherit;
}
#section_list .section_detail-item.text .content ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: calc(5% + 1rem);
  list-style-type: decimal;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.text .content ol {
    padding-left: calc(5% + 0.5rem);
  }
}
#section_list .section_detail-item.text .content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 5%;
}
#section_list .section_detail-item.text .content ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#section_list .section_detail-item.text .content ul li::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--blue-color);
  border-radius: 50%;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.text .content ul li::before {
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
  }
}
#section_list .section_detail-item.text .content table {
  width: 100%;
}
#section_list .section_detail-item.text .content table th {
  background: var(--blue-color);
}
#section_list .section_detail-item.text .content table th td {
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.text .content table th td {
    font-size: 14px;
  }
}
#section_list .section_detail-item.text .content table tr:nth-child(2n+1) {
  background: rgb(219, 225, 241);
}
#section_list .section_detail-item.text .content table tr:first-child {
  background: var(--blue-color);
}
#section_list .section_detail-item.text .content table tr:first-child td {
  font-size: 16px;
  font-family: var(--second-font);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.text .content table tr:first-child td {
    font-size: 14px;
  }
}
#section_list .section_detail-item.text .content table td {
  padding: 15px;
  color: #000;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.text .content table td {
    font-size: 12px;
  }
}
#section_list .section_detail-item.document {
  margin-bottom: 24px;
  padding-left: clamp(0.5rem, 6vw, 1rem);
}
#section_list .section_detail-item.document a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  width: inherit;
  color: #000;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#section_list .section_detail-item.document a:hover, #section_list .section_detail-item.document a:active {
  opacity: 0.7;
}
#section_list .section_detail-item.document a::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/upload/icons/document.svg");
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
}
@media screen and (max-width: 700px) {
  #section_list .section_detail-item.document a::before {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /about/antiterror/style.css?174185621610546 */
