/* THANKS WINDOW */
#close {
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 5;
	right: 5px;
	top: 5px;
}
/* END */

/* COMMON */
html {
	height: 100%;
}
body {
	font-family: 'montserratregular';
	color: #363636;
	height: 100%;
}
body.preload {
	overflow: hidden;
}
#main {
	position: relative;
	overflow: hidden;
}
.container,
.container-fluid {
	position: relative;
	z-index: 3;
}
.container-fluid {
	max-width: 1170px;
	margin: 0 auto;
}
section {
	padding-bottom: 70px;
}
p {
	line-height: 1.5625;
	margin-bottom: 0;
	font-size: 16px;
}
p+p {
	margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
	p {
		font-size: 14px;
	}
}
@media screen and (max-width: 519px) {
	p {
		font-size: 14px;
	}
}
/* -------------------- */
.centered_box {
	display: table;
}
.centered_content {
	display: table-cell;
}
.centered_box,
.centered_content {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
/* -------------------- */
.block {
	display: block;
}
/* -------------------- */
.in_center {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.top_center {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  top: 50%;
}
.left_center {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  left: 50%;
}
/* -------------------- */
.blind {
	background: rgba(54, 54, 54, 0.7) url(../img/icon/zoom-in-icon.png) center no-repeat;
	-webkit-transform: scale(0) translate(-50%, -50%);
		 -moz-transform: scale(0) translate(-50%, -50%);
  		-ms-transform: scale(0) translate(-50%, -50%);
  		 -o-transform: scale(0) translate(-50%, -50%);
  				transform: scale(0) translate(-50%, -50%);
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
}
.green {
	color: #81bd06;
}
a.green:hover {
	color: #81bd06;
	opacity: 0.8;
}
.video-box {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}
/* END */

/* MODALS */
.modal_window {
	display: none;
}
.fancybox-slide > div {
	background-color: transparent;
	padding: 0 15px;
}
.fancybox-close-small {
	display: none;
}
/* -------------------- */
.modal-content {
  border-radius: 15px;
  padding: 45px 35px;
  max-width: 450px;
  margin: 0 auto;
  border: 0;
}

@media screen and (max-width: 519px) {
	.modal-content {
		padding: 35px 30px;
	}
	#user-agreement h3,
	#privacy-policy h3 {
		font-size: 20px;
	}
	#user-agreement ol li span,
	#privacy-policy ol li span {
		font-size: 18px;
	}
	#user-agreement h4 i,
	#privacy-policy h4 i {
		font-size: 16px;
	}
}
/* -------------------- */
body.iosBugFixCaret.modal-open { 
	position: fixed; 
	width: 100%; 
}
/* -------------------- */
#user-agreement .modal-content,
#privacy-policy .modal-content {
	padding: 5px 15px 25px;
	text-align: left;
	max-width: 800px;
	font-size: 14px;
}
#user-agreement ul,
#privacy-policy ul {
	margin-left: -20px;
}
#user-agreement ul li,
#privacy-policy ul li {
	margin-bottom: 10px;
}
#user-agreement ol li span,
#privacy-policy ol li span {
	margin: 25px auto 10px;
	text-align: center;
	display: block;
	font-size: 20px;
}
#user-agreement h4 i,
#privacy-policy h4 i {
	border-bottom: 1px solid #fff;
	font-size: 18px;
}
/* ------------------------------ quiz */
#quiz {
	background-color: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
#quiz_two,
#btn-block-2,
#quiz_tree,
#btn-block-3,
#quiz_four,
#btn-block-4,
#quiz_five,
#btn-block-5,
#quiz_six,
#btn-block-6,
#quiz_seven,
#quiz_eingt {
  display: none;
}
.quiz_block {
  position: relative;
}
.quiz_block h2 {
  font-family: 'montserratbold';
  margin: 0 auto 10px;
  line-height: 30px;
  font-size: 28px;
  padding: 0 15px;
}
/* ------------------------------ quiz close button */
.close_window {
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  right: 15px;
  opacity: 1;
  z-index: 5;
  padding: 0;
  top: 15px;
  border: 0;
}
.close_window span {
  background-color: #e1e1e1;
  position: absolute;
  height: 20px;
  width: 1px;
  left: 50%;
  top: 50%;
}
.close_window span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close_window span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/* ------------------------------ first quiz screen */
.quiz_title {
  text-align: center;
}
.quiz_title p {
  margin: 0 auto 30px;
  font-size: 20px;
}
/* ------------------------------ questions quiz screen */
.questions_list {
	padding: 20px 0 25px;
}
.questions_list li {
  padding: 0 15px;
  float: left;
}
.questions_list li {
  width: 25%;
}
.questions_list.list_5 li {
  width: 20%;
}
/* ------------------------------ quiz questions inputs */
.questions_list li .input_img {
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  background-color: #81bd06;
  position: relative;
  text-align: center;
  line-height: 1.25;
  overflow: hidden;
  font-size: 22px;
  height: 225px;
  padding: 15px;
  color: #fff;
}
.questions_list li .radio {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0;
}
.questions_list li .radio label {
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  background-color: #fff;
  position: relative;
  display: block;
  height: 65px; 
}
.questions_list li .radio input[type="radio"],
.questions_list li .radio input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 50;
  opacity: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.questions_list li .radio input[type="radio"] + .input_img + label,
