body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
    font-size: 14px;
}


.padding_left_15 {
    padding-left: 15px;
}

h2 {
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
    margin-left: 15px;
    background: url("images/dot_bg.png") 0 bottom repeat-x;
}

h3 {
    max-height: 999999px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu {
    float: right;
    padding-top: 45px;
    padding-bottom: 20px;
}

ul.menu li {
    display: block;
    float: left;
    padding: 5px 0 5px 25px;
    font-weight: 300;
}

ul.menu li a {
    font-size: 14px;
    color: #282828;
    text-decoration: none;
}

ul.menu li a:hover {
    color: #282828;
}

.content_wrapper {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#header {
    height: 140px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    color: #282828;
    font-weight: 300;
    background-color: #fff;
}

#header .social {
    display: block;
    padding-left: 58px;
    height: 105px;
    padding-top: 35px;
    line-height: 28px;
    background: url("images/social.png") 0 -20px no-repeat;
    position: relative;
    z-index: 2;
}

#header .comment {
    display: block;
    background: url("icon_set/head/comment_icon.png") 0 0 no-repeat;
    padding-left: 30px;
    color: #282828;
    float: right;
    padding-bottom: 5px;
}

#header .calendar {
    display: block;
    background: url("icon_set/head/calendar_icon.png") right 0 no-repeat;
    padding-right: 25px;
    width: 210px;
    color: #f7547b;
    text-decoration: underline;
}

#left_header_block, #right_header_block {
    width: 400px;
    float: left;
}

#center_header_block {
    width: 370px;
    padding-top: 10px;
    float: left;
}

.header_phone_text {
    position: relative;
    top: -5px;
}

#header .social .vk {
    height: 30px;
    left: 10px;
    position: absolute;
    top: 29px;
    width: 30px;
}

#header .social .inst {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 63px;
    left: 10px;
}

#header_modal_form {
    padding: 0;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);
    -moz-box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);
    box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);

}

#header_modal_form form {
    width: 530px;
    height: 670px;
    padding: 45px 20px 0;
}

#header_modal_form form input {
    width: 100%;
}

#header_modal_form form .form_gift {
    width: 400px;
}

/***********************************************************/
/*********************SECTION 1*****************************/
/***********************************************************/

#section_1 {
    margin-top: 140px;
    background: url("images/section_bg/section_1_bg.jpg") center top no-repeat;
    height: 890px;
    position: relative;
}

#section_1 h1 {
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    line-height: 50px;

}











#section_1 h3 {
    color: #fff;
    position: absolute;
    top: 730px;
    left: 30px;
    padding-left: 80px;
    background: url("images/section_1_h3_bg.png") no-repeat;
}

#section_1 form {
    /*background: url("images/section_1_form_bg.png") no-repeat;*/
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);
    -moz-box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);
    box-shadow: 0px 0px 15px 2px rgba(68, 68, 68, 0.6);
    width: 430px;
    height: 600px;
    position: absolute;
    top: 200px;
    right: 15px;
    padding: 45px 35px 0;
}

form .form_gift {
    background: url("icon_set/gift_icon.png") right 0 no-repeat;
    display: block;
    padding-right: 30px;
    width: 360px;
    margin: 0 auto;
    padding-bottom: 10px;
}

form input {
    border: 2px solid #c3c3c3;
    border-radius: 5px;
    display: block;
    font-weight: 300;
    width: 200px;
    margin-bottom: 30px;
    padding: 9px 10px 9px 40px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}

form .name {
    background: url("icon_set/form/name_icon.png") 10px 10px no-repeat;
}

form .phone {
    background: url("icon_set/form/phone_icon.png") 10px 10px no-repeat;
}

form .calendar {
    background: url("icon_set/form/calendar_icon.png") 10px 10px no-repeat;
}

form label {
    padding-left: 5px;
    padding-bottom: 5px;

}

form .input_wrapper {
    text-align: left;
    width: 255px;
    margin: 0 auto;
    padding-top: 55px;
}

form .confidential {
    color: #494949;
    padding-top: 40px;
    font-weight: 300;
    line-height: 16px;
}

form .form_button {
    cursor: pointer;
    display: block;
    background: url("images/form_button.png") 0 -60px no-repeat;
    width: 324px;
    height: 60px;
    margin: 0 auto;
}

form .form_button:hover {
    background: url("images/form_button.png") 0 0 no-repeat;
}

form .dots_bg {
    background: url("images/dot_bg.png") 0 bottom repeat-x;
}

/***********************************************************/
/*********************SECTION 2*****************************/
/***********************************************************/

#section_2 {
    background: url("images/section_bg/section_2_bg.jpg") center top no-repeat;
    height: 1072px;
    position: relative;
}

#section_2 h2 {
    padding-top: 90px;
}

#section_2 ul {
    padding-top: 58px;
    padding-bottom: 55px;
    line-height: 24px;
    background: url("images/section_2_list_bg.png") 15px 63px no-repeat;
}

#section_2 li {
    padding-left: 70px;
    width: 590px;
    padding-bottom: 75px
}

#section_2 li .title {
    font-family: 'Roboto Slab', Arial, sans-serif;
    padding-bottom: 10px;
}

/***********************************************************/
/*********************SECTION 3*****************************/
/***********************************************************/

#section_3 {
    background: url("images/section_bg/section_3_bg.jpg") center bottom no-repeat;
    position: relative;
    padding-bottom: 154px;
}

#section_3 h2 {
    padding-top: 90px;
}

#section_3 ul {
    padding-top: 50px;
    padding-bottom: 55px;
    line-height: 24px;
}

#section_3 li {
    padding-left: 100px;
    width: 970px;
    padding-bottom: 45px;
}

