@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/ArialAMU/ArialAMU.eot");
  src: url("../fonts/ArialAMU/ArialAMU.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialAMU/ArialAMU.woff2") format("woff2"), url("../fonts/ArialAMU/ArialAMU.woff") format("woff"), url("../fonts/ArialAMU/ArialAMU.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular2";
  src: url("../fonts/Arial/ArialMT.eot");
  src: url("../fonts/Arial/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/ArialMT.woff2") format("woff2"), url("../fonts/Arial/ArialMT.woff") format("woff"), url("../fonts/Arial/ArialMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/ArialAMU-Bold/ArialAMU-Bold.eot");
  src: url("../fonts/ArialAMU-Bold/ArialAMU-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialAMU-Bold/ArialAMU-Bold.woff2") format("woff2"), url("../fonts/ArialAMU-Bold/ArialAMU-Bold.woff") format("woff"), url("../fonts/ArialAMU-Bold/ArialAMU-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold2";
  src: url("../fonts/Arial-Bold/Arial-BoldMT.eot");
  src: url("../fonts/Arial-Bold/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-Bold/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-Bold/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-Bold/Arial-BoldMT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?ozhusm");
  src: url("../fonts/icons/icomoon.eot?ozhusm#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ozhusm") format("truetype"), url("../fonts/icons/icomoon.woff?ozhusm") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_close:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_behance:before {
  content: "";
}

.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_telegram:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "regular2";
  background: #ff0002;
}
body:before, body:after {
  position: fixed;
  display: block;
  content: "";
  z-index: 500;
}
body:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(210, 210, 210, 0.55);
}
body:after {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -18px;
  opacity: 0;
  border-radius: 50%;
}
body.loading {
  overflow: hidden;
}
body.loading:before {
  height: 100%;
  opacity: 1;
}
body.loading:after {
  width: 36px;
  height: 36px;
  border-top: 3px solid transparent;
  border-left: 3px solid #ff0002;
  border-right: 3px solid #ff0002;
  border-bottom: 3px solid #ff0002;
  opacity: 1;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #ff0002;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_container {
  width: 100%;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.page_title {
  font-size: 630%;
  line-height: 1.11em;
  font-family: "bold", "bold2";
  color: #ffffff;
}
@media (max-width: 1439px) {
  .page_title {
    font-size: 560%;
  }
}
@media (max-width: 1199px) {
  .page_title {
    font-size: 500%;
  }
}
@media (max-width: 991px) {
  .page_title {
    font-size: 400%;
  }
}
@media (max-width: 767px) {
  .page_title {
    font-size: 360%;
  }
}
@media (max-width:359px) {
  .page_title {
    font-size: 300%;
  }
}

@keyframes backgroundFill {
  0% {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer_menu, .header .main_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes showHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
.header {
  position: relative;
  z-index: 100;
  color: #ffffff;
}
.header .mob_logo {
  display: none;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  padding: 18px 0 15px;
}
.header .main_menu {
  display: flex;
  font-size: 170%;
  line-height: 22px;
  font-family: "bold", "bold2";
}
.header .main_menu li {
  margin-left: 30px;
}
.header .main_menu a {
  display: block;
  position: relative;
  color: inherit;
}
.header .main_menu a:after {
  display: block;
  content: "";
  position: absolute;
  overflow: hidden;
  left: 50%;
  bottom: -1px;
  border-top: 1px solid;
  width: 0;
}
.header .main_menu a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header .main_menu a:hover:after {
  width: 100%;
  left: 0;
}
.header .phone_link {
  color: #ffffff;
  font-size: 220%;
  line-height: 1.2em;
  margin-top: 11px;
  font-family: "bold", "bold2";
}
@media (max-width: 1439px) {
  .header .phone_link {
    font-size: 300%;
  }
}
@media (max-width: 1199px) {
  .header .phone_link {
    font-size: 240%;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header .phone_link {
    font-size: 200%;
  }
  .header .mob_logo {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 5px;
    background-size: 70px;
    background-position: top left;
    width: 100px;
    height: 70px;
    display: block;
  }
  .header .header_head {
    display: flex;
    margin: 0 15px 13px;
  }
  .header > .custom_container {
    padding: 0;
  }
  .header .main_menu {
    font-size: 150%;
  }
  .header .main_menu li {
    margin-left: 20px;
  }
  .header_inner {
    display: block;
  }
  .header .phone_link {
    width: 100%;
    display: flex;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .header .main_menu {
    display: block;
    font-size: 170%;
  }
  .header .main_menu li {
    margin-left: 0;
    padding-top: 0;
  }
  .header .main_menu li:last-child a {
    margin-bottom: -10px;
  }
  .header .main_menu a {
    display: block;
    text-align: center;
    padding: 8px 15px;
    color: #ff0002;
    margin-bottom: 24px;
    background: #ffffff;
  }
}
@media (max-width: 575px) {
  .header .phone_link {
    font-size: 160%;
  }
}

.header {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  animation-name: showHeader;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
}

.footer {
  background: #e3e3e3;
  font-family: "bold", "bold2";
  font-size: 110%;
  line-height: 16px;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, 0, -100%);
  -moz-transform: translate3d(0, 0, -100%);
  -ms-transform: translate3d(0, 0, -100%);
  -webkit-transform: translate3d(0, 0, -100%);
  -o-transform: translate3d(0, 0, -100%);
  animation-name: showHeader;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  max-width: 960px;
  margin: 0 auto;
  padding: 5px 20px;
}
.footer_menu {
  display: flex;
  white-space: nowrap;
}
.footer_menu li {
  margin-left: 15px;
}
.footer_menu a {
  color: inherit;
  text-decoration: underline;
}
.footer_menu a:hover {
  color: #ff0002;
}
.footer .copyrights {
  margin-right: 15px;
}
.footer .copyrights span {
  display: inline-block;
  vertical-align: top;
}
.footer .copyrights span:first-child {
  font-family: "bold2";
}
@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .copyrights {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .footer_menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_menu li {
    margin: 3px 10px 0;
  }
}

@keyframes elipseScale {
  0% {
    background-size: auto 0;
  }
  100% {
    background-size: auto 100%;
  }
}
@keyframes showBotles {
  0% {
    transform: translate3d(-50vw, 0, 0) scale(0.5);
    -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -o-transform: translate3d(-50vw, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes showWithOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, -50px);
    -moz-transform: translate3d(0, 0, -50px);
    -ms-transform: translate3d(0, 0, -50px);
    -webkit-transform: translate3d(0, 0, -50px);
    -o-transform: translate3d(0, 0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
body:before, body:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header .main_menu a, .footer_menu a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header .main_menu a:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=main.css.map */
