@charset "utf-8";
/* CSS Document */

@font-face {font-family: Rob T; src: url("../fonts/Roboto-Thin.ttf");}
@font-face {font-family: Rob TI;src: url("../fonts/Roboto-ThinItalic.ttf");}
@font-face {font-family: Rob L; src: url("../fonts/Roboto-Light.ttf");}
@font-face {font-family: Rob LI;src: url("../fonts/Roboto-LightItalic.ttf");}
@font-face {font-family: Rob R; src: url("../fonts/Roboto-Regular.ttf");}
@font-face {font-family: Rob RI;src: url("../fonts/Roboto-Italic.ttf");}
@font-face {font-family: Rob M; src: url("../fonts/Roboto-Medium.ttf");}
@font-face {font-family: Rob MI;src: url("../fonts/Roboto-MediumItalic.ttf");}
@font-face {font-family: Rob B; src: url("../fonts/Roboto-Bold.ttf");}
@font-face {font-family: Rob BI;src: url("../fonts/Roboto-BoldItalic.ttf");}
@font-face {font-family: Rob G;src: url("../fonts/Roboto-Black.ttf");}
@font-face {font-family: Rob GI;src: url("../fonts/Roboto-BlackItalic.ttf");}

@font-face {font-family: Os;src: url("../fonts/Oswald.ttf");}

@font-face {font-family: MT; src: url("../fonts/Montserrat-Thin.ttf");}
@font-face {font-family: MTI;src: url("../fonts/Montserrat-ThinItalic.ttf");}
@font-face {font-family: ML; src: url("../fonts/Montserrat-Light.ttf");}
@font-face {font-family: MLI;src: url("../fonts/Montserrat-LightItalic.ttf");}
@font-face {font-family: MR; src: url("../fonts/Montserrat-Regular.ttf");}
@font-face {font-family: MRI;src: url("../fonts/Montserrat-Italic.ttf");}
@font-face {font-family: MM; src: url("../fonts/Montserrat-Medium.ttf");}
@font-face {font-family: MMI;src: url("../fonts/Montserrat-MediumItalic.ttf");}
@font-face {font-family: MB; src: url("../fonts/Montserrat-Bold.ttf");}
@font-face {font-family: MBI;src: url("../fonts/Montserrat-BoldItalic.ttf");}
@font-face {font-family: MG;src: url("../fonts/Montserrat-Black.ttf");}
@font-face {font-family: MGI;src: url("../fonts/Montserrat-BlackItalic.ttf");}

html {background: transparent!important;}
body {padding: 0;	margin: 0;	overflow-x: hidden;	width: 100%;	word-wrap: break-word;	background: url("../img/body-fon.jpg");	font-family: mr; font-size: 20px; cursor: default;}
a {text-decoration: none;	color: #202020;}

details > summary {list-style: none;}
details > summary::-webkit-details-marker {display: none;}
input:focus, textarea:focus, select:focus {outline: none !important;}
iframe {overflow: hidden;}

.cc {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.cccr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.cl {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.cr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}

.clm {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.crm {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}

h1 {	font-family: os; font-size: 116px;  padding: 0px;  margin: 0px; color: white; font-weight: 100;}
h2 {	font-family: mb; font-size: 40px;  padding: 0px;  margin: 0px; color: #202020;}
h3 {	font-family: mb;	font-size: 27px;  padding: 0px;  margin: 0px; color: #29bd62;}
h4 {	font-family: mm;	font-size: 24px;  padding: 0px;  margin: 0px; color: #0e2f60;}





.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #29bd62;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}



.element-animation {
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}




.input-1 {
  width: 260px;
  padding: 10px;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #202020;
  height: 25px;
  margin-top: 10px;
}

.button-1 {
  width: 282px;
  border-radius: 0px;
  border: 0px solid #202020;
  padding: 10px;
  background-color: #202020;
  color: white;
  font-size: 20px;
  font-family: Rob r;
  margin-top: 10px;
}

.checkbox-1 {
  font-size: 14px;
}

.modal-link {
  display: none;
}

.form-1 {
  display: none;
}


















































@media screen and (min-width : 1px) and (max-width : 1279px) {

  .clm {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center;}
  .crm {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
  .cccr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}

  html {background: transparent!important;}
  body {padding: 0;	margin: 0;	overflow-x: hidden;	width: 100%;	word-wrap: break-word;	background: url("../img/body-fon.jpg");	font-family: mr; font-size: 16px; cursor: default;}
  a {text-decoration: none;	color: #202020;}

  h1 {	font-family: os; font-size: 60px;  padding: 0px;  margin: 0px; color: white; font-weight: 100;}
  h2 {	font-family: mb; font-size: 24px;  padding: 0px;  margin: 0px; color: #202020;}
  h3 {	font-family: mb;	font-size: 20px;  padding: 0px;  margin: 0px; color: #29bd62;}
  h4 {	font-family: mm;	font-size: 24px;  padding: 0px;  margin: 0px; color: #0e2f60;}
  }