.section_3_service_list li {
    /*display: block;*/
    max-height: 9999999px;
}

#section_3 li .title {
    font-family: 'Roboto Slab', Arial, sans-serif;
    padding-bottom: 10px;
}

/***********************************************************/
/*********************SECTION 4*****************************/
/***********************************************************/

#section_4 {
    position: relative;
}

#section_4 h2 {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -584px;
    color: #fff;
    text-align: left;
    z-index: 2;
}

#section_4 img {
    display: block;
}

#section_4 .video_table {
    overflow: hidden;
    border-collapse: collapse;
    max-width: 1920px;
}

#section_4 a {
    outline: none;
    display: block;
}

#section_4 .big_video {
    position: relative;
}

#section_4 .play_button {
    background: url("images/play_button.png");
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#section_4 .small_video_poster {
    position: relative;
}

.play_button_block {
    overflow: hidden;
    /*margin-top: 380px;*/
}

/***********************************************************/
/*********************SECTION 5*****************************/
/***********************************************************/

#section_5 {
    /*background: url("icon_set/images/section_6_bg.png") center top no-repeat;*/
    position: relative;
}

#section_5 h2 {
    text-decoration: dotted;
    padding-top: 60px;
}

#section_5 .content_wrapper {
    overflow: hidden;
}

#section_5 .dots {
    color: #f41c50;
    line-height: 0px;
    font-size: 25px;
    padding-bottom: 65px;
    display: block;
}

#section_5 h2 {
    margin-bottom: 65px;
}

#section_5 .carousel {
    height: 650px;
    width: 1170px;
    text-align: center;
}

#section_5 #section_5_slider_2 .slider_control-nav {
    display: none;
}

#section_5_slider_3 {
    width: 800px;
    margin: 0 auto;
}

#section_5_slider_2 {
    width: 1170px;
}

#section_5 .section_5_slider_2_class {
    height: 720px;
}

#section_5_slider_1 {
    width: 800px;
}

/***********************************************************/
/*********************SECTION 6*****************************/
/***********************************************************/

#section_6 {
    /*background: #fefefe url("images/section_bg/section_6_bg.jpg") center bottom no-repeat;*/
    background: #ebe8f0 url("images/section_bg/section_6_bg.jpg") center top no-repeat;
    position: relative;
}

#section_6 h2 {
    padding-top: 90px;
}

#section_6 .feedback {
    padding-top: 80px;
    padding-left: 15px;
}

#section_6 .feedback .feedback_item {
    margin-bottom: 70px;
}

#section_6 .feedback .feedback_img {
    padding-right: 25px;
}

#section_6 .feedback .feedback_text {
    width: 600px;
    padding-left: 42px;
    font-style: italic;
    color: #222222;
    background: url(images/s11_icons.png) -57px -110px no-repeat;
}

#section_6 .feedback .feedback_details {
    padding-left: 42px;
}

#section_6 .feedback .feedback_details a {
    color: #0177a8;
}

#section_6 .feedback .dott {
    background: url("images/feedback_dott.png") repeat 0 0;
    height: 3px;
    margin: 10px 0 10px 42px;
}

#section_6 .feedback .feedback_details_imgs {
    float: right;
    padding-left: 50px;
    background: url(images/s11_icons.png) 10px 8px no-repeat;
    height: 47px;
}

#section_6 .feedback .feedback_details_imgs img {
    padding-left: 5px;
}

/***********************************************************/
/*********************SECTION 6_2***************************/
/***********************************************************/

#section_6_2 {
    background: url("images/section_bg/section_6_2_bg.jpg") center bottom no-repeat;
}

#section_6_2 h2 {
    padding-top: 90px;
}

#section_6_2 .profi {
    padding-top: 65px;
    padding-left: 15px;
}

#section_6_2 .profi_item .profi_item_img {
    border-radius: 100px;
    margin-bottom: 25px;
}

#section_6_2 .profi_item {
    float: left;
    width: 375px;
    min-height: 540px;
    margin-bottom: 20px;
}

#section_6_2 .profi_item .center {
    padding-bottom: 45px;
}

#section_6_2 .profi_item.center_item {
    margin: 0 20px;
}

#section_6_2 .profi_item a {
    color: #137cab;
}

#section_6_2 .profi_item i {
    background: url("images/s11_icons.png") no-repeat 110px -100px;
    display: block;
    color: #5d5c5c;
    padding-top: 50px;
}

#section_6_2 .profi .profi_row {
    padding-top: 10px;
}

#section_6 .more_feedback, #section_6_2 .more_profi_feedback {
    display: block;
    padding-bottom: 38px;
    width: 348px;
    background: url("images/gallery_icons.png") 138px 55px no-repeat;
    margin: 50px auto 70px;
}

#section_6_2 form {
    width: 700px;
    height: 582px;
    /*background: url("images/section_6_form_bg.png") no-repeat;*/
    background-color: #fff;
    border-radius: 30px;
    margin: 40px auto;
    padding-top: 50px;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    -moz-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);

}

#section_6_2 form .till_free_text {
    line-height: 30px;
    padding-top: 50px;
}

#section_6_2 form .form_red_line {
    height: 2px;
    width: 120px;
    margin: 30px auto 0;

    background-color: #d30047;
}

#section_6_2 form table {
    margin: 55px auto 0;
}

#section_6_2 form input {
    width: 140px;
}

#section_6_2 form .center_input {
    padding: 0 20px;
}

/***********************************************************/
/*********************SECTION 7*****************************/
/***********************************************************/

#section_7 {

}

#section_7_top_block {
    background: url("images/section_bg/section_7_bg.jpg") center bottom no-repeat;
    position: relative;
}

