@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Light/Montserratarm-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Light/Montserratarm-Light.otf") format("opentype"), url("../fonts/Montserratarm-Light/Montserratarm-Light.woff") format("woff"), url("../fonts/Montserratarm-Light/Montserratarm-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@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: "\e900";
}

.icon_left:before {
  content: "\e901";
}

.icon_right:before {
  content: "\e902";
}

.icon_flickr:before {
  content: "\e903";
}

.icon_youtube:before {
  content: "\e904";
}

.icon_behance:before {
  content: "\e905";
}

.icon_facebook:before {
  content: "\e906";
}

.icon_instagram:before {
  content: "\e907";
}

.icon_linkedin:before {
  content: "\e908";
}

.icon_ok:before {
  content: "\e909";
}

.icon_pinterest:before {
  content: "\e910";
}

.icon_twitter:before {
  content: "\e911";
}

.icon_vk:before {
  content: "\e912";
}

.icon_telegram:before {
  content: "\e913";
}

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";
}
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;
}

h1 {
  padding: 0;
  margin: 0;
}

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: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .custom_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.page_title {
  font-size: 540%;
  line-height: 1.33em;
  font-family: "bold";
  color: #ffffff;
}
@media (max-width: 1439px) {
  .page_title {
    font-size: 500%;
  }
}
@media (max-width: 1199px) {
  .page_title {
    font-size: 400%;
  }
}
@media (max-width: 991px) {
  .page_title {
    font-size: 330%;
  }
}

@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);
  }
}
@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 showblock1 {
  0% {
    transform: translate3d(0, 0, -50vw) scale(0.5);
    -moz-transform: translate3d(0, 0, -50vw) scale(0.5);
    -ms-transform: translate3d(0, 0, -50vw) scale(0.5);
    -webkit-transform: translate3d(0, 0, -50vw) scale(0.5);
    -o-transform: translate3d(0, 0, -50vw) 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 showblock2 {
  0% {
    transform: translate3d(0, -50vw, 0) scale(0.5);
    -moz-transform: translate3d(0, -50vw, 0) scale(0.5);
    -ms-transform: translate3d(0, -50vw, 0) scale(0.5);
    -webkit-transform: translate3d(0, -50vw, 0) scale(0.5);
    -o-transform: translate3d(0, -50vw, 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, -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);
  }
}
.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;
}

.header {
  position: relative;
  z-index: 100;
  background: #000000;
  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: 140%;
  line-height: 22px;
  text-transform: uppercase;
}
.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: 160%;
  line-height: 1.2em;
  margin-top: 11px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .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;
    padding-bottom: 0;
  }
  .header .phone_link {
    width: 100%;
    display: flex;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .header .main_menu {
    display: block;
    font-size: 150%;
    font-family: "bold";
  }
  .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: #000000;
    margin-bottom: 24px;
    background: #ffffff;
  }
}
@media (max-width: 575px) {
  .header .phone_link {
    font-size: 150%;
  }
}

.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: 0.8s;
}

.footer {
  background: #e3e3e3;
  font-family: "bold";
  font-size: 110%;
  line-height: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  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;
  display: flex;
}
.footer .copyrights span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.footer .copyrights span:first-child {
  font-family: "regular";
}
@media (max-width: 1199px) {
  .footer .footer_inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer {
    font-size: 100%;
  }
  .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;
    flex-direction: column;
    display: flex;
  }
  .footer_menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_menu li {
    margin: 3px 10px 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 */