.questions_list li .radio input[type="checkbox"] + .input_img + label {
  line-height: 1.5625;
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.questions_list li .radio:hover label,
.questions_list li .radio:hover .input_img,
.questions_list li .radio input[type="radio"]:checked + .input_img,
.questions_list li .radio input[type="checkbox"]:checked + .input_img,
.questions_list li .radio input[type="radio"]:checked + .input_img + label,
.questions_list li .radio input[type="checkbox"]:checked + .input_img + label {
  background-color: #81bd06;
  color: #fff;
}
/* ------------------------------ quiz controls */
.quiz_control {
  padding: 0 345px 0 15px;
  position: relative;
  margin: 0 auto;
}
.steps {
  position: relative;
  padding-top: 19px;
}
.steps p {
	margin-bottom: 10px;
	line-height: 25px;
  text-align: left;
  color: #363636;
}
.steps p span {
  font-size: 20px;
  color: #81bd06;
}
.steps_line {
  background-color: #ccd0dd;
  border-radius: 2.5px;
  position: relative;
  overflow: hidden;
  height: 5px;
  bottom: 0;
  right: 0;
  left: 0;
}
.steps_line::after {
  background-color: #81bd06;
  position: absolute;
  content: "";
  height: 5px;
  left: 0;
  top: 0;
}
#quiz_one .steps_line::after {
  width: 3%;
}
#quiz_two .steps_line::after {
  width: 3%;
}
#quiz_tree .steps_line::after {
  width: 16%;
}
#quiz_four .steps_line::after {
  width: 32%;
}
#quiz_five .steps_line::after {
  width: 48%;
}
#quiz_six .steps_line::after {
  width: 64%;
}
#quiz_seven .steps_line::after {
  width: 88%;
}
.quiz_btn {
	position: absolute;
  padding-top: 19px;
  width: 300px;
  right: 15px;
  top: 0;
}
.quiz_btn .btn:first-child {
	float: left;
}
.quiz_btn .btn:last-child {
	float: right;
}
/* ------------------------------ last quiz screen */
.quiz_message {
  padding: 40px 15px;
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.form_box {
  text-align: center;
}
.form_box h3 {
	font-family: 'montserratbold';
  margin: 0 auto 10px;
  font-size: 22px;
  line-height: 1;
}
.form_box p {
  margin-bottom: 25px;
}
.form_body {
	position: relative;
	max-width: 340px;
	margin: 0 auto;
}
/* ------------------------------ */
.action_modal {
  background: url(../img/bg/50.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 130px 80px;
  position: relative;
  text-align: center;
  color: #fae7bd;
}
.action_modal::after {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.action_modal::before {
  background: url(../img/bg/snow-top-min.png) top center no-repeat, url(../img/bg/snow-bottom-min.png) bottom center no-repeat, url(../img/bg/circles-min.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  content: "";
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.action_content {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  z-index: 5;
}
.action_content h2 {
  font-family: 'montserratextrabold';
  margin: 0 auto 10px;
  line-height: 1.2;
  font-size: 40px;
}
.action_content p {
  font-family: 'montserratbold';
  text-transform: uppercase;
  margin: 0 auto 35px;
  line-height: 1.4;
  font-size: 25px;
}
#action-call .close_window span {
  background-color: #000;
  z-index: 5;
}
#action-call .close_window {
  right: 20px;
  top: 5px;
}
#action-call .close_window::after {
  background-color: #fff;
  margin: -15px 0 0 -15px;
  position: absolute;
  height: 30px;
  width: 30px;
  content: "";
  left: 50%;
  top: 50%;
}

@media screen and (min-width: 1200px) {
  .action_modal {
    width: 1100px;
  }
	#quiz {
    width: 1140px;
  }
  .quiz_block {
		padding: 45px 35px;
	  height: 550px;
	}
	.questions_list {
		padding: 20px 0 45px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .action_modal {
    width: 900px;
  }
	#quiz {
    width: 940px;
  }
  .quiz_block {
		padding: 35px 25px;
	  height: 470px;
	}
	.quiz_block h2 {
	  font-size: 26px;
	}
	.questions_list li .input_img {
    font-size: 18px;  
    height: 190px;
  }
  .questions_list li .radio input[type="radio"] + .input_img + label,
	.questions_list li .radio input[type="checkbox"] + .input_img + label {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .action_modal {
    padding: 90px 70px;
    width: 700px;
  }
  .action_content h2 {
    font-size: 40px;
  }
  .action_content p {
    font-size: 26px;
  }
	#quiz {
    width: 720px;
  }
  .quiz_block {
		padding: 45px 35px;
	  height: auto;
	}
	.quiz_title {
		padding: 160px 0;
	}
	.quiz_block h2 {
	  font-size: 24px;
	}
	.quiz_thanks {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
  .action_modal {
    padding: 50px 65px;
    max-width: 490px;
    width: auto;
  }
  .action_content h2 {
    font-size: 40px;
  }
  .action_content p {
    font-size: 22px;
  }
	#quiz {
    max-width: 650px;
    width: 100%;
  }
	.quiz_block {
		padding: 35px 25px;
	  height: auto;
	}
	.quiz_title {
		padding: 100px 0;
	}
	.quiz_block h2 {
	  font-size: 22px;
	}
	.quiz_title p {
	  font-size: 18px;
	}
	.questions_list li .input_img {
    font-size: 18px;  
    height: 160px;
  }
  .questions_list li .radio input[type="radio"] + .input_img + label,
	.questions_list li .radio input[type="checkbox"] + .input_img + label {
    font-size: 14px;
  }
	.quiz_thanks {
		padding-bottom: 40px;
	}
	.quiz_control {
	  padding: 0 15px;
	}
	.quiz_btn {
		position: relative;
	  width: 100%;
	  right: 0;
	}
}
@media screen and (max-width: 519px) {
  .action_modal {
    padding: 35px 20px;
  }
  .action_content h2 {
    font-size: 35px;
  }
  .action_content p {
    font-size: 20px;
  }
	#quiz {
		text-align: center;
    max-width: 320px;
    width: 100%;
  }
  .quiz_block {
		padding: 25px 5px;
	}
	.quiz_block h2 {
	  font-size: 20px;
	}
	.quiz_title p {
	  font-size: 16px;
	}
	.questions_list li {
		margin: 0 auto 15px;
	  float: none;
	}
	.questions_list li,
	.questions_list.list_5 li {
		max-width: 280px;
	  width: 100%;
	}
	.quiz_control {
		max-width: 280px;
	}
	.quiz_btn .btn.small {
    padding: 11px 30px 9px;
	}
	.quiz_thanks {
		padding: 20px;
	}
	.quiz_message {
	  padding: 0 0 30px;
	}
	.form_box h3 {
		font-size: 18px;
	}
}
/* MODALS END */

/* BUTTONS */
a, .btn, .anim, ::after {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}
/* -------------------- */
.btn {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 20px;
  overflow: hidden;
  border: 0;
}
.btn.small {
	font-family: 'montserratbold';
	padding: 11px 40px 9px;
  border-radius: 20px;
	font-size: 14px;
}
.btn.high {
	font-family: 'montserratextrabold';
	padding: 16px 65px 14px;
	border-radius: 25px;
	font-size: 16px;
}
.btn span {
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 519px) {
  .btn.high {
    padding: 16px 50px 14px;
  }
}
/* -------------------- */
.btn::after,
.btn::before {
	position: absolute;
	content: "";
	opacity: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.btn::after {
	z-index: 3;
}
.btn::before {
	z-index: 2;
}
.btn:hover::after {
	opacity: 0;
}
/* -------------------- */
.btn-green,
.btn-green::before {
	background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(66%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
	color: #fff;
}
.btn-green:focus,
.btn-green:hover {
	color: #fff;
}
.btn-green::after {
	background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
}
.btn-green span {
	-webkit-text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.5);
	-moz-text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.5);
	text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.5);
	position: relative;
	z-index: 5;
}
/* BUTTONS END */

/* FORMS */
.form-control {
  padding: 10px 20px 8px;
  border-radius: 20px;
  line-height: 1.25;
  font-size: 16px;
  height: 40px;
}
.form-control:focus {
  border-color: #81bd06;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* -------------------- */
textarea.form-control {
  height: auto;
}
/* -------------------- */
.form-group {
  position: relative;
}
label.error {
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15); 
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15); 
  background-color: #fff;
  padding: 6px 10px 5px;
  position: absolute;
  border-radius: 4px;
  margin: -5px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #363636;
  z-index: 35;
  top: 100%;
  left: 5px;
}
label.error::after {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  margin: 0 0 -1px 0;
  position: absolute;
  bottom: 100%;
  content: "";
  left: 15px;
}
.form-control.error {
  background-color: #fec3c3;
  border-color: #fec3c3;
  color: red;
}
.form-control.error::-moz-placeholder {
  color: red;
}
.form-control.error:-ms-input-placeholder {
  color: red;
}
.form-control.error::-webkit-input-placeholder {
  color: red;
}
/* -------------------- */
.checkbox {
	padding: 10px 0;
	margin: 0 auto;
}
.checkbox+.checkbox {
  margin-top: 0;
}
.checkbox label {
	min-height: 20px;
	display: block;	
}
.checkbox input[type="checkbox"] {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 100%;
	z-index: 50;
	opacity: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.checkbox input[type="checkbox"] + label {
	background: url(../img/icon/checkbox.png) left center no-repeat;
	padding: 0 0 0 35px;
	line-height: 20px;
	text-align: left;
	font-size: 16px;
	display: block;
	color: #363636;
	width: 100%;
}
.checkbox input[type="checkbox"]:checked + label {
	background: url(../img/icon/checkbox-checked.png) left center no-repeat;
}
/* FORMS END */

/* CAPTIONS */
.block_title {
	padding: 70px 0 40px 65px;
}
.block_title h1,
.block_title h2 {
	font-family: 'montserratextrabold';
	position: relative;
	line-height: 1.34;
	font-size: 30px;
	margin: 0 auto;
}
.block_title h1::after,
.block_title h2::after {
	background-color: #81bd06;
	position: absolute;
	margin-top: -2px;
	content: "";
	height: 3px;
	width: 40px;
	left: -65px;
	top: 50%;
}
.block_title p {
	max-width: 550px;
	margin: 15px 0 0;
}
/* -------------------- */
.call_slogan {
  background-color: #e8fca1;
  padding: 60px 15px 50px;
  text-align: center;
}
.call_slogan .block_title {
  padding: 0 0 25px;
}
.call_slogan .block_title h1::after,
.call_slogan .block_title h2::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.block_title h1,
  .block_title h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.block_title {
		padding: 65px 0 30px;
		text-align: center;
	}
  .block_title h1,
	.block_title h2 {
		font-size: 28px;
	}
  .block_title h1::after,
	.block_title h2::after {
		display: none;
	}
	.block_title p {
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 519px) {
  .block_title h1,
	.block_title h2 {
		font-size: 25px;
	}
}
/* CAPTIONS END */

/* TOP SCREEN */
#top_screen {
	position: relative;
	padding-bottom: 0;
	z-index: 1030;
}
#top_screen::after,
#top_screen::before {
	position: absolute;
  bottom: 325px;
	content: "";
  right: 0;
  left: 0;
	top: 0;
}
#top_screen::after {
	background: #fff url(../img/bg/promo-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