#section_7 h2 {
    padding-top: 90px;

}

#section_7 .text {
    width: 665px;
    padding-top: 65px;
}

#section_7 .phone_number {
    color: #c61142;
    position: absolute;
    top: 180px;
    right: 46px;
    padding: 60px 200px 30px 0;
    background: url("images/section_7_phone_bg.png") 240px 0px no-repeat;
}

#section_7 .hour_items {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#section_7 .hour_item {
    display: inline-block;
    width: 371px;
    height: 600px;
    margin-bottom: 55px;

}

#section_7 .hour_item.hour_item_center {
    margin: 0 24px 55px;
}

#section_7 .hour_item_1 {
    background: url("images/hour_item_1_bg.png") no-repeat;
}

#section_7 .hour_item_2 {
    background: url("images/hour_item_2_bg.jpg") no-repeat;
}

#section_7 .hour_item_3 {
    background: url("images/hour_item_3_bg.jpg") no-repeat;
}

#section_7 .hour_item_4 {
    background: url("images/hour_item_4_bg.jpg") no-repeat;
}

#section_7 .hour_item_5 {
    background: url("images/hour_item_5_bg.jpg") no-repeat;
}

#section_7 .hour_item_6 {
    background: url("images/hour_item_6_bg.jpg") no-repeat;
}

#section_7 .hour_item_inner {
    height: 446px;
    overflow: hidden;
    padding: 145px 0 0;
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

#section_7 .hour_item_inner .hour_item_title {
    color: #a0022b;
    padding-bottom: 16px;
    display: block;
}

#section_7 .hour_item_inner ul {
    text-align: left;
    padding-left: 50px;
    font-weight: 300;
    line-height: 30px;
}

#section_7 .hour_item_inner .hour_item_gift {
    font-weight: 300;
    padding-top: 37px;
    display: block;
    line-height: 28px;
}

#section_7 .hour_item_inner .hour_item_price {
    color: #a0022b;
    display: block;
    padding-top: 60px;
}

#section_7 .hour_item_3 .hour_item_inner .hour_item_price,
#section_7 .hour_item_4 .hour_item_inner .hour_item_price,
#section_7 .hour_item_5 .hour_item_inner .hour_item_price,
#section_7 .hour_item_6 .hour_item_inner .hour_item_price {
    padding-top: 35px;
}

#section_7 .pay_list {
    padding-top: 42px;
}

#section_7 .pay_list li {
    display: block;
    padding-left: 100px;
    background: url("images/pay_list_bg.png") no-repeat;
}

#section_7 .pay_list .cash {
    background-position: 15px 8px;
}

#section_7 .pay_list .card {
    background-position: 15px -54px;
}

#section_7 .pay_list .yandex_money {
    background-position: 15px -120px;
}

#section_7 .pay_list .contract {
    background: none;
}

#section_7 .pay_list li {
    padding-top: 21px;
    padding-bottom: 21px;
}

#section_7 .more_celebs_list li {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;

}

#section_7 .docs {
    margin: 40px 0 60px 95px;
}

#section_7 .docs a {
    display: block;
    margin-right: 20px;
}

#section_7 .docs .docs_icon {
    width: 50px;
    height: 50px;
    background: url("images/s11_icons.png") no-repeat 10px 8px;
}

#section_7 .top_service_list {
    padding-top: 65px;
    padding-bottom: 65px;
}

#section_7 .top_service_item_title {
    padding-top: 20px;
    display: block;
    height: 330px;
    color: #fff;
}

#section_7 .top_service_item {
    text-align: center;
    display: inline-block;
    width: 370px;
}

.top_service_item_center {
    margin: 0 25px;
}

#section_7 .top_service_item_1 {
    background: url("images/top_service_item_1_bg.jpg") no-repeat;
}

#section_7 .top_service_item_2 {
    background: url("images/top_service_item_2_bg.jpg") no-repeat;
}

#section_7 .top_service_item_3 {
    background: url("images/top_service_item_3_bg.jpg") no-repeat;
}

#section_7 .top_service_item_text {
    display: block;
    padding-bottom: 20px;
    color: #343434;
}

#section_7 .top_service_item_button {
    display: block;
    width: 162px;
    height: 42px;
    background: url("images/top_service_item_button.png") 0 0 no-repeat;
    margin: 0 auto;
}

#section_7 .top_service_item_button:hover {
    background: url("images/top_service_item_button.png") 0 -43px no-repeat;
}

#section_7 .more_celebs_list {
    /*padding-left: 130px;*/
    padding-top: 44px;
    padding-bottom: 25px;
    /*background: url("images/section_7_list_icopns.png") 65px 60px no-repeat;*/

}

#section_7 .more_celebs_list li {
    background: url("images/section_7_list_icopns.png") no-repeat;
    padding-left: 110px;
}

#section_7 .more_celebs_list li.corporativ {
    background-position: 45px 17px;
}

#section_7 .more_celebs_list li.party {
    background-position: 45px -57px;
}

#section_7 .more_celebs_list li.birthday {
    background-position: 45px -130px;
}

#section_7 .more_celebs_list li.opening {
    background-position: 45px -200px;
}

#section_7 .more_celebs_list li.new_year {
    background-position: 45px -273px;
}

#section_7 .more_celebs_list li.prom {
    background-position: 45px -343px;
}

#section_7 form {
    width: 640px;
    height: 582px;
    /*background: url("images/section_6_form_bg.png") no-repeat;*/
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 30px 30px;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    -moz-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    margin: 40px auto 108px;

}

#section_7 form .till_free_text {
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 10px;

}

