<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.tc-wrapper .tc-block_top {
  min-height: 357px;
  width: 100%;
  background-image: url("./../img/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tc-wrapper .tc-block_top::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(58.68%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 58.68%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 58.68%);
}

.tc-wrapper .tc-block_top_contnet {
  z-index: 2;
}

.tc-wrapper .tc-block_top_contnet .theme {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #88888a;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5px 0;
}

.tc-wrapper .tc-block_top_contnet .title_main {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  margin: 0 0 50px 0;
}

.tc-wrapper .tc-block_map {
  width: 100%;
  height: 543px;
  position: relative;
}

.tc-wrapper .tc-block_map .icon-link {
  z-index: 2;
  position: absolute;
  background-image: url("./../img/icons/map.svg");
  top: 50px;
  left: 375px;
}

.tc-wrapper .tc-info {
  background-color: #3c6d7c;
}

.tc-wrapper .tc-info_subtitle {
  color: #fff;
}

.tc-wrapper .tc-info .tc-info__img_small,
.tc-wrapper .tc-info .tc-info__img_medium,
.tc-wrapper .tc-info .tc-info__img_big {
  max-height: 800px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-bottom: 100px;
}

.tc-wrapper .tc-info .tc-info__img_small {
  min-height: 134px;
}

.tc-wrapper .tc-info .tc-info__img_medium {
  min-height: 218px;
}

.tc-wrapper .tc-info .tc-info__img_big {
  min-height: 600px;
}

.tc-wrapper .tc-info .tc-info_title,
.tc-wrapper .tc-info .tc-info_text {
  max-width: 770px;
  padding-left: 110px;
  padding-right: 110px;
  margin: 0 auto;
}

.tc-wrapper .tc-info .tc-info_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}

.tc-wrapper .tc-info .tc-info_text {
  font-size: 18px;
  line-height: 150%;
  opacity: 0.9;
  padding-bottom: 100px;
}

.tc-wrapper .tc-info .tc-info_text.tc-info_quotes {
  position: relative;
}