#top_screen::before {
	background-color: rgba(2, 30, 14, 0.65);
	z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  #top_screen::after,
  #top_screen::before {
    bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  #top_screen::after,
  #top_screen::before {
    bottom: 385px;
  }
}
@media screen and (max-width: 519px) {
  #top_screen::after,
  #top_screen::before {
    bottom: 835px;
  }
}
/* ------------------------------ header */
#header {
	padding: 15px 0;
}
.logo {
	max-width: 235px;
}
/* -------------------- */
.head_contacts {
	padding-top: 20px;
	margin-bottom: 0;
}
.head_contacts li {
	float: left;
}
.head_contacts li {
	line-height: 25px;
	padding: 0 0 5px;
	font-size: 20px;
}
.head_contacts li a {
	display: inline-block;
	text-decoration: none;
	padding-left: 30px;
	position: relative;
	color: #eefcbc;
}
.head_contacts li:nth-child(2) {
	margin-left: 30px;
	font-size: 16px;
}
.head_contacts li a:hover {
	color: #81bd06;
}
.head_contacts li:first-child a::after {
	background: url(../img/icon/phone-icon.png) center no-repeat;
	position: absolute;
	height: 19px;
	width: 19px;
	content: "";
	top: 2px;
	left: 0;
}
.head_contacts li:nth-child(2) a::after {
	background: url(../img/icon/email-icon.png) center no-repeat;
	position: absolute;
	height: 19px;
	width: 19px;
	content: "";
	top: 2px;
	left: 0;
}
.head_social {
	padding: 0 35px;
	float: right;
}
.social_box {
	border-radius: 7px;
	overflow: hidden;
	margin: 0 10px;
	height: 25px;
	width: 25px;
	float: left;
}
.social_box:hover {
	opacity: 0.7;
}
.social_box img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.head_social {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	#main {
		padding-top: 50px;
	}
	.head_contacts {
		padding-top: 0;
	}
}
@media screen and (max-width: 519px) {
	.head_contacts {
		float: left;
	}
	.head_contacts li {
		float: none;
	}
	.head_contacts li:nth-child(2) {
		margin-top: 5px;
		margin-left: 0;
	}
}
@media screen and (max-width: 399px) {
	.head_contacts li {
		font-size: 16px;
	}
	.head_contacts li:nth-child(2) {
		font-size: 14px;
	}
}
/* TOP SCREEN END */

/* NAVBAR */
#navbar-block {
	position: relative;
	min-height: 50px;
	z-index: 999;
}
/* -------------------- */
.navbar-default {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 40px;
	border: 0px;
}
.navbar-default.affix {
	background-color: #eefcbc;
	width: 100%;
	left: 0;
	top: 0;
}
.navbar-default .nav-pills .nav_item a {
	padding: 15px 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 0;
	font-size: 16px;
	color: #363636;
	border: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.navbar-default .nav-pills a:hover {
	background-color: #81bd06;
	color: #eefcbc;
}
.nav-pills > li.active > a:focus,
.navbar-default .nav-pills a:focus {
	background-color: transparent;
	color: #363636;
}
.navbar-default .nav-pills li:first-child {
  padding-left: 15px;
}
.navbar-default .nav-pills li:nth-last-child(2) {
  padding-right: 15px;
}
.navbar-default .nav-pills .btn.small {
  font-family: 'montserratbold';
  padding: 16px 45px 14px;
  border-radius: 0;
  font-size: 14px;
}
/* -------------------- */
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* -------------------- */
.navbar-brand {
  padding: 5px 0;
}
.navbar-brand .logo {
	max-width: 190px;
}
/* -------------------- */
.navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-toggle {
  border-color: #363636;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #81bd06;
  border-color: #81bd06;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #363636;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}

@media screen and (min-width: 1200px) {
	#navigation {
		background-color: #eefcbc;
		float: right;
	}
	.navbar-default.affix #navigation {
		float: none;
	}
	.navbar-default.affix .nav-pills > li {
		white-space: nowrap;
		display: table-cell;
		float: none;
    width: 1%;
	}
}
@media screen and (max-width: 1199px) {
	.navbar-default {
		background: #eefcbc;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-collapse {
		padding: 0;
	}
	.nav-pills > li {
		white-space: nowrap;
		display: table-cell;
		float: none;
    width: 1%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .nav-pills .nav_item a {
		padding: 15px 12.5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .nav-pills .nav_item a {
		padding: 10px 8px;
		font-size: 14px;
	}
  .navbar-default .nav-pills li:first-child {
    padding-left: 0;
  }
  .navbar-default .nav-pills li:nth-last-child(2) {
    padding-right: 5px;
  }
  .navbar-default .nav-pills .btn.small {
    padding: 11px 18px 9px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
	#navbar-block {
		position: fixed;
		width: 100%;
		top: 0;
	}
	.nav-pills > li {
    float: none;
	}
	.nav-pills > li+li {
    margin-left: 0;
	}
	.navbar-default .nav-pills {
		padding: 10px 0;
	}
	.navbar-default .nav-pills a {
		padding: 10px 20px;
		line-height: 15px;
		font-size: 14px;
	}
	.navbar-collapse {
		max-height: 260px;
		overflow: auto;
	}
  .navbar-default .nav-pills li:first-child {
    padding-left: 0;
  }
  .navbar-default .nav-pills li:nth-last-child(2) {
    padding-right: 0;
  }
}
/* NAVBAR END */

/* PROMO */
#promo {
	padding: 45px 0;
}
/* -------------------- */
#promo .page_title {
	position: relative;
  text-align: center;
  padding: 0 0 20px;
  max-width: 800px;
  margin: 0 auto;
	color: #fff;
}
#promo .page_title::after {
	background-color: rgba(255, 255, 255, 0.25);
	position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
	right: 0;
	left: 0;
}
#promo .page_title h1 {
	font-family: 'montserratblack';
	margin: 0 auto 15px;
  line-height: 1.2;
	font-size: 45px;
}
#promo .page_title span {
	font-family: 'montserratbold';
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 1.35;
	font-size: 20px;
	display: block;
}
/* -------------------- */
.quiz_promo {
	padding: 50px 0;
}
.quiz_about {
	-webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
	position: relative;
  text-align: right;
	line-height: 1.4;
	font-size: 25px;
	color: #fff;
}
.quiz_about span.block {
	font-family: 'montserratsemibold';
}
.quiz_about_btn {
  padding: 10px 0;
}
.quiz_about_btn .btn {
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.35);
}
/* -------------------- */
.arrow-prev,
.arrow-next {
	position: absolute;
	cursor: pointer;
	padding: 24px;
	height: 60px;
	width: 60px;
	z-index: 10;
}
.arrow-prev {
	background: #81bd06 url(../img/icon/arrow-left.png) center no-repeat;
}
.arrow-prev:hover {
	background: #649205 url(../img/icon/arrow-left.png) center no-repeat;
}
.arrow-next {
	background: #81bd06 url(../img/icon/arrow-right.png) center no-repeat;
}
.arrow-next:hover {
	background: #649205 url(../img/icon/arrow-right.png) center no-repeat;
}
.slick-slide {
	outline: none;
}
/* -------------------- */
.promo_sld_box {
  margin: 0 -10px 0 auto;
  max-width: 420px;
}
.promo_sld_box > h2 {
  font-family: 'montserratextrabold';
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 0;
  color: #fff;
}
.promo_item {
	position: relative;
  padding: 0 10px;
}
.promo_item .promo_btn {
  position: absolute;
  text-align: center;
  padding: 0 25px;
  bottom: 25px;
  width: 100%;
  z-index: 3;
  left: 0;
}
/* -------------------- */
.dish_name {
	-webkit-text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.3);
	-moz-text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.3);
	text-shadow: 0px 1px 3px rgba(14, 53, 7, 0.3);
	background-color: #81bd06;
	position: absolute;
	line-height: 20px;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	max-width: 90%;
	color: #fff;
	opacity: 1;
	z-index: 5;
	top: 45px;
	right: 0;
}
.promo_item .dish_name {
  font-family: 'montserratlight';
  padding: 5px 15px;
  line-height: 1.2;
  font-size: 25px;
}
#promo-sld .dish_name.trans {
	opacity: 0;
}
#promo-sld {
	margin-bottom: 65px;
}
#promo-sld .arrow-prev {
	bottom: -65px;
	right: 75px;
}
#promo-sld .arrow-next {
	bottom: -65px;
	right: 10px;
}
/* -------------------- */
.bg_text {
	position: absolute;
	display: none;
	z-index: 1;
}
.bg_text.left {
	margin-left: 700px;
	left: 50%;
	bottom: 0;
	top: 0;
}
.bg_text.right {
	margin-right: 700px;
	right: 50%;
	bottom: 0;
	top: 0;
}
.bg_text.bottom {
	left: 50%;
	bottom: 0;
}
.rotated_text {
	width: 150px;
	z-index: 3;
}
.text_for_bg {
	font-family: 'montserratblack';
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 150px;
	line-height: 1;
	color: #eeeeee;
}
.rotated_text > .text_for_bg {
	-webkit-transform: rotate(-90deg);
		 -moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			 -o-transform: rotate(-90deg);
					transform: rotate(-90deg);
	transform-origin: 370px 370px;
	position: absolute;
}
/* -------------------- */
.promo_img {
  background-color: #000;
  margin: 0 auto 30px;
  position: relative;
  height: 150px;
}
.promo_img::after {
  background-color: rgba(2, 30, 14, 0.5);
  position: absolute;
  content: "";
  z-index: 1;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.promo_img:hover::after {
  opacity: 1;
}
.promo_img .dish_name {
  font-family: 'montserratbold';
  padding: 5px 15px;
  line-height: 1.2;
  font-size: 20px;
  right: auto;
  left: -10px;
  top: 15px;
}
.pr_img_1 {
  background: #fff url(../img/promo/promo-sld-1.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pr_img_2 {
  background: #fff url(../img/promo/promo-sld-2.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pr_img_3 {
  background: #fff url(../img/promo/promo-sld-3.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pr_img_4 {
  background: #fff url(../img/promo/promo-sld-4.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pr_img_5 {
  background: #fff url(../img/promo/promo-sld-5.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.pr_img_6 {
  background: #fff url(../img/promo/promo-sld-6.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
	.bg_text {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  #promo {
    padding: 45px 0 0;
  }
	#promo .page_title h1 {
		margin: 0 auto 15px;
		font-size: 38px;
	}
	#promo .page_title span {
		font-size: 17px;
	}
	.quiz_about {
		font-size: 20px;
	}
  .promo_item .dish_name {
    font-size: 20px;
  }
  .promo_img .dish_name {
    font-size: 16px;
  }
  .promo_img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
	#promo {
		text-align: center;
    padding: 45px 0 0;
	}
	#promo .page_title {
		margin-bottom: 30px;
		padding: 0 0 20px;
	}
	#promo .page_title::after {
		right: 50px;
		left: 50px;
	}
  #promo .page_title h1 {
    margin: 0 auto 15px;
    font-size: 38px;
  }
  #promo .page_title span {
    font-size: 17px;
  }
	.quiz_promo {
		margin-right: auto;
		text-align: center;
		padding: 0 0 45px;
		float: none;
	}
  .quiz_about {
    text-align: center;
  }
  .promo_sld_box {
    margin: 0 auto;
  }
  .promo_item .dish_name {
    font-size: 20px;
    top: 25px;
  }
  #promo-sld {
    margin-bottom: 0;
  }
  #promo-sld .arrow-prev {
    margin-bottom: -30px;
    bottom: 50%;
    right: auto;
    left: 0;
  }
  #promo-sld .arrow-next {
    margin-bottom: -30px;
    bottom: 50%;
    right: 0;
  }
  .promo_img {
    height: 120px;
  }
  .promo_img .dish_name {
    font-size: 16px;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .promo_serv .col-sm-4 {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
	#promo {
		padding-top: 30px;
	}
	#promo .page_title h1 {
		margin: 0 auto 15px;
		font-size: 30px;
	}
	#promo .page_title span {
		font-size: 17px;
	}
	.quiz_about {
		font-size: 18px;
	}
}
/* PROMO END */





