@charset "utf-8";
/* CSS Document */

@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: MSB; src: url("../fonts/Montserrat-SemiBold.ttf");}
@font-face {font-family: MSBI;src: url("../fonts/Montserrat-SemiBoldItalic.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");}

@font-face {font-family: eul; src: url("../fonts/EuclidFlex-UltraLight.ttf");}
@font-face {font-family: et; src: url("../fonts/EuclidFlex-Thin.ttf");}
@font-face {font-family: el; src: url("../fonts/EuclidFlex-Light.ttf");}
@font-face {font-family: er; src: url("../fonts/EuclidFlex-Regular.ttf");}
@font-face {font-family: em; src: url("../fonts/EuclidFlex-Medium.ttf");}
@font-face {font-family: esb; src: url("../fonts/EuclidFlex-SemiBold.ttf");}
@font-face {font-family: eb; src: url("../fonts/EuclidFlex-Bold.ttf");}

@font-face {font-family: cit; src: url("../fonts/Captureit.ttf");}


html {
  background: transparent!important;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  word-wrap: break-word;
  font-family: el;
  font-size: 16px;
  cursor: default; 
  -webkit-tap-highlight-color: transparent;
  background-color: #191919;
  color: white;
}
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;}
.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;}

.ccr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.clr {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left; flex-direction: column-reverse;}
.crr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right; flex-direction: column-reverse;}

.clmr {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left; flex-direction: column-reverse;}
.crmr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right; flex-direction: column-reverse;}

h1 {	font-family: cit; font-size: 90px; padding: 0px; margin: 0px; color: white; font-weight: 100;}
h2 {	font-family: cit; font-size: 50px; padding: 0px; margin: 0px; color: white; font-weight: 100;}
h3 {	font-family: mm; font-size: 24px; padding: 0px; margin: 0px; color: white;}
h4 {	font-family: mm; font-size: 20px; padding: 0px; margin: 0px; color: white;}

.crlm {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}
.clrm {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}

.brm {display: none;}
.brpc {display: block;}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  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 1s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #191919;
  border: 3px solid #d92626;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 1s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -0.5s;
}

@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(50px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}




.input-1 {
  width: 260px;
  padding: 30px;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #2c2c2c;
  margin-top: 15px;
  font-size: 16px;
  font-family: mr;
  text-align: center;
  border: 1px solid #d92626;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  color: white;
}

.button-1 {
  width: 323px;
  border-radius: 0px;
  border: 0px solid #2c2c2c;
  padding: 30px;
  background-color: #2c2c2c;
  color: white;
  font-size: 16px;
  font-family: mr;
  margin-top: 15px;
  cursor: pointer;
  background-color: #d92626;
  border-radius: 20px;
}

.button-1:hover {
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid #d92626;
  color: #d92626;
  font-family: msb;
}

.checkbox-1 {
  margin: auto;
  font-size: 11px;
  padding-top: 10px;
  width: 323px;
  text-align: left;
}

.modal-form {
  text-align: center;
  margin-top: 20px;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background-color: #191919;
	position: absolute;
	z-index: 1001;
	padding: 30px;
  text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

.swift-lift {
  position: absolute;
  width: 100%;
  transition: 0.3s;
  background-color: #2c2c2c;
}
.swift-lift-content {
  position: absolute;
  width: 100%;
  height: 500px;
  margin-top: -529px;
  background-color: #202020;
  margin-left: -100%;
  transition: 0.3s;
}
.swift-lift:hover .swift-lift-content {
  margin-left: 0%;
}
.swift-lift-author {
  padding: 5px;
  text-align: left;
  padding-left: 20px;
  background-color: #2c2c2c;
  color: white;
}

@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;}

  .ccr {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}

  .clmr {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}
  .crmr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column-reverse;}

  h1 {	font-family: cit; font-size: 38px; padding: 0px; margin: 0px; color: white; font-weight: 100;}
  h2 {	font-family: cit; font-size: 30px; padding: 0px; margin: 0px; color: white; font-weight: 100;}
  h3 {	font-family: mm; font-size: 24px; padding: 0px; margin: 0px; color: white;}
  h4 {	font-family: mm; font-size: 20px; padding: 0px; margin: 0px; color: white;}

  .crlm {display: flex; flex-wrap: wrap; justify-content: left; }
  .clrm {display: flex;	flex-wrap: wrap; justify-content: right;}

  .brm {display: block;}
  .brpc {display: none;}

  .reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -155px;
    width: 290px;
    background-color: #191919;
    position: absolute;
    z-index: 1001;
    padding: 40px 10px 20px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  }

  .swift-lift {
    position: absolute;
    width: 100%;
    transition: 0.3s;
    background-color: #2c2c2c;
  }
  .swift-lift-content {
    position: absolute;
    width: 100%;
    height: 500px;
    margin-top: -529px;
    background-color: #202020;
    margin-left: -100%;
    transition: 0.3s;
  }
  .swift-lift:hover .swift-lift-content {
    margin-left: 0%;
  }
  .swift-lift-author {
    padding: 5px;
    text-align: center;
    padding-left: 5px;
    background-color: #2c2c2c;
    color: white;
  }

  .input-1 {
    width: 220px;
    padding: 20px;
    font-size: 20px;
    border-radius: 0px;
    border: 1px solid #2c2c2c;
    margin-top: 15px;
    font-size: 16px;
    font-family: mr;
    text-align: center;
    border: 1px solid #d92626;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: white;
  }
  
  .button-1 {
    width: 260px;
    border-radius: 0px;
    border: 0px solid #2c2c2c;
    padding: 20px;
    background-color: #2c2c2c;
    color: white;
    font-size: 16px;
    font-family: mr;
    margin-top: 15px;
    cursor: pointer;
    background-color: #d92626;
    border-radius: 20px;
  }
  .checkbox-1 {
    margin: auto;
    font-size: 11px;
    padding-top: 10px;
    width: 260px;
    text-align: left;
  }
}
























.acalc-content {
  width: 96%;
  max-width: 1140px;
  margin: auto;
  border: 2px dashed #d92626;
  padding: 50px;
  border-radius: 40px;
}
.acalc-b1 { width: 33.3333%; padding-top: 40px;}
.acalc-b2 { width: 33.3333%; padding-top: 40px;}
.acalc-b3 { width: 33.3333%; padding-top: 40px;}

.acalc-select {
  width: 340px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #d92626;
  color: #d92626;
  background-color: #202020;
  font-family: mm;
  font-size: 16px;
  appearance: none;
  background: url(../img/calc-arrow.png) no-repeat right;
  background-position-x: calc(100% - 15px);
}

.acalc-price {
  color: #d92626;
  font-family: mm;
  font-size: 24px;
}

.acalc-price-text {
  color: white;
  font-family: ml;
  font-size: 22px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
  .acalc-content {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    border: 2px dashed #d92626;
    padding: 2%;
    border-radius: 20px;
    text-align: center;
    padding-top: 30px;
  }
  .acalc-b1 { width: 100%; padding-top: 40px;}
  .acalc-b2 { width: 100%; padding-top: 20px;}
  .acalc-b3 { width: 100%; padding-top: 20px; padding-bottom: 20px;}

  .acalc-select {
    width: 260px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #d92626;
    color: #d92626;
    background-color: #202020;
    font-family: mm;
    font-size: 14px;
    appearance: none;
    background: url(../img/calc-arrow-m.png) no-repeat right;
    background-position-x: calc(100% - 15px);
  }
}