#section_7 form .form_red_line {
    height: 2px;
    width: 120px;
    margin: 30px auto 0;

    background-color: #d30047;
}

#section_7 form table {
    margin: 55px auto 0;
    width: 100%;
}

#section_7 form input {
    width: 140px;
}

#section_7 form .center_input {
    padding: 0 20px;
}

#section_7_bottom_block {
    background: url("images/section_bg/section_7_bottom_bg.jpg") center bottom no-repeat;
    position: relative;
    height: 642px;
}

#section_7_bottom_block h3 {
    padding-top: 60px;
}

/***********************************************************/
/*************************MODAL*****************************/
/***********************************************************/

.top_service_item_modal {
    width: 1160px;
    height: 1320px;
    padding: 50px 115px 0 !important;
}

.top_service_item_modal h2 {
    padding-top: 50px;
}

.top_service_item_modal .modal_text {
    padding-top: 40px;
}

.modal_price {
    display: block;
    font-weight: bold;
    color: #f41c50;
    padding-left: 58px;
    margin: 0 auto;
    width: 260px;
    background: #fff url("images/modal_icons.png") -155px -130px no-repeat;
}

.modal_phone {
    padding-top: 10px;
    padding-bottom: 150px;
}

.modal_close_cross {
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    background: #fff url("images/modal_icons.png") -160px 0 no-repeat;
    cursor: pointer;
}

.modal_close_button {
    display: block;
    width: 205px;
    height: 60px;
    background: url("images/modal_icons.png") -8px -65px no-repeat;
    cursor: pointer;
}

.modal_red_line {
    height: 1px;
    background-color: #f41c50;
    position: relative;
    top: -10px;
}

.modal_top_red_text {
    position: relative;
    width: 240px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 2;
}

.modal_carousel {
    padding-bottom: 70px;

}

.modal_carousel .slider {
    width: 930px;

}

.modal_carousel .slider_item {
    height: 500px;
}

/***********************************************************/
/***********************SECTION 8***************************/
/***********************************************************/

#section_8 {
    background: url("images/section_bg/section_8_bg.jpg") center top no-repeat;
    /*height: 1759px;*/
}

#section_8 h2 {
    padding-top: 90px;
}

#section_8 .gifts_for_book {
    color: #a90029;
    position: absolute;
    display: block;
    top: 245px;
    left: 58px;
    width: 510px;
    line-height: 48px;
}

#section_8 .gifts_item_list {
    margin-top: 400px;
}

#section_8 .gifts_item {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(117, 117, 117, 1);
    -moz-box-shadow: -1px 1px 5px 0px rgba(117, 117, 117, 1);
    box-shadow: -1px 1px 5px 0px rgba(117, 117, 117, 1);
    padding: 25px;
    width: 1025px;
    background-color: #FFFFFF;
    height: 314px;
    margin: 0 auto 40px;
}

#section_8 .gifts_item img {
    display: block;
    border: 0;
    outline: 0;

}

#section_8 .gifts_item_right {
    padding-left: 20px;
}

#section_8 .gifts_item_right, #section_8 .gifts_item_left {
    width: 500px;
    height: 314px;
    float: left;
    position: relative;
}

#section_8 .gifts_item_right_title {
    background: url("icon_set/gift3_icon.png") 90px 0 no-repeat;
    padding-bottom: 20px;
    padding-top: 5px;
    color: #a0022b;
}

#section_8 .gifts_item_right_text {
    line-height: 28px;
}

#section_8 .play_button {
    background: url("images/play_button_little.png") no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -33px;
}

#section_8 .gifts_item_video_title {
    background: url("images/gift_item_video_title.png") no-repeat;
    width: 344px;
    height: 66px;
    position: absolute;
    left: 10px;
    bottom: -5px;
}

/***********************************************************/
/***********************SECTION 9***************************/
/***********************************************************/

#section_9 {
    background: url("images/section_bg/section_9_bg.jpg") center top no-repeat;
}

#section_9 h2 {
    padding-top: 90px;
}

.section_9_text {
    width: 675px;
    padding-top: 50px;
    padding-bottom: 115px;
}

#section_9 .good_photo {
    background: url("icon_set/good2_icon.png") 420px 9px no-repeat;
    display: block;
    padding: 22px 16px 16px;
    width: 440px;
}

#section_9 .bad_photo {
    background: url("icon_set/bad_icon.png") 427px 15px no-repeat;
    display: block;
    padding: 9px 16px 16px;
    width: 440px;
}

/***********************************************************/
/***********************SECTION 10***************************/
/***********************************************************/
#section_10 {
    background: url("images/section_bg/section_10_bg.png") center top no-repeat;
    height: 700px;
    font-size: 20px;
}

#section_10 h2 {
    padding-top: 30px;
}

#section_10 .step_1 {
    position: absolute;
    top: 235px;
    left: 30px;
}

#section_10 .step_1 .phone {
    color: #c91239;
}

#section_10 .step_1 .button {
    width: 264px;
    height: 60px;
    display: block;
    background: url("images/section_10_button.png") 0px -67px no-repeat;
}

#section_10 .step_1 .button:hover {
    background: url("images/section_10_button.png") 0px -7px no-repeat;
}

#section_10 .step_2 {
    position: absolute;
    top: 320px;
    left: 500px;
}

#section_10 .step_3 {
    position: absolute;
    top: 320px;
    left: 870px;
}

#section_10 .step_4 {
    position: absolute;
    top: 590px;
    left: 130px;
}

#section_10 .step_5 {
    position: absolute;
    top: 590px;
    left: 380px;
}

#section_10 .step_6 {
    position: absolute;
    top: 590px;
    left: 700px;
}