/* COMPANY */
.about_company {
	padding: 40px 0 40px 35px;
	position: relative;
}
/* -------------------- */
.company_img2 {
  max-width: 500px;
}

@media screen and (min-width: 768px) {
	.company_img {
		background-color: #000;
		position: absolute;
		margin-right: 45px;
		overflow: hidden;
    max-width: 500px;
		height: 100%;
		width: 100%;
		right: 100%;
		top: 0;
	}
	.company_img > img {
		-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
	  position: absolute;		
	  height: 100%;
		min-width: 100%;
	  z-index: 1;
	  left: 50%;
	  top: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about_company {
    padding: 0 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.company_img {
		margin-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	#company {
		padding-bottom: 20px;
	}
	.about_company {
		padding: 0;
	}
	.company_img2 {
		margin: 35px auto 0;
    padding: 0 50px;
	}
	.company_img > img {
		max-width: 100%;
	}
}
@media screen and (max-width: 519px) {
  .company_img2 {
    padding: 0 25px;
  }
}
/* COMPANY END */





/* SERVICES */
#services {
	position: relative;
}
/* -------------------- */
#serv_nav {
	text-align: right;
}
.services-tabs {
  margin: 0 auto;
}
.services-tabs > li {
  display: inline-block;
}
.services-tabs > li > a {
  font-family: 'montserratbold';
  text-transform: uppercase;
	padding: 11px 23px 9px;
  border-radius: 20px;
  position: relative;
  line-height: 20px;
	overflow: hidden;
	font-size: 14px;
  float: left;
  color: #fff;
}
.services-tabs > li > a span {
	position: relative;
	z-index: 5;
}
.services-tabs > li > a::after {
	background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
}
.services-tabs > li > a::before {
	background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(66%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(162,208,9,1) 66%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
}
.services-tabs > li > a::after,
.services-tabs > li > a::before {
	position: absolute;
	content: "";
	opacity: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.services-tabs > li > a::after {
	z-index: 3;
}
.services-tabs > li > a::before {
	z-index: 2;
}
.services-tabs > li > a:hover::after,
.services-tabs > li.active > a::after,
.services-tabs > li.active > a:hover::after,
.services-tabs > li.active > a:focus::after {
	opacity: 0;
}
/* -------------------- */
#services_box {
	padding: 25px 0 70px;
	position: relative;
  margin: 0 auto;
}
#services_box::after {
	background-color: #eefcbc;
	position: absolute;
	width: 1000%;
	content: "";
	left: -80px;
	bottom: 0;
	top: -25px;
}
#services_box .tab-content > .tab-pane {
  visibility: hidden;
  display: block;
}
#services_box .tab-content > .active {
  visibility: visible;
}
#services_box .tab-content {
  position: relative;
  z-index: 3;
}
#services_box .tab-pane {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#services_box .tab-pane.active {
  position: relative;
}
/* -------------------- */
.services_slider {
	margin: 0 -15px 25px;
}
.services_item {
	max-width: 330px;
	padding: 0 15px;
}
.services_item > a {
	position: relative;
	overflow: hidden;
	display: block;
}
.services_item > a:hover .blind {
	-webkit-transform: scale(1);
		 -moz-transform: scale(1);
  		-ms-transform: scale(1);
  		 -o-transform: scale(1);
  				transform: scale(1);
}
.services_slider .arrow-prev {
	margin-top: -30px;
	top: 50%;
	left: 0;
}
.services_slider .arrow-next {
	margin-top: -30px;
	top: 50%;
	right: 0;
}
/* -------------------- */
#services_box h4 {
	font-family: 'montserratbold';
	margin: 0 auto 15px;
	font-size: 25px;
	line-height: 1;
}
#services_box p strong {
	font-family: 'montserratbold';
	font-weight: normal;
}
/* -------------------- */
.services_gift {
	padding: 30px 0 20px;
	margin: 0 0 0 auto;
	max-width: 390px;
}
.gift {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	padding: 45px 25px 0;
	position: relative;
}
.gift > .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 25px;
	top: -30px;
}
.gift h3 {
	font-family: 'montserratbold';
	margin: 0 auto 10px;
	line-height: 1.25;
	font-size: 20px;
}
.gift .btn {
	margin: 15px 0 -20px auto;
	float: right;
}
/* -------------------- */
h3.serv_slogan {
  padding: 15px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.services-tabs > li > a {
		padding: 9px 15px 7px;
		font-size: 12px;
	}
  h3.serv_slogan {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
	#services {
		padding-bottom: 20px;
	}
	#serv_nav {
		text-align: center;
	}
	.services-tabs > li > a {
		padding: 6px 15px 5px;
    font-size: 10px;
	}
  #services_box {
    padding: 10px 0 70px;
    text-align: center;
  }
	.services_gift {
		margin: 0 auto 35px;
	}
  .gift .btn {
    float: none;
  }
  h3.serv_slogan {
    font-size: 18px;
  }
}
@media screen and (max-width: 519px) {
	#services_box h4 {
		font-size: 20px;
	}
	.gift h3 {
		font-size: 18px;
	}
  h3.serv_slogan {
    font-size: 16px;
  }
}
@media screen and (max-width: 349px) {
	.services_item {
		max-width: 320px;
		padding: 0 15px;
	}
}
/* SERVICES END */





