* {
	margin: 0px;
	padding: 0;
}

body {
	color: #4a4852;
	font-family: 'Open Sans', sans-serif;

}

a {
	color: #4a4852;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
}



.header-tell-a {
	font-weight: 300;
	font-size: 36px;
	text-decoration: none;
	transition: all 200ms ease;
}

.header-tell-a:hover {
	color: #2fa3e0;
	transition: all 200ms ease;
}

.header-tell-order {
	color: #2fa3e0;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed;
	transition: all 200ms ease;
}

.header-tell-order:hover {
	transition: all 200ms ease;
	border-bottom: 1px dashed transparent;
}

#description {
	background: url(../img/bg-main.jpg) top center no-repeat;
	background-size: cover;
}

.description {
	display: flex;
	justify-content: space-around;
}

.description-text {
	padding-top: 75px;
	width: 60%;
}

.description .title {
	font-size: 32px;
	line-height: 50px;
	color: #34424d;
	text-transform: uppercase;
	margin-bottom: 47px;
	font-weight: bold;
}

.fz-50 {
	font-size: 50px;
}

.mark {
	display: inline-block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	text-transform: uppercase;
	background: #2fa3e0;
	line-height: 1;
	padding: 3px 7px;
	margin-top: 2px;
}

.about {
	font-size: 24px;
	line-height: 32px;
	color: #23313c;
	margin-top: 31px;
	margin-left: 8px;
	margin-bottom: 41px;
	text-transform: uppercase;
}

.description-text ul {
	margin-left: 37px;	
}

.description-text li {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  margin-bottom: 40px;
  color: #23313c;
  list-style: none;
}

.description-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
}

.strong {
	font-weight: 700;
}


.description-text ul li:nth-child(1):before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px -235px;
  width: 40px;
  height: 39px;
}
.description-text li:nth-child(2):before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px -59px;
  width: 40px;
  height: 39px;
}
.description-text li:nth-child(3):before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px -103px;
  width: 40px;
  height: 39px;
}
.description-text li:nth-child(4):before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px -147px;
  width: 40px;
  height: 39px;
}
.description-text li:nth-child(5):before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px -191px;
  width: 40px;
  height: 39px;
}

.description-form {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.8);	
	padding: 100px 47px 44px 61px;
	width: 30%;
}

.desc-form-p-cost {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #34424d;
	text-transform: uppercase;
	margin-bottom: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.fz-24 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
}

.desc-form-p {
	font-size: 18px;
	line-height: 22px;
	color: #34424d;
	margin-bottom: 27px;
	font-weight: 300;
	text-align: center;
}

.description-form form, .free-form form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.description-form form input, .free-form form input {
	border: 1px solid #2fa3e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 37px;
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 7px;
	width: 100%;
}

input:focus {
	outline: none;
}

.submit {
	box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.35);
	width: 100%;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #59a100;
	height: 51px;
	line-height: 48px;
	font-family: OpenSans-Bold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(to bottom, #2fa3e0 0%, #3361a6 100%);
	margin-top: 16px;
}

form p {
	font-size: 16px;
	margin-top: 13px;
}

#reason {
	padding-top: 45px;
	padding-bottom: 25px;
}

.section-title h1 {
	margin-bottom: 37px;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	color: #34424d;
}

.reason-items {
	display: flex;
	flex-wrap: wrap;
}

.reason-item {
  width: 33.33%;
  text-align: center;
  background: #f2f2f2;
  padding: 28px 15px 44px;
  color: #34424d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reason-item:before {
  content: '';
  display: block;
  margin: 0 auto 26px;
}
.reason-item:nth-child(2n) {
  background: #e2e2e2;
}
.reason-item:nth-child(1):before {
  background-image: url(../img/spritesheet.png);
  background-position: -155px -206px;
  width: 66px;
  height: 66px;
}
.reason-item:nth-child(2):before {
  background-image: url(../img/spritesheet.png);
  background-position: -226px -206px;
  width: 66px;
  height: 66px;
}
.reason-item:nth-child(3):before {
  background-image: url(../img/spritesheet.png);
  background-position: -356px 0px;
  width: 66px;
  height: 66px;
}
.reason-item:nth-child(4):before {
  background-image: url(../img/spritesheet.png);
  background-position: -356px -71px;
  width: 66px;
  height: 66px;
}
.reason-item:nth-child(5):before {
  background-image: url(../img/spritesheet.png);
  background-position: -84px -206px;
  width: 66px;
  height: 66px;
}
.reason-item:nth-child(6):before {
  background-image: url(../img/spritesheet.png);
  background-position: -356px -142px;
  width: 66px;
  height: 66px;
}

.reason-item-title {
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: 700;
}

.reason-item-desc {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
}

#target {
	padding-bottom: 30px;
}

.target-items {
	display: flex;
}

.target-item {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #2fa3e0;
	color: #fff;
	text-align: center;
	padding: 33px 15px 59px;
}