.tc-wrapper .tc-info .tc-info_text.tc-info_quotes::before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: 10px;
  width: 43px;
  height: 30px;
  background-image: url("./../img/icons/q-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tc-wrapper .tc-info .tc-info_text.tc-info_quotes::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 70px;
  right: 10px;
  width: 43px;
  height: 30px;
  background-image: url("./../img/icons/q-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tc-wrapper .tc-question {
  color: #2c2c2c;
  background: #ededed;
  padding: 100px 100px 100px 19.53%;
}

.tc-wrapper .tc-question_text {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #2c2c2c;
  max-width: 770px;
}

.tc-wrapper .tc-question .quizform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-wrapper .tc-question .quizform .answer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

.tc-wrapper .tc-question .quizform-btn {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px;
  min-width: 270px;
  background: #2071c2;
  border-radius: 10px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.tc-wrapper .tc-question .quizform-btn:hover {
  opacity: 0.85;
}

.tc-wrapper .tc-question .quizform .answer-item {
  min-width: 270px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 320px;
  overflow: hidden;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tc-wrapper .tc-question .quizform .answer-img {
  max-width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-wrapper .tc-question .quizform .radiocontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 10px;
}

.tc-wrapper .tc-question .quizform .radiocontainer:not(:last-child) {
  margin-right: 30px;
}

.tc-wrapper .tc-question .quizform .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.tc-wrapper .tc-question .quizform .radiocontainer input:checked ~ .checkmark {
  border: 1px solid #2071c2;
}

.tc-wrapper .tc-question .quizform .radiocontainer input:checked ~ .checkmark::after {
  display: block;
  border-radius: 10px;
}

.tc-wrapper .tc-question .quizform .radiocontainer input:checked ~ .text {
  color: #2071c2;
}

.tc-wrapper .tc-question .quizform .radiocontainer input:checked ~ .text::after {
  content: "";
  position: absolute;
  inset: -1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #2071c2;
  box-shadow: inset 0px 0px 0px 1px #2071c2;
  border-radius: 10px;
}

.tc-wrapper .tc-question .quizform .radiocontainer .checkmark {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
}

.tc-wrapper .tc-question .quizform .radiocontainer .checkmark:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 5.5L8.25008 15.5833L3.66675 11' stroke='%232071C2' stroke-width='1.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.tc-wrapper .tc-question .quizform .radiocontainer:hover {
  border: 1px solid #2071c2;
}

.tc-wrapper .tc-question .quizform .radiocontainer:hover .text {
  color: #2071c2;
}

.tc-wrapper .tc-media {
  width: 100%;
  overflow-x: hidden;
}

.tc-wrapper .tc-media_gallery {
  position: relative;
}

.tc-wrapper .tc-media_gallery .icon-link {
  z-index: 2;
  position: absolute;
  top: 50px;
  right: calc(65% + 50px);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.81247 24.375C5.81122 24.375 4.03122 23.0938 3.38497 21.1863L3.34122 21.0425C3.18872 20.5375 3.12497 20.1125 3.12497 19.6875V11.165L0.0924661 21.2875C-0.297534 22.7763 0.591216 24.32 2.08247 24.7313L21.4112 29.9075C21.6525 29.97 21.8937 30 22.1312 30C23.3762 30 24.5137 29.1738 24.8325 27.9563L25.9587 24.375H7.81247Z' fill='%23E89D00'/%3E%3Cpath d='M11.25 11.25C12.6287 11.25 13.75 10.1287 13.75 8.75C13.75 7.37125 12.6287 6.25 11.25 6.25C9.87125 6.25 8.75 7.37125 8.75 8.75C8.75 10.1287 9.87125 11.25 11.25 11.25Z' fill='%23E89D00'/%3E%3Cpath d='M26.875 2.5H8.125C6.4025 2.5 5 3.9025 5 5.625V19.375C5 21.0975 6.4025 22.5 8.125 22.5H26.875C28.5975 22.5 30 21.0975 30 19.375V5.625C30 3.9025 28.5975 2.5 26.875 2.5ZM8.125 5H26.875C27.22 5 27.5 5.28 27.5 5.625V14.4987L23.5513 9.89125C23.1325 9.4 22.5263 9.1375 21.875 9.1225C21.2275 9.12625 20.62 9.41375 20.205 9.91125L15.5625 15.4838L14.05 13.975C13.195 13.12 11.8038 13.12 10.95 13.975L7.5 17.4237V5.625C7.5 5.28 7.78 5 8.125 5Z' fill='%23E89D00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-media_gallery_photo {
  width: 40vw;
  height: 432px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-wrapper .tc-media_gallery .tc-next,
.tc-wrapper .tc-media_gallery .tc-prev {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.tc-wrapper .tc-media_gallery .tc-prev {
  left: 25.8%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.75 15L6.25 15' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 23.75L6.25 15L15 6.25' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-media_gallery .tc-next {
  right: 25.8%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 15L23.75 15' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 23.75L23.75 15L15 6.25' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-media_video {
  height: 800px;
  width: 100%;
  margin-top: -3px;
}

.tc-wrapper .tc-media_video #nxrVideo {
  height: 100%;
  width: 100%;
}

.tc-wrapper .tc-start-timer {
  background: #2071c2;
  padding: 100px 15px 100px 19.53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-wrapper .tc-start-timer_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin: 5px 0 0;
}

.tc-wrapper .tc-start-timer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.tc-wrapper .tc-start-timer_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #2071c2;
}

.tc-wrapper .tc-start-timer_count:not(:last-child) {
  margin-right: 10px;
}

.tc-wrapper .tc-start-timer_count p {
  background-color: #fff;
  border-radius: 5px;
  width: 71px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.tc-wrapper .tc-start-timer_count span {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 10px;
}

.tc-wrapper .tc-statistics {
  padding: 100px 15px 100px 19.53%;
}

.tc-wrapper .tc-statistics_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #2c2c2c;
}

.tc-wrapper .tc-statistics_cards {
  display: grid;
  grid-template-columns: repeat(3, 371px);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.tc-wrapper .tc-statistics_card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 82px;
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 52px;
}

.tc-wrapper .tc-statistics_card_count {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  color: #2071c2;
  margin: 0;
}

.tc-wrapper .tc-statistics_card_text {
  font-size: 24px;
  line-height: 135%;
  color: #5f5f5f;
  margin: 10px 0 0;
}

.tc-wrapper .tc-statistics_card#tcRoad {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M43.0509 22.75C38.1231 22.7551 34.1175 26.7922 34.1226 31.7505C34.1246 34.4591 35.4744 37.5466 38.1343 40.9287C40.0325 43.3428 41.9134 45.0206 41.9926 45.0907C42.6098 45.6386 43.5388 45.6349 44.1519 45.0887C44.2311 45.0186 46.109 43.3367 48.0031 40.9195C50.0352 38.3253 51.9975 35.0161 51.9975 31.7332C51.9933 26.7845 48.0179 22.75 43.0509 22.75ZM43.0692 41.6244C40.849 39.3697 37.3756 35.1264 37.3726 31.7474C37.3695 28.5807 39.9187 26.003 43.054 26C46.2067 26 48.7434 28.5672 48.7476 31.7363C48.7506 35.1152 45.2843 39.3666 43.0692 41.6244Z' fill='%23E89D00'/%3E%3Cpath d='M43.0601 29.25C40.909 29.25 39.7949 31.8704 41.3376 33.413C42.5609 34.6336 44.6461 34.229 45.3137 32.6188C45.9747 31.0246 44.7963 29.25 43.0601 29.25Z' fill='%23E89D00'/%3E%3Cpath d='M7.86051 22.3397C8.47629 22.8863 9.40305 22.8872 10.0197 22.3397C10.099 22.2696 11.9789 20.5898 13.875 18.1746C16.5309 14.7895 17.8776 11.701 17.8776 8.99133C17.8776 4.03406 13.8679 0 8.94012 0C4.01231 0 0.00262451 4.03406 0.00262451 8.99133C0.00262451 11.701 1.34934 14.7895 4.0052 18.1746C5.90137 20.5898 7.7813 22.2696 7.86051 22.3397ZM8.94012 3.25C12.0764 3.25 14.6276 5.82563 14.6276 8.99133C14.6276 12.3713 11.1562 16.6197 8.93911 18.8754C6.72098 16.6238 3.25262 12.3815 3.25262 8.99133C3.25262 5.82563 5.80387 3.25 8.94012 3.25Z' fill='%23E89D00'/%3E%3Cpath d='M8.94012 11.375C10.2863 11.375 11.3776 10.2837 11.3776 8.9375C11.3776 7.59131 10.2863 6.5 8.94012 6.5C7.59393 6.5 6.50262 7.59131 6.50262 8.9375C6.50262 10.2837 7.59393 11.375 8.94012 11.375Z' fill='%23E89D00'/%3E%3Cpath d='M45.5138 49.5609C45.5155 51.7822 42.755 52.8545 41.2614 51.1879H7.31512C3.28309 51.1879 0.00262451 47.9074 0.00262451 43.8754C0.00262451 39.8433 3.28309 36.5629 7.31512 36.5629H23.6159C25.8279 36.5629 27.6276 34.7632 27.6276 32.5512C27.6276 30.3391 25.8279 28.5394 23.6159 28.5394H10.7571C9.25091 30.2016 6.50435 29.1415 6.50262 26.9165C6.49917 24.6887 9.24248 23.6278 10.7571 25.2894H23.6159C27.6205 25.2894 30.8776 28.5465 30.8776 32.5512C30.8776 36.5558 27.6205 39.8129 23.6159 39.8129H7.31512C5.07466 39.8129 3.25262 41.6349 3.25262 43.8754C3.25262 46.1159 5.07466 47.9379 7.31512 47.9379H41.2604C42.7721 46.2696 45.5104 47.3478 45.5138 49.5609Z' fill='%232071C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='52' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-statistics_card#tcTime {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.5568 38.6633C45.6567 37.9937 44.3843 38.1807 43.7147 39.0806C43.3465 39.5757 42.9524 40.0612 42.5434 40.5239C41.8005 41.3643 41.8794 42.648 42.7198 43.3911C43.1064 43.7327 43.5862 43.9005 44.0644 43.9005C44.6262 43.9005 45.1856 43.6686 45.587 43.2146C46.0714 42.6667 46.5381 42.0917 46.9742 41.5054C47.6438 40.6054 47.457 39.3328 46.5568 38.6633Z' fill='%23E89D00'/%3E%3Cpath d='M49.9539 29.1367C48.8584 28.8982 47.7757 29.5934 47.5371 30.6894C47.4058 31.2924 47.2472 31.8965 47.0653 32.4851C46.7341 33.557 47.3345 34.6943 48.4063 35.0255C48.6061 35.0872 48.808 35.1165 49.0066 35.1165C49.874 35.1165 50.6771 34.5565 50.9467 33.6843C51.1626 32.9857 51.3509 32.2688 51.5067 31.5535C51.7453 30.4575 51.0501 29.3754 49.9539 29.1367Z' fill='%23E89D00'/%3E%3Cpath d='M36.7798 45.1682C36.2405 45.4692 35.6821 45.7506 35.1202 46.0044C34.0978 46.4661 33.6433 47.6692 34.105 48.6916C34.4442 49.4428 35.1835 49.8873 35.9574 49.8873C36.2369 49.8873 36.521 49.8293 36.7923 49.7068C37.4588 49.4058 38.1208 49.0721 38.7602 48.7152C39.7398 48.1683 40.0905 46.9309 39.5435 45.9514C38.9968 44.9721 37.7593 44.6214 36.7798 45.1682Z' fill='%23E89D00'/%3E%3Cpath d='M23.9687 9.75V25.1587L16.5203 32.607C15.7271 33.4004 15.7271 34.6864 16.5203 35.4796C16.917 35.8763 17.4367 36.0746 17.9567 36.0746C18.4765 36.0746 18.9964 35.8762 19.3931 35.4796L27.4364 27.4363C27.8173 27.0554 28.0312 26.5387 28.0312 26V9.75C28.0312 8.62814 27.1219 7.71875 26 7.71875C24.8781 7.71875 23.9687 8.62814 23.9687 9.75Z' fill='%23E89D00'/%3E%3Cpath d='M49.9688 4.36719C48.8469 4.36719 47.9375 5.27658 47.9375 6.39844V12.0388C43.2096 4.62394 34.9528 0 26 0C19.0552 0 12.526 2.70451 7.61516 7.61516C2.70451 12.526 0 19.0552 0 26C0 32.9448 2.70451 39.474 7.61516 44.3848C12.526 49.2955 19.0552 52 26 52C26.0172 52 26.0337 51.9979 26.0508 51.9975C26.0678 51.9979 26.0844 52 26.1016 52C26.8336 52 27.5729 51.9691 28.2991 51.9084C29.417 51.8148 30.2473 50.8326 30.1538 49.7147C30.0601 48.5968 29.0793 47.7661 27.9601 47.8601C27.3462 47.9114 26.721 47.9375 26.1016 47.9375C26.0844 47.9375 26.0678 47.9396 26.0508 47.94C26.0337 47.9396 26.0172 47.9375 26 47.9375C13.9036 47.9375 4.0625 38.0964 4.0625 26C4.0625 13.9036 13.9036 4.0625 26 4.0625C33.7957 4.0625 40.9659 8.21773 44.8841 14.8281H39.2989C38.177 14.8281 37.2676 15.7375 37.2676 16.8594C37.2676 17.9812 38.177 18.8906 39.2989 18.8906H45.5C46.737 18.8906 47.8943 18.543 48.8797 17.9407C48.9431 17.9046 49.004 17.8657 49.0621 17.8237C50.8299 16.6607 52 14.6602 52 12.3906V6.39844C52 5.27658 51.0906 4.36719 49.9688 4.36719Z' fill='%232071C2'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-statistics_card#tcDay {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.4286 5.57142H40.8572V1.85718C40.8572 0.83147 40.0257 0 39 0C37.9743 0 37.1428 0.83147 37.1428 1.85718V5.57142H14.8571V1.85718C14.8571 0.83147 14.0256 0 13 0C11.9744 0 11.1428 0.83147 11.1428 1.85718V5.57142H5.57142C2.49441 5.57142 0 8.06583 0 11.1428V46.4286C0 49.5056 2.49441 52 5.57142 52H46.4286C49.5056 52 52 49.5056 52 46.4286V11.1428C52 8.06583 49.5056 5.57142 46.4286 5.57142ZM48.2856 46.4286C48.2856 47.4543 47.4542 48.2858 46.4285 48.2858H5.57142C4.54572 48.2858 3.71425 47.4543 3.71425 46.4286V22.2857H48.2856V46.4286ZM48.2856 18.5715H3.71425V11.1428C3.71425 10.1171 4.54572 9.28567 5.57142 9.28567H11.1428V12.9999C11.1428 14.0256 11.9743 14.8571 13 14.8571C14.0257 14.8571 14.8572 14.0256 14.8572 12.9999V9.28567H37.1429V12.9999C37.1429 14.0256 37.9744 14.8571 39.0001 14.8571C40.0258 14.8571 40.8573 14.0256 40.8573 12.9999V9.28567H46.4287C47.4544 9.28567 48.2859 10.1171 48.2859 11.1428V18.5715H48.2856Z' fill='%232071C2'/%3E%3Cpath d='M14.8571 26H11.1428C10.1171 26 9.28564 26.8315 9.28564 27.8572C9.28564 28.8829 10.1171 29.7143 11.1428 29.7143H14.8571C15.8828 29.7143 16.7143 28.8829 16.7143 27.8572C16.7143 26.8315 15.8828 26 14.8571 26Z' fill='%23E89D00'/%3E%3Cpath d='M27.8572 26H24.1429C23.1172 26 22.2858 26.8315 22.2858 27.8572C22.2858 28.8829 23.1172 29.7143 24.1429 29.7143H27.8572C28.8829 29.7143 29.7144 28.8829 29.7144 27.8572C29.7144 26.8315 28.8829 26 27.8572 26Z' fill='%23E89D00'/%3E%3Cpath d='M40.8572 26H37.1429C36.1172 26 35.2858 26.8315 35.2858 27.8572C35.2858 28.8829 36.1172 29.7143 37.1429 29.7143H40.8572C41.8829 29.7143 42.7144 28.8829 42.7144 27.8572C42.7143 26.8315 41.8828 26 40.8572 26Z' fill='%23E89D00'/%3E%3Cpath d='M14.8571 33.4282H11.1428C10.1171 33.4282 9.28564 34.2597 9.28564 35.2854C9.28564 36.3111 10.1171 37.1426 11.1428 37.1426H14.8571C15.8828 37.1426 16.7143 36.3111 16.7143 35.2854C16.7143 34.2597 15.8828 33.4282 14.8571 33.4282Z' fill='%23E89D00'/%3E%3Cpath d='M27.8572 33.4282H24.1429C23.1172 33.4282 22.2858 34.2597 22.2858 35.2854C22.2858 36.3111 23.1172 37.1426 24.1429 37.1426H27.8572C28.8829 37.1426 29.7144 36.3111 29.7144 35.2854C29.7144 34.2597 28.8829 33.4282 27.8572 33.4282Z' fill='%23E89D00'/%3E%3Cpath d='M40.8572 33.4282H37.1429C36.1172 33.4282 35.2858 34.2597 35.2858 35.2854C35.2858 36.3111 36.1172 37.1426 37.1429 37.1426H40.8572C41.8829 37.1426 42.7144 36.3111 42.7144 35.2854C42.7143 34.2597 41.8828 33.4282 40.8572 33.4282Z' fill='%23E89D00'/%3E%3Cpath d='M14.8571 40.8574H11.1428C10.1171 40.8574 9.28564 41.6889 9.28564 42.7146C9.28564 43.7403 10.1171 44.5717 11.1428 44.5717H14.8571C15.8828 44.5717 16.7143 43.7402 16.7143 42.7145C16.7143 41.6888 15.8828 40.8574 14.8571 40.8574Z' fill='%23E89D00'/%3E%3Cpath d='M27.8572 40.8574H24.1429C23.1172 40.8574 22.2858 41.6889 22.2858 42.7146C22.2858 43.7403 23.1172 44.5718 24.1429 44.5718H27.8572C28.8829 44.5718 29.7144 43.7403 29.7144 42.7146C29.7144 41.6889 28.8829 40.8574 27.8572 40.8574Z' fill='%23E89D00'/%3E%3Cpath d='M40.8572 40.8574H37.1429C36.1172 40.8574 35.2858 41.6889 35.2858 42.7146C35.2858 43.7403 36.1172 44.5718 37.1429 44.5718H40.8572C41.8829 44.5718 42.7144 43.7403 42.7144 42.7146C42.7144 41.6889 41.8828 40.8574 40.8572 40.8574Z' fill='%23E89D00'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-statistics_card#tcSight {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.2606 9.0412C39.2908 3.2958 32.9994 0 26.0006 0C19.0018 0 12.7103 3.2958 8.74054 9.0412C4.79026 14.7575 3.87813 21.9946 6.29573 28.3884C6.94237 30.1345 7.97029 31.8309 9.34362 33.4206L24.6164 51.36C24.9618 51.766 25.4679 52 26.0006 52C26.5333 52 27.0394 51.7661 27.3848 51.36L42.6533 33.4254C44.0327 31.8266 45.0593 30.1321 45.7006 28.4C48.123 21.9946 47.2109 14.7575 43.2606 9.0412ZM42.2958 27.1266C41.8013 28.463 40.9939 29.7842 39.8976 31.0551C39.8945 31.0581 39.8915 31.0612 39.889 31.0648L26.0006 47.3776L12.1036 31.0546C11.0078 29.7848 10.2005 28.4637 9.70112 27.1145C7.70176 21.8267 8.46053 15.843 11.7315 11.1091C15.0126 6.36005 20.2139 3.63634 26.0006 3.63634C31.7872 3.63634 36.9878 6.35995 40.2691 11.1091C43.5406 15.843 44.3 21.8267 42.2958 27.1266Z' fill='%232071C2'/%3E%3Cpath d='M26.0006 10.7876C20.3866 10.7876 15.8187 15.3549 15.8187 20.9694C15.8187 26.584 20.386 31.1513 26.0006 31.1513C31.6152 31.1513 36.1824 26.584 36.1824 20.9694C36.1824 15.3555 31.6145 10.7876 26.0006 10.7876ZM26.0006 27.5148C22.3914 27.5148 19.4551 24.5785 19.4551 20.9693C19.4551 17.3602 22.3914 14.4238 26.0006 14.4238C29.6097 14.4238 32.5461 17.3602 32.5461 20.9693C32.5461 24.5785 29.6097 27.5148 26.0006 27.5148Z' fill='%23E89D00'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-statistics_card#tcCity {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.4766 48.9531H48.9531V7.61718C48.9531 6.8906 48.44 6.26518 47.7275 6.1232L17.1572 0.0294449C16.7098 -0.0598286 16.2458 0.0562574 15.8931 0.345609C15.5404 0.63496 15.3359 1.06721 15.3359 1.52343V24.4766H9.14062V13.8125C9.14062 12.9711 8.45853 12.2891 7.61719 12.2891C6.77584 12.2891 6.09375 12.9711 6.09375 13.8125V24.4766H4.57031C3.72897 24.4766 3.04688 25.1586 3.04688 26V48.9531H1.52344C0.682094 48.9531 0 49.6352 0 50.4766C0 51.3179 0.682094 52 1.52344 52H50.4766C51.3179 52 52 51.3179 52 50.4766C52 49.6352 51.3179 48.9531 50.4766 48.9531ZM18.3828 3.3805L45.9062 8.86691V48.9531H36.6641V45.6514C40.1367 44.9437 42.7578 41.8661 42.7578 38.1875C42.7578 34.1761 39.6121 27.5234 35.1406 27.5234C30.6809 27.5234 27.5234 34.1719 27.5234 38.1875C27.5234 41.866 30.1446 44.9436 33.6172 45.6514V48.9531H24.4766V26C24.4766 25.1586 23.7945 24.4766 22.9531 24.4766H18.3828V3.3805ZM35.1406 42.7578C32.6206 42.7578 30.5703 40.7076 30.5703 38.1875C30.5703 35.326 32.9826 30.5703 35.1406 30.5703C37.316 30.5703 39.7109 35.3473 39.7109 38.1875C39.7109 40.7076 37.6607 42.7578 35.1406 42.7578ZM6.09375 27.5234H21.4297V48.9531H6.09375V27.5234Z' fill='%232071C2'/%3E%3Cpath d='M10.6641 33.6172H16.8594C17.7007 33.6172 18.3828 32.9351 18.3828 32.0938C18.3828 31.2524 17.7007 30.5703 16.8594 30.5703H10.6641C9.82272 30.5703 9.14062 31.2524 9.14062 32.0938C9.14062 32.9351 9.82272 33.6172 10.6641 33.6172Z' fill='%23E89D00'/%3E%3Cpath d='M16.8594 36.6641H10.6641C9.82272 36.6641 9.14062 37.3462 9.14062 38.1875C9.14062 39.0288 9.82272 39.7109 10.6641 39.7109H16.8594C17.7007 39.7109 18.3828 39.0288 18.3828 38.1875C18.3828 37.3462 17.7007 36.6641 16.8594 36.6641Z' fill='%23E89D00'/%3E%3Cpath d='M16.8594 42.7578H10.6641C9.82272 42.7578 9.14062 43.4399 9.14062 44.2812C9.14062 45.1226 9.82272 45.8047 10.6641 45.8047H16.8594C17.7007 45.8047 18.3828 45.1226 18.3828 44.2812C18.3828 43.4399 17.7007 42.7578 16.8594 42.7578Z' fill='%23E89D00'/%3E%3Cpath d='M22.9531 12.2891H29.0469C29.8882 12.2891 30.5703 11.607 30.5703 10.7656C30.5703 9.92428 29.8882 9.24219 29.0469 9.24219H22.9531C22.1118 9.24219 21.4297 9.92428 21.4297 10.7656C21.4297 11.607 22.1118 12.2891 22.9531 12.2891Z' fill='%23E89D00'/%3E%3Cpath d='M29.0469 18.3828C29.8882 18.3828 30.5703 17.7007 30.5703 16.8594C30.5703 16.018 29.8882 15.3359 29.0469 15.3359H22.9531C22.1118 15.3359 21.4297 16.018 21.4297 16.8594C21.4297 17.7007 22.1118 18.3828 22.9531 18.3828H29.0469Z' fill='%23E89D00'/%3E%3Cpath d='M35.1406 18.3828H41.2344C42.0757 18.3828 42.7578 17.7007 42.7578 16.8594C42.7578 16.018 42.0757 15.3359 41.2344 15.3359H35.1406C34.2993 15.3359 33.6172 16.018 33.6172 16.8594C33.6172 17.7007 34.2993 18.3828 35.1406 18.3828Z' fill='%23E89D00'/%3E%3Cpath d='M35.1406 24.4766H41.2344C42.0757 24.4766 42.7578 23.7945 42.7578 22.9531C42.7578 22.1118 42.0757 21.4297 41.2344 21.4297H35.1406C34.2993 21.4297 33.6172 22.1118 33.6172 22.9531C33.6172 23.7945 34.2993 24.4766 35.1406 24.4766Z' fill='%23E89D00'/%3E%3C/svg%3E%0A");
}

.tc-wrapper .tc-statistics_card#tcPerson {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.3848 7.61516C39.474 2.70451 32.9448 0 26 0C19.0552 0 12.526 2.70451 7.61516 7.61516C2.70451 12.526 0 19.0552 0 26C0 32.9448 2.70451 39.474 7.61516 44.3848C12.526 49.2955 19.0552 52 26 52C32.9448 52 39.474 49.2955 44.3848 44.3848C49.2955 39.474 52 32.9448 52 26C52 19.0552 49.2955 12.526 44.3848 7.61516ZM26 48.9531C13.3436 48.9531 3.04688 38.6564 3.04688 26C3.04688 13.3436 13.3436 3.04688 26 3.04688C38.6564 3.04688 48.9531 13.3436 48.9531 26C48.9531 38.6564 38.6564 48.9531 26 48.9531Z' fill='%232071C2'/%3E%3Cpath d='M42.6832 20.3931C42.504 19.8416 42.0273 19.4396 41.4534 19.3562L31.7193 17.9417L27.3661 9.12114C27.1095 8.60114 26.5798 8.27197 26 8.27197C25.4202 8.27197 24.8905 8.60124 24.6339 9.12114L20.2807 17.9417L10.5465 19.3562C9.97272 19.4396 9.49598 19.8416 9.31682 20.3931C9.13757 20.9445 9.28707 21.55 9.70225 21.9547L16.7459 28.8206L15.0831 38.5154C14.9851 39.0868 15.22 39.6645 15.6892 40.0054C16.1584 40.3462 16.7802 40.3912 17.2935 40.1214L25.9999 35.5441L34.7063 40.1214C34.9292 40.2386 35.1726 40.2964 35.4151 40.2964C35.731 40.2964 36.0453 40.1982 36.3107 40.0054C36.7798 39.6645 37.0149 39.087 36.9167 38.5154L35.254 28.8206L42.2976 21.9547C42.7129 21.5501 42.8623 20.9446 42.6832 20.3931ZM32.5537 27.1978C32.1947 27.5478 32.0309 28.0521 32.1156 28.5463L33.3919 35.988L26.7088 32.4746C26.4869 32.3579 26.2433 32.2996 25.9999 32.2996C25.7564 32.2996 25.5129 32.3579 25.291 32.4746L18.6079 35.9881L19.8842 28.5464C19.9689 28.0522 19.8051 27.5479 19.4461 27.1979L14.0393 21.9277L21.5112 20.842C22.0074 20.7698 22.4364 20.4582 22.6583 20.0085L25.9999 13.2377L29.3414 20.0084C29.5633 20.4581 29.9923 20.7697 30.4884 20.8419L37.9604 21.9276L32.5537 27.1978Z' fill='%23E89D00'/%3E%3C/svg%3E%0A");
}

.tc-wrapper {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
}

.tc-wrapper .icon-link {
  font-weight: 500;
  font-size: 26px;
  color: #2c2c2c;
  padding: 20px 30px 20px 82px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 30px 20px;
  background-size: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.tc-wrapper .video-js .vjs-control-bar {
  background-color: transparent;
}

.tc-wrapper .vjs-poster {
  background-size: cover;
}

@media screen and (max-width: 1650px) {
  .tc-wrapper .tc-question .quizform .answer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1500px) {
  .tc-wrapper .tc-question {
    padding-left: 10%;
  }

  .tc-wrapper .tc-question .quizform .radiocontainer {
    min-width: 220px;
  }

  .tc-wrapper .tc-media_video {
    height: 56.25vw;
  }

  .tc-wrapper .tc-start-timer {
    padding-left: 10%;
  }

  .tc-wrapper .tc-statistics {
    padding-left: 10%;
  }

  .tc-wrapper .tc-statistics_card_count {
    font-size: 60px;
    line-height: 66px;
  }

  .tc-wrapper .tc-statistics_card_text {
    font-size: 22px;
  }

  .tc-wrapper .tc-statistics_card_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1350px) {
  .tc-wrapper .tc-statistics_cards {
    grid-template-columns: repeat(2, minmax(280px, 50%));
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .tc-wrapper .tc-block_top_contnet .theme {
    font-size: 14px;
  }

  .tc-wrapper .tc-block_top_contnet .title_main {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
  }

  .tc-wrapper .tc-question {
    padding-left: 5%;
  }

  .tc-wrapper .tc-question .quizform .radiocontainer {
    min-width: 180px;
  }

  .tc-wrapper .tc-media_gallery_photo {
    height: 600px;
    width: 100vw;
  }

  .tc-wrapper .tc-media_gallery .tc-next,
  .tc-wrapper .tc-media_gallery .tc-prev {
    top: 550px;
    width: 36px;
    height: 36px;
  }

  .tc-wrapper .tc-media_gallery .tc-prev {
    right: 59px;
    left: unset;
  }

  .tc-wrapper .tc-media_gallery .tc-next {
    right: 15px;
    left: unset;
  }

  .tc-wrapper .tc-start-timer {
    padding-left: 5%;
  }

  .tc-wrapper .tc-statistics {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1100px) {
  .tc-wrapper .tc-start-timer_title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .tc-wrapper .tc-start-timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tc-wrapper .tc-start-timer_wrapper {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 891px) {
  .tc-wrapper .tc-block_top {
    min-height: 255px;
  }

  .tc-wrapper .tc-block_top_contnet .theme {
    font-size: 12px;
  }

  .tc-wrapper .tc-block_top_contnet .title_main {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
  }

  .tc-wrapper .tc-block_map {
    height: 450px;
  }

  .tc-wrapper .tc-block_map .icon-link {
    left: calc(50% - 115px);
    top: 30px;
  }

  .tc-wrapper .tc-info {
    padding-bottom: 40px;
  }

  .tc-wrapper .tc-info .tc-info__img_small,
  .tc-wrapper .tc-info .tc-info__img_medium,
  .tc-wrapper .tc-info .tc-info__img_big {
    margin-bottom: 40px;
  }

  .tc-wrapper .tc-info .tc-info_title,
  .tc-wrapper .tc-info .tc-info_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tc-wrapper .tc-info .tc-info_title {
    font-size: 21px;
    line-height: 27px;
  }

  .tc-wrapper .tc-info .tc-info_text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }

  .tc-wrapper .tc-info .tc-info_text.tc-info_quotes {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tc-wrapper .tc-info .tc-info_text.tc-info_quotes::before {
    top: 0px;
    left: 15px;
    width: 24px;
    height: 16px;
  }

  .tc-wrapper .tc-info .tc-info_text.tc-info_quotes::after {
    bottom: 0px;
    right: 15px;
    width: 24px;
    height: 16px;
  }

  .tc-wrapper .tc-question {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .tc-wrapper .tc-question_text {
    font-size: 21px;
  }

  .tc-wrapper .tc-question .quizform {
    width: 100%;
  }

  .tc-wrapper .tc-question .quizform .answer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .tc-wrapper .tc-question .quizform-btn {
    font-size: 18px;
    min-width: 290px;
    padding: 15px;
  }

  .tc-wrapper .tc-question .quizform .radiocontainer {
    min-width: calc(50% - 30px);
    padding: 15px 20px;
  }

  .tc-wrapper .tc-media_gallery .icon-link {
    top: 30px;
    right: unset;
    left: calc(50% - 73px);
  }

  .tc-wrapper .tc-start-timer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tc-wrapper .tc-statistics {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tc-wrapper .tc-statistics_title {
    font-size: 21px;
  }

  .tc-wrapper .tc-statistics_card {
    background-size: 30px;
    padding-left: 50px;
  }

  .tc-wrapper .tc-statistics_card_count {
    font-size: 42px;
    line-height: 48px;
  }

  .tc-wrapper .icon-link {
    font-size: 21px;
    background-size: 24px;
    padding: 10px 15px 10px 49px;
    background-position: 15px 10px;
  }
}

@media screen and (max-width: 650px) {
  .tc-wrapper .tc-start-timer_title {
    font-size: 21px;
    text-align: center;
  }

  .tc-wrapper .tc-start-timer_count {
    font-size: 28px;
    width: 63px;
  }

  .tc-wrapper .tc-start-timer_count p {
    width: 62px;
    height: 42px;
  }

  .tc-wrapper .tc-statistics_cards {
    grid-template-columns: 100%;
    grid-template-rows: repeat(6, auto);
  }

  .tc-wrapper .tc-statistics_card_text {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .tc-wrapper .tc-question {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tc-wrapper .tc-question .quizform .radiocontainer {
    min-width: 100%;
  }

  .tc-wrapper .tc-question .quizform .radiocontainer:not(:last-child) {
    margin-right: 0;
  }

  .tc-wrapper .tc-media_video {
    height: 300px;
  }

  .tc-wrapper .tc-start-timer {
    padding-left: 15px;
  }

  .tc-wrapper .tc-statistics {
    padding-left: 15px;
  }
}

@media screen and (max-width: 400px) {
  .tc-wrapper .tc-info .tc-info__img_small {
    height: 134px;
  }

  .tc-wrapper .tc-info .tc-info__img_medium {
    height: 218px;
  }

  .tc-wrapper .tc-info .tc-info__img_big {
    height: 600px;
  }
}
</pre></body></html>