/* WORKS */
#works {
	padding-bottom: 20px;
}
.work_box {
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
	max-width: 600px;
}
.work_box::after {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.work_box:hover::after {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.name_box {
  position: absolute;
  padding: 40px 25px;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.name_box h3 {
	font-family: 'montserratbold';
	margin: 0 auto 15px;
	font-size: 25px;
	color: #fff;
}
.name_box h3 span {
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 14px;
}
.work_box .btn_box {
  position: absolute;
  padding: 40px 0;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
}
.work_box:hover > img {
	-webkit-transform: scale(1.1);
		 -moz-transform: scale(1.1);
  		-ms-transform: scale(1.1);
  		 -o-transform: scale(1.1);
  				transform: scale(1.1);
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.name_box h3 {
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.name_box {
	  padding: 30px 20px;
	}
	.name_box h3 {
		font-size: 20px;
	}
	.name_box h3 span {
		font-size: 12px;
	}
}
@media screen and (max-width: 519px) {
	.name_box {
	  padding: 25px 15px;
	}
	.name_box h3 {
		font-size: 20px;
	}
	.name_box h3 span {
		font-size: 12px;
	}
	.work_box .btn_box {
		padding: 25px 0;
	}
}
/* WORKS END */





/* RELEVANT */
#relevant {
	padding-bottom: 20px;
	position: relative;
}
.relevant_box {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	padding: 40px 30px 0 160px;
	background-color: #fff;
	margin: 0 auto 70px;
	position: relative;
	max-width: 740px;
}
.relevant_icon {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 30px;
	top: 40px;
}
.relevant_box h3 {
	font-family: 'montserratbold';
	margin: 0 auto 10px;
	line-height: 1.25;
	font-size: 18px;
}
.relevant_box .btn {
	margin: 20px 30px -20px 0;
	float: right;
}

@media screen and (min-width: 992px) {
	.relevant_box p {
		min-height: 100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.relevant_box {
		padding: 30px 30px 0 30px;
	}
	.relevant_icon {
		position: relative;
		margin: 0 0 20px;
		left: auto;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	#relevant {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 519px) {
	.relevant_box {
		padding: 20px 20px 0 20px;
		text-align: center;
	}
	.relevant_icon {
		margin: 0 auto 20px;
		position: relative;
		left: auto;
		top: 0;
	}
	.relevant_box .btn {
		margin: 20px auto -20px;
		float: none;
	}
}
/* RELEVANT END */





/* TERRITORIES */
#territories {
	position: relative;
}
#territories::after {
	background-color: #eefcbc;
	position: absolute;
	content: "";
	top: 305px;
	bottom: 0;
	right: 0;
	left: 0;
}
/* -------------------- */
.ter_sld_control {
	position: absolute;
	width: 125px;
	height: 60px;
	right: 30px;
	top: 70px;
}
.ter_sld_control .arrow-next {
	right: 0;
	top: 0;
}
.ter_sld_control .arrow-prev {
	left: 0;
	top: 0;
}
/* -------------------- */
#territories-sld {
	margin: 0 auto 15px;
	position: relative;
	max-width: 1900px;
	z-index: 5;
}
.ter_item_bg {
	padding: 0 15px 25px;
}
.ter_item {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 350px;
}
.ter_name {
	min-height: 100px;
	padding: 25px;
}
/* -------------------- */
.ter_slogan {
	font-family: 'montserratbold';
	line-height: 1.25;
	font-size: 20px;
}
/* -------------------- */
.ter_btn {
	text-align: center;
	padding-top: 5px;
}

@media screen and (max-width: 991px) {
	.ter_slogan {
		margin: 0 auto 15px;
		text-align: center;
		max-width: 620px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.ter_sld_control {
		margin: 0 auto 25px;
		position: relative;
		right: auto;
		top: 0;
	}
}
@media screen and (max-width: 519px) {
	.ter_item {
		width: 290px;
	}
	.ter_name {
		padding: 20px 15px;
	}
	.ter_slogan {
		font-size: 16px;
	}
}
/* TERRITORIES END */





/* OWN MENU */
/*#own_menu {
  padding-bottom: 45px;
}*/
#own_menu {
  padding-bottom: 45px;
  position: relative;
}
#own_menu::after {
  background-color: #eefcbc;
  position: absolute;
  height: 280px;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #own_menu::after {
    display: none;
  }
}
/* -------------------- */
.basket_scroll {
  position: fixed;
  padding: 0 15px;
  z-index: 1030;
  opacity: 0;
  top: 50px;
}
.basket_scroll.affix {
  opacity: 1;
}
.basket_scroll ul {
  background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 5px;
}
.basket_scroll ul a {
  text-decoration: underline;
  color: #fff;
}
.basket_scroll ul a:hover {
  text-decoration: none;
}
.basket_scroll ul li {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.basket_scroll ul li:first-child {
  font-family: 'montserratbold';
  min-width: 95px;
}

@media screen and (min-width: 1200px) {
  .basket_scroll {
    margin-left: 255px;
    min-width: 330px;
    left: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .basket_scroll {
    right: 0;
  }
}
@media screen and (max-width: 350px) {
  .basket_scroll ul li {
    font-size: 14px;
  }
}
/* -------------------- */
#about_menu {
  text-align: center;
}
#about_menu h3 {
  font-family: 'montserratbold';
  margin: 0 auto 15px;
  line-height: 1.4;
  font-size: 24px;
}
.about_menu_box {
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
  padding: 50px 35px 30px;
  background-color: #fff;
  margin: 60px auto 35px;
  position: relative;
  max-width: 450px;
}
.about_menu_box .icon {
  background: rgba(162,208,9,1);
  background: -moz-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,208,9,1)), color-stop(100%, rgba(89,166,1,1)));
  background: -webkit-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -o-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  background: linear-gradient(to bottom, rgba(162,208,9,1) 0%, rgba(89,166,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d009', endColorstr='#59a601', GradientType=0 );
  font-family: 'montserratblack';
  padding: 11px 5px 9px;
  border-radius: 50%;
  position: absolute;
  margin-left: -25px;
  line-height: 30px;
  font-size: 25px;
  height: 50px;
  width: 50px;
  color: #fff;
  top: -25px;
  left: 50%;
}
#about_menu .btn.high {
  font-family: 'montserratbold';
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about_menu_box {
    padding: 50px 15px 20px;
    min-height: 135px;
  }
  .about_menu_box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #about_menu h3 {
    font-size: 20px;
  }
}
/* -------------------- */
.basket_bg {
	margin: 70px 0 0 auto;
	padding: 0 0 35px;
	max-width: 360px;
}
.basket_box {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	background-color: #fff;
	position: relative;
	padding: 20px 30px;
}
.basket_box .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 30px;
	top: -25px;
}
.in_basket {
	margin-bottom: 10px;
	text-align: right;
}
.in_basket a {
	text-decoration: underline;
	font-size: 16px;
	color: #6b990b;
}
.in_basket a:hover {
	text-decoration: none;
}
.basket_info li:first-child {
	line-height: 25px;
	text-align: left;
	font-size: 16px;
	float: left;
}
.basket_info li:last-child {
	font-family: 'montserratbold';
	line-height: 25px;
	text-align: right;
	font-size: 20px;
	float: right;
}
/* -------------------- */
.own_item_bg {
	padding: 0 0 35px;
  max-width: 400px;
  margin: 0 auto;
}
.own_item {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.10);
	background-color: #fff;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	/*width: 350px;*/
}
.own_item  .dish_name {
	right: -10px;
	top: 25px;
}
/* -------------------- */
.own_img {
	position: relative;
	overflow: hidden;
	height: 250px;
}
.own_img > img {
	min-height: 100%;
	width: 100%;
}
/* -------------------- */
.own_info {
	padding: 20px 25px;
}
.own_info li span.block {
	line-height: 20px;
	font-size: 16px;
}
.own_info li strong {
	font-family: 'montserratbold';
	font-weight: normal;
	line-height: 25px;
	font-size: 20px;
}
.own_info li:first-child {
	text-align: left;
	float: left;
}
.own_info li:last-child {
	text-align: right;
	float: right;
}
/* -------------------- */
.own_item .btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* -------------------- */
#own_sld_control {
	margin: 0 0 0 auto;
	position: relative;
	width: 125px;
	height: 60px;
}
#own_sld_control .arrow-next {
	right: 0;
	top: 0;
}
#own_sld_control .arrow-prev {
	left: 0;
	top: 0;
}
#own-sld .arrow-next {
  margin-top: -60px;
  top: 50%;
}
#own-sld .arrow-prev {
  margin-top: -60px;
  top: 50%;
}
/* -------------------- */
.download_menu {
	position: relative;
	padding-left: 50px;
  float: right;
}
.download_menu::after {
	background: url(../img/icon/download-icon.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
	position: absolute;
	height: 50px;
	width: 50px;
	content: "";
	left: 0;
	top: 0;
}
.download_menu li {
	display: inline-block;
  margin-bottom: 20px;
	line-height: 1.25;
	margin-left: 30px;
}
.download_menu li span.block {
	font-family: 'montserratbold';
	font-size: 16px;
}
.download_menu li a {
	text-decoration: underline;
	font-size: 16px;
	color: #6b990b;
}
.download_menu li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
  #own-sld .arrow-next {
    margin-right: -565px;
    right: 50%;
  }
  #own-sld .arrow-prev {
    margin-left: -565px;
    left: 50%;
  }
}
@media screen and (max-width: 1199px) {
  #own-sld .arrow-next {
    right: 5px;
  }
  #own-sld .arrow-prev {
    left: 5px;
  }
}
@media screen and (max-width: 991px) {
	.download_menu {
    margin-top: 25px;
    float: none;
  }
}
@media screen and (max-width: 767px) {
	.basket_bg {
		margin: 0  auto;
	}
	#ready_menu {
		text-align: center;
	}
	.download_menu {
		display: inline-block;
		padding-top: 70px;
		padding-left: 0;
	}
	.download_menu::after {
		margin-left: -30px;
		left: 50%;
		top: 0;
	}
	.download_menu li {
		margin: 0 20px 25px;
	}
	.download_menu li span.block {
		font-size: 18px;
	}
	#own_sld_control {
		margin: 0  auto;
	}
}
@media screen and (max-width: 519px) {
	#own_menu {
		padding-bottom: 20px;
	}
	.basket_box {
		padding: 20px;
	}
	.basket_box .icon {
		left: 20px;
	}
	.own_item {
		width: 290px;
	}
}
/* OWN MENU END */