.target-item:before {
  content: '';
  display: block;
  margin: 0 auto 35px;
}
.target-item:nth-child(2n) {
  background: #41b1ec;
}
.target-item:nth-child(1):before {
  background-image: url(../img/spritesheet.png);
  background-position: 0px -206px;
  width: 79px;
  height: 97px;
}
.target-item:nth-child(2):before {
  background-image: url(../img/spritesheet.png);
  background-position: -218px -100px;
  width: 110px;
  height: 97px;
}
.target-item:nth-child(3):before {
  background-image: url(../img/spritesheet.png);
  background-position: -218px 0px;
  width: 133px;
  height: 95px;
}

.target-item-title {
	font-size: 26px;
	margin-bottom: 42px;
	font-weight: 700;
}

.target-item-desc {
	font-size: 16px;
	line-height: 30px;
}

#fitting {
	padding-top: 20px;
}


#worth {
	background: #f0f0f0;
}

.worth {
	padding-top: 33px;
	padding-bottom: 33px;
}

.worth form {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.worth form input {
	border: 1px solid #2fa3e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding-left: 10px;
    width: 23%;
}

.worth-submit {
	vertical-align: middle;
	line-height: 42px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	padding-right: 10px;
	font-size: 14px;
	background: linear-gradient(to bottom, #2fa3e0 0%, #3361a6 100%);
}

#gallery {
	padding-top: 30px;
	padding-bottom: 40px;
}

.gallery-items {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	width: 25%;
	padding: 0 1.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	overflow: hidden;
}

.gallery-item img {
	width: 100%;
	height: 230px;
}


#review {
	padding-top: 30px;
	background: url(../img/bg-reviews.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
}

.review .section-title h1 {
	color: #fff;
}

.slide-1 {
	display: flex !important;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;

}

.slide-text {
	margin-left: 20px;
}

.slide-text-p-name {
	font-size: 18px;
	font-weight: bold;
	color: #34424d;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}

.slide-text-p-review {
	font-size: 16px;
	line-height: 24px;
	color: #34424d;
	font-weight: 300;
}


.slick-btn {
	position: absolute;
	top: 50%;
	font-size: 30px;
	color: #fff;
}

.fa-arrow-left {
	left: -60px;
}

.fa-arrow-right {
	right: -60px;
}

#instruction {
	background: url(../img/bg-instruction.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0px;
}

.instruction__wrap {
  width: 290px;
  background: url("../img/instruction-line.png") top center no-repeat;
  padding-top: 18px;
  padding-bottom: 1px;
  margin: 0 auto;
  position: relative;
  left: 11px;
}
.instruction__item {
  text-align: right;
  position: relative;
  margin-right: -23px;
  margin-bottom: 29px;
}
.instruction__item:before {
  content: '';
  display: inline-block;
  background-image: url(../img/spritesheet.png);
  background-position: -187px -308px;
  width: 49px;
  height: 49px;
}
.instruction__item:nth-child(2n) {
  text-align: left;
  margin-right: 0;
  margin-left: -18px;
}
.instruction__item:nth-child(2n) .instruction__title {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 13px;
  bottom: 20px;
}
.instruction__item:nth-child(2n) .instruction__text {
  left: 65px;
  right: 0;
  -webkit-transform: translate(100px, -50%);
  -moz-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  -o-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}
.instruction__item:nth-child(2n) .instruction__text:before {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right-color: #2fa3e0;
}
.instruction__item:nth-child(1) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: 0px -369px;
  width: 44px;
  height: 44px;
}
.instruction__item:nth-child(2) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: -241px -308px;
  width: 46px;
  height: 46px;
}
.instruction__item:nth-child(3) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: -124px -308px;
  width: 58px;
  height: 55px;
}
.instruction__item:nth-child(4) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: -297px -206px;
  width: 51px;
  height: 51px;
}
.instruction__item:nth-child(5) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: -292px -308px;
  width: 53px;
  height: 39px;
}
.instruction__item:nth-child(6) .instruction__title:before {
  background-image: url(../img/spritesheet.png);
  background-position: -427px 0px;
  width: 42px;
  height: 54px;
}
.instruction__item.active {
  z-index: 100;
}
.instruction__item.active .instruction__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.instruction__item.active .instruction__title {
  border-bottom-color: transparent;
}
.instruction__title {
  position: absolute;
  cursor: pointer;
  font-family: OpenSans-BoldItalic, sans-serif;
  font-size: 24px;
  color: #34424d;
  left: 100%;
  margin-left: 8px;
  border-bottom: 2px dotted;
  white-space: nowrap;
  bottom: 14px;
}
.instruction__title:hover {
  border-bottom-color: transparent;
}
.instruction__title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 41px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.instruction__text {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 12px;
  background: #2fa3e0;
  font-size: 17px;
  line-height: 21px;
  right: 65px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
  -moz-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  -o-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}
.instruction__text:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #2fa3e0;
}

