/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 08.04.15 v
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);

/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #892DDD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1,
.x1 {
    padding-bottom: 20px;
    margin-bottom: 22px;
    position: relative;
    font-family: "Lobster", sans-serif;
    font-size: 30px;
}

.h2,
.x2 {
    margin-bottom: 28px;
    color: #333;
    font-family: "Lobster", sans-serif;
    font-size: 24px;
    position: relative;
}

.h3,
.x3 {
    margin-bottom: 28px;
    position: relative;
    color: #333;
    font-family: "Lobster", sans-serif;
    font-size: 24px;
}

.h4,
.x4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.h5,
.x5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.h6,
.x6 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

/*colors*/
/*end colors*/
/*fonts*/

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

/*end fonts*/
/*forms fields*/

.field {
    border: 1px solid #cdbbd6;
    padding: 9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/

.wrapper {
    background-image: url(../images/fon_bg.jpg);
    background-repeat: repeat;
    background-position: 50% 0;
    min-width: 948px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.white_bg {
    background-color: #fff;
    width: 948px;
    margin: auto;

    position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    bottom: 130px;
    z-index: 1;
}

.inner {
    width: 948px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 130px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.main_page .header {
    position: relative;
    height: 458px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 134px;
    z-index: 2;
}

.header {
    position: relative;
    height: 58px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 134px;
    z-index: 2;
}

.header .bg {
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
    height: 138px;
    position: absolute;
    top: 0;
    left: -867em;
    right: -1000em;
    z-index: -1;
}

.header .phone {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    border-bottom: 1px solid rgba(222, 204, 204, .50);
    padding-left: 38px;
    padding-bottom: 3px;
    width: 148px;
    position: absolute;
    top: 29px;
    left: 6px;
    color: #faef74;
    font-size: 20px;
}

.header .phone p {
    line-height: 24px;
}

.logo {
    position: absolute;
    top: 22px;
    left: 350px;
}

.logo .bg {
    background-image: url(../images/logo_bg.png);
    background-repeat: no-repeat;
    height: 135px;
    width: 806px;
    position: absolute;
    top: -23px;
    right: -293px;
    left: -293px;
    bottom: 0;
}

.logo .fig {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 81px;
    width: 252px;
    position: relative;
}

.logo .text {
    width: 220px;
    position: absolute;
    top: 84px;
    left: 26px;
    font-weight: bold;
    color: #49634b;
    font-size: 12px;
}

.logo .link .fig {
    text-decoration: none;
}

.email .link {
    background-image: url(../images/letter.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid rgba(222, 204, 204, .50);
    padding-left: 55px;
    padding-bottom: 18px;
    position: absolute;
    top: 42px;
    right: 5px;
    color: #faef74;
    font-size: 16px;
}

.logo_left_bg {
    background-image: url(../images/left_fon.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 404px;
    position: absolute;
    top: 62px;
    left: -30px;
}

.logo_right_bg {
    background-image: url(../images/right_fon.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 404px;
    position: absolute;
    top: 62px;
    right: -30px;
}

.left_bg {
    background-image: url(../images/left_fon_1.png);
    background-repeat: no-repeat;
    height: 587px;
    width: 163px;
    position: absolute;
    top: 137px;
    left: -161px;
}

.right_bg {
    background-image: url(../images/right_fon_1.png);
    background-repeat: no-repeat;
    height: 587px;
    width: 163px;
    position: absolute;
    top: 137px;
    right: -165px;
    z-index: 1;
}

.nav {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .10);


    position: relative;

    display: table;
    width: 100%;
    z-index: 1;
}

.nav:before,
.nav:after,
.nav .item:after,
.nav .item:before {
    display: none;
}

.nav> .item {
    border-left: 1px solid rgba(0, 0, 0, .10);
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: top;
    line-height: 1.2;
}

.nav> .item:first-child {
    border-left: none;
}

.nav> .item> .link {
    display: table;
    width: 100%;
    height: 57px;
    color: #511686;
    font-family: "Lobster", sans-serif;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.nav> .active> .link,
.nav> .item:hover> .link {
    background-color: #8a2edd;
    color: #fff;
    z-index: 2;
}

.nav> .item> .link> .text {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

.promo {
    border: 1px solid rgba(0, 0, 0, .10);
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.promo .main_list, .promo .main_list .item {
    width: 100%;
    height: 400px;
}

.promo .main_list p {
    height: 400px;
}

.promo .tabs {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;

    z-index: 2!important;
    text-align: center;
}

.promo .tabs li {
    margin: 0 6px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;

}

.promo .tabs a {
    background-color: #8a2edd;
    border-radius: 50%;
    display: block;
    height: 28px;
    width: 28px;
    position: relative;
    text-indent: -1000em;
}

.promo .tabs .active a {
    background-color: #511687;
}



.promo .main_list .text {
    display: block;
    color: #511587;
    font-family: "Lobster", sans-serif;
    font-size: 26px;
    position: absolute;
    top: 10px;
    left: 22px;
    right: 22px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.promo .main_list .active .text {
    opacity: 1;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/

.side {
    float: right;
    width: 240px;
    position: relative;
    padding-left: 52px;
    padding-top: 27px;
    padding-right: 28px;
    padding-bottom: 30px;
    z-index: 2;
}

.carousel {
    border-bottom: 2px solid #d6d6d6;
    position: relative;
    min-height: 260px;
    margin-bottom: 8px;
    text-align: center;
}

.carousel .prev {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 18px;
    position: absolute;
    top: 42px;
    left: -5px;
    z-index: 2;
}

.carousel .next {
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 18px;
    position: absolute;
    top: 42px;
    right: 14px;
    z-index: 2;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.carousel .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list> .item {
    display: table-cell;
    width: 220px;
    padding-right: 20px;
    vertical-align: top;
}

.carousel .main_list> .item .img {
    border: 1px solid #d6d6d6;
    padding: 3px;
}

.carousel .main_list> .item:before,
.carousel .main_list> .item:after {
    display: none;
}

.carousel .link {
    color: #892ddd;
    text-decoration: none;
}

.carousel .link:hover {
    text-decoration: underline;
}

.carousel .title {
    width: 186px;
    margin-bottom: 13px;
    padding-top: 4px;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: none;
}


/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.main_page_content {

    position: relative;
    overflow: hidden;
    z-index: 2;
}

.content {

    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-left: 38px;
    padding-bottom: 30px;
    z-index: 2;
}

.services_list {
    display: table;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .10);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6e399a;
}

.services_list .item {
    background-image: url(../images/bg_1.png);
    background-repeat: repeat-x;
    height: 243px;
    border-right: 1px solid #cccccc;
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: top;
    padding-top: 18px;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
}

.services_list .link {
    text-decoration: none;
}

.services_list .fig {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border: 3px solid #eaadc4;
    border-radius: 50%;
    height: 136px;
    width: 136px;
}

.services_list .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.services_list .title {
    width: 140px;
    margin-bottom: 14px;
    color: #b73555;
    font-family: "Lobster", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.services_list .title .text {
    display: table;
    width: 100%;
    height: 50px;
}

.services_list .title .in {
    display: table-cell;
    vertical-align: middle;
}

.services_list .link:hover .title {
    color: #892ddd;
}

.services_list .link:hover .fig {
    border: 3px solid #892ddd;
}

.about_company {
    width: 592px;
    float: left;
    margin-right: 49px;
    padding-top: 39px;
    padding-left: 35px;
}

.h1 .line {
    border: 1px solid #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.h2,
.x2 .line {
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
}

.about_company .fig {
    width: 262px;
    position: relative;
    float: left;
    margin-right: 24px;
    margin-left: 4px;
}

.about_company .fig .img {
    max-width: 100%;
    border: 1px solid #d7d7d7;
    padding: 3px;
}

.line {
    border: 1px solid #d6d6d6;
    margin-bottom: 6px;
}

.more_detail {
    text-align: right;
    margin-bottom: 28px;
}

.btn {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 12px;
    color: #8a2edd;
    font-size: 12px;
}

.useful_articles {
    width: 236px;
    float: left;
    padding-top: 39px;
    padding-right: 33px;
}

.useful_articles_list {
    border-top: 1px solid #d6d6d6;
    margin-top: -30px;
    padding-top: 28px;
}

.useful_articles_list .item {
    width: 236px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 9px;
    padding-bottom: 12px;
}

.useful_articles_list .text {
    background-image: url(../images/quote_left.png), url(../images/quote_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%;
    margin-bottom: 6px;
    text-indent: 24px;
    color: #892ddd;
}

.useful_articles_list .date {
    color: #919191;
    font-size: 12px;
    font-style: italic;
}

.special_offer {
    clear: both;
    position: relative;
}

.special_offer .caption {
    background-image: url(../images/caption_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    border-top: 1px solid #d6d6d6;
    margin-right: 182px;
    margin-bottom: 24px;
    margin-left: 194px;
    padding-top: 19px;
    text-align: center;
    color: #b73555;
    font-family: "Lobster", sans-serif;
    font-size: 30px;
}

.projects_list .bg {
    background-image: url(../images/prod_bg.png);
    background-repeat: repeat-x;
    height: 128px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.projects_list {
    text-align: center;
    margin-left: -10px;
    margin-bottom: 62px;
}

.projects_list .item {
    width: 190px;
    margin-left: 10px;
}

.projects_list .fig {
    display: inline-block;
}

.projects_list .fig .img {
    max-width: 100%;
    border: 1px solid #d7d7d7;
    padding: 3px;
}

.projects_list .link {
    color: #892ddd;
    text-decoration: none;
}

.projects_list .link:hover {
    text-decoration: underline;
}

.projects_list .title {
    width: 186px;
    margin-bottom: 13px;
    padding-top: 6px;
    font-size: 14px;
    text-decoration: none;
}

.price {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-right: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    color: #3f3f3f;
    text-align: left;
    font-family: "System", sans-serif;
    font-size: 20px;
    font-weight: bold;
	width: 200px;

}

.order_btn {
    color: #b73555;
    font-size: 14px;
}

.services_list_1 {
    text-align: center;
    margin-left: -54px;
}

.services_list_1 .item {
    width: 144px;
    margin-left: 54px;
    margin-bottom: 26px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.services_list_1 .link {
    text-decoration: none;
}

.services_list_1 .fig {
    overflow: hidden;
    position: relative;
    border: 3px solid #eaadc4;
    border-radius: 50%;
    height: 136px;
    width: 136px;
}

.services_list_1 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.services_list_1 .title {
    margin-bottom: 14px;
    color: #b73555;
    font-family: "Lobster", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.services_list_1 .title .text {
    display: table;
    width: 100%;
    height: 50px;
}

.services_list_1 .title .in {
    display: table-cell;
    vertical-align: middle;
}

.services_list_1 .link:hover .title {
    color: #892ddd;
}

.services_list_1 .link:hover .fig {
    border: 3px solid #892ddd;
}

.fig_1 {
    width: 290px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.fig_1 .img {
    max-width: 100%;
    border: 1px solid #d6d6d6;
    padding: 3px;
    vertical-align: top;
}

.detailed_description {
    float: left;
    width: 290px;
    text-align: left;
	*/padding: 0 60px 20px 0px;
}

.description {
    padding-top: 24px;
*/ width: 175px;
    padding-bottom: 36px;
    color: #333;
    font-size: 14px;
}

.btn_1 {
    background-color: #7b3fab;
    border: 1px solid #7b3fab;
    display: inline-block;
    padding: 9px 14px 6px 14px;
    color: #fff;
    text-decoration: none;
}

.btn_1:hover {
    text-decoration: underline;
}

.services_list_2 {
    margin-bottom: 39px;
}

.services_list_2 .item {
    margin-bottom: 10px;
    position: relative;
}

.services_list_2 .link {
    display: block;
    text-decoration: none;
}

.services_list_2 .fig {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    border: 3px solid #eaadc4;
    border-radius: 50%;
    height: 51px;
    width: 51px;
}

.services_list_2 .fig .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.services_list_2 .title {
    display: inline-block;
    width: 122px;
    vertical-align: middle;
    padding-left: 10px;
    color: #b73555;
    font-family: "Lobster", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.services_list_2 .link:hover .title {
    color: #892ddd;
}

.services_list_2 .link:hover .fig {
    border: 3px solid #892ddd;
}

.product_list {
    margin-left: -8px;
    margin-top: 12px;
}

.product_list .item {
    width: 191px;
    margin-left: 8px;
    margin-bottom: 27px;
}

.product_list .fig {
    display: inline-block;
}

.product_list .fig .img {
    border: 1px solid #d6d6d6;
    padding: 3px;
    max-width: 100%;
}

.product_list .link {
    color: #892ddd;
    text-decoration: none;
}

.product_list .link:hover {
    text-decoration: underline;
}

.product_list .title {
    width: 188px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14px;
}

.product_list .text {
    padding-top: 8px;
    margin-bottom: 9px;
    text-align: center;
    color: #333;
    font-size: 12px;
}

.product_list .order {
    display: inline-block;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 3px 26px 2px 26px;
}

.product_list .price_1 {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
    margin-right: -6px;
}

.product_list .btn_2 .text {
    color: #b73555;
    font-size: 14px;
     margin-left: 8px;
}

.product_list .btn_2 {
    color: #b73555;
   
}

.page {
    margin-left: -5px;
    margin-bottom: 40px;
}

.page .item {
    margin-right: 3px;
}

.page .item.active {
    background-color: #b73555;
    padding: 8px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
}

.page .link {
    display: block;
    background-color: #7b3fab;
    padding: 8px 12px 6px 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.page .link:hover {
    text-decoration: underline;
}



.crumbs {
    margin-bottom: 12px;
    color: #474747;
    font-size: 12px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background-image: url(../images/fig_11.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    display: inline;
    padding-left: 19px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #892ddd;
    font-size: 12px;
}

.modal .captcha {
    display: inline-block;
    padding-left: 94px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal .captcha .fig {
    width: 94px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.modal .captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal .captcha .field {
    width: 100%;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background-image: url(../images/light_bg.png);
    background-repeat: repeat;
    padding: 11px 25px 12px 25px;
    position: relative;
    color: #333;
    font-size: 14px;
}

#modal_thanks .modal__content {
    background-image: url(../images/light_bg.png);
    background-repeat: no-repeat;
    padding: 12px 143px 27px 143px;
    position: relative;
    color: #333;
    font-size: 14px;
    text-align: center;
}

#modal_thanks .modal__content .fig {
    background-image: url(../images/light_fig.png);
    background-repeat: no-repeat;
    height: 148px;
    width: 148px;
    margin-top: 20px;
    margin-left: 25px;
}

#modal_thanks .x3 {
    margin-bottom: 3px;
}

#modal_thanks .x3 .line {
    border: 1px solid #818181;
    position: absolute;
    top: 36px;
    left: -126px;
    right: -126px;
}

#modal_order .x3 .line {
    border: 1px solid #818181;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
}

.modal__close_btn {
    background: url(../images/x.png);
    background-repeat: no-repeat;
    background-position: 50% 14%;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 4;
}

.star {
    display: inline-block;
    color: #fe0b1c;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/

.footer {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 948px;
    height: 130px;
    z-index: 1;
}

.footer .bg {
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 424px;
}

.design .link {
    position: absolute;
    width: 275px;
    top: 37px;
    left: 0;
    color: #ffe85a;
    font-size: 12px;
}
.design2 .link {
    position: absolute;
    width: 175px;
    top: 54px;
    left: 0;
    color: #ffe85a;
    font-size: 12px;
}

.securitypolicy .link {
    position: absolute;
    width: 275px;
    top: 74px;
    left: 0;
    color: #ffe85a;
    font-size: 12px;
}

.copyright {
    width: 158px;
    position: absolute;
    top: 37px;
    left: 403px;
    color: #fdf5f5;
    font-size: 12px;
}

.footer .phone {
    position: absolute;
    top: 54px;
    left: 393px;
    width: 203px;
    color: #fdf5f5;
    font-size: 12px;
}

.counter {
    position: absolute;
    top: 37px;
    right: 0;
    width: 88px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}