#section_10 .step_7 {
    position: absolute;
    top: 590px;
    left: 950px;
}

/***********************************************************/
/***********************SECTION 11**************************/
/***********************************************************/
#section_11 #section_11_top h2 {
    padding-top: 190px;
}

#section_11 #section_11_top {
    height: 1200px;
    background: url("images/section_bg/section_11_top_bg.jpg") center bottom no-repeat;
}

#section_11 #section_11_top .wish_book {
    padding-bottom: 30px;
    padding-top: 20px;
}

#section_11 #section_11_top .variants {
    display: block;
    padding-bottom: 80px;
    width: 360px;
    margin: 720px auto 0;
    background: url("icon_set/arrow_3.png") 120px 40px no-repeat;
}

#section_11 #section_11_middle {
    padding-bottom: 30px;
    padding-top: 65px;
}

/*tabs*/
#section_11 #section_11_middle .tabs_wrapper {
    width: 100%;
    height: 740px;
    padding-bottom: 100px;
}

#section_11 #section_11_middle .tabs_wrapper .tabs_links {
    padding-bottom: 20px;
    padding-left: 90px;
}

#section_11 #section_11_middle .tabs_wrapper .tabs_links a.tab_link_left {
}

#section_11 #section_11_middle .tabs_wrapper .tabs_links a.tab_link_center {
    margin: 0 80px;
}

#section_11 #section_11_middle .tabs_wrapper .tabs_links a {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: underline;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 18px;
    color: #000;
}

#section_11 #section_11_middle .tabs_wrapper .tabs_links a.active {
    font-weight: 500;
    background-color: #f41c50;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

#section_11 #section_11_middle .tabs_wrapper .tab {
    position: relative;
}

#section_11 .tab .slider {
    width: 800px;
}

#section_11_slider_2 {
    width: 800px;
}

#section_11 #section_11_middle .tabs_wrapper .tabs_price {
    background: #fff url("icon_set/price_icon.png") 40px 35px no-repeat;
    width: 270px;
    text-align: center;
    padding: 25px 25px 25px 60px;
    position: absolute;
    bottom: 490px;
    left: 50%;
    margin-left: -175px;

}

/*tabs end*/

#section_11 #section_11_middle h3 {
    padding-bottom: 20px;
}

#section_11 .section_11_banner {
    background: url("images/section_11_banner_bg.png") 15px 0 no-repeat;
    width: 1170px;
    height: 495px;
    margin-top: 25px;
    padding-left: 15px;
}

#section_11 .section_11_banner table td {
    padding-top: 110px;
    width: 200px;

}

#section_11 .section_11_banner .section_11_banner_price {
    padding-top: 40px;
    padding-left: 30px;
}

#section_11 .section_11_banner .section_11_banner_right {
    width: 500px;
    padding-left: 140px;
}

#section_11 .section_11_banner .section_11_banner_left {
    width: 650px;

}

#section_11 .section_11_banner_sizes_title {
    padding-top: 5px;
}

#section_11 .section_11_banner_sizes {
    padding-top: 50px;
    padding-bottom: 15px;
}

#section_11 .press_wall_gallery {
    padding-bottom: 80px;
}

#section_11 .section_11_table {
    padding-top: 60px;
    padding-bottom: 80px;
}

#section_11 .section_11_table .section_11_table_price {
    padding: 35px 0;
    background: url("icon_set/price_icon.png") 120px 30px no-repeat;
}

#section_11 .section_11_table td {
    /*padding-right: 20px;*/
    font-size: 16px;
    line-height: 26px;
}

#section_11 #section_11_middle .section_11_text {
    width: 670px;
    padding-bottom: 50px;
}

#section_11 #section_11_bottom {
    background: url("images/section_bg/section_11_bottom_bg.jpg") center top no-repeat;
    height: 800px;
}

/***********************************************************/
/***********************SECTION 12**************************/
/***********************************************************/

#section_12 {
    background: url("images/section_bg/section_12_bg.jpg") center top no-repeat;
}

#section_12 h2 {
    padding-top: 90px;
}

#section_12 .faq_list {
    padding-top: 70px;
    width: 610px;
}

#section_12 .faq_list .faq_item {
    padding-bottom: 40px;
}

#section_12 .faq_list .faq_item_question {
    font-weight: 500;
    max-height: 999999px;
}

#section_12 .faq_list .faq_item_answer {
    padding-left: 30px;
}

/***********************************************************/
/***********************SECTION 13**************************/
/***********************************************************/

#section_13 {
    background: url("images/section_bg/section_13_bg.jpg") center top no-repeat;
    height: 976px;
}

#section_13 .hello {
    position: absolute;
    width: 520px;
    top: 130px;
    right: 23px;
    line-height: 25px;
}

#section_13 .hello .hello_title {
    padding-bottom: 10px;
}

#section_13 form {
    position: absolute;
    top: 300px;
    right: 40px;
}

#section_13 form .input_wrapper {
    padding-top: 25px;
}

#section_13 form .call_me_button {
    width: 244px;
    height: 58px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    background: url("images/call_me_button.png") 0px -59px no-repeat;
}

#section_13 form .call_me_button:hover {
    background: url("images/call_me_button.png") 0px 1px no-repeat;
}

/***********************************************************/
/***********************SECTION 14**************************/
/***********************************************************/

#section_14 {
    background: url("images/section_bg/section_14_bg.jpg") center top no-repeat;
}

#section_14 .thank_you {
    width: 840px;
    padding-top: 480px;
    margin: 0 auto;
}

#section_14 .thank_you .title {
    padding-bottom: 10px;
}

#section_14 .special_offer_list {
    padding-top: 280px;
    padding-bottom: 50px;
}