/* WHY WE */
.why_we_box {
	padding: 50px 0 40px 65px;
	position: relative;
	max-width: 750px;
}
.number {
	font-family: 'montserratblack';
	position: absolute;
	line-height: 110px;
	font-size: 120px;
	color: #e8fca1;
	left: 0;
	top: 0;
}
.why_we_box h3 {
	font-family: 'montserratbold';
	margin: 0 auto 15px;
	position: relative;
	line-height: 1.25;
	font-size: 20px;
	z-index: 3;
}
.why_we_box p {
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 519px) {
	.why_we_box {
		padding: 50px 0 40px;
		text-align: center;
	}
	.number {
		right: 0;
	}
	.why_we_box h3 {
		font-size: 18px;
	}
}
/* WHY WE END */





/* DIGITS */
#digits {
	position: relative;
}
#digits::after,
#digits::before {
	margin-right: -340px;
	position: absolute;
	height: 280px;
	width: 1300px;
	content: "";
	right: 50%;
	top: 0;
}
#digits::after {
	background: #fff url(../img/digits-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}
#digits::before {
	background-color: rgba(2, 30, 14, 0.65);
	z-index: 2;
}
#digits .block_title {
	color: #fff;
}
/* -------------------- */
.digits_block {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	margin: 0 0 20px auto;
	padding: 40px 0 10px;
	text-align: center;
	max-width: 930px;
}
/* -------------------- */
.digits_list {
	margin: 0 auto;
}
.digits_list li {
	margin-bottom: 30px;
	position: relative;
	padding: 0 10px;
	width: 33.33%;
	float: left;
}
.digits_list li::after {
	background-color: #e1e1e1;
	position: absolute;
	bottom: -5px;
	content: "";
	width: 1px;
	left: 100%;
	top: -5px;
}
.digits_list li:last-child::after {
	display: none;
}
.digits_list li span {
	font-family: 'montserratbold';
	line-height: 25px;
	font-size: 16px;
}
.digits_box {
	font-family: 'montserratblack';
	font-size: 50px;
	line-height: 1;
	padding: 5px 0;
	color: #81bd06;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#digits::after,
	#digits::before {
		margin-right: auto;
		right: 29%;
	}
}
@media screen and (max-width: 767px) {
	#digits {
		padding-bottom: 20px;
	}
	#digits::after,
	#digits::before {
		margin-right: auto;
		right: 0;
	}
}
@media (min-width: 520px) and (max-width: 720px) {
	.digits_block {
		max-width: 520px;
		margin: 0 auto;
	}
	.digits_list li {
		width: 50%;
	}
	.digits_list li:last-child {
		margin-left: 25%;
	}
	.digits_list li:nth-child(2)::after {
		display: none;
	}
}
@media screen and (max-width: 519px) {
	.digits_block {
		max-width: 320px;
		margin: 0 auto;
	}
	.digits_list li {
		padding-bottom: 30px;
		width: 100%;
	}
	.digits_list li::after {
		height: 1px;
		width: auto;
		right: 40px;
		left: 40px;
		top: auto;
		bottom: 0;
	}
	.digits_list li:last-child {
		padding-bottom: 0;
	}
	.digits_box {
		font-size: 40px;
	}
}
/* DIGITS END */





/* REVIEWS */
.rev_author {
	max-width: 800px;
}
.ava_review {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	max-width: 360px;
	padding: 50px;
}
h3.name_review {
	font-family: 'montserratbold';
	padding: 30px 15px;
	text-align: center;
	line-height: 1.25;
	max-width: 360px;
	font-size: 20px;
	margin: 0;
}
/* -------------------- */
.review_content {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
#reviews-sld {
	margin: 0 -15px;
}
/* -------------------- */
.about_review {
	padding: 30px 0 5px;
	margin: 0 auto;
}
.about_review li {
	line-height: 1.5625;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 16px;
	float: left;
}
.about_review li:nth-child(1) {
	width: 50%;
}
.about_review li:nth-child(2),
.about_review li:nth-child(3) {
	width: 25%;
}
.about_review li span.block {
	color: #c7c7c7;
}
.about_review li strong {
	font-family: 'montserratbold';
	font-weight: normal;
}
.rev_text {
	padding-bottom: 30px;
}
/* -------------------- */
#rev-sld-control {
	padding-right: 165px;
	height: 60px;
}
#rev-sld-control .arrow-prev {
	right: 65px;
	top: 0;
}
#rev-sld-control .arrow-next {
	right: 0;
	top: 0;
}
/* -------------------- */
.control_item {
	position: relative;
	overflow: hidden;
}
.control_item > span.block {
	font-family: 'montserratmedium';
	padding: 15px 40px 15px 0;
	position: relative;
	line-height: 30px;
	font-size: 20px;
	color: #c7c7c7;
	float: left;
}
.control_item > span.block::after {
	background-color: #e1e1e1;
	position: absolute;
	margin-top: -0.5px;
	width: 1000px;
	content: "";
	height: 1px;
	left: 100%;
	top: 50%;
}
.control_item > span.block > span {
	font-family: 'montserratregular';
	font-size: 30px;
	color: #363636;
}

