*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local('Proxima Nova Extrabld'),local('ProximaNova-Extrabld'),url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Extrabld.woff) format('woff'),url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Rouble';
    src: url('../fonts/rouble.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: "Proxima Nova",sans-serif;
    line-height: 1.2;
    overflow-x: hidden;
}

section {
}
section .container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.btn {
    background: #0B6EFD;
    color: #fff;
    font-size: 18px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 45px;
    padding: 0 25px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}
.btn:hover {
    background: #4490ff;
}

h3 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width:768px) {
	h2 {
    font-size: 18px;
	}
	h3 {
    font-size: 24px;
	}
}
.head {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 10px;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}
.head .logo {
    width: 230px;
}
.head .menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
.head .menu a.link {
    color: #9e9e9e;
    text-decoration: none;
    font-size: 14px;
}
#panelcontainer {}






.footer {
    background-color: var(--bg-light-color);
    padding-top: 0px;
    padding-bottom: 0;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #8d8d8d;
    padding: 50px 10px;
}
.footer .container .left {
    flex: 0 0 210px;
}
.footer .container .right {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}
.footer .container .right a {
    color: #8d8d8d;
    flex: 0 0 100%;
}
@media all and (max-width:600px) {
	.footer {}
	.footer .container {
    flex-wrap: wrap;
}
	.footer .container .left {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 50px;
}
	.footer .container .right {
    flex: 0 0 100%;
    text-align: center;
}
	.footer .container .right a {}
}

.popup {
    display: none;
}
.popup.open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000000ab;
    padding: 10px;
}
.popup .container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}
.popup .container img {
}
.popup .container .close_popup {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -28px;
    right: 0;
    cursor: pointer;
}
.popup .container .close_popup span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
}
.popup .container .close_popup span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .container .close_popup span:nth-child(2) {
	transform: rotate(-45deg);
}
.info_coockie {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000000000;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 20px #00000036;
}
.info_coockie .content {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    align-items: center;
}
.info_coockie .content .img {
    flex: 0 0 46px;
}
.info_coockie .content .img img {}
.info_coockie .content .text {}
.info_coockie .content .text p {
    font-size: 13px;
    color: #727272;
}
.info_coockie .content .text p.title {
    color: #e49c00;
}
.info_coockie .content .coockie_close {
    color: #727272;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}
.info_coockie .content .coockie_close img {
    flex: 0 0 13px;
}
@media (max-width:728px) {
	.info_coockie .content {
    flex-wrap: wrap;
}
}