#section_14 .special_offer_item.last {
    margin-right: 0;
}

#section_14 .special_offer_item {
    width: 560px;
    background-color: #fff;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 8px;
}

#section_14 .special_offer_item .special_offer_item_tittle {
    padding-bottom: 15px;
    font-weight: bold;
}

#section_14 .special_offer_item .content {
    height: 442px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(145, 145, 145, 1);
    -moz-box-shadow: 0px 0px 18px 2px rgba(145, 145, 145, 1);
    box-shadow: 0px 0px 18px 2px rgba(145, 145, 145, 1);
}

#section_14 .special_offer_item .content .special_offer_item_gorka {
    height: 190px;
    width: 132px;
    background: url("images/special_offer_icons.png") -22px 0px no-repeat;
    margin-right: 5px;
}

#section_14 .special_offer_item .content .special_offer_item_budka {
    height: 190px;
    width: 142px;
    background: url("images/special_offer_icons.png") -12px -200px no-repeat;
    margin-right: 5px;

}

#section_14 .special_offer_item .content .special_offer_item_fontan {
    height: 190px;
    width: 135px;
    background: url("images/special_offer_icons.png") -9px -420px no-repeat;
    position: relative;
}

#section_14 .special_offer_item .content .special_offer_item_fog {
    height: 190px;
    width: 122px;
    background: url("images/special_offer_icons.png") -15px -648px no-repeat;
}

#section_14 .special_offer_item_table td {
    position: relative;
}

#section_14 .special_offer_item_table {
    height: 282px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
}

#section_14 .special_offer_item_bottom {
    background-color: #f1f1f1;
    height: 160px;
    position: relative;
}

#section_14 .special_offer_item_bottom .special_offer_item_bottom_discount {
    width: 275px;
    padding-top: 30px;
    margin: 0 auto;
    padding-right: 105px;
    padding-bottom: 20px;
}

#section_14 .special_offer_item_bottom .special_offer_item_bottom_discount_amount {
    position: absolute;
    top: 25px;
    right: 105px;
    font-weight: bold;
}

#section_14 .special_offer_item_bottom .special_offer_item_button {
    width: 163px;
    height: 42px;
    display: block;
    background: url("images/special_offer_item_button.png") 0px 0px no-repeat;
    cursor: pointer;
    margin: 0 auto;
}

#section_14 .special_offer_item_bottom .special_offer_item_button:hover {
    background-position: 0px -43px;
}

.plus {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 30px;
    color: #f41c50;
    position: absolute;
}

/***********************************************************/
/***********************SECTION 15**************************/
/***********************************************************/

#section_15 {
    background: #e8e5ec url("images/section_bg/section_15_bg.jpg") center top no-repeat;
}

#section_15 h2 {
    padding-top: 90px;
}

#section_15 .text {
    padding-top: 70px;
    width: 975px;
}

#section_15 .people_list .people_list_item {
    width: 560px;
    margin-bottom: 55px;
    margin-right: 23px;
    display: inline-block;
    margin-left: 16px;
}

#section_15 .people_list .people_list_item.last {
    margin-right: 0;
}

#section_15 .people_list {
    padding-top: 90px;
}

#section_15 .people_list_item img {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    -moz-box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
    box-shadow: 0px 0px 21px 2px rgba(138, 136, 138, 1);
}

#section_15 .people_list_item .people_list_item_button {
    width: 220px;
    height: 42px;
    background: url("images/people_list_item_button.png") 0 -4px no-repeat;
    cursor: pointer;
    display: block;
    margin: 25px auto 0;
}

#section_15 .people_list_item .people_list_item_button:hover {
    background-position: 0 -49px;
}

#section_15 .footer {
    background: url("images/section_bg/footer_bg.png") repeat-x;
    height: 206px;
}

#section_15 .footer .bottom_menu {
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 20px;
    width: 600px;
}

#section_15 .footer .bottom_menu li {
    float: left;
    margin: 0 20px;

}

#section_15 .footer .bottom_menu li a {
    color: #fff;
}

#section_15 .footer .logo {
    position: absolute;
    width: 254px;
    top: 50px;
    left: 320px;
    height: 59px;
    background: url("images/footer_logo.png") no-repeat;
}

#section_15 .footer .phone {
    width: 300px;
    padding-top: 25px;
    padding-left: 585px;
}

#section_15 .footer .vk {
    background: url("icon_set/head/vk_icon.png") no-repeat;
    height: 30px;
    left: 545px;
    position: absolute;
    top: 132px;
    width: 30px;
}

#section_15 .footer .instagram {
    background: url("icon_set/head/inst_icon.png") no-repeat;
    height: 30px;
    left: 605px;
    position: absolute;
    top: 130px;
    width: 30px;
}

#section_15 .footer .conf_links {
    color: #e4cfdb;
    padding-top: 55px;
    display: inline-block;
    margin-right: 20px;
}

/*MODAL*/
.people_list_item_modal {
    background: url("images/section_bg/people_list_item_modal_bg.jpg") center 0 no-repeat !important;
    width: 100%;
    min-height: 1900px;
}

.people_list_item_modal .modal_carousel {
    margin-top: 40px;
}

.people_list_item_modal .content_wrapper {
    width: 970px;
    padding-left: 40px;
    margin: 0 auto;
    padding-top: 80px;
    overflow: visible;
}

.people_list_item_modal .content_wrapper h3 {
    padding-bottom: 10px;

}

.people_list_item_modal_top_list {
    line-height: 35px;
    padding-top: 60px;
    padding-bottom: 35px;
}

.fancybox-content {
    overflow: visible !important;
}