@media (min-width: 992px) and (max-width: 1199px) {
	h3.name_review {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h3.name_review {
		text-align: left;
	}
	.review_content {
		padding: 0 80px;
	}
}
@media screen and (max-width: 767px) {
	#reviews {
		text-align: center;
	}
	.review_content {
		max-width: 655px;
	}
	.rev_author {
		margin: 0 auto;
		max-width: 360px;
	}
	.about_review {
		padding: 0 0 5px;
	}
}
@media screen and (max-width: 649px) {
	.about_review li:nth-child(1) {
		width: 100%;
	}
	.about_review li:nth-child(2),
	.about_review li:nth-child(3) {
		width: 50%;
	}
}
@media screen and (max-width: 519px) {
	h3.name_review {
		font-size: 18px;
	}
	#rev-sld-control {
		padding-right: 145px;
	}
	.control_item > span.block {
		padding: 15px 20px 15px 0;
	}
}
/* REVIEWS END */





/* ACTION */
#action {
	position: relative;
}
#action::after {
	background-color: #eefcbc;
	position: absolute;
	width: 960px;
	height: 55%;
	content: "";
	right: 50%;
	top: 150px;
}
/* -------------------- */
#action-sld {
	margin: 0 -15px;
}
/* -------------------- */
.action_item {
	position: relative;
	padding: 50px 15px;
}
/* -------------------- */
.action_block {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	padding: 50px 70px 50px 100px;
	background-color: #fff;
	margin: 0 0 0 auto;
	position: relative;
	max-width: 655px;
	width: 70%;
	z-index: 5;
}
.action_img {
	background-color: #000;
	position: absolute;
	max-width: 655px;
	width: 70%;
	left: 15px;
	bottom: 0;
}
/* -------------------- */
.action_block .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	right: 50px;
	top: -30px;
}
.action_name {
	font-family: 'montserratblack';
	text-transform: uppercase;
	margin: 0 0 30px -50px;
	line-height: 20px;
	font-size: 16px;
	color: #81bd06;
}
.action_block h3 {
	font-family: 'montserratbold';
	margin: 0 auto 15px;
	line-height: 1.25;
	font-size: 24px;
}
.action_btn {
	padding-top: 25px;
	text-align: right;
}
/* -------------------- */
#action-sld-control {
	padding-right: 165px;
	height: 60px;
}
#action-sld-control .arrow-prev {
	right: 65px;
	top: 0;
}
#action-sld-control .arrow-next {
	right: 0;
	top: 0;
}
/* -------------------- */
#action-sld .arrow-prev {
  margin-top: -30px;
  left: 5px;
  top: 50%;
}
#action-sld .arrow-next {
  margin-top: -30px;
  right: 5px;
  top: 50%;
}

@media screen and (max-width: 991px) {
	.action_block {
		margin: 0 auto;
		width: 100%;
	}
	.action_img {
		position: relative;
		margin: 0 auto;
		width: 100%;
		left: auto;
	}
	#action-sld-control {
		max-width: 655px;
		margin: 0 auto;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.action_block {
		padding: 50px;
	}
	.action_name {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 519px) {
	#action::after {
		top: 130px;
	}
	.action_item {
		padding: 30px 15px 15px;
	}
	.action_block {
		padding: 50px 25px 30px;
		text-align: center;
	}
	.action_block .icon {
		right: 25px;
	}
	.action_name {
		text-align: left;
		margin: 0 0 20px;
	}
	.action_block h3 {
		font-size: 18px;
	}
  .action_block p {
    padding: 0 25px;
  }
	.action_btn {
		text-align: center;
	}
	#action-sld-control {
		padding-right: 145px;
	}
  #action-sld .arrow-prev,
  #action-sld .arrow-next {
    padding: 14px;
    height: 40px;
    width: 40px;
  }
  .action_btn .control_item > span.block {
    padding: 15px 0;
    float: none;
  }
  .action_btn .control_item > span.block::after {
    display: none;
  }
}
/* ACTION END */





/* ADDITIONALLY */
.additionally_box_bg {
	padding: 30px 0;
}
.additionally_box {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	padding: 50px 30px 30px;
	background-color: #fff;
	position: relative;
}
.additionally_box > .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 30px;
	top: -30px;
}
.additionally_box h3 {
	font-family: 'montserratbold';
	margin: 0 auto 15px;
	line-height: 1.25;
	font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.additionally_box {
		padding: 50px 25px 25px;
	}
	.additionally_box h3 {
		font-size: 18px;
	}
	.additionally_box p {
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.additionally_box {
		min-height: 162px;
	}
}
@media screen and (max-width: 767px) {
	.additionally_box {
		max-width: 470px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	.additionally_box {
		padding: 50px 25px 25px;
		text-align: center;
	}
	.additionally_box > .icon {
		margin-left: -30px;
		left: 50%;
	}
	.additionally_box h3 {
		font-size: 18px;
	}
}
/* ADDITIONALLY END */





/* TEAM */
#team {
	position: relative;
}
#team::after {
	background-color: #eefcbc;
	position: absolute;
	height: 49%;
	content: "";
	right: 0;
	left: 0;
	top: 0;
}
/* -------------------- */
#team-sld {
	position: relative;
	margin: 0 -15px;
	z-index: 5;
}
.team_item_bg {
	padding: 0 15px 35px;
}
.team_item {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}
/* -------------------- */
#team-sld-control {
	position: relative;
	margin: 0 0 0 auto;
	height: 60px;
	width: 125px;
}
#team-sld-control .arrow-next {
	bottom: 0;
	right: 0;
}
#team-sld-control .arrow-prev {
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 1200px) {
	#team-sld {
	
	}
}
@media screen and (max-width: 991px) {
	#team-sld-control {
		margin: 0 auto;
	}
}
/* TEAM END */





/* CONTACTS */
#contacts {
	position: relative;
	min-height: 520px;
}
/* -------------------- */
#map {
	background-color: #e1e1e1;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
}
/* -------------------- */
.contacts_box {
	-webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	padding: 25px 30px;
	max-width: 360px;
}
/* -------------------- */
.contscts_list {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.contscts_list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	line-height: 25px;
	font-size: 16px;
}
.contscts_list li:nth-child(2) {
	font-size: 20px;
}
.contscts_list li .icon {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 2.5px;
	left: 0;
}
.contscts_list li a {
	text-decoration: none;
	color: #363636;
}
.contscts_list li a:hover {
	color: #81bd06;
}
/* -------------------- */
.social_list {
	padding-top: 24px;
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.contacts_box {
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	.contacts_box {
		max-width: 350px;
		padding: 25px;
	}
	.contscts_list li {
		margin-bottom: 15px;
		font-size: 14px;
	}
}
/* CONTACTS END */





/* FOOTER */
#footer {
	background-color: #fff;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0;
}
/* -------------------- */
.copyright {
	padding: 5px 0;
}
/* -------------------- */
.data_rules {
	margin: 0 auto;
	width: 100%;
}
.data_rules li {
	padding: 5px 0;
	float: left;
	width: 50%;
}
.data_rules li:last-child {
	text-align: right;
}
.data_rules li a {
	text-decoration: underline;
	color: #363636;
}

@media screen and (max-width: 767px) {
	#footer {
		text-align: center;
	}
}
@media screen and (max-width: 519px) {
	.data_rules li {
		float: none;
		width: 100%;
	}
	.data_rules li:last-child {
		text-align: center;
	}
}
/* FOOTER END */





