

/* Start:/local/templates/main/css/final.css?176908265818430*/
.white-background {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}
.close {
  cursor: pointer;
  height: 24px;
  width: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA6CAYAAACqE5nFAAAAAXNSR0IArs4c6QAABNVJREFUWEftWD1WI0cQ/mr4E34bsDfQ3mA4weITrIJFkAGZYQNEsIhnhDV6Bj/AASIwYCcohg3YE8AN0A3gBhDwjCREf37do5ZGM6NmDTjyKpOmp76qr6q+6pLA8WGQm2i0RwsCeQ8iC2HWHBfcglKHhzN6za/jwdn1IDOS9uA+mM1Km8cAp0J7qENYByU0pIEoPgHffBXW1NBDJQ0oAfD3xkzBA8ugNqyqo3ftfame3aY6sjabHRpRywqYBwlFVn7Y+lKNnu0DuC/lAwHKAC/YflgY3x4cetTI/dpsVoYfjwGZIlAZ3zwJ7PMugPGc3BOyNrZ1uuDKzaBn9+v5mgjmFNWKjcQAGM4f1SXIembz9MfnGLfvNErT5wB8Dj9M6pwYgObGzDHJHNutySgtdz9P+29+O627AONnDF0jPWclrBh1BaKa2TpZscZawbSv2nIZ57SP+07O2oqTUUeapXyZQDB213orjV9mlqFYZbv1Lp7UZuljmfCCNBBbEAIVjG1+qUSBdf8026M3AgTSKM2cg5zIbJ1MplGRBuIybm00S/lLgrfS2MjfCHg29uvgyomCdBqvnOZ51EGTV8UpaZTy1KGMbZ70hRmPxoKEAElakufDPHwzQK8JoZu8r5nSqbUA6zNX4qkLF0VRzrWxQYlPUESVE9MYlIFJTkuoq7oSSe6r2ZiouarFWcK2t8CCRGs2mmjbaK6EWpB4o7U28nuKKOjeMlIR1w8b5l0w7b8JnpCK2Bmra6J4pkUzFLuYfrxM7GbOAfpW17py3Vj/WIB4ryLXAAuZzdP9TlP2/O01Ey84/LDgmrV9ohcZsfGcJUamicTzynoEepTa40hrfxBQ91IgWNbdBzCwnicmWnwEekMsUzhvwiTq8KQOsjP0JQtFnxIOfdeITb1VWLBw1vIDoHKAaGMToT1cQ3gt4IXrUpDIwUuqZ9C7zgheA/A7wJMsfqfo/04RjwsTaGQKAN8D0NtNuOEQtxC9lOAMlK+yuP3vNhwermUBveHAbDjGmBY8dMQOkoUWOlqxQw2QShpQokx5sFoApBwaZhWZ1r4sVFM3HOOIcBkK8+a2BFRkaXfwhsPDtQB6fQIuAFlwhR4tn76IlVTk03ZywzGei+wBqMnizrM2HB6s1iAyB3LFRmIoMh6Ql5prWdx50YbDw6K+rfsQb1Iz0AEoHoPIQcT8aMPnH599+fS7c8OJn4k7Kx3+zIYjSzvdDYd/ffbx6F0ixmmM+zBnSk1GHeGfq2UoCZBpvhUeFfXArgLyLp7U7sEUkF5BMJDF3f4N5ziYQOP+Rl8CpMPZhCztpm44aSAu4116j4qXuiGFB8Ub3ZGuyomCwDNloZf1hOf99BVNo+oI+NRhY9LyGmqF03hYmatlQAxF3wbQa0K4Et+lKAJwpTvXSVHXOANDka4QR3WFEejSZ+7pJEeM22pxVVcyydGajYmasxTte+klrNX4CoKCMFqzkXruNpojob1IYo12VNwDoVU53HDi+vFKUmFK/z8SO/hW17oD53Xkeq0G4Zzh/qed5IYTaabnD5xYzhwjk4AnNVD2B0227qWAXDZ58xBYz20eU6+OHQnXo9NsOJ2/NGNDn77+a7NjaGDEzrupAVL8AA85c4OQzoYD6KF0rVcn16VAg/8DgNqmhExitK8AAAAASUVORK5CYII=') no-repeat 0 0;
}
.close:hover {
  background-position: 0 -34px;
}
.error-block {
  display: none;
  position: relative;
  color: #EE1421;
  background: #FFDFE1;
  border: 1px solid #EE1421;
  padding: 10px;
  border-radius: 4px;
}
.success-block {
  text-align: center;
  font-weight: 700;
  padding-top: 48px;
  width: 52px;
  margin: 0 auto;
  background: url(/local/templates/main/css/../images/ui/success.svg) no-repeat center top;
}
.container ul {
  list-style-type: none;
}
.container ul li {
  margin-top: 0.5em;
  position: relative;
  padding-left: 1.5em;
}
.container ul li:first-child {
  margin-top: 0;
}
.container ul li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 0.625em;
  top: 0;
}
.container ul.arrow li:before {
  content: "";
  background: url("/local/templates/main/css/../images/ui/arrow.svg");
  width: 21px;
  height: 24px;
  top: 4px;
  left: 0;
}
a,
.a {
  color: #0EBB72;
  cursor: pointer;
}
a.arrow,
.a.arrow {
  display: inline-flex;
  column-gap: 24px;
}
a.arrow:after,
.a.arrow:after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url("/local/templates/main/css/../images/ui/forward.svg") no-repeat;
  flex-shrink: 0;
}
a.logout,
.a.logout {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
a.logout:before,
.a.logout:before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("/local/templates/main/css/../images/ui/logout.svg") no-repeat;
  margin-right: 16px;
  flex-shrink: 0;
}
a.white,
.a.white {
  color: #000000;
}
a:hover,
.a:hover {
  text-decoration: none;
}
body table.e-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
body table.e-table tr {
  border-bottom: 1px solid #cdd8e9;
  border-collapse: collapse;
}
body table.e-table thead tr {
  border-top: 0;
}
body table.e-table thead tr th {
  color: #A2ABAF;
  text-align: left;
  padding: 12px 4px;
  border-bottom: 0;
  font-weight: normal;
}
body table.e-table tbody td {
  padding: 16px 8px;
}
body table.e-table td:first-child,
body table.e-table th:first-child {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  body table.e-table {
    white-space: nowrap;
  }
  body table.e-table tbody td {
    padding-left: 8px;
    padding-right: 8px;
  }
  body table.e-table td,
  body table.e-table th {
    max-width: none !important;
    width: auto !important;
  }
}
.loader-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff8;
}
.loader-wrapper::before {
  content: 'Загрузка';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 20px;
}
.loader-wrapper .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #D0D5FF) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - 18px), #000 calc(100% - 16px));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: s4 1s infinite steps(10);
}
.loader.mini {
  width: 78px;
  height: 78px;
}
@keyframes s4 {
  to {
    transform: rotate(1turn);
  }
}
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0008;
}
.modal-wrapper .modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 140px auto 0 auto;
  width: 320px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(44, 63, 88, 0.35);
  max-height: calc(100% - 170px);
  overflow-y: auto;
}
.modal-wrapper .modal .modal-header,
.modal-wrapper .modal .modal-content,
.modal-wrapper .modal .modal-toolbox {
  padding: 20px;
}
.modal-wrapper .modal .modal-header {
  display: flex;
  gap: 20px;
}
.modal-wrapper .modal .modal-header .modal-header-title {
  flex: 1 1 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.modal-wrapper .modal .modal-header .close {
  flex: 0 0 24px;
}
.modal-wrapper .modal .modal-content {
  border-top: 1px solid #cdd8e9;
  border-bottom: 1px solid #cdd8e9;
}
.modal-wrapper .modal .modal-content .input-field input,
.modal-wrapper .modal .modal-content .input-field select {
  width: 100%;
}
.modal-wrapper .modal .modal-toolbox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal-wrapper {
    overflow: auto;
    position: absolute;
  }
  .modal-wrapper .modal {
    margin-top: 52px;
    max-height: calc(100% - 100px);
    overflow-y: auto;
  }
}
h1,
.h1 {
  font-size: 24px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
h2,
.h2 {
  font-size: 20px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 18px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
.body,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=submit],
textarea,
select,
input[type=submit].btn,
button.btn,
a.btn,
input[type=button].btn,
.btn,
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-size: 16px;
}
.body-small,
body table.e-table thead tr th,
.input-field .input-error {
  font-size: 14px;
}
.caption {
  font-size: 12px;
}
.tt-upper {
  text-transform: uppercase;
}
.tt-lower {
  text-transform: lowercase;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .normal-md {
    font-weight: normal;
  }
  .bold-md {
    font-weight: bold;
  }
  .tt-md-upper {
    text-transform: uppercase;
  }
  .tt-md-lower {
    text-transform: lowercase;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-l {
    text-align: left;
  }
  .ta-md-r {
    text-align: right;
  }
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=submit],
textarea,
select {
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: 'Source Serif 4', serif;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CDD8E9;
  border-radius: 4px;
  height: 38px;
  padding: 9px 4px 9px 16px;
  font-weight: 400;
  color: #000000;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=submit]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ACB5BA;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=submit]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #ACB5BA;
}
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=submit]:disabled,
textarea:disabled,
select:disabled {
  background: #F8FAFD;
  color: #A2ABAF;
}
input[type=text].time {
  padding-right: 48px;
  background-image: url("/local/templates/main/css/../images/ui/clock.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
input[type=text].calendar {
  padding-right: 48px;
  background-image: url("/local/templates/main/css/../images/ui/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
textarea {
  height: 160px;
  padding: 28px 48px;
  resize: none;
  overflow: hidden;
}
select {
  padding-right: 48px;
  background-image: url("/local/templates/main/css/../images/ui/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
input[type=submit].btn,
button.btn,
a.btn,
input[type=button].btn,
.btn {
  display: inline-flex;
  background: #56D288;
  border-radius: 8px;
  border: 1px solid #56D288;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
  padding: 0 20px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
input[type=submit].btn:hover,
button.btn:hover,
a.btn:hover,
input[type=button].btn:hover,
.btn:hover,
input[type=submit].btn:active,
button.btn:active,
a.btn:active,
input[type=button].btn:active,
.btn:active {
  background: #56D288;
  border-color: #56D288;
}
input[type=submit].btn.second,
button.btn.second,
a.btn.second,
input[type=button].btn.second,
.btn.second {
  background: #fff;
  color: #0EBB72;
}
input[type=submit].btn.second:hover,
button.btn.second:hover,
a.btn.second:hover,
input[type=button].btn.second:hover,
.btn.second:hover,
input[type=submit].btn.second.active,
button.btn.second.active,
a.btn.second.active,
input[type=button].btn.second.active,
.btn.second.active {
  background: #fff;
}
input[type=submit].a {
  border: none;
  background: none;
  padding: 0;
  height: auto;
  color: #0EBB72;
}
input[type=submit].bold {
  font-weight: bold;
}
body label,
body .label {
  padding-bottom: 4px;
}
body label.green,
body .label.green {
  color: #0EBB72;
}
body label .body-small,
body .label .body-small {
  margin-top: 4px;
  margin-left: 24px;
}
.input-field {
  position: relative;
}
.input-field.error input[type=text],
.input-field.error input[type=tel],
.input-field.error input[type=email],
.input-field.error input[type=password],
.input-field.error textarea,
.input-field.error select {
  border: 1px solid #EE1421;
}
.input-field.error input[type="checkbox"] + label::before,
.input-field.error input[type="radio"] + label::before {
  background-position: 0 -63px;
}
.input-field .input-error {
  display: none;
  color: #EE1421;
  padding: 0 8px;
  border-radius: 4px;
  margin-top: 2px;
}
.input-field.checkbox .input-error {
  margin-top: 8px;
}
.input-field .js-tns-calendar input[type="text"] {
  padding-right: 48px;
  background-image: url("/local/templates/main/css/../images/ui/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] .hidden + label,
input[type="radio"] .hidden + label {
  display: none;
}
input[type="checkbox"][type="checkbox"] + label::before,
input[type="radio"][type="checkbox"] + label::before {
  background-image: url('/local/templates/main/css/../images/ui/checkbox-sprite.png');
}
input[type="checkbox"][type="radio"] + label::before,
input[type="radio"][type="radio"] + label::before {
  background-image: url('/local/templates/main/css/../images/ui/radio-sprite.png');
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
input[type="checkbox"] + label.absolute,
input[type="radio"] + label.absolute {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}
input[type="checkbox"] + label.absolute::before,
input[type="radio"] + label.absolute::before {
  position: absolute;
  left: 0;
  top: 3px;
}
input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
  background-position: 0 -21px;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background-position: 0 -42px;
}
input[type="text"].search {
  padding-left: 44px;
  background: #fff url(/local/templates/main/css/../images/ui/search.svg) no-repeat left 16px center;
}
body .m-1 {
  margin: 8px;
}
body .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
body .mt-1 {
  margin-top: 8px;
}
body .mr-1 {
  margin-right: 8px;
}
body .mb-1 {
  margin-bottom: 8px;
}
body .ml-1 {
  margin-left: 8px;
}
body .p-1 {
  padding: 8px;
}
body .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
body .pt-1 {
  padding-top: 8px;
}
body .pr-1 {
  padding-right: 8px;
}
body .pb-1 {
  padding-bottom: 8px;
}
body .pl-1 {
  padding-left: 8px;
}
body ul.ul li.p-1::before,
body ul.ul li.py-1::before,
body ul.ul li.pt-1::before {
  top: 18px;
}
body .m-2 {
  margin: 16px;
}
body .my-2,
p {
  margin-top: 16px;
  margin-bottom: 16px;
}
body .mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
body .mt-2,
.container ul {
  margin-top: 16px;
}
body .mr-2 {
  margin-right: 16px;
}
body .mb-2 {
  margin-bottom: 16px;
}
body .ml-2 {
  margin-left: 16px;
}
body .p-2 {
  padding: 16px;
}
body .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
body .pt-2 {
  padding-top: 16px;
}
body .pr-2 {
  padding-right: 16px;
}
body .pb-2 {
  padding-bottom: 16px;
}
body .pl-2 {
  padding-left: 16px;
}
body ul.ul li.p-2::before,
body ul.ul li.py-2::before,
body ul.ul li.pt-2::before {
  top: 26px;
}
body .m-3 {
  margin: 24px;
}
body .my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
body .mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
body .mt-3 {
  margin-top: 24px;
}
body .mr-3 {
  margin-right: 24px;
}
body .mb-3 {
  margin-bottom: 24px;
}
body .ml-3 {
  margin-left: 24px;
}
body .p-3 {
  padding: 24px;
}
body .py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body .px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
body .pt-3 {
  padding-top: 24px;
}
body .pr-3 {
  padding-right: 24px;
}
body .pb-3 {
  padding-bottom: 24px;
}
body .pl-3 {
  padding-left: 24px;
}
body ul.ul li.p-3::before,
body ul.ul li.py-3::before,
body ul.ul li.pt-3::before {
  top: 34px;
}
body .m-4 {
  margin: 32px;
}
body .my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
body .mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}
body .mt-4 {
  margin-top: 32px;
}
body .mr-4 {
  margin-right: 32px;
}
body .mb-4 {
  margin-bottom: 32px;
}
body .ml-4 {
  margin-left: 32px;
}
body .p-4 {
  padding: 32px;
}
body .py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
body .px-4 {
  padding-left: 32px;
  padding-right: 32px;
}
body .pt-4 {
  padding-top: 32px;
}
body .pr-4 {
  padding-right: 32px;
}
body .pb-4 {
  padding-bottom: 32px;
}
body .pl-4 {
  padding-left: 32px;
}
body ul.ul li.p-4::before,
body ul.ul li.py-4::before,
body ul.ul li.pt-4::before {
  top: 42px;
}
body .m-5 {
  margin: 40px;
}
body .my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}
body .mt-5 {
  margin-top: 40px;
}
body .mr-5 {
  margin-right: 40px;
}
body .mb-5 {
  margin-bottom: 40px;
}
body .ml-5 {
  margin-left: 40px;
}
body .p-5 {
  padding: 40px;
}
body .py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .px-5 {
  padding-left: 40px;
  padding-right: 40px;
}
body .pt-5 {
  padding-top: 40px;
}
body .pr-5 {
  padding-right: 40px;
}
body .pb-5 {
  padding-bottom: 40px;
}
body .pl-5 {
  padding-left: 40px;
}
body ul.ul li.p-5::before,
body ul.ul li.py-5::before,
body ul.ul li.pt-5::before {
  top: 50px;
}
body .m-6 {
  margin: 48px;
}
body .my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}
body .mx-6 {
  margin-left: 48px;
  margin-right: 48px;
}
body .mt-6,
.container ul li.mt-6 {
  margin-top: 48px;
}
body .mr-6 {
  margin-right: 48px;
}
body .mb-6 {
  margin-bottom: 48px;
}
body .ml-6 {
  margin-left: 48px;
}
body .p-6 {
  padding: 48px;
}
body .py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}
body .px-6 {
  padding-left: 48px;
  padding-right: 48px;
}
body .pt-6 {
  padding-top: 48px;
}
body .pr-6 {
  padding-right: 48px;
}
body .pb-6 {
  padding-bottom: 48px;
}
body .pl-6 {
  padding-left: 48px;
}
body ul.ul li.p-6::before,
body ul.ul li.py-6::before,
body ul.ul li.pt-6::before {
  top: 58px;
}
body .m-0 {
  margin: 0px;
}
body .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
body .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
body .mt-0 {
  margin-top: 0px;
}
body .mr-0 {
  margin-right: 0px;
}
body .mb-0 {
  margin-bottom: 0px;
}
body .ml-0 {
  margin-left: 0px;
}
body .p-0 {
  padding: 0px;
}
body .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
body .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
body .pt-0 {
  padding-top: 0px;
}
body .pr-0 {
  padding-right: 0px;
}
body .pb-0 {
  padding-bottom: 0px;
}
body .pl-0 {
  padding-left: 0px;
}
body ul.ul li.p-0::before,
body ul.ul li.py-0::before,
body ul.ul li.pt-0::before {
  top: 10px;
}
p:first-child {
  margin-top: 0;
}

/* End */


/* Start:/local/templates/main/css/additional_template_styles.css?17690826584064*/
html,
body {
  font: 16px/22px 'Source Serif 4', serif;
  margin: 0;
  padding: 0;
  color: #000000;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #f8fafd !important;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 16px;
    background: #fff !important;
    min-width: 360px;
  }
}
html body {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  html body {
    padding-top: 0;
  }
}
.text-orange {
  color: #FF9777;
}
.text-cian {
  color: #38DCEB;
}
.text-blue {
  color: #00A4FF;
}
.text-red {
  color: #EE1421;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #FFFFFF;
}
.text-gray {
  color: #A2ABAF;
}
.container {
  position: relative;
  max-width: 600px;
  margin: 0 auto 90px auto;
  box-shadow: 0 4px 12px 0 rgba(38, 92, 122, 0.15);
  background: #fff;
}
.container .content {
  padding: 0 75px 75px 75px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
    margin: 0;
    box-shadow: none;
    height: 100%;
    min-height: 100%;
  }
  .container .content {
    padding: 0;
  }
}
.container.auth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 450px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .container.auth {
    position: relative;
    height: 100%;
  }
}
.header-account {
  margin: 0 0 24px 0;
  border-bottom: 1px solid #cdd8e9;
}
.header-account .header-account-content {
  display: flex;
  column-gap: 60px;
  padding: 16px 75px 15px 75px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-account {
    margin: 0 -20px 24px -20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-account .login {
  padding-left: 28px;
  background: url(/local/templates/main/css/../images/ui/account.svg) no-repeat left top 3px;
}
.header-account .service-menu-block {
  flex-grow: 1;
}
.header-account .menu-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #676b70;
  z-index: 10000;
  padding-right: 80px;
}
.header-account .menu-block .menu-content {
  position: relative;
  background: #FFFFFF;
  height: 100%;
  padding: 64px 40px;
  box-sizing: border-box;
  overflow: auto;
}
.header-account .menu-block .menu-content .menu-toggle.open {
  position: absolute;
  top: 16px;
  right: 20px;
}
.header-account .menu-block .menu-content .service-menu {
  flex-direction: column;
  align-items: self-start;
}
.header-account .menu-block .menu-content .service-menu a.menu-tab {
  padding-bottom: 24px;
}
.header-account .menu-block .menu-content .service-menu a.menu-tab.active {
  padding-bottom: 24px;
  border-bottom: 0;
}
.header-account .menu-toggle {
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
}
.header-account .menu-toggle span {
  display: block;
  background: #000000;
}
.header-account .menu-toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
.header-account .menu-toggle .hamburger span {
  width: 24px;
  height: 2px;
  position: relative;
  margin: 5px 0;
}
.header-account .menu-toggle .hamburger span.first {
  margin-top: 0;
}
.header-account .menu-toggle .cross {
  transform: rotate(45deg);
}
.header-account .menu-toggle .cross span.first {
  height: 0%;
  width: 2px;
  position: absolute;
  top: -5px;
  left: 12px;
}
.header-account .menu-toggle .cross span.second {
  width: 0%;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 1px;
}
.header-account .menu-toggle.open {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 20000;
}
.header-account .menu-toggle.open .hamburger span {
  width: 0%;
}
.header-account .menu-toggle.open .cross span.first {
  height: 24px;
}
.header-account .menu-toggle.open .cross span.second {
  width: 24px;
}
/*# sourceMappingURL=additional_template_styles.css.map */
/* End */


/* Start:/local/templates/main/template_styles.css?17690826581784*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, strong, sub, sup, tt, var, b, u, i, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th,
td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

html.ppo-overflow{
    overflow: hidden;
}
a, img, input, select, textarea{
    outline: none;
}
img{
    border: none;
}

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

.d-inline-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.va-m{
    vertical-align: middle;
}
.va-t{
    vertical-align: top;
}
.va-b{
    vertical-align: bottom;
}

.flex{display: flex; flex-direction: column;}
body .show-mobile, body .show-mobile-inline,
body .show-mobile-flex, body .show-mobile-inline-flex, body .hide { display:none; }
body .hide-mobile-inline{ display: inline-block; }
@media screen and (max-width:767px) {
    html, body {
        min-width: 320px;
        word-wrap: break-word;
    }
    .d-md-inline-block{
        display: inline-block;
    }
    .d-md-block{
        display: block;
    }
    .va-m-md{
        vertical-align: middle;
    }
    .va-t-md{
        vertical-align: top;
    }
    .va-b-md{
        vertical-align: bottom;
    }
    body .show-mobile { display:block; }
    body .show-mobile-inline { display:inline-block; }
    body .show-mobile-flex { display:flex; }
    body .show-mobile-inline-flex { display:inline-flex; }
    body .hide-mobile, body .hide-mobile-inline { display:none;}
}
/* End */
/* /local/templates/main/css/final.css?176908265818430 */
/* /local/templates/main/css/additional_template_styles.css?17690826584064 */
/* /local/templates/main/template_styles.css?17690826581784 */
