* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}

html {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	color: #4C5050;
	font-size: 15px;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	background: #FFF;

	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	display: block;
	border: 0 none;
}

a {
	color: #3A9C61;
	cursor: pointer;
	text-decoration: underline;
	font-size: 15px;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #3A9C61;
	text-decoration: none;
}

a:focus {
	outline-style: none;
	outline-width: 0;
}

.bone {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.unique-holidays{
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.unique-holidays li{
	margin-right: 30px; margin-bottom: 20px;
}
.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.l_h {
	line-height: 160%;
}

.f_600 {
	font-weight: 600;
}

.f_700 {
	font-weight: 700;
}

.button {
	display: inline-block;

	height: 50px;
	padding: 0 45px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 51px;
	background-color: #F1419B;
	cursor: pointer;

	-webkit-transition: background ease-in-out 0.1s, color ease-in-out 0.1s;
			transition: background ease-in-out 0.1s, color ease-in-out 0.1s;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
			border-radius: 3px;
}

.button:hover {
	background: #C3137C;
}

.button:active {
	line-height: 53px;
}

.button_shadow {
	-webkit-box-shadow: 0px 2px 11px -1px rgba(195, 19, 124, 1);
	   -moz-box-shadow: 0px 2px 11px -1px rgba(195, 19, 124, 1);
			box-shadow: 0px 2px 11px -1px rgba(195, 19, 124, 1);
}

.button_simple {
	color: #537FA3;
	background-color: #FFF;
	border: 1px solid #537FA3;
}

.button_simple:hover {
	color: #FFF;
	background-color: #537FA3;
}
.text-center{
      text-align: center; 
}
input[type=text], textarea {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 13px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	background: none;
	border: 0;
	border-bottom: 2px solid #ffffff;
	outline: 0 none;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	-webkit-transition: color .25s linear, background-color .25s linear;
			transition: color .25s linear, background-color .25s linear;
}

input[type=text]:focus,
textarea:focus {
	border-bottom: 2px solid #EBD125;
	outline-offset: 0;
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #9E9E9E !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9E9E9E;
}

::-webkit-input-placeholder {
	color: #9E9E9E;
}

:-ms-input-placeholder {
	color: #9E9E9E;
}

::-moz-placeholder {
	color: #9E9E9E;
}

:-moz-placeholder {
	color: #9E9E9E;
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Header. */

.header_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 15px 0;
	background-color: #FFC80D;
}

.header_logo img {
	width: 178px;
}

.header_title {
	margin-left: 25px;
	padding-top: 3px;
	color: #537EA2;
	font-size: 12px;
}

.header_phone {
	position: relative;

	height: 27px;
	padding-right: 20px;
	color: #FFF;
	font-size: 24px;
	line-height: 27px;
	text-align: right;
	cursor: pointer;
}

.header_phone .header_dropdown {
	position: absolute;
	top: -200px;
	right: 0;

	min-width: 184px;
	padding: 10px 20px;
	color: #537FA3;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: right;
	background-color: #FFF;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
			border-radius: 3px;

	-webkit-transition: top 400ms ease-out;
	   -moz-transition: top 400ms ease-out;
		 -o-transition: top 400ms ease-out;
			transition: top 400ms ease-out;
}

.header_phone span {
	font-size: 18px;
}

.header_phone:hover .header_dropdown {
	top: 30px;
}

.header_phone:before {
	position: absolute;
	top: 10px;
	right: 1px;

	content: "";
	width: 10px;
	height: 10px;
	background: url('images/phone_arrow.svg') center center no-repeat;
	background-size: 10px auto;
	cursor: pointer;

	-webkit-transition: transform 200ms ease-out;
	   -moz-transition: transform 200ms ease-out;
		 -o-transition: transform 200ms ease-out;
			transition: transform 200ms ease-out;
}

.header_phone:hover:before {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.header_callback {
	color: #FFF;
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}

.header_callback:hover {
	text-decoration: none;
}

/* Header. */

/* Header Fixed. */

.header_fixed_fix {
	top: 0 !important;
}

.header_fixed_wrapper {
	position: fixed;
	top: -85px;
	width: 100%;
	min-width: 1200px;
	padding: 7px 0;
	background-color: #FFC80D;
	z-index: 10;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);

	-webkit-transition: top ease-out 0.4s;
			transition: top ease-out 0.4s;
}

.header_fixed_logo img {
	width: 178px;
}

.header_fixed_nav {
	margin-left: 40px;
}

.header_fixed_li {
	height: 31px;
	margin-top: 8px;
	padding: 0 12px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 32px;
	cursor: pointer;
}

.header_fixed_li:hover {
	background-color: rgba(241, 65, 155, 0.1);

	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
		-ms-border-radius: 16px;
			border-radius: 16px;
}

.header_fixed_phone {
	position: relative;

	height: 27px;
	padding-right: 20px;
	color: #FFF;
	font-size: 24px;
	line-height: 27px;
	text-align: right;
	cursor: pointer;
}

.header_fixed_phone span {
	font-size: 18px;
}

.header_fixed_phone .header_dropdown {
	position: absolute;
	top: -200px;
	right: 0;

	min-width: 184px;
	padding: 10px 20px;
	color: #537FA3;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: right;
	background-color: #FFF;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
			border-radius: 3px;

	-webkit-transition: top 400ms ease-out;
	   -moz-transition: top 400ms ease-out;
		 -o-transition: top 400ms ease-out;
			transition: top 400ms ease-out;
}

.header_fixed_phone:hover .header_dropdown {
	top: 30px;
}

.header_fixed_phone:before {
	position: absolute;
	top: 10px;
	right: 1px;

	content: "";
	width: 10px;
	height: 10px;
	background: url('images/phone_arrow.svg') center center no-repeat;
	background-size: 10px auto;
	cursor: pointer;

	-webkit-transition: transform 200ms ease-out;
	   -moz-transition: transform 200ms ease-out;
		 -o-transition: transform 200ms ease-out;
			transition: transform 200ms ease-out;
}

.header_fixed_phone:hover:before {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.header_fixed_callback {
	color: #FFF;
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}

.header_fixed_callback:hover {
	text-decoration: none;
}

/* Header Fixed. */

/* General. */

.general_wrapper {
	width: 100%;
	min-width: 1200px;
	padding-top: 20px;
	background: #FFC80D url('images/bg.png') top center no-repeat;
}

.general_title {
	color: #FFF;
	font-size: 48px;
	text-align: center;
}

.general_subtitle {
	margin-top: 20px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}

.general_button {
	margin-top: 40px;
	text-align: center;
}

.general_animation {
	overflow: hidden;

	height: 200px;
	padding-top: 80px;
}

.general_animation img {
	width: 500px;
	margin: 0 auto;

	-webkit-animation: rotate 60s linear infinite;
			animation: rotate 60s linear infinite;
}

/* General. */

/* About. */

.about_wrapper {
	width: 100%;
	min-width: 1200px;
	max-height: 481px;
	padding: 50px 0;
}

.about_title {
	color: #537FA2;
	font-size: 34px;
	text-align: center;
}

.about_subtitle {
	margin-top: 10px;
	margin-bottom: 50px;
	color: #F1419C;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.about_left {
	width: 585px;
}

.about_right {
	width: 585px;
	padding: 60px 0;
	color: #537FA3;
	font-size: 16px;
	line-height: 200%;
}

.about_slider_bone {
	position: relative;

	width: 525px;
	min-height: 315px;
}

.about_slider img {
	width: 525px;
	margin: 0;
	padding: 0;

	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		-ms-border-radius: 15px;
			border-radius: 15px;
}

.about_slider_descr {
	position: absolute;
	bottom: 10px;
	right: 10px;

	padding: 6px 12px;
	color: #FFF;
	text-decoration: none;
	background: rgba(219, 76, 63, 0.8);
}

.about_slider_arrow {
	width: 31px;
	height: 31px;
	margin: 2px;
	border: 2px solid #FFC80D;
	cursor: pointer;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.about_slider_bone .prev,
.about_slider_bone .next {
	position: absolute;
	top: 140px;

	width: 39px;
	height: 39px;
	cursor: pointer;
	opacity: 0.8;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.about_slider_bone .prev {
	left: -19px;

	background: #FFF url('images/slider_arrow_l.svg') center center no-repeat;
	background-size: 15px auto;
}

.about_slider_bone .next {
	right: -19px;

	background: #FFF url('images/slider_arrow_r.svg') center center no-repeat;
	background-size: 15px auto;
}

.about_slider_bone .prev:hover,
.about_slider_bone .next:hover {
	opacity: 1;
}

.about_slider_pointers {
	width: 525px;
	margin-top: 20px;
	text-align: center;
}

.about_slider_pointer {
	display: inline-block;

	width: 9px;
	height: 9px;
	margin: 0 2px;
	background-color: #A8BDD0;
	border: 4px solid #FFF;
	cursor: pointer;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.about_slider_pointer:hover {
	background-color: #537FA2;
}

.about_slider_pointer_active {
	width: 13px;
	height: 13px;
	background-color: #FFF !important;
	border: 2px solid #FFC80D;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

/* About. */

/* Code. */

.code_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0;
	background-color: #5CCFD3;
}

.code_wrapper .bone {
	background-color: rgba(255, 255, 255, 0.2);

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		-ms-border-radius: 10px;
			border-radius: 10px;
}

.code_bg {
	position: absolute;
	top: -15px;
	left: -120px;

	width: 603px;
	z-index: 1;
}

.code_bg img {
	width: 603px;
}

.code_candy {
	position: absolute;
	bottom: -99px;
	left: 0px;

	width: 314px;
	z-index: 3;

	-webkit-transition: left ease-out 0.5s;
			transition: left ease-out 0.5s;
}

.code_candy img {
	width: 314px;
}

.code_content {
	position: relative;

	margin-left: 450px;
	z-index: 2;
}

.code_title {
	padding-top: 50px;
	color: #FFF;
	font-size: 32px;
}

.code_subtitle {
	margin-top: 10px;
	margin-bottom: 40px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}

.code_p {
	width: 250px;
	height: 50px;
	padding-left: 50px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700px;
	line-height: 51px;
}

.code_1 {
	background: url('images/e_i1.png') left top no-repeat;
	background-size: 50px auto;
}

.code_2 {
	background: url('images/e_i4.png') left top no-repeat;
	background-size: 50px auto;
}

.code_3 {
	background: url('images/e_i5.png') left top no-repeat;
	background-size: 50px auto;
}

.code_4 {
	background: url('images/e_i3.png') left top no-repeat;
	background-size: 50px auto;
}

.code_5 {
	background: url('images/e_i2.png') left top no-repeat;
	background-size: 50px auto;
}

.code_6 {
	background: url('images/e_i6.png') left top no-repeat;
	background-size: 50px auto;
}

/* Code. */

/* Category. */

.category_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0;
	background: #FFC80D url('images/bg.png') bottom center repeat-x;
}

.category_title {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 34px;
	text-align: center;
}

.category_left {
	position: relative;

	width: 320px;
	margin-top: 30px;
	margin-left: 85px;
	padding: 10px 0 10px 10px;
	background-color: #FFF;
	z-index: 1;

	-webkit-border-radius: 10px 0 0 10px;
	   -moz-border-radius: 10px 0 0 10px;
		-ms-border-radius: 10px 0 0 10px;
			border-radius: 10px 0 0 10px;
}

.category_left_image {
	height: 130px;
	background-color: #F1F2F3;
}

.category_left_content {
	padding: 15px;
}

.category_left_title {
	margin-top: 5px;
	color: #537FA3;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.category_left_text {
	margin-top: 10px;
	color: #537FA3;
	font-size: 15px;
}

.category_left_button {
	margin-top: 15px;
}

.category_left_button .button {
	width: 198px;
}

.category_center {
	position: relative;

	width: 320px;
	padding: 10px;
	background-color: #FFF;
	z-index: 2;

	-webkit-box-shadow: 0px 20px 58px -5px rgba(0, 0, 0, 0.38);
	   -moz-box-shadow: 0px 20px 58px -5px rgba(0, 0, 0, 0.38);
			box-shadow: 0px 20px 58px -5px rgba(0, 0, 0, 0.38);

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		-ms-border-radius: 10px;
			border-radius: 10px;
}

.category_center_image {
	height: 190px;
}

.category_center_content {
	padding: 15px;
}

.category_center_title {
	margin-top: 5px;
	color: #537FA3;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.category_center_text {
	margin-top: 10px;
	color: #537FA3;
	font-size: 15px;
}

.category_center_button {
	margin-top: 15px;
}

.category_center_button .button {
	width: 198px;
}

.category_right {
	position: relative;

	width: 320px;
	margin-top: 30px;
	padding: 10px 10px 10px 0;
	background-color: #FFF;
	z-index: 1;

	-webkit-border-radius: 0 10px 10px 0;
	   -moz-border-radius: 0 10px 10px 0;
		-ms-border-radius: 0 10px 10px 0;
			border-radius: 0 10px 10px 0;
}

.category_right_image {
	height: 130px;
	background-color: #F1F2F3;
}

.category_right_content {
	padding: 15px;
}

.category_right_title {
	margin-top: 5px;
	color: #537FA3;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.category_right_text {
	margin-top: 10px;
	color: #537FA3;
	font-size: 15px;
}

.category_right_button {
	margin-top: 15px;
}

.category_right_button .button {
	width: 198px;
}

.category_left_image img,
.category_center_image img,
.category_right_image img {
	width: 320px;
}

/* Category. */

/* Advantages.*/

.advantages_wrapper {
	width: 100%;
	min-width: 1200px;
}

.advantages_wrapper .code_bg {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -150px;
    right: -120px;
    width: 603px;
}

.advantages_title {
	color: #537FA3;
	font-size: 34px;
	text-align: center;
}

.advantages_block {
	width: 585px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.advantages_left {
	width: 60px;
	margin-right: 30px;
}

.advantages_icon {
	width: 60px;
	height: 60px;
	padding: 2px;
	background-color: #FFF;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.advantages_icon img {
	width: 56px;
}

.advantages_border {
	width: 56px;
	height: 56px;
	border: 2px solid #FFC80D;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.advantages_right {
	
}

.advantages_right_title {
	color: #537FA3;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.advantages_right_text {
	margin-top: 25px;
	color: #537FA3;
	font-size: 16px;
}

/* Advantages. */

/* Progress. */

.progress_wrapper {
	width: 100%;
	min-width: 1200px;
	height: 300px;
	padding: 50px 0;
	background-color: #5CCFD3;
}

.progress_wrapper .bone {
	height: 300px;
	background-color: rgba(255, 255, 255, 0.2);

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		-ms-border-radius: 10px;
			border-radius: 10px;
}

.progress_bg {
	position: absolute;
	top: -55px;
	right: 0;

	width: 603px;
	z-index: 1;
}

.progress_bg img {
	width: 603px;
}

.progress_bomb {
	position: absolute;
	top: -50px;
	right: 10px;

	width: 534px;
	z-index: 3;

	-webkit-transition: top linear 0.1s;
			transition: top linear 0.1s;
}

.progress_bomb img {
	width: 534px;
}

.progress_content {
	position: relative;

	padding-left: 30px;
	z-index: 2;
}

.progress_title {
	padding-top: 50px;
	color: #FFF;
	font-size: 32px;
}

.progress_block {
	width: 265px;
}

.progress_block_title {
	margin-top: 40px;
	color: #FEE58B;
	font-size: 34px;
	font-weight: 700;
}

.progress_block_text {
	margin-top: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}

/* Progress. */

/* Calc. */

.calc_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 100px;
}

.calc_title {
	color: #537FA2;
	font-size: 34px;
	text-align: center;
}

.calc_block {
	width: 370px;
	margin-top: 30px;
	margin-right: 30px;
}

.calc_block_margin {
	margin-right: 0;
}

.calc_block_content {
	padding: 15px 20px;
	border: 1px solid #C2D3E5;
	border-top: 0 none;

	-webkit-border-radius: 0 0 10px 10px;
	   -moz-border-radius: 0 0 10px 10px;
		-ms-border-radius: 0 0 10px 10px;
			border-radius: 0 0 10px 10px;
}

.calc_block_image {
	/*display: none;*/

	width: 370px;
	height: 149px;
	background-color: #F1F2F3;

	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
		-ms-border-radius: 10px 10px 0 0;
			border-radius: 10px 10px 0 0;
}

.calc_block_image img {
	width: 368px;
	height: 148px;
	border: 1px solid #C2D3E5;
	border-bottom: 0 none;

	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
		-ms-border-radius: 10px 10px 0 0;
			border-radius: 10px 10px 0 0;
}

.calc_block_title {
	margin-top: 5px;
	color: #537FA3;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.calc_block_title span {
	display: block;
	float: right;

	color: #C2D3E5;
}

.calc_block_descr {
	margin-top: 10px;
	color: #537FA3;
	font-size: 13px;
	line-height: 180%;
}

.calc_block_money {
	display: none;

	margin-top: 20px;
	color: #537FA3;
	font-size: 28px;
	text-align: right;
}

.calc_block_money span {
	font-size: 16px;
	font-weight: 600;
}

.calc_block_cat {
	height: 30px;
	margin-top: 25px;
	padding: 0 15px;
	color: #FFF;
	font-size: 13px;
	line-height: 31px;
	background-color: #F1419B;
	cursor: pointer;

	-webkit-transition: background ease-in-out 0.1s, color ease-in-out 0.1s;
			transition: background ease-in-out 0.1s, color ease-in-out 0.1s;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
			border-radius: 3px;
}

.calc_block_cat:hover {
	background-color: #C3137C;
}

.calc_block_cat:active {
	line-height: 32px;
}

.calc_block_dlt {
	padding-left: 50px;
	background-color: #537FA3;
	background-image: url(images/yes.svg);
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
}

.calc_block_dlt:hover {
	background-color: #4D7494;
}

.calc_block_button {
	margin-top: 30px;
	text-align: center;
}

.calc_block_all {
	display: inline-block;

	margin-top: 2px;
	margin-left: 30px;
	color: #537FA3;
	font-size: 36px;
}

.calc_block_all span {
	font-size: 16px;
	font-weight: 600;
}

.calc_block_button .button {
	margin-top: 30px;
}

.calc_block_plus {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #537FA3;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.calc_block_and {
	padding-left: 85px;
}

.calc_block_and ul {
	color: #FFC80D;
	font-size: 15px;
	line-height: 180%;
}

.calc_block_and li span {
	color: #537FA3;
}

/* Calc. */

/* Code. */

.help_wrapper {
	width: 100%;
	min-width: 1200px;
	height: 260px;
	padding: 50px 0;
	background-color: #5CCFD3;
}

.help_wrapper .bone {
	height: 260px;
	background-color: rgba(255, 255, 255, 0.2);

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		-ms-border-radius: 10px;
			border-radius: 10px;
}

.help_bg {
	position: absolute;
	top: -90px;
	left: -250px;

	width: 603px;
	z-index: 1;
}

.help_bg img {
	width: 603px;
}

.help_cursor {
	position: absolute;
	bottom: -115px;
	left: -100px;

	width: 417px;
	z-index: 3;

	-webkit-transition: left ease-out 0.5s, top ease-out 0.5s;
			transition: left ease-out 0.5s, top ease-out 0.5s;
}

.help_cursor img {
	width: 417px;
}

.help_content {
	position: relative;

	margin-left: 350px;
	z-index: 2;
}

.help_title {
	padding-top: 50px;
	color: #FFF;
	font-size: 32px;
}

.help_subtitle {
	margin-top: 10px;
	margin-bottom: 40px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}

.help_phone {
	height: 50px;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
}

.help_or {
	height: 50px;
	margin: 0 50px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;
}

.help_button {

}

/* Code. */

/* Warning. */

.warning_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background-color: #FFC80D;
}

.warning_text {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

/* Warning. */

/* Work. */

.work_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 300px 0 200px;
	background-color: #8F75BE;
}

.work_title {
	color: #FFF;
	font-size: 78px;
	font-weight: 700;
	text-align: center;
}

.work_wrapper img {
	position: absolute;
}

.work_block {
	position: absolute;
}

.work_number {
	width: 65px;
	height: 65px;
	color: #8F75BE;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 66px;
	background-color: #FFC80D;
	border: 2px solid #FFF;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.work_text {
	margin-top: 13px;
	margin-left: 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.work_text span {
	color: #FFC80D;
	text-decoration: underline;
	cursor: pointer;
}

.work_text span:hover {
	text-decoration: none;
}

.work_1 {
	top: -200px;
	left: 240px;
}

.work_2 {
	top: -75px;
	left: 515px;
}

.work_3 {
	top: -180px;
	left: 860px;
}

.work_4 {
	top: 200px;
	left: 280px;
}

.work_5 {
	top: 180px;
	left: 820px;
}

.work_image_1 {
	top: -186px;
	left: 22px;

	width: 226px;
}

.work_image_2 {
	top: -71px;
	left: 337px;

	width: 165px;
}

.work_image_3 {
	top: -251px;
	left: 660px;

	width: 178px;
}

.work_image_4 {
	top: 96px;
	left: 80px;

	width: 179px;
}

.work_image_5 {
	top: 70px;
	left: 690px;

	width: 102px;
}

/* Work. */

/* Feedback. */

.feedback_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 100px 0 50px;
	background-color: #8F75BE;
}

.feedback_title {
	color: #FFF;
	font-size: 34px;
	text-align: center;
}

.feedback_subtitle {
	margin-top: 10px;
	margin-bottom: 50px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.feedback_slider_bone {
	position: relative;

	width: 900px;
	min-height: 300px;
	margin: 0 auto;
}

.feedback_slider_descr {
	position: absolute;
	bottom: 10px;
	right: 10px;

	padding: 6px 12px;
	color: #FFF;
	text-decoration: none;
	background: rgba(219, 76, 63, 0.8);
}

.feedback_slider_arrow {
	width: 31px;
	height: 31px;
	margin: 2px;
	border: 2px solid #FFC80D;
	cursor: pointer;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.feedback_slider_bone .prev,
.feedback_slider_bone .next {
	position: absolute;
	top: 80px;

	width: 39px;
	height: 39px;
	cursor: pointer;
	opacity: 0.8;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.feedback_slider_bone .prev {
	left: -89px;

	background: #FFF url('images/slider_arrow_l.svg') center center no-repeat;
	background-size: 15px auto;
}

.feedback_slider_bone .next {
	right: -89px;

	background: #FFF url('images/slider_arrow_r.svg') center center no-repeat;
	background-size: 15px auto;
}

.feedback_slider_bone .prev:hover,
.feedback_slider_bone .next:hover {
	opacity: 1;
}

.feedback_slider_pointers {
	margin-top: 15px;
	text-align: center;
}

.feedback_slider_pointer {
	display: inline-block;

	width: 15px;
	height: 15px;
	margin: 0 4px;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #8F75BE;
	cursor: pointer;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.feedback_slider_pointer:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.feedback_slider_pointer_active {
	width: 13px;
	height: 13px;
	background-color: #FFF !important;
	border: 2px solid #FFC80D;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.feedback_slider_contents {
	height: 300px;
}

.feedback_slider_contents_avatar {
	width: 180px;
	margin-right: 45px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.1);

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.feedback_slider_contents_avatar_bg {
	width: 160px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.1);

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.feedback_slider_contents_avatar_bg img {
	width: 160px;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
			border-radius: 50%;
}

.feedback_slider_contents_descr {
	width: 655px;
}

.feedback_slider_contents_date {
	color: #FFC80D;
	font-size: 16px;
	font-weight: 600;
}

.feedback_slider_contents_title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
}

.feedback_slider_contents_text {
	margin: 30px 0;
	color: #FFF;
	font-size: 16px;
}

.feedback_slider_contents_who {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}

.feedback_keyboard {
	position: absolute;
	top: 279px;
	left: -402px;
}

.feedback_keyboard img {
	width: 719px;
}

/* Feedback. */

/* Friends. */

.friends_wrapper {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0;
}

.friends_title {
	color: #537FA2;
	font-size: 34px;
	text-align: center;
}

.friends_subtitle {
	margin-top: 10px;
	margin-bottom: 50px;
	color: #F1419C;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	line-height: 180%;
}

.friends_block {
	width: 234px;
	margin-top: 40px;
}

.friends_block img {
	width: 235px;
	margin-bottom: 20px;
}

.friends_block_title {
	color: #537FA3;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.friends_margin {
	margin-left: 117px;
}

/* Friends. */

/* Map. */

.map_wrapper {
	width: 100%;
	min-width: 1200px;
	background-color: #8F75BE;
}

.map_left {
	width: 50%;
	height: 400px;

	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.map_right {
	width: 50%;
	padding: 40px 0 50px 50px;
	color: #FFF;

	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.map_title {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 700;
}

.map_phone {
	height: 35px;
	padding-left: 30px;
	font-weight: 600;
	line-height: 36px;
}

.map_email {
	height: 35px;
	margin-top: 20px;
	padding-left: 30px;
	font-weight: 600;
	line-height: 36px;
}

.map_address {
	height: 35px;
	margin-top: 20px;
	padding-left: 30px;
	font-weight: 600;
	line-height: 36px;
}

.map_info {
	margin-top: 10px;
	padding-left: 30px;
	color: #C3B6DB;
	font-weight: 600;
}

.map_city {
	background: url('images/e_phone.svg') left center no-repeat;
	background-size: 20px;
}

.map_vodafone {
	background: url('images/e_vodafone.svg') left center no-repeat;
	background-size: 20px;
}

.map_lifecell {
	background: url('images/e_lifecell.svg') left center no-repeat;
	background-size: 20px;
}

.map_star {
	background: url('images/e_star.svg') left center no-repeat;
	background-size: 20px;
}

.map_mail {
	background: url('images/e_email.svg') left center no-repeat;
	background-size: 20px;
}

.map_pointer {
	background: url('images/e_map.svg') left center no-repeat;
	background-size: 20px;
}

.map_soc {
	margin-top: 30px;
	margin-left: 30px;
	font-weight: 600;
}

.map_soc img {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
}

.map_copy {
	margin-top: 30px;
	padding-left: 30px;
	color: #C3B6DB;
	font-weight: 600;
}

/* Map. */