/* BACK BUTTON */
#btn-to-top {
  background-color: #81bd06;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  padding: 19.5px;
  display: block;
  z-index: 3000;
  height: 50px;
  bottom: 15px;
  width: 50px;
  right: 15px;
  opacity: 0;
}
#btn-to-top:hover,
#btn-to-top:active {
  background-color: #649205;
}
#btn-to-top.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 519px) {
	#btn-to-top {
	  padding: 14.5px;
	  height: 40px;
	  bottom: 5px;
	  width: 40px;
	  right: 5px;
	}
}
/* BACK BUTTON END */





/* BASKET */
.basket_main {
  overflow: hidden;
  height: 0;
}
.smart-basket__alert-wrapper {
  display: none;
}
#header.white .head_contacts li a {
	color: #363636;
}
#header.white .head_contacts li a:hover {
	color: #81bd06;
}
/* -------------------- */
#basket_promo {
	border-bottom: 1px solid #e5e5e5;
}
#basket_promo h1 {
	font-family: 'montserratblack';
	margin: 45px auto;
	font-size: 50px;
	line-height: 1;
}
/* -------------------- */
.basket_item {
	padding-left: 245px;
	position: relative;
	margin: 0 auto;
}
.basket_item+.basket_item {
	margin: 50px auto 0;
}
.product_img {
	position: absolute;
	overflow: hidden;
	width: 225px;
	bottom: 0;
	left: 0;
	top: 0;
}
.product_img > img {
	width: 100%;
}
/* -------------------- */
.product_info {
	padding-top: 15px;
	margin-bottom: 0;
}
.product_info li {
	position: relative;
}
.product_info li::after {
	background-color: #e5e5e5;
	position: absolute;
	bottom: 20px;
	content: "";
	width: 1px;
	left: 100%;
	top: 0;
}
.product_info li:last-child::after {
	display: none;
}
.product_info li:nth-child(1) {
	padding: 0 15px 20px 0;
	float: left;
	width: 35%;
}
.product_info li:nth-child(2),
.product_info li:nth-child(3),
.product_info li:nth-child(4) {
	padding: 0 15px 20px;
	text-align: center;
	float: left;
}
.product_info li:nth-child(2) {
	width: 20%;
}
.product_info li:nth-child(3) {
	width: 20%;
}
.product_info li:nth-child(4) {
	width: 25%;
}
.product_info li span.block {
	font-family: 'montserratbold';
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 15px;
	font-size: 14px;
	color: #81bd06;
}
.product_info li p {
	font-family: 'montserratregular';
	line-height: 1.25;
	font-size: 20px;
}
/* -------------------- */
.border {
	background-color: #e5e5e5;
	position: relative;
	height: 1px;
}
/* -------------------- */
.product_doing {
	padding: 15px 0;
}
/* -------------------- */
.product_delete {
	padding: 10px 0;
	float: left;
}
.product_delete a {
	text-decoration: underline;
	line-height: 20px;
	font-size: 16px;
	color: #363636;
}
.product_delete a:hover {
	text-decoration: none;
}
.product_delete .btn.btn-link {
	text-decoration: underline;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: none;
	line-height: 20px;
	font-size: 16px;
	color: #363636;
	display: block;
	padding: 0;
}
.product_delete .btn.btn-link:hover {
	text-decoration: none;
}
/* -------------------- */
.product_doing .total_price {
	float: right;
}
/* -------------------- */
.total_price {
	margin-bottom: 0;
	height: 40px;
}
.total_price li {
	line-height: 20px;
	padding: 10px 0;
	float: left;
}
.total_price li:first-child {
	margin-right: 30px;
	font-size: 16px;
}
.total_price li:last-child {
	font-family: 'montserratbold';
	font-size: 20px;
}
/* -------------------- */
#basket_contacts {
	background-color: #eefcbc;
}
#basket_contacts .btn {
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product_info li span.block {
		font-size: 12px;
	}
	.product_info li p {
		font-size: 18px;
	}
	.product_delete a,
	.product_delete .btn.btn-link {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.product_info li::after {
		display: none;
	}
	.product_info li:nth-child(1),
	.product_info li:nth-child(2),
	.product_info li:nth-child(3),
	.product_info li:nth-child(4) {
		padding: 0 0 20px;
	}
	.product_info li:nth-child(1) {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product_info li:nth-child(2),
	.product_info li:nth-child(3),
	.product_info li:nth-child(4) {
		text-align: left;
	}
	.product_info li span.block {
		font-size: 12px;
	}
	.product_info li p {
		font-size: 18px;
	}
	.product_delete a,
	.product_delete .btn.btn-link {
		font-size: 14px;
	}
}
@media (min-width: 520px) and (max-width: 991px) {
	.product_info li:nth-child(2) {
		width: 30%;
	}
	.product_info li:nth-child(3) {
		width: 30%;
	}
	.product_info li:nth-child(4) {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.basket_item {
		max-width: 520px;
		padding-left: 0;
	}
	.product_img {
		position: relative;
		margin: 0 auto;
		height: 250px;
		width: 350px;
		bottom: auto;
		left: auto;
		top: auto;
	}
	.product_info li:nth-child(1) {
		text-align: center;
	}
	#basket_additionally .checkbox {
		max-width: 210px;
	}
	.contacts_form {
		text-align: center;
		max-width: 350px;
		margin: 0 auto;
	}
	.contacts_form .total_price {
		display: inline-block;
		margin-bottom: 5px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	#basket_additionally .col-sm-4.col-lg-3 {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width: 519px) {
	#basket_promo h1 {
		text-align: center;
		margin: 30px auto;
		font-size: 30px;
	}
	.basket_item {
		max-width: 280px;
	}
	.product_img {
		height: 200px;
		width: 280px;
	}
	.product_info li:nth-child(2) {
		width: 50%;
	}
	.product_info li:nth-child(3) {
		width: 50%;
	}
	.product_info li:nth-child(4) {
		width: 100%;
	}
	.product_info li span.block {
		font-size: 12px;
	}
	.product_info li p {
		font-size: 18px;
	}
	.product_doing {
		text-align: center;
	}
	.product_delete,
	.product_doing .total_price {
		display: inline-block;
		float: none;
	}
}
/* BASKET END */





/* PRPJECT PAGE */
#work_promo {
	padding: 45px 0;
}
#work_promo span.block {
	font-family: 'montserratbold';
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 1;
}
#work_promo h1 {
	font-family: 'montserratblack';
	margin: 0 auto 30px;
	font-size: 40px;
	line-height: 1;
}
/* -------------------- */
.gallery_item {
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
}
.gallery_item:hover .blind {
	-webkit-transform: scale(1) translate(-50%, -50%);
		 -moz-transform: scale(1) translate(-50%, -50%);
  		-ms-transform: scale(1) translate(-50%, -50%);
  		 -o-transform: scale(1) translate(-50%, -50%);
  				transform: scale(1) translate(-50%, -50%);
}
/* -------------------- */
#project_review {
	background-color: #eefcbc;
}
#project_review p {
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#work_promo h1 {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	#work_promo {
		text-align: center;
		padding-top: 30px;
	}
	#work_promo span.block {
		font-size: 14px;
	}
	#work_promo h1 {
		font-size: 24px;
	}
	#project_review p {
		text-align: center;
		font-size: 16px;
	}
}
@media screen and (max-width: 519px) {
	#work_promo h1 {
		font-size: 30px;
	}
}
/* PRPJECT PAGE END */





/* THANKS PAGE */
#thanks_main {
  background: #fff url(../img/top-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 100%;
}
#thanks_main::after {
  background-color: rgba(2, 30, 14, 0.65);
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#thanks_massege {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  width: 100%;
  z-index: 5;
  top: 50%;
}
#thanks_massege h1 {
  font-family: 'montserratblack';
  line-height: 1.39;
  font-size: 40px;
  margin: 0 auto;
}
#thanks_massege p {
  font-family: 'montserratmedium';
  margin: 0 auto 40px;
  line-height: 1.25;
  max-width: 600px;
  font-size: 22px;
  height: 120px;
}
#thanks_massege .btn {
  max-width: 400px;
}

@media screen and (max-width: 599px) {
  #thanks_massege h1 {
    font-size: 20px;
  }
  #thanks_massege p {
    margin: 0 auto 20px;
    max-width: 300px;
    font-size: 16px;
  }
  #thanks_massege .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/* THANKS PAGE END */