.dots {
    color: #f41c50;
    line-height: 0px;
    font-size: 25px;
    display: block;
    padding-left: 15px;
}
#section_4 .dots {
    padding-left: 0;
}

img {
    border: none !important;
}

a {
    border: none !important;
    outline: 0 !important;
}

.scrollToTop {
    display: none;
    background: url("images/to_top.png") 0 0 no-repeat;
    bottom: 20px;
    height: 60px;
    position: fixed;
    right: 30px;
    width: 70px;
    z-index: 100;
    opacity: 0.9;
}

.notScroll {
    overflow: hidden !important;
}

.blueRub {
    width: 20px;
    height: 20px;
    padding-right: 20px;
    background: url("images/rub.png") right -30px no-repeat;

}

.red_rub {
    width: 20px;
    height: 20px;
    padding-right: 29px;
    background: url("images/rub.jpg") 7px 10px no-repeat;
}

.big_rub {
    height: 27px;
    padding-right: 35px;
    width: 29px;
    background: url("images/big_rub.png") right 13px no-repeat;

}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font33 {
    font-size: 33px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font40 {
    font-size: 40px;
}

.font42 {
    font-size: 42px;
}

.font45 {
    font-size: 45px;
}

.font46 {
    font-size: 46px;
}

.font48 {
    font-size: 48px;
}

.font50 {
    font-size: 50px;
}

.font60 {
    font-size: 60px;
}

.font72 {
    font-size: 72px;
}

.light {
    font-weight: 100;
}

.regular {
    font-weight: 200;
}

.semibold {
    font-weight: 300;
}

.bold, b {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;;
}

.display_none {
    display: none !important;
}

p {
    margin: 12px 0;
}

.absolute {
    position: absolute;
}

.upper_case {
    text-transform: uppercase;
}

.lower_case {
    text-transform: lowercase;
}

.clear {
    clear: both !important;
}

.block {
    display: block;
}

.inline_block {
    display: inline-block;
}

.white {
    color: #fff;
}

.red {
    color: #f41b50;
}

.purple {
    color: #53177f
}

.blue {
    color: #44147d;
}

.posterizerKG {
    font-family: 'Posterizer KG', Arial, sans-serif;
}

.roboto_slab {
    font-family: 'Roboto Slab', Arial, sans-serif;
}

.roboto {
    font-family: 'Roboto', Arial, sans-serif;
}

.bigWrapper {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.smallWrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.auto_margin_center {
    margin: 0 auto;
}

/*modal*/

.modal {
    margin-top: 10px;
    width: 1000px;
    display: none;
    z-index: 12;
    left: 50%;
    margin-left: -500px;
    position: fixed;
    top: 0;
}

.modal .modalScroll {
    max-height: 700px;
    overflow: auto;
}

.modal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}

#modalBg {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    background: url(images/gray_bg.png);
    opacity: 0.8;
}

.modal.modalDisplay, #modalBg.modalDisplay {
    display: block;
}

.modal .modalTitle {
    padding-right: 10px;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    padding: 14px 0;
}

.modal .modalConent {
    padding: 35px 0;
    background-color: #fff;
    padding-left: 60px;
}

.modal.tallModal .modalConent {
    padding-top: 10px;
}

.modal .modalConent .modalItem {
    width: 830px;
    color: #2e2e2e;
}

.modal .modalConent .modalItem .modalItemPhoto img {
    margin-right: 10px;
}

.modal .modalConent .modalItem .modalItemPhoto {
    margin-top: 10px;
    padding-left: 40px;
    background: url(images/s11_icons.png) 0 7px no-repeat;

}

.modal .modalConent .modalImg {
    height: 180px;
    border-radius: 50%;
    margin-right: 20px;
}

.modal .modalConent .modalPlus {
    padding-left: 80px;
}

.modal .modalBottom {
    padding-top: 10px;
    padding-right: 10px;
    background: #f5f5f5 url(images/modal_arr.png) 470px 50px no-repeat;
    height: 130px;
    color: #44147d;
    padding-left: 60px;
}

.modal .modalBottom .floatLeft {
    padding-top: 10px;
    float: left;
}

.modal .modalBottom .modalPrice {
    line-height: 30px;
    padding-right: 33px;
    background: #f5f5f5 url(images/modal_rub.png) right 2px no-repeat;
}

.modal .modalBottom .modalPhone {
    background-color: #44147d;
    padding: 15px 50px;
    width: 285px;
    color: #fff;
}

/*call me modal*/
#callMeModal {
    width: 680px;
    position: fixed;
    left: 50%;
    margin-left: -340px;
    top: 100px;
    z-index: 12;
}

#callMeModal form {
    padding: 40px 65px;
    background-color: #dcf4f7;
}

#callMeModal form input {
    margin: 20px auto;
    font-size: 20px;
    color: #565656;
    width: 330px;
    border: 1px solid #aaaaaa;
    padding: 20px 15px;
}

#callMeModal form input[type="submit"] {
    width: 261px;
    height: 57px;
    border: none;
    overflow: hidden;
    text-indent: -3000px;
    cursor: pointer;
    background: url("images/s23_btn.png") 0 -60px no-repeat;
    margin-bottom: 0;
}

#callMeModal form input[type="submit"]:hover {
    background-position: 0 0;
}

#callMeModal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}

/*date modal*/
#dateModal {
    background-color: #fff;
    left: 50%;
    margin-left: -650px;
    padding: 50px;
    position: fixed;
    top: 250px;
    width: 1200px;
    z-index: 12;
}

#dateModal form {
    padding: 3px;
    border: 4px solid #603491;
    background-color: #fff;
}

