
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Errors */

label { /*margin-left: 15px; margin-top: 10px;*/ display:block; /*margin-bottom:10px; */position:relative; }
label:before, label:after { display:block; opacity:0; position:absolute; visibility:hidden; z-index:9998; font-family: 'bliss-light'; }
label:before { content:''; height:0; line-height:0; position:absolute; }
label:after { /*background-color:#f00;*/
    color:#fff; content:attr(data);
    cursor:pointer; font-size:12px;
    height: 25px;
    font-family: 'Tahoma' !important;
    text-transform: uppercase;
    background: #ff6868;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  #ff6868 0%, #d80000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6868), color-stop(100%,#d80000));
    background: -webkit-linear-gradient(top,  #ff6868 0%,#d80000 100%);
    background: -o-linear-gradient(top,  #ff6868 0%,#d80000 100%);
    background: -ms-linear-gradient(top,  #ff6868 0%,#d80000 100%);
    background: linear-gradient(to bottom,  #ff6868 0%,#d80000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6868', endColorstr='#d80000',GradientType=0 );
 }
label:after { line-height:0px; padding:11px 11px 0; white-space:nowrap; border-radius: 4px; }
label:after:focus { visibility:hidden; opacity:0; }

label.right:before { z-index: 9999; border-top:solid 5px transparent; border-bottom:solid 5px transparent; border-right: 5px solid #ec3434; left:101%; top:50%; margin: -5px 0 0 0; width:0px; height: 0px; }
label.right:after { border-left:solid 1px #f00; left:100%; margin:-16px 0 0 6px; top:50%; }

label.left:before { z-index: 9999; border-top:solid 5px transparent; border-bottom:solid 5px transparent; border-left: 5px solid #ec3434;  right:101%; top:50%; margin: -5px 0 0 0; width:0px; height: 0px; }
label.left:after { border-right:solid 1px #f00; right:100%; margin:-16px 7px 0 0; top:50%; }

label.top:before { z-index: 9999; border-left:solid 5px transparent; border-right:solid 5px transparent; border-top: 5px solid #D80000; height:0px; width: 0px; left:50%; top:-14px; }
label.top:after { /*border-bottom:solid 1px #f00;*/ bottom:129%; left:15%; }

label.bottom:before { z-index: 9999; border-left:solid 5px transparent; border-right:solid 5px transparent; border-bottom: 5px solid #fe6666; height:0px; width: 0px; left:50%; bottom:-11px; }
label.bottom:after { /*border-bottom:solid 1px #f00;*/ top:129%; left:15%; }

label.red input, label.red textarea { border:solid 1px #f00 !important; }
label.red:before, label.red:after { visibility:visible; opacity:1; }
@media screen and (max-width:767px){
    label:after, label:before{opacity: 0 !important;}
    label.red input, label.red textarea { border:solid 2px #f00 !important; }
}.order_block {
	width:300px;
	position:absolute;
	/*height:311px;*/
  height:248px;
	padding-top:15px;
	border-radius:0 0 15px 15px;
	background:rgba(255,255,255,0.80);
	right:10px;
	top:404px;
	font-size:17px;
	line-height:20px;
	text-shadow:0px 1px 1px #fff;
	color:#000;
}
@media screen and (max-width: 767px){
	.order_block.first_order{
		right:calc(50% - 150px);
	}
}

.order_block.first_order {
	top: 395px;
	padding-top: 0px;
}

.order_block span {
	display:block;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	color:#065c99;
	font-family:'pt_bold';
	margin-bottom:3px;
}

input[type="text"],input:not([type]) {
	width:213px;
	height:40px;
	border:#cab9ba solid 1px;
	box-shadow:0px 1px 0px #fff;
	margin-bottom:10px;
	background:#fff;
	padding:0 10px 0 35px;
	font-size:18px;
	color:#3b3b3b;
	font-family:Tahoma, Verdana;
}

input.input_name {
	background:#fff url(21f4e2bf73abbfa7821ad004ebd36fc4.png) no-repeat 11px;
}

input.input_phone {
	background:#fff url(5dd9ab4d27c4ab34a756d8a2d63c5383.png) no-repeat 9px;
}

input.input_email {
	background:#fff url(e9ed200a777553d32bfd53f16c08d0ae.png) no-repeat 11px;
}

input.bttn {
	width:274px;
	height:60px;
	line-height:55px;
	background:url(d76ed14f7b027fdf719f5ebf21de07ad.png) no-repeat 0px 0px;
	box-shadow:none;
	border:none;
	padding:0;
	font-size:22px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	cursor:pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

input.bttn:hover {
	color:#661616;
}

.order_block form {
	margin-top:10px;
}

.order_block input.bttn {
	margin-top:7px;
}.order_photo2 {
  height: 426px;
  background: url(5d5d573cc20a043c85730f7058194e1f.jpg) no-repeat center;
  position: relative;
  z-index: 2;
}

.order_photo2 .wrap {
  height: 426px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order_img2 {
  width: 632px;
  height: 798px;
  position: absolute;
  background: url(6a4d5ee468ba10b975a6addd7938d03d.png) no-repeat center;
  left: calc(50% + 366px);
  top: -151px;
}

.order_photo2 .order_block2 {
  width: 95%;
  max-width: 360px;
  height: 260px;
  /*311*/
  padding: 23px 7px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  color: #16639d;
  font-family: 'pt_bold';
  text-transform: uppercase;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  box-sizing: content-box;
}

.order_photo2 .order_block2 span {
  display: block;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}

.order_photo2 .order_block2 form {
  margin-top: 15px;
}

.order_photo2 .order_block2 input[type='text'] {
  width: 235px;
}

.order_photo2 .order_block2 input.bttn {
  background-size: contain !important;
  height: 75px;
  font-size: 22px;
  font-family: 'pt_bold';
  background: url(530802aee968c1bfdf83fc33acb3129f.png) no-repeat center;
  text-shadow: 0px 1px 0px #003378;
  letter-spacing: 1px;
  width: 82%;
}

@media screen and (max-width: 575px) {
  .order_photo2 .order_block2 input.bttn {
    width: 98%;
    height: 69px;
    background-position-y: 4px;
  }
}

@charset "UTF-8";

.photo .modal_box {
  max-width: 590px;
}

.modal.photo .up_wrapp {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 91px;
  height: 100px;
  margin: 0;
}

.modal.photo .up {
  width: 91px;
  height: 50px;
  font-family: 'pt_regular';
  font-size: 14px;
  color: #3f3f3f;
  position: relative;
  margin-right: 30px;
  padding-top: 50px;
  background: #ececec url(f88fee7902744ca6101007872fb87f01.png) center 28px no-repeat;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  box-sizing: content-box;
}

.modal.photo .up .img_upload {
  opacity: 0;
}

.modal.photo .up.uploaded {
  cursor: default;
  background: #ececec;
  margin: 0px 30px 0px 0px;
  padding: 50px 0px 0px 0px;
}

#photo form label {
  display: inline-block;
}

.modal.photo .up.uploaded .img_upload {
  opacity: 1;
}

.modal.photo .up.uploaded em {
  display: none;
}

.up_remove.active {
  position: absolute;
  opacity: 0;
  top: 0px;
  right: 0px;
  width: 91px;
  height: 100px;
  cursor: pointer;
  font-size: 27px;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: 'pt_bold';
  z-index: 2;
}

.up_remove.active:hover {
  position: absolute;
  opacity: 1;
  top: 0px;
  right: 0px;
  width: 91px;
  height: 100px;
  cursor: pointer;
  font-size: 27px;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: 'pt_bold';
  z-index: 2;
}

.up_remove b {
  position: absolute;
  top: 5px;
  right: 7px;
}

.modal.photo .img_upload {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 24px;
  left: 25px;
  background: url(a06ed527f33868a2ffa847a683c90d43.png) no-repeat;
}

.modal.photo .up em {
  text-align: center;
  display: block;
}

.upload {
  display: none;
}

.modal.photo input.bttn {
  max-width: 316px;
  width: 100%;
  height: 75px;
  font-size: 22px;
  font-family: 'pt_bold';
  background: url(530802aee968c1bfdf83fc33acb3129f.png) no-repeat 50%;
  text-shadow: 0 1px 0 #003378;
  letter-spacing: 1px;
  background-position-y: 4px;
  background-size: contain;
}

.up_remove {
  display: none;
}

.photo .flex {
  display: flex;
  justify-content: space-around;
}

.photo .flex .flex {
  width: 50%;
}

.up_remove.active:after {
  content: "\43E\447\438\441\442\438\442\44C";
  color: #fff;
  font-family: 'din_light';
  font-size: 18px;
  padding-top: 70px;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .phone.top.required {
    display: block;
  }

  .modal.photo input.bttn {
    font-size: 18px;
    height: 100%;
    max-height: 75px;
    background-position-y: 2px;
  }

  .photo .flex .flex {
    width: 100%;
    justify-content: center;
  }

  .modal.photo .up_wrapp {
    margin: 10px;
  }
}

/* @media screen and (max-width:460px){
    .photo form>.flex{
        flex-direction: column; 
    }
    
   
} */

.projects {
  padding: 30px 0 15px 0;
  background: #f1f1f1 url(8e894f3b84c93bb8b08a28929e114b5a.jpg);
}

.project {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.project_name {
  text-align: center;
  color: #5b5b5b;
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.project_img img {
  padding: 0 10px;
}

.project_img img:first-child {
  padding-right: 3px;
}

.project_img img:nth-child(2) {
  padding-left: 3px;
}

.project_img {
  margin: 0 0 10px !important;
  background: #fff;
  padding: 10px 0;
  justify-content: center;
}

.project_text.row {
  max-width: 820px;
  padding: 13px 10px 15px 36px;
  border-radius: 15px;
  border: #065c99 dashed 2px;
  color: #919191;
  font-family: 'pt_italic';
  font-size: 18px;
  line-height: 22px;
  background: #fff;
  box-sizing: content-box;
  margin: 0;
}

.project_text.row .pale {
  box-sizing: border-box;
  margin-top: 15px;
}

.project_text span {
  display: block;
  font-family: 'pt_bold';
  margin: 0 0 0px -30px;
  font-size: 20px;
  color: #3b3b3b;
  text-align: center;
}

.project_text .pt_col {
  color: #3b3b3b;
  float: left;
  font-family: 'pt_regular';
  box-sizing: border-box;
}

.p1 .pt_col {
  max-width: 370px;
}

.p3 .pt_col {
  margin-bottom: 10px;
}

.project_det {
  max-width: 720px;
  border-radius: 0 0 15px 15px;
  border: #fff dashed 2px;
  border-top: none;
  margin: 0 auto;
  min-height: 57px;
  font-size: 25px;
  color: #3b3b3b;
  line-height: 57px;
}

.project_date {
  float: left;
  max-width: 325px;
  padding-left: 35px;
  margin-left: 20px;
  background: url(3dc1934785ad88c0d4ed12ee52424e8f.png) no-repeat left;
  box-sizing: content-box;
}

.project_price {
  float: right;
  max-width: 205px;
  padding-left: 45px;
  margin-right: 20px;
  background: url(40daad71af5c6d50aa7ff30c7ee04407.png) no-repeat left;
  box-sizing: content-box;
}

.project_det em {
  font-family: 'pt_bold';
  color: #065c99;
}

.p3 .project_price {
  max-width: 205px;
}

@media screen and (max-width: 767px) {
  .project_img img {
    height: 60vw;
  }

  .project_img img:first-child {
    padding-right: 10px;
    padding-bottom: 3px;
  }

  .project_img img:nth-child(2) {
    padding-left: 10px;
    padding-top: 3px;
  }

  .project_price {
    padding-left: 30px;
    margin-right: 5px;
  }

  .project_date {
    padding-left: 20px;
    margin-left: 5px;
  }

  .project_name {
    font-size: 2em;
  }
}

@media screen and (max-width: 575px) {
  .project_name {
    font-size: 1.5em;
    line-height: 22px;
  }

  .project_price {
    padding-left: 40px;
    margin: 10px 0;
    float: left;
    line-height: 22px;
  }

  .project_date {
    padding-left: 20px;
    margin-left: 0;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
  }

  .project_det {
    padding-left: 6vw;
  }

  .project_text span {
    margin-left: -36px;
  }
}

#recieved {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0vh;
  background: rgba(65, 48, 48, 0.8);
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  z-index: 999999;
}

#recieved div {
  position: relative;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 3px groove;
}

#recieved div h2 {
  font-size: 26px;
  font-family: pt_bold;
  color: #16639d;
  margin-bottom: 10px;
}

#recieved p {
  margin-bottom: 15px;
}

#recieved button {
  padding: 3px 10px 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(180deg, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: -webkit-linear-gradient(180deg, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: -o-linear-gradient(180deg, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: linear-gradient(180deg, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  border: 1px ridge #0083ffde;
  border-right: 2px ridge #6ab6f9;
  border-left: 2px groove #6ab6f9;
  color: white;
  font-size: 22px;
  min-width: 200px;
}

#recieved .request_err {
  display: none;
}

#recieved button:hover {
  color: #661616;
  background: -moz-linear-gradient(bottom, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: -webkit-linear-gradient(bottom, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: -o-linear-gradient(bottom, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  background: linear-gradient(bottom, #a3d9ff, #0080ee 2%, #014fb6 98%, #a3d9ff);
  cursor: pointer;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;} input,textarea {outline:none;}
@font-face {
	font-family:'pt_bold';
	src:url(fonts/pts75f.eot);
	src:url(fonts/pts75f.eot?#iefix) format('embedded-opentype'),
		url(fonts/pts75f.woff) format('woff'),
		url(fonts/pts75f.ttf) format('truetype');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'din_light';
	src:url(fonts/PFDinTextCondPro-Light.woff);
	src:url(fonts/PFDinTextCondPro-Light.eot?#iefix) format('embedded-opentype'),
		url(fonts/PFDinTextCondPro-Light.woff) format('woff'),
		url(fonts/PFDinTextCondPro-Light.ttf) format('truetype'),
		url(fonts/PFDinTextCondPro-Light.svg#din_light) format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'din_bold';
	src:url(fonts/pfdintextcondpro-bold-webfont.eot);
	src:url(fonts/pfdintextcondpro-bold-webfont.eot?#iefix) format('embedded-opentype'),
		url(fonts/pfdintextcondpro-bold-webfont.woff) format('woff'),
		url(fonts/pfdintextcondpro-bold-webfont.ttf) format('truetype'),
		url(fonts/pfdintextcondpro-bold-webfont.svg#din_bold) format('svg');
	font-weight:normal;
	font-style:normal;
} 

@font-face {
	font-family:'pt_boldit';
	src:url(fonts/pts76f.eot);
	src:url(fonts/pts76f.eot?#iefix) format('embedded-opentype'),
		url(fonts/pts76f.woff) format('woff'),
		url(fonts/pts76f.ttf) format('truetype');
	font-weight:normal;
	font-style:normal;
}header {
	height:110px;
}
header .wrap{
	padding:  15px;
}
.logo {
	width:379px;
	height:71px;
	background:url(cba69022f7d6df2b18b60ffe654dc854.png) no-repeat center;
	/* float:left; */
	/* margin:26px 0 0 10px; */
	display: inline-block;
}
.t_phone {
	width:420px;
	float:right;
	font-size:36px;
	line-height:30px;
	color:#095892;
	font-family:'pt_bold';
	text-align: center;
    margin-top: 6px;
	display: inline-block;
}

.t_phone a.mc {
	display:inline-block;
	width:171px;
	height:28px;
	font-size:18px;
	line-height:22px;
	text-align:center;
	color:#fff;
	text-shadow:0px 1px 0px #b97b02;
	font-family:Tahoma, Verdana;
	border-radius: 6px;
    letter-spacing: 1px;
	background: -moz-linear-gradient(180deg,#ffef00 0%,#feca00 8%,#ffa300 96%,#ffef00);
	background: -webkit-linear-gradient(180deg,#ffef00 0%,#feca00 8%,#ffa300 96%,#ffef00);
	background: -o-linear-gradient(180deg,#ffef00 0%,#feca00 8%,#ffa300 96%,#ffef00);
	background: linear-gradient(180deg,#ffef00 0%,#feca00 8%,#ffa300 96%,#ffef00);
    border: 1px solid #ff9400;
	box-shadow: 0 7px 6px -5px rgba(0,0,0,.75);
	}
.t_phone a.mc:hover {
	color:#661616;
}
@media screen and (max-width:767px){
	.logo{
		background-size: contain;
	}
	.t_phone {
		 font-size: 1.2em;
		 padding:0 !important;
	}
	header .wrap{
		padding: 15px 0 0 7px;
	}
	.t_phone a.mc {
		max-width: 171px;
		width:96%;
	}
}


.timer_block {
	width:300px;
	position:absolute;
	height:186px;
	padding-top:15px;
	border-radius:15px 15px 0 0;
	background:rgba(255,255,255,0.80);
	right:10px;
	top:194px;
	font-size:26px;
	line-height:27px;
	text-shadow:0px 1px 1px #fff;
	color:#000;
	box-sizing: content-box;
}
@media screen and (max-width: 767px){
	.main .timer_block{
		right:calc(50% - 150px);
	}
}
.timer_block span {
	display:block;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	color:#065c99;
	font-family:'pt_bold';
	margin-bottom:3px;
}
.timer {
	margin:0 auto;
	width:280px; 
	height:84px; 
	background:url(0dd01e72cc3cc31aadb5cafbd493f4ac.png) no-repeat center;
	position:relative; 
}

.timer .container { 
	width: 254px;
	position:relative;
	height: 58px; 
	top: 3px;
	left: 11px;
	padding: 0;
    margin: 0;
}

.timer .container div {
	height: 58px; 
	width: 58px; 
	float: left; 
	text-align:center!important; 
	position:relative;
	letter-spacing:-2px;
}

.timer .days {
	margin-right:8px;
}

.timer .hours {
	margin-right:7px;
}

.timer .minutes {
	margin-right:7px;
}

.timer .container div span {
	display:inline;
	font-size: 44px;
	color:#585858;
	font-family:'din_bold';
	line-height: 58px;
}


.timer .container .second6Play, .timer .container .secondPlay {
	color:#cc180a;
}

.timer .container em {
	position: absolute;
	font-size:16px;
	bottom: -22px;
	text-align: center!important;
	width: 58px;
	display:block;
	color:#3c3c3c;
	font-family:Tahoma, Verdana;
	letter-spacing:0;
}.first_timer {
	font-size: 21px !important;
	line-height: 20px !important;
}

.main {
  height: 760px;
}
.clearfix {
  clear: both;
}
.main .wrap {
  height: 760px;
  text-align: center;
}
.main h1 {
  margin-top: 25px;
  max-width: 960px;
  padding: 0 10px;
  color: #206ea5;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #fff;
  letter-spacing: 2px;
}
.main h1 span {
  font-size: 17px;
  margin-right: 65px;
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #0a5286;
  font-family: Tahoma, Verdana;
}
h1 em {
  color: #1a689f;
}

.main .location-info {
  padding: 25px 10px 45px;
  font-size: 28px;
  text-transform: uppercase;
  color: #ff9524;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.38), 1px 1px 0px #d27a;
  font-weight: 600;
}

.main .order_block.first_order,
.main .timer_block.first_timer {
  position: relative;
  top: auto;
  float: right;
}
@media screen and (max-width:767px){
  .main h1 span {
    font-size: 50%;
    line-height: 15px;
    margin-right: 0;
    width: 100%;
    padding: 0 10px;
  }
}
.counts {
  padding: 10px 0 15px;
  background: url(899ea3a1e02be4b4667aa1bebc2f2ec9.jpg) repeat-x center;
  background-size: cover;
}
.counts .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.c1 {
  background: url(d6324e66832e49f43250d52fb2cf5431.png) no-repeat -23px 50%;
  padding-left: 47px;
}
.c2 {
  background: url(edb230d857c1d57b7388cae186d32f86.png) no-repeat left 50%;
  padding-left: 175px;
}
.c3 {
  background: url(f8bdb0aec82bb65d5884dc569f6f8db7.png) no-repeat 4px 50%;
  padding-left: 60px;
}
.c5 {
  background: url(5a2369931fa4de67a61455272874d648.png) no-repeat 0 -8px;
  padding-left: 55px;
}
.c4 {
  background: url(e94b7f10491bb8fb956bb633814efc3a.png) no-repeat left 50%;
  padding-left: 85px;
}
.count {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: Tahoma, Verdana;
  text-shadow: 0px 1px 1px #00243e;
  box-sizing: content-box;
  max-width: 27%;
}
@media screen and (max-width: 767px){
	section.counts{
		display: none
	}
}
@media screen and (max-width: 825px){
	.c4,.c2,.c3{
    padding-left: 10px;
    padding-top: 60px;
    background-position: 40% -5px;
    align-self: baseline;
  }
}
.reasons {
  background: #f3f3f3;
  padding: 37px 0 20px 0;
 }
.rq {
  text-align: right;
  padding-right: 70px !important;
  background: url(bf6d26ac78fe500103eef67e07b78763.png) no-repeat calc(100% - 5px) 5px;
}
.ra {
  text-align: left;
  padding-left: 70px !important;
  background: url(70630c59f21c45ddb440047fcb654af3.png) no-repeat 18px 5px;
}
.reason {
  width: 420px;
  float: left;
  color: #3b3b3b;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}
.ra span {
  display: block;
  text-transform: uppercase;
  color: #065c99;
  font-family: 'pt_bold';
  margin: 4px 0;
}
.fade {
  transition: all 0.5s ease;
}
@media screen and (max-width:767px){
  .rq {
    background: url(bf6d26ac78fe500103eef67e07b78763.png) no-repeat 18px 5px;
  }
  .ra {
    background: url(70630c59f21c45ddb440047fcb654af3.png) no-repeat 18px 5px;
}
  .reason.rq ,.reason.ra {
    text-align: left;
    padding-left: 70px;
  }
  .reasons .fade {
    padding:0 7% 0;
    margin-bottom:20px
  }
  .reasons h2 {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px){
  .reasons .fade {
      padding: 0;
    }
}
@media screen and (max-width: 400px){
  .reasons .reason br {
      display:none
    }
}.offer {
  background: #ededed;
  padding: 45px 0 25px 0;
}
.offer h2 {
  color: #ff9524;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.38), 2px 2px 0px #d27a03;
}

.offer .o1 {
  background: url(24d9ca851f7b9cf367386a22fd1bfa27.png) no-repeat center 80px;
}
.offer .o2 {
  background: url(8fa9cacf053a4c25a0ad8e582e04cd10.png) no-repeat center 80px;
  
}
.offer .o3 {
  background: url(9c2494870015c664424cf6f98568e276.png) no-repeat center 80px;
}
.offer .o4 {
  background: url(806e16e22da345a961c49f315f6613a4.png) no-repeat center 80px;
}
.offer .o5 {
  background: url(e84d4d49ec8880b21aabc51f9bbdce00.png) no-repeat center 80px;
  
}
.offer .o6 {
  background: url(c9945cb1ea368ebff82287215e58f5c3.png) no-repeat center 80px;
}
.o6 .offer_text em {
  display: block;
  background: url(47b9ac0be354f7fd9190a0b5d46546d7.png) no-repeat;
  color: #ff8012;
  padding-left: 40px;
  background-size: 15%;
  line-height: 27px;
}
.offer_one {
  width: 274px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.offer_one > span {
  display: block;
  color: #065c99;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'pt_bold';
  line-height: 30px;
  margin-bottom: 255px;
}
.offer_text {
  height: 60px;
  max-width: 257px;
  margin: 0 auto 18px auto;
  border: #fff dashed 1px;
  background: rgba(255, 255, 255, 0.8);
  color: #004a77;
  font-size: 16px;
  line-height: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer_one a {
  min-height: 45px;
  margin: 0 auto;
  max-width: 274px;
  border-radius: 12px;
  background: -moz-linear-gradient(180deg,#ffef00 0,#feca00 8%,#ffa300 96%,#ffef00);
  background: -webkit-linear-gradient(180deg,#ffef00,#feca00 8%,#ffa300 96%,#ffef00);
  background: -o-linear-gradient(180deg,#ffef00 0,#feca00 8%,#ffa300 96%,#ffef00);
  background: linear-gradient(180deg,#ffef00,#feca00 8%,#ffa300 96%,#ffef00);
  border: 1px solid #ff9400;
  box-shadow: 0 7px 6px -5px rgba(0,0,0,.75);
  padding: 7px 5px 5px;
  font-size: 17px;
  font-family: 'pt_bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 1px 0px #a86f05;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.offer_one a > span {
  line-height: 1.2;
  font-size: 0.75em;
}
.offer_text em {
  display: block;
  font-size: 21px;
  line-height: 28px;
  font-family: 'pt_bold';
}
.offer a.offer_a:hover {
  color: #661616;
}
.offer_one a:hover {
  color: #661616;
}
.offer a.offer_a {
  display: block;
  max-width: 605px;
  width: 95%;
  height: 67px;
  line-height: 69px;
  background: -moz-linear-gradient(180deg,#a3d9ff,#0080ee 2%,#014fb6 98%,#a3d9ff);
  background: -webkit-linear-gradient(180deg,#a3d9ff,#0080ee 2%,#014fb6 98%,#a3d9ff);
  background: -o-linear-gradient(180deg,#a3d9ff,#0080ee 2%,#014fb6 98%,#a3d9ff);
  background: linear-gradient(180deg,#a3d9ff,#0080ee 2%,#014fb6 98%,#a3d9ff);
  border: 1px #0083ffde ridge;
  border-right: 2px #6ab6f9 ridge;
  border-left: 2px #6ab6f9 groove;
  border-radius: 12px;
  box-shadow: 0 7px 6px -5px rgba(0,0,0,.75);
  font-size: 28px;
  font-family: 'pt_bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 1px 0px #002353;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width:767px){
  .offer_text {
    height: 67px;
    max-width: 257px;
    padding: 0px;
    margin: 0 auto 18px auto;
  }
  .offer_text em { 
    line-height: 17px;
  } 
  .offer .wrap{
    width:100%;
    margin: 0 auto;
  }
  .offer .offer_one {
    padding-top: 255px; 
  }
  .offer_one > span {
    position: absolute;
    width:calc(100% - 25px);
    margin-top: -235px;
    line-height: 27px;
  }
  .offer h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:575px){
  .o6 .offer_text em{
    padding-left: calc(7px + 5vw);
    font-size: 18px;
  }
  .offer a.offer_a{
    font-size: calc(0.6em + 2vw);
  }
  .offer .offer_one {
    background-size: calc(100% - 30px);
    background-position: 15px 80px;
  }
  .offer_text em {
    line-height: 17px;
  }
  .offer_one.o4 .offer_text{
    font-size: 14px;
    line-height: 13px;
  }
  .o4 > span{
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px){
  .offer .offer_one {
    background-size: 100%;
    background-position: 0px 80px;
  }
  .offer_one>span {
    font-size: 20px;
    line-height: 20px;
  }
}.why {
  background: #ffc000;
  min-height: 987px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.why_one.w2 span{
  margin: 0 -10px;
}
.why h2 {
  color: #fff;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.38), 2px 2px 2px #d27a03;
  margin-bottom: 50px;
}

.why_one {
  max-width: 24% !important;
  display:inline-block;
  text-align: justify;
  padding-top: 174px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  vertical-align: top;
  }

.why_one span {
  display: block;
  line-height: 24px;
  font-family: 'pt_bold';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.why .wrap {
  opacity: 1;
  transform: scale|(1, 1);
  text-align:center;
}

.why .wrap:nth-child(2) {
  opacity: 0.01;
  transform: scale(0.5, 0.5);
}

.w1 {
  background: url(fc4f20ec05424c7d8f78a78e33555cea.png) no-repeat center top;
}

.w2 {
  background: url(df6bde618505e84aa1a87b58fe1b9899.png) no-repeat center 23px;
}

.w3 {
  background: url(f1ecba39a308e1683b7be13cc85129be.png) no-repeat center 23px;
}

.w4 {
  background: url(aeb134cd2c7862608e8199f6b431091e.png) no-repeat center 23px;
}

.w5 {
  background: url(408bcfe1542b0e090a55aeda167715db.png) no-repeat center 23px;
}

.w6 {
  background: url(677628cfd4c0891a8cfe7f65cf54657c.png) no-repeat center 23px;
}

.w7 {
  background: url(dcae3e520ca0a852db75df580d6aae01.png) no-repeat center 23px;
}
.w8 {
  background: url(2a580d497e3687a6caeee62d8f4557de.png) no-repeat center 23px;
}
@media screen and (max-width:767px){
 .why .wrap{
    margin: 0 auto;
  }
  .why h2 {
    margin-bottom: 20px;
}
.why_one {
  max-width: 49% !important;
}
}
@media screen and (max-width:575px){
  .why .why_one{
    padding: 174px 30px 0;
    max-width: 99% !important;
  }
}
.price {
	background:#fff;
	padding:50px 0 15px 0;
}

.price h2 {
	color:#ff9524;
	font-size:56px;
	line-height:56px;
	text-shadow:0px 2px 1px rgba(0,0,0,0.38), 2px 2px 0px #d27a03;
	margin-bottom: 100px;
}

.price .wrap {
	position:relative;
	width:714px;
	height:550px;
	/*background:url(../images/price.jpg) no-repeat center 70px;*/
}
.price_one {
	position:absolute;
	overflow:hidden;
	z-index:3;
}

.price_descr {
	position:absolute;
	padding:10px 0 5px 20px;
	font-size:18px;
	color:#000;
	line-height:24px;
	border-radius:5px;
	background:url(bcc58eade66bdc746724136dd691ac70.png);
	text-shadow:0px 1px 1px #fff;
	/*opacity:0;*/
	z-index: 10;
}

.price_one:hover {
	overflow:visible;
	z-index:1;
}

.price_one:hover .price_descr {
	opacity:1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.price_descr a {
	border-bottom:#065c99 dashed 1px;
	color:#065c99;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.price_descr a:hover {
	border-color:transparent;
}

.pd {
	position:absolute;
}

.price .wrap:hover .prv {
	opacity:0;
	z-index:1;
}

.pr1 .pd {
	/*width:34px;
	height:41px;
	bottom:-41px;
	left:85px;*/
	width: inherit;
	height: 41px;
	bottom: -41px;
	left: -10px;
	background:url(5d0ea24e3e2856d4ecd44414119d79b2.png) no-repeat center;
}

.pr2 .pd {
	width: 225px;
  top: -66px;
  left: 461px;
	left: -20px;
}

.pr3 .pd {
	width: inherit;
	height:91px;
	top:-91px;
	left: 10px;
	background:url(f2aab5ddf25154b1e0d1d901a55b4f72.png) no-repeat center;
}

.pr4 .pd {
	width: inherit;
	height:54px;
	top:-54px;
	left: 78px;
}

.pr5 .pd {
	width: inherit;
	height:61px;
	top:-61px;
	right: -105px;
}

.pr6 .pd {
	width: inherit;
	height:78px;
	bottom:-78px;
	left: 38px;
}
.pa1 {
	left:85px;
	top:60px;
}

.pa2 {
	left:390px;
	top:110px;
}

.pa3 {
	left:60px;
	top:142px;
}

.pa4 {
	left:240px;
	top:242px;
}

.pa5 {
	left:450px;
	top:287px;
}

.pa6 {
	left:-20px;
	top:85px;
}

.pa7 {
	right:60px;
	bottom:152px;
}
.pr7 .pd {
	width: inherit;
	height:79px;
	bottom:-79px;
	left: 13px;
}

.pr8 .pd {
	width: inherit;
	height:79px;
	top:-79px;
	left: 52px;
}

.prv {
	width:264px;
	height:238px;
	left:12px;
	top:-3px;
	opacity:1;
	z-index:3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.prv .pd {
	width:34px;
	height:41px;
	bottom:-41px;
	left:85px;
	background:url(5d0ea24e3e2856d4ecd44414119d79b2.png) no-repeat center;
}

.prv .price_descr {
	width:225px;
	opacity:1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.prv .price_descr {
	left:0px;
	top:0px;
}
/*//////////////////////*/
.pr1 .price_descr {
	width:225px;
	top:-110px;
	left: 12px;
	display: none;
}

.pr2 .price_descr {
	width:225px;
	top: -15px;
  left: 414px;
	display: none;
}

.pr3 .price_descr {
	width:305px;
	top:264px;
	left:-40px;
	display: none;
}

.pr4 .price_descr {
	width:270px;
	top:330px;
	left:65px;
	display: none;
}

.pr5 .price_descr {
	width:280px;
	top: 367px;
	left: 172px;
	display: none;
}

.pr6 .price_descr {
	width:230px;
	top: -30px;
	left: -40px;
	display: none;
}
.pr8 .price_descr {
	width:230px;
	top: 420px;
    left: 450px;
	display: none;
}
/* .pr9 .price_descr {
	width: 258px;
  top: 278px;
  left: 551px;
  display: none;
  
}
.pr10 .price_descr {
  width: 216px;
  top: 174px;
  left: 127px;
	display: none;
} */
/*//////////////////////*/
.price_descr b{
	display: inline-block;
}
.price div.price_a {
  border-radius: 8px;
  display: block;
  width: 86px;
  height: 32px;
  line-height: 35px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: pt_bold;
  text-shadow: 0 1px 0 #a86f05;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  z-index: 99;
  background: #ffef00;
  -webkit-box-shadow: 0 7px 6px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 7px 6px -5px rgba(0,0,0,0.75);
  box-shadow: 0 7px 6px -5px rgba(0,0,0,0.75);
  border: 1px solid #ff9400;

}

.price_a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -999;
  height: 30px;
  width: 84px;
  border-radius: 6px;
  background: #feca00;
  background: -moz-linear-gradient(top,#feca00 0,#ffa300 100%);
  background: -webkit-linear-gradient(top,#feca00,#ffa300);
  background: linear-gradient(180deg,#feca00,#ffa300);
}

.pa1 {
	left:85px;
	top:60px;
}

.pa2 {
	left: 315px;
  top: 59px;
}

.pa3 {
	left:60px;
	top:142px;
}

.pa4 {
	left:240px;
	top:242px;
}

.pa5 {
	left:450px;
	top:287px;
}

.pa9 {
	right: 5px;
  bottom: 290px;
}

.pa10 {
  right: 264px;
  bottom: 344px;
}

map {
	width: 714px;
	height: 482px;
	display: none;
}

.wrap .map {
  display: block;
  position: relative; 
  padding: 0; 
  width: 714px; 
  height: 482px;
}

.map canvas {
  width: 714px; 
  height: 482px; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  padding: 0px; 
  border: 0px none;
}

.map img {
  opacity: 0; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  padding: 0px; 
  border: 0px none;
}

.price .wrap {
	line-height: 0;
	position: relative;
}

.price_a {
	cursor: default;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

@media screen and (max-width: 767px){
	section.price{
		display: none
	}
}.hww {
	background:#fff;
	padding:25px 0 45px 0;
}

.hww h2 {
	margin-bottom:55px;
}

.hww .wrap {
	position:relative;
	justify-content: center;
}

.hww_one {
	font-size:16px;
	color:#3b3b3b;
	line-height:18px;
  text-align:center;
  display: inline-block;
  vertical-align: top

}

.hww_one span {
	display:block;
	text-transform:uppercase;
	color:#065c99;
	font-size:22px;
	font-family:'pt_bold';
  line-height:22px;
}

.hww_text {
	padding:15px 0 5px 0;
	border-radius:5px;
	border:#f1bd5a dashed 1px;
}

.hww_text span {
	font-size:26px;
	line-height:26px;
}

.hww .ht {
	padding: 0 10%;
}

.hww .hb.h1 {
	margin-top: -16px;
}
.hww .gray_hr{
	display: block;
	width: 96%;
	margin:40px auto;
	height: 6px;
	background: -moz-linear-gradient(top,#acaaaa 45%,#d3d3d3 100%,#dddcdc);
	background: -webkit-linear-gradient(top,#acaaaa 45%,#d3d3d3 100%,#dddcdc);
    border-radius: 15px;
}

.hww a {
	display:block;
	width:224px;
	height:55px;
	line-height:51px;
	background:url(68948c393e40bd7bf4522ff6105c77e6.png) no-repeat 0px 0px;
	font-size:20px;
	font-family:'pt_bold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 1px 0px #a86f05;
	text-align:center;
	margin:10px auto 0 auto;
}

.hww a:hover {
	color:#661616;
}
@media screen and (max-width: 930px){
	.hww .ht {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px){
	section.hww{
		display: none
	}
}.any_q {
  background: #fff;
  padding: 70px 0 55px;
  font-family: 'din_light';
}
.any_q .wrap{
  text-align: center;
}
.any_q h2 {
  font-family: 'din_light';
  font-size: 88px;
  color: #3b3b3b;
  float: left;
  width: 100%;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
}
.any_q h2 em {
  color: #004a77;
}
.any_q a {
  display:inline-block;
  font-size: 26px;
  line-height: 26px;
  color: #e7082f;
  border-bottom: #e7082f dashed 1px;

}
.any_q a:hover {
  border-color: transparent;
}
@media screen and (max-width:767px){
  .any_q h2{
    font-size: 70px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:575px){
  .any_q h2{
    font-size: calc(30px + 3vw);
    margin-bottom: 0;
  }
  .any_q{
    padding: 30px 0;
  }
}.maps {
  padding: 30px 0 15px;
  background: #eaeaea;
}

.maps h2 {
  margin-bottom: 0;
}
.maps .loc-heading {
  font-size: 20px;
  padding: 15px 0;
  color: #ff9524;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.38), 0.5px 0.5px 0px #d27
}
.maps .map-image {
  display: block;
  height: 300px;
}
.maps .left-image {
  background: url(9b03e0c041e9bba906e50ec3ab1184ee.jpg) no-repeat center;
  background-size: contain;
}
.maps .right-image {
  background: url(a2fc97b412b521f8f5d75f6b2c4563af.jpg) no-repeat center;
  background-size: contain;
}

.maps .wrap {
  justify-content: center;
}

.map_block {
  background: #fff;
  border-radius: 6px;
  max-width: 400px;
  padding: 10px 15px;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 30px;
  margin: 15px auto;
}

.map_block a {
  color: #16639d;
}
@media screen and (max-width: 767px) {
  .maps .right-image,
  .maps .left-image {
    background-size: cover;
  }
}footer {
  max-height: 113px;
  padding: 20px 0;
  background: url(bb97cdd2427a4c29cf93d08284f090a0.jpg) repeat-x center;
  border-top: #023c65 solid 2px;
  font-family: 'din_light';
}
footer .wrap {
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}
footer .wrap >div{
  text-align: center;
}
footer .f_phone {
  font-size: 32px;
  line-height: 20px;
  color: #ffa400;
  text-shadow: 0px 1px 0px #013e69;

}
footer .f_phone a.mc {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  border-bottom: #fff dashed 1px;
  color: #fff;
}
footer .col-12 a.conf {
  display: inline-block;
  /* float: left; */
  /* margin: 50px 0 0 105px; */
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  font-family: 'pt_bold';
  text-transform: uppercase;
  border-bottom: #fff dashed 1px;
}
footer a.conf:hover {
  border-color: transparent;
}
footer .f_phone a.mc:hover {
  border-color: transparent;
}
footer em {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding:5px 0 0 ;
}
footer .ya-phone{
  width: 100%;
  display: inline-block;
}
footer .pad_0{
  padding: 0;
  display: inline-block;
}
@media screen and (max-width:767px){
  footer a.conf {
    font-size: 1em !important;
  }
  footer .ya-phone{
    font-size: 0.8em;
  }
}
@media screen and (max-width:575px){
  
  footer .ya-phone{
    width: auto;
    font-size:unset;
  }
  footer .wrap {
    display: block;
  }
  footer .col-sm-8.col-12{
    display: none
  }
}
#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #fff;
	display: none;
}

.modal {
	width: 100%;
	display:none;
	color:#131313;
	background:#636363 url(c02c66164de15d6b96fdc8dbdaa99962.jpg) no-repeat center;
	padding:40px 0;
}

.modal-box {
	max-width: 590px;
	display:inline-block;
	padding:30px 20px 20px 20px;
	margin:0 auto;
	background:#fff;
	position:relative;
	border-radius:10px;
	text-align:center;
	box-shadow:0px 4px 7px rgba(20,29,33,0.29);
}

.modal-title {
	font-size:26px;
	line-height:26px;
	text-align:center;
	margin-bottom:18px;
	font-family:'pt_bold';
	text-transform:uppercase;
	color:#065c99;
}

.modal-title span {
	font-size:18px;
	line-height:18px;
	display:block;
	margin-top:9px;
	color:#000;
	text-transform:none;
	font-family:Tahoma, Verdana;
}

.modal input[type="text"] {
	width:225px;
	height:40px;
	line-height:40px;
	border:none;
	border-radius:5px;
	margin:0 10px 10px 10px;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.4);
}

.modal input.input_name {
	background:#ececec url(a22aff8ebfb818d743e97a56c7e515c0.png) no-repeat 11px;
}

.modal input.input_phone {
	background:#ececec url(0192e526ea5f0011323a787205db68bc.png) no-repeat 9px;
}

.modal input.input_email {
	background:#ececec;
}

.modal input.bttn {
	margin-top:10px;
}
@media screen and (max-width:575px){
	.modal-box {
		width:90%;
	}
	.modal{
		top:15px !important;
	}
}.makeorder .modal-box {
	/* width:274px; */
	padding-top:15px;
}

.makeorder .modal-title {
	margin-bottom:10px;
}

.makeorder .modal-title span {
	margin-top:5px;
}.form_left,.form_right  {
	display: inline-block;
	padding: 0 10px;
	vertical-align: text-top;
}
.modal .form_left input[type="text"] {
	width:225px;
	margin:0 0 10px 0;
}

textarea {
	width:250px;
	height:138px;
	border:none;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.4);
	background:#ececec;
	border-radius:5px;
	padding:10px;
	font-size:18px;
	color:#3b3b3b;
	font-family:Tahoma, Verdana;
	resize:none;
}
	
@media screen and (max-width:580px) {
	.form_left, .form_right {
		box-sizing: content-box;
	}
	textarea{
		height: 80px;
	}
	#question .modal-box {
		padding: 30px 0px 20px;
	}
}.order {
  height: 426px;
  background: url(d242af45d3b5397f95491306bf47455d.jpg) no-repeat center;
  position: relative;
  z-index: 2;
}
.order .wrap {
  height:100%;
  position: relative;
  text-align: center;
}
.order_img {
  width: 656px;
  height: 948px;
  position: absolute;
  background: url(dabc7003d601121a2be4a493c1a8cc0a.png) no-repeat center;
  right: calc(50% + 340px);
  top: -291px;
}
.order .timer_block {
  width: 367px;
  height: 236px;
  padding-top: 30px;
  background: url(d164b05b4bd7d462f6e4f3ebaf5a9f19.png) no-repeat center top;
  padding-right: 17px;
  top: 122px;
  box-sizing: content-box;
}
.order .timer_block, .order .order_block{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.order .timer_block span {
  font-size: 30px;
  line-height: 30px;
}
.order .timer_block b {
  font-size: 25px;
  line-height: 27px;
  color: #000;
}
.order .order_block {
  border-radius: 15px;
  top: 122px;
  height: 248px;
  box-sizing: content-box;
}
.order .order_block form {
  margin-top: 13px;
}
@media screen and (max-width: 767px){
	section.order{
		display: none
	}
}
.reviews {
  background: #eaeaea;
  padding: 40px 0 20px 0;
}
.review {
  max-width: 785px;
  border-radius: 6px;
  background: #fff;
  padding: 18px 20px 20px 35px;
  margin: 0 0 55px 130px;
  position: relative;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 20px;
  z-index: 2;
}
.reviews h2 {
  letter-spacing: 4px;
  margin-bottom: 45px;
}
.review_img {
  width: 140px;
  height: 141px;
  position: absolute;
  top: 5px;
}
.review span {
  display: block;
  font-size: 20px;
  color: #065c99;
  font-family: 'pt_boldit';
  text-align: center;
  line-height: 24px;
  margin-bottom: 10px;
}
.review p {
  margin-bottom: 7px;
}
.r1 .review_name, .r3 .review_name {
  left: 0px;
}
.r2 .review_name, .r4 .review_name {
  right: 0px;
}
.review_name {
  background: #ffb001;
  position: absolute;
  height: 37px;
  border-radius: 6px;
  line-height: 43px;
  bottom: -31px;
  padding: 0 17px 0 15px;
  z-index: 1;
  color: #fff;
  font-family: 'pt_boldit';
  font-size: 16px;
  text-shadow: 0px 1px 1px #ab7000;
}
.r1 .rn, .r3 .rn {
  right: -20px;
  top: 6px;
  background: url(bd30364d47b880f1e397d713785b8157.png) no-repeat center;
}

.rn {
  width: 23px;
  height: 31px;
  position: absolute;
}
.r1 .rnn, .r3 .rnn {
  border-radius: 0px 0px 0px 7px;
  left: 0px;
}

.r2 .rn, .r4 .rn {
  left: -20px;
  top: 6px;
  background: url(2698a9483d756d42c0eebde6f4a63922.png) no-repeat center;
}
.r2 .rnn, .r4 .rnn {
  border-radius: 0px 0px 7px 0px;
  right: 0px;
}
.rnn {
  width: 380px;
  height: 6px;
  position: absolute;
  top: 0px;
  background: #fff;
}
.r2, .r4 {
  padding: 18px 35px 20px 20px;
  margin: 0 0px 55px 10px;
}
.r1 .review_img {
  background: url(b8a9707920875e2c9adef006d137dabf.png) no-repeat center;
  left: -120px;
}
.r2 .review_img {
  background: url(fd55c0f4a60bb3de3664b7110c6b56e7.png) no-repeat center;
  right: -120px;
}
.r3 .review_img {
  background: url(8f3f37e33ebf61033833077b7fefee9c.png) no-repeat center;
  left: -120px;
}
.r4 .review_img {
  background: url(c4c626a6940aba42535ec6f985bb598e.png) no-repeat center;
  right: -120px;
}
@media screen and (max-width:575px){
  .review {
    padding: 18px 20px 20px 35px;
    margin: 0 0 55px 0px;
  }
  .review_img{
    display: none;
  }
}.order_photo {
  height: 426px;
  background: url(5d5d573cc20a043c85730f7058194e1f.jpg) no-repeat center;
  position: relative;
  z-index: 2;
}

.order_photo .wrap {
  height: 426px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_img2 {
  width: 632px;
  height: 798px;
  position: absolute;
  background: url(6a4d5ee468ba10b975a6addd7938d03d.png) no-repeat center;
  left:  calc(50% + 366px);
  top: -151px;
}
.order_photo .order_block2 {
  width: 95%;
  max-width: 360px;
  height: 260px; /*311*/
  padding-top: 23px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
   color: #16639d;
  font-family: 'pt_bold';
  text-transform: uppercase;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  box-sizing: content-box;
}

.order_photo .order_block2 span {
  display: block;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}

.order_photo .order_block2 form {
  margin-top: 15px;
}

.order_photo .order_block2 input[type='text'] {
  width: 235px;
}

.order_photo .order_block2 input.bttn {
  background-size: contain;
  height: 75px;
  font-size: 22px;
  font-family: 'pt_bold';
  background: url(530802aee968c1bfdf83fc33acb3129f.png) no-repeat center;
  text-shadow: 0px 1px 0px #003378;
  letter-spacing: 1px;
  background-size: contain;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 16px;
  line-height: 1;
  color: #3b3b3b;
  font-family: Tahoma, Verdana;
  background: #fff url(91b69bf5a93714148e805bac1f35325c.jpg) no-repeat center top;
}

b {
  font-family: 'pt_bold';
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

p {
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.page {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.clear {
  clear: both;
}

label {
  /* display: inline-block; */
  /* margin-bottom: 10px; */
  position: relative;
}

.scale {
  transition: all 1s ease;
  opacity: 0.01;
  transform: scale(0.5, 0.5);
}

h2 {
  font-size: 48px;
  line-height: 48px;
  color: #004a77;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #fff;
  font-family: 'pt_bold';
  letter-spacing: 2px;
  margin-bottom: 40px;
}

h1 {
  font-size: 39px;
  font-family: 'pt_bold';
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: calc(1em + 2.4vw);
    line-height: calc(0.55em + 3vw);
  }

  .scale {
    transform: unset;
  }

  h2 {
    font-size: 2em;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5em;
    line-height: 27px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: calc(1em + 3vw);
    line-height: calc(0.55em + 3vw);
  }

  .dis_no {
    display: none !important;
  }
}


/*# sourceMappingURL=style.bundle.css.map*/