#free {
	background: url(../img/bg-free.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.free {
	display: flex;
}

.free-desc {
	padding-top: 70px;
}

.free-desc p {
	font-size: 24px;
	line-height: 36px;
	color: #34424d;
	margin-bottom: 49px;
	font-weight: 900;
}

.free-desc ul li {
	position: relative;
	padding-left: 70px;
	font-size: 20px;
	line-height: 24px;
	color: #23313c;
	font-weight: 600;
	margin-bottom: 48px;
	list-style: none;
}

.free-desc ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
}

.free-desc li:nth-child(1):before {
  background-image: url(../img/spritesheet.png);
  background-position: -62px -308px;
  width: 57px;
  height: 56px;
}

.free-desc li:nth-child(2):before {
  background-image: url(../img/spritesheet.png);
  background-position: 0px -308px;
  width: 57px;
  height: 56px;
}

.free-desc li:nth-child(3):before {
  background-image: url(../img/spritesheet.png);
  background-position: -356px -213px;
  width: 57px;
  height: 56px;
}

.free-form {
	background: rgba(255, 255, 255, 0.8);
	padding: 127px 47px 127px 61px;
	text-align: center;
}

.fz-48 {
	font-size: 48px;
	line-height: 63px;
	text-transform: uppercase;
}


#visit {
	padding: 30px 0px;
	background: url(../img/bg-visit.jpg) top center no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
}

.visit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.visit .section-title h1 {
	color: #fff;
}

.visit p {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.footer-logo {
	font-weight: 900;
	font-size: 40px;
}

.footer-callback a {
	box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.35);
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #59a100;
	height: 51px;
	line-height: 48px;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #2fa3e0 0%, #3361a6 100%);
}

a:hover {
	cursor: pointer; 
}

.footer-tell {
	color: #2fa3e0;
	text-decoration: none;
	font-size: 30px;
	font-weight: 300;
}

.address {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
}

#modal {
	display: none;
}

#thank {
	display: flex;
	justify-content: center;
	align-items: center;
}

#modal-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.modal-header form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-header form input {
	padding: 10px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #2fa3e0;
}

.modal-header form label {
	font-size: 13px;
	font-weight: 300;
}

.modal-header {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  width: 25%;
  position: relative;
  transition: all .3s ease-in-out;
  padding: 40px;
}

.close {
  position: absolute;
  transition: all 200ms;
  font-weight: 500;
  text-decoration: none;
  font-size: 50px;
  color: #2fa3e0;
  top: 0px;
  right: 20px;
  opacity: .65;
  transition: .5s ease;
}

.close:hover {
	cursor: pointer;
	transform: rotate(90deg);
	transition: .5s ease;
}

.modal-header p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.popup-btn {
	padding: 10px 20px;
	background: linear-gradient(to bottom, #2fa3e0 0%, #3361a6 100%);
	color: #fff;
	font-weight: 300;
	border: none;
	font-size: 14px;
	margin-top: 10px;
}

.popup-btn:focus {
	outline: none;
}

.popup-btn:hover {
	cursor: pointer;
}

@media screen and (max-width: 825px) {
	.header, .description, .worth form, .slide-1, .free, .footer {
		flex-direction: column;
	}

	.container {
		width: 100vw;
		overflow: hidden;
	}

	.section-title h1 {
		font-size: 28px;
    line-height: 32px;
    padding: 0px 5px;
	}

	.header-logo, .header-tell {
		text-align: center;
	}

	#description {
		padding-bottom: 20px;
	}

	.description .title {
		font-size: 28px;
	}

	.fz-50 {
		font-size: 36px;
		line-height: 39px;
	}

	.description-form form, .free-form form {
		padding: 0px 20px 10px 20px;
	}

	.description-text, .description-form {
		width: 92%;
	}

	.description-form {
		padding: 30px 15px 0;
		margin: 0 auto;
	}

	.reason-item, .target-item {
		width: 100%;
	}

	.target-items {
		flex-wrap: wrap;
	}

	.worth form input {
		width: 90%;
		margin-bottom: 10px;
	}

	.gallery-item {
		width: 50%;
	}

	.slide-img {
		display: none;
	}

	 .instruction__title {
    position: static;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .instruction__title:before {
    display: block;
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .instruction__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
 }
	.instruction__item:before {
    display: none;
  }
  .instruction__wrap {
    background: none;
    width: auto;
    position: static;
  }
  .instruction__text {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin-top: 15px;
  }
  .instruction__text:before {
    display: none;
  }


   .free ul li {
		font-size: 16px;
		line-height: 20px;
   }

   .visit p {
		font-size: 24px;
		line-height: 30px;
   }

   .slick-btn {
   	display: none !important;
   }

   .slide-text {
   	margin-left: 0;
   }

   .slide-1 {
   	width: 90vw;
   }

   .footer-callback {
   	margin: 20px 0px;
   }

   .modal-header {
   	width: 100%;
   }

   .submit {
   	font-size: 14px;
   }
}