#dateModal form input {
    width: 243px;
    padding: 22px;
    border: none;
    color: #543877;
    font-size: 18px;

}

#dateModal form input[type="submit"] {
    background: url(images/btn.png) 0 0 no-repeat;
    padding: 0;
    width: 303px;
    height: 65px;
    color: #fff;
    cursor: pointer;
}

#dateModal form input[type="submit"]:hover {
    background-position: 0 -70px;
}

#dateModal form input.middleLines {
    border-right: 1px solid #9e6fd3;
    border-left: 1px solid #9e6fd3;
    margin-left: 3px;
}

#dateModal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}

/****************************************/
/*****************ICONS******************/
/****************************************/

.good_icon {
    background: url("icon_set/good_icon.png") 15px 0 no-repeat;
}

.unlimited_icon {
    background: url("icon_set/unlimited_icon.png") 15px 0 no-repeat;
}

.butofor_icon {
    background: url("icon_set/butofor_icon.png") 15px 0 no-repeat;
}

.clokc_icon {
    background: url("icon_set/clokc_icon.png") 15px 0 no-repeat;
}

.contract_icon {
    background: url("icon_set/contract_icon.png") 15px 0 no-repeat;
}

.design_icon {
    background: url("icon_set/design_icon.png") 15px 0 no-repeat;
}

.magnit_icon {
    background: url("icon_set/magnit_icon.png") 15px 0 no-repeat;
}

.master_icon {
    background: url("icon_set/master_icon.png") 15px 0 no-repeat;
}

.monitor_icon {
    background: url("icon_set/monitor_icon.png") 15px 0 no-repeat;
}

.video_icon {
    background: url("icon_set/video_icon.png") 15px 0 no-repeat;
}

.prof_icon {
    background: url("icon_set/prof_icon.png") 15px 0 no-repeat;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8a2a0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a8a2a0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a8a2a0;
}

.input_error {
    border-color: red;
}

.carousel {
    text-align: center;
}


/*для шрифтов на мобильных устройствах*/
.height_hack {
    max-height: 9999999px;
}
/* Slider */
.slider {
    user-select: none;
    display: inline-block;
    position: relative;
}

.slider_first {
    width: 460px;
}

.slider_second {
    width: 100%;
}

.slider_viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider_list {
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-flow: row nowrap;
}

.slider_item {
    flex-shrink: 0;
    position: relative;
}

.slider_item img {
    display: block;
    width: 100%;
    height: auto;
}

.slider_item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px 1px #333;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.slider_nav.is-disabled {
    display: none;
}

.slider_control-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.slider_control-nav-item {
    transition: all 0.5s linear;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: #666666;
}

.slider_control-nav-item:hover {
    opacity: 0.3;
}

.slider_control-nav-item.is-active {
    cursor: default;
    background: #f41c50;
}

.slider_arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 97px;
    height: 97px;
    z-index: 999;
    cursor: pointer;
}

.slider_arrow.is-disabled {
    cursor: default;
    opacity: 0.5;
}

.slider_arrow:hover {
    opacity: 0.5;
}

.slider_arrow__right {
    right: -100px;
    background: url(../images/arrow_right.png) no-repeat 0 0;
}

.slider_arrow__left {
    left: -100px;
    background: url(../images/arrow_left.png) no-repeat 0 0;
}

.slider__carousel {
    overflow: hidden;
}

.slider__carousel::before, .slider__carousel::after {
    content: "";
    width: 150px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: 200;
}

.slider__carousel::before {
    left: -5px;
    background: -webkit-linear-gradient(left, #fff 10%, transparent);
    background: linear-gradient(to right, #fff 10%, transparent);
}

.slider__carousel::after {
    right: -5px;
    background: -webkit-linear-gradient(right, #fff 10%, transparent);
    background: linear-gradient(to left, #fff 10%, transparent);
}

.slider__carousel .slider_viewport {
    overflow: visible;
    width: 250px;
    margin: 0 auto;
}

.slider__carousel .slider_arrow__left {
    left: 70px;
}

.slider__carousel .slider_arrow__right {
    right: 70px;
}

#section_9 .slider_item .slider_item_inner {
    padding: 12px 12px 65px;
    margin: 20px;
    background-color: #fff;
    height: 357px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(128, 126, 128, 1);
    -moz-box-shadow: 0px 0px 20px 4px rgba(128, 126, 128, 1);
    box-shadow: 0px 0px 20px 4px rgba(128, 126, 128, 1);
}

#section_9 #section_9_slider {
    width: 100%;
}

#section_9 .carousel {
    width: 100%;
    height: 600px;
}

#section_9 #section_9_slider .slider_arrow {
    top: 525px;
    width: 34px;
    height: 34px;
}

#section_9 #section_9_slider .slider_arrow__left {
    left: 535px;
    background: url("images/arrow_left_small.png") no-repeat 0 0;
}

#section_9 #section_9_slider .slider_arrow__right {
    right: 535px;
    background: url("images/arrow_right_small.png") no-repeat 0 0;
}

#section_9 #section_9_slider .slider_control-nav {
    top: 535px;
}

#section_5 #section_5_slider_1 .slider_arrow__left {
    left: 60px;
    background: url("images/arrow_left.png") no-repeat 0 0;
}

#section_5 #section_5_slider_1 .slider_arrow__right {
    right: 60px;
    background: url("images/arrow_right.png") no-repeat 0 0;
}

#section_5 #section_5_slider_2 .slider_arrow__left {
    left: 60px;
    background: url("images/arrow_left.png") no-repeat 0 0;
}

#section_5 #section_5_slider_2 .slider_arrow__right {
    right: 60px;
    background: url("images/arrow_right.png") no-repeat 0 0;
}


