/*РћР±С‰РёРµ РЅР°СЃС‚СЂРѕР№РєРё*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f5f5f5;
    font: 15px Arial;
    color: #333333;
    float: left;
    width: 100%;
    display: table;
}

/*РљРЅРѕРїРєРё*/
.red-button {
    color: #ffffff;
    font-size: 24px;
    background: #c73a3a;
    border-radius: 5px;
    border: none;
    width: 260px;
    height: 45px;
    cursor: pointer;
    user-select: none;
    display: block;
}

.red-button:hover {
    background: #e33c3c;
}

.red-button:active {
    background: #f73f3f;
}

.red-button:disabled {
    background: #cccccc !important;
    color: #555555 !important;
}

a.red-button {
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
}

/*Р‘Р»РѕРєРё*/
.container {
    width: 100%;
    float: left;
    position: relative;
}

.child {
    width: 1000px;
    margin: 0 auto;
    display: table;
    padding: 20px;
    z-index: 90;
    position: relative;
}

.child h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0 0 40px;
}

/*Р”РёР·Р°Р№РЅ*/
/*Р“Р»Р°РІРЅР°СЏ*/
.main {
    height: 500px;
    background: url(/image/first.png) 50%;
    background-size: cover;
    color: #ffffff;
    min-width: 1000px;
}

.main .wrap {
    width: 100%;
    padding: 20px;
    float: left;
}

.main .logo {
    background: url(/image/logo.png);
    width: 169px;
    height: 60px;
    float: left;
}

.main .phone-icon,
.main .phone-time,
.main .login {
    float: right;
}

.main .phone-icon {
    background: url(/image/phone.png);
    width: 26px;
    height: 50px;
    margin: 0 10px 0 0;
}

.main .phone-time .phone-text {
    float: left;
    margin: -5px 20px 5px 0;
    font-size: 24px;
    font-weight: bold;
}

.main .phone-time .time-text {
    float: left;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    margin: 13px 20px 0 0;
    padding: 0;
}

.main .login {
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    position: relative;
}

.main .login.is-auth {
    padding: 0;
}

.main .login:hover .hint {
    display: block;
}

.main .login .hint {
    background: #fff;
    width: 100px;
    position: absolute;
    top: 65px;
    right: 0;
    border-radius: 5px;
    padding: 5px;
    color: #333;
    text-align: center;
    display: none;
}

.main .login .hint:after {
    position: absolute;
    top: -16px;
    right: 16px;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    content: "";
}

.main .login .icon {
    background: url(/image/login.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

.main .login:not(.is-auth):hover .icon {
    background-position: -40px 0;
}

.main .login.is-auth .icon {
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.main .login .admin-icon {
    background: url(/image/admin.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.main .title-wrap {
    margin: 155px auto 0;
    display: table;
    font-size: 32px;
    text-align: center;
}

.main .big-title {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 20px;
    width: 1000px;
    height: 42px;
    overflow: hidden;
    position: relative;
}

.main .big-title .title-variants {
    float: left;
    width: 6000px;
    height: 42px;
    position: absolute;
    top: 0;
    left: -1000px;
}

.main .big-title .title-variants .title-variant {
    float: left;
    width: 1000px;
    height: 42px;
}

.main .find-out-cost {
    margin: 81px auto 0;
    display: table;
    z-index: 10;
    position: relative;
}

/*РџСЂРµРёРјСѓС‰РµСЃС‚РІР°*/
.advantages {
    min-width: 1000px;
}

.advantages .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 0;
}

.advantages .wrap {
    margin-top: -100px;
}

.advantages .privacy,
.advantages .convenience_work {
    width: 320px;
    height: 320px;
    float: left;
    margin: 0 60px 0 100px;
    z-index: 10;
    position: relative;
}

.advantages .privacy .image,
.advantages .fast-solve .image,
.advantages .convenience_work .image,
.advantages .pleasant_prices .image {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
}

.advantages .privacy .image:before {
    width: 94px;
    height: 108px;
    content: "";
    background: url(/image/privacy.png);
    position: absolute;
    top: 27px;
    left: 27px;
}

.advantages .privacy .title,
.advantages .fast-solve .title,
.advantages .convenience_work .title,
.advantages .pleasant_prices .title {
    font-size: 28px;
    font-weight: bold;
    color: #aaaaaa;
    padding: 20px 0 10px;
    text-align: center;
}

.advantages .fast-solve,
.advantages .pleasant_prices {
    width: 320px;
    height: 320px;
    margin: 140px auto 25px;
    z-index: 10;
    position: relative;
}

/*.advantages .fast-solve .image:before {*/
    /*width: 81px;*/
    /*height: 108px;*/
    /*content: "";*/
    /*background: url(/image/fast_solve.png) no-repeat;*/
    /*position: absolute;*/
    /*top: 19px;*/
    /*left: 35px;*/
/*}*/

.advantages .privacy .text,
.advantages .fast-solve .text,
.advantages .convenience_work .text,
.advantages .pleasant_prices .text {
    color: #333333;
    line-height: 30px;
    text-align: justify;
    font-size: 20px;
}

.advantages .convenience_work .image:before {
    width: 94px;
    height: 94px;
    content: "";
    background: url(/image/convenience_work.png);
    position: absolute;
    top: 29px;
    left: 29px;
}

.advantages .pleasant_prices .image:before {
    width: 86px;
    height: 74px;
    content: "";
    background: url(/image/pleasant_prices.png);
    position: absolute;
    top: 42px;
    left: 37px;
}

.advantages .find-out-cost {
    z-index: 10;
    width: 100%;
    left: 0;
    margin-bottom: 45px;
}

.advantages .find-out-cost .red-button {
    margin: 0 auto;
}

/*РљР°Рє СЌС‚Рѕ СЂР°Р±РѕС‚Р°РµС‚*/
.works {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 50%),
    url(/image/works_bg.png);
    background-size: cover;
    height: auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 119px;
    min-width: 1000px;
}

.works .child {
    margin: 14px auto;
}

.works .red-button {
    margin: 0 auto;
}

.works .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 0;
}

.works > .child {
    background: none;
}

.works .works-content {
    margin-bottom: 40px;
}

.works .works-content > div {
    width: 50%;
    display: inline-block;
    font-size: 15px;
}

.works .works-content {
    font-size: 0;
}

.works .works-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.works .works-content ul > li {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    text-align: justify;
}

.works .works-content ul > li a {
    color: #333333;
    font-weight: bold;
}

.works .works-content ul > li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    position: absolute;
    display: block;
    top: calc(50% - 5px);
    left: -30px;
    border-radius: 10px;
}

.works .works-right-block {
    text-align: center;
}

.works .works-right-block > div {
    background: url(/image/works-image.png) no-repeat center;
    height: 275px;
}

/*РРЅС„РѕСЂРјР°С†РёСЏ Рѕ С†РµРЅР°С…*/
.price {
    height: auto;
    background: white;
    min-width: 1000px;
}

.price .child {
    margin: -66px auto -61px auto;
}

.price .red-button {
    margin: 0 auto;
}

.price .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -99px;
    left: 0;
}

.price ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price .description {
    font-size: 15px;
    color: #333333;
    font-style: italic;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
    overflow: hidden;
    transition: .4s all;
    height: 60px;

}

.price .description.closed {
    height: 0;
}

.price ul > li {
    margin-bottom: 30px;
}

.price ul > li > h3 {
    font: bold 18px Arial;
    padding-top: 20px;
}

.price ul > li > .header {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    padding-right: 20px;
}

.price ul > li > .header > div {
    display: inline-block;
}

.price ul > li > .header > .sale {
    float: right;
    width: 150px;
}

.price ul > li > .header > .sale > span {
    font-size: 15px;
    color: rgba(91, 91, 91, 0.72);
    float: right;
}

.price .description.hide {
    max-height: 0 !important;
}

/*Р‘РµР·РѕРїР°СЃРЅРѕСЃС‚СЊ*/
.security {
    color: #ffffff;
    background: url(/image/security-bg.png);
    height: 608px;
    min-width: 1000px;
}

.security .child {
    margin: 134px auto;
}

.security .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 0;
}

.security .red-button {
    margin: 0 auto;
}

.security h2 {
    color: #ffffff;
}

.security ol {
    margin: 0 auto 50px;
    padding: 0 0 0 55px;
    width: 700px;
}

.security ol li {
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
}

.security ol li > div {
    position: absolute;
    left: -35px;
    font-size: 28px;
    font-weight: bold;
    top: calc(50% - 14px);
}

.security ol li .small-text {
    font-size: 15px;
}

.security ol li a {
    color: #ffffff;
}

/*РћС‚Р·С‹РІС‹ РєР»РёРµРЅС‚РѕРІ*/
.reviews {
    height: 817px;
    min-width: 1000px;
}

.reviews .child {
    margin: 34px auto;
}

.reviews .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -100px;
    left: 0;
}

.reviews .slider {
    height: 310px;
    position: relative;
    width: inherit;
}

.reviews .slider > div {
    display: inline-block;
    vertical-align: middle;
}

.reviews .slider-content {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: inherit;
}

.reviews .sl-right, .reviews .sl-left {
    position: absolute;
    top: calc(50% - 39px);
    width: 40px;
    height: 78px;
    cursor: pointer;
    opacity: 0.6;
}

.reviews .sl-right.disable, .reviews .sl-left.disable {
    opacity: 0.2;
}

.reviews .sl-right:not(.disable):hover, .reviews .sl-left:not(.disable):hover {
    opacity: 1;
}

.reviews .sl-right {
    right: -75px;
    background: url(/image/sl-right.png);
}

.reviews .sl-left {
    left: -75px;
    background: url(/image/sl-left.png);
}

.reviews .red-button {
    margin: 0 auto;
}

.reviews .nav {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 60px 0 80px;
    height: 33px;
}

.reviews .nav > li {
    display: inline-block;
    background: #b6b6b6;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    margin: 0 20px;
    cursor: pointer;
}

.reviews .nav > li:hover {
    background: #a0a0a0;
}

.reviews .nav > li.active {
    background: #bd4949;
}

.reviews .reviews-content {
    margin-top: 50px;
    width: inherit;
}

.reviews .review {
    display: inline-block;
    height: 100%;
    width: 500px;
    line-height: 20px;
    font-size: 15px;
    padding: 30px;
}

.reviews .slider-content > div {
    width: 2000px;
    height: 100%;
    font-size: 0;
    transition: .3s margin-left;
}

.reviews .review .name {
    font-size: 20px;
    color: #8c8c8c;
    padding-top: 35px;
    width: 330px;
    overflow: hidden;
    height: 72px;
    line-height: 40px;
}

.reviews .review .head {
    margin-bottom: 20px;
}

.reviews .review .head > div {
    display: inline-block;
    vertical-align: middle;
}

.reviews .review .avatar {
    width: 85px;
    height: 85px;
    background-position: center;
    background-size: cover;
    border-radius: 85px;
    margin-right: 20px;
}

.reviews .review .text {
    height: 120px;
    max-height: 120px;
    overflow: hidden;
}

/************* Р—РІС‘Р·РґС‹ СЂРµР№С‚РёРЅРіР° **************/
.reviews .rating-stars {
    height: 32px;
    position: relative;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.reviews .rating-stars .star {
    background: url(/image/review_stars.png) 0 0;
    width: 32px;
    height: 32px;
    float: left;
}

.reviews .rating-stars .star > .star {
    position: absolute;
    left: 32px;
    top: 0;
}

.reviews .rating-stars .star.active {
    background: url(/image/review_stars.png) -32px 0;
}

/*--------------------*/

/*Р¤РѕСЂРјР° Р·Р°РєР°Р·Р°*/
.add-order {
    background: #ffffff;
    height: auto;
    min-width: 1000px;
    padding-bottom: 100px;
}

.add-order .child {
    margin: -66px auto;
}

.add-order .left-polygon {
    width: 100%;
    height: 200px;
    position: absolute;
    top: -99px;
    left: 0;
}

.add-order .frame {
    border: 2px solid #e36c6c;
    border-radius: 5px;
    width: 800px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.add-order .form-fields {
    padding: 20px 20px;
    float: left;
}

.add-order .form-field {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.add-order input[type=text] {
    width: 368px;
    height: 40px;
    font: 15px Arial;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    float: left;
}

.add-order #region.select {
    margin-left: 20px;
}

.add-order #email {
    margin-left: 20px;
}

.add-order .g-recaptcha {
    margin-left: 20px;
}

.add-order #region .value {
    padding: 10px;
    width: 366px;
    height: 38px;
}

.add-order #region .variants {
    width: 368px;
}

.add-order #region .variant {
    padding: 10px;
}

.add-order .title {
    font: 18px Arial;
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.add-order input[type=checkbox] {
    width: 15px;
    height: 15px;
    float: left;
    clear: both;
    border: 1px solid #aaaaaa;
    margin: 7px 0;
}

.add-order label {
    padding-left: 5px;
    vertical-align: middle;
}

.add-order .checkboxes-wrap {
    float: left;
    margin: 5px 0;
}

.add-order .checkboxes-wrap#service-problems {
    position: relative;
    min-height: 150px;
    width: 100%;
}

.add-order .agreement-checkboxes {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.add-order .checkboxes {
    float: left;
    width: 368px;
    user-select: none;
}

.add-order .checkboxes:nth-child(2) {
    margin-left: 20px;
}

.add-order .popup-link {
    color: #ec8086;
    text-decoration: underline;
    cursor: pointer;
}

.add-order .check {
    display: inline-block;
    border: 1px solid #d1d4da;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}

.add-order .check > input {
    opacity: 0;
    height: inherit;
    width: inherit;
    margin: 0;
}

.add-order .check > input:checked + div {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
}

.add-order .check > input:checked + div::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 10px;
    height: 3px;
    background: #808285;
    transform: rotate(50deg);
}

.add-order .check > input:checked + div::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 15px;
    height: 3px;
    background: #808285;
    transform: rotate(-50deg);
}

.add-order .amount {
    color: #333333;
    margin: 10px 0 20px 0;
    float: left;
    width: 100%;
}

.add-order textarea {
    float: left;
    width: 432px;
    height: 76px;
    margin-bottom: 2px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    font: 15px Arial;
    resize: none;
}

.add-order .captcha {
    float: left;
    width: 338px;
    height: 86px;
    resize: none;
}

.add-order .action {
    width: 100%;
    height: 80px;
    background: #e36c6c;
    float: left;
}

.add-order .action .text {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin: 8px 0 0 40px;
    float: left;
}

.add-order .action .social {
    width: 220px;
    height: 40px;
    float: right;
    margin: 20px 40px 0 0;
}

.add-order .social .vk, .add-order .social .fb, .add-order .social .ok,
.footer-top .social .vk, .footer-top .social .fb, .footer-top .social .ok {
    width: 40px;
    height: 40px;
    float: right;
    margin: 0 0 0 20px;
    border-radius: 50%;
}

.add-order .social .vk:not(.active), .add-order .social .fb:not(.active), .add-order .social .ok:not(.active),
.footer-top .social .vk:not(.active), .footer-top .social .fb:not(.active), .footer-top .social .ok:not(.active) {
    cursor: pointer;
}

.add-order .social .vk.active, .add-order .social .fb.active, .add-order .social .ok.active {
    background-color: #c73a3a;
}

.footer-top .social .vk.active, .footer-top .social .fb.active, .footer-top .social .ok.active {
    background-color: #5f5f5f;
}

.add-order .social .vk,
.footer-top .social .vk {
    background: url(/image/social_vk.png) no-repeat;
}

.add-order .social .fb,
.footer-top .social .fb {
    background: url(/image/social_fb.png) no-repeat;
}

.add-order .social .ok,
.footer-top .social .ok {
    background: url(/image/social_ok.png) no-repeat;
}

.add-order .button-wrap {
    float: left;
    width: 100%;
}

.add-order .button-wrap button {
    margin: 20px auto;
}

/*Р¤СѓС‚РµСЂ СЃС‚СЂР°РЅРёС†С‹*/
.footer-top {
    height: 200px;
    background: #8b8b8b url(/image/lines_bg.png) no-repeat;
    background-position-x: right;
    background-size: auto;
    min-width: 1000px;
}

.footer-top .child {
    padding: 20px 20px 0 20px;
}

.footer-top .logo {
    background-image: url(/image/logo.png);
    width: 169px;
    height: 60px;
    float: left;
}

.footer-top .links {
    width: 250px;
    float: left;
    margin: 0 0 0 85px;
}

.footer-top .links div {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin: 0 0 15px;
    cursor: pointer;
}

.footer-top .links div:hover {
    text-decoration: underline;
}

.footer-top .right-block {
    width: 440px;
    float: right;
}

.footer-top .right-block .payment-method {
    float: right;
    margin-bottom: 34px;
}

.footer-top .right-block .payment-system {
    float: right;
    margin-right: 80px;
    margin-bottom: 34px;
}

.footer-top .right-block .title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    float: left;
    margin-bottom: 10px;
    text-align: right;
}

.footer-top .right-block .tinkoff-bank,
.footer-top .right-block .yandex-money,
.footer-top .right-block .qiwi-walet,
.footer-top .right-block .visa,
.footer-top .right-block .mastercard {
    width: 70px;
    height: 35px;
    float: right;
}

.footer-top .right-block .mastercard {
    margin-left: 20px;
}

.footer-top .right-block .visa,
.footer-top .right-block .tinkoff-bank {
    clear: both;
    float: left;
}

.footer-top .right-block .tinkoff-bank {
    background: #fff url(/image/tinkoff_bank.png) no-repeat 5px 5px;
    background-size: 60px 24px
}

.footer-top .right-block .qiwi-walet {
    background: #ffffff url(/image/qiwi_walet.png) no-repeat 5px 8px;
    background-size: 60px 22px;
}

.footer-top .right-block .yandex-money {
    background: #ffffff url(/image/yandex_money.png) no-repeat 5px 5px;
    background-size: 60px 24px;
}

.footer-top .right-block .mastercard {
    background: #ffffff url(/image/mastercard.png) no-repeat 11px 3px;
    background-size: 49px 30px;
}

.footer-top .right-block .visa {
    background: #ffffff url(/image/visa.png) no-repeat 2px 9px;
    background-size: 64px 20px;
}

.footer-top .right-block .social {
    margin-left: 20px;
    float: right;
}

.footer-bottom {
    background: #5f5f5f;
    color: #aaaaaa;
    min-width: 1000px;
}

.footer-bottom .copyright {
    font-size: 18px;
    display: inline-block;
}

.container.footer-bottom .child > div {
    vertical-align: text-top;
}

.footer-link-block {
    display: inline-block;
}

.footer-link-block > div {
    display: inline-block;
}

.footer-bottom .copyright,
.footer-bottom .confidentiality,
.footer-bottom .terms-of-use-services {
    margin-right: 40px;
}

.footer-bottom .popup-link {
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.footer-bottom .popup-link:hover {
    text-decoration: underline;
}

.footer-bottom .confidentiality,
.footer-bottom .terms-of-use-services {
    margin-top: 2px;
}

/*РЎРµР»РµРєС‚Р±РѕРєСЃС‹*/
.select {
    background: #ffffff;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: default;
    position: relative;
    user-select: none;
}

.select.opened {
    background: #ffffff;
    float: left;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select.disabled {
    background: #dddddd;
}

.select .value {
    position: relative;
    overflow: hidden;
}

.select .value:before {
    border: 8px solid transparent;
    border-top-color: #cccccc;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    content: "";
}

.select.opened .value div {
    display: none;
}

.select .value .variant-begin-text {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}

.select:not(.opened) .value .variant-begin-text {
    display: none;
}

.select .variants {
    display: block;
    float: left;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 0 0 -1px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 300;
}

.select:not(.opened) .variants {
    display: none;
}

.select.opened .variants {
    display: block;
}

.select .variants .variant {
    overflow: hidden;
    width: 100%;
}

.select .variants:not(:hover) .variant.active {
    background: #dddddd;
}

.select .variants .variant:hover {
    background: #dddddd;
}

.select .variants::-webkit-scrollbar {
    width: 10px;
    border-left: 1px solid #cccccc;
}

.select .variants::-webkit-scrollbar-thumb {
    background: #bdc0c6;
    border-radius: 2px;
}

.select .variants::-webkit-scrollbar-thumb:active {
    background: #c73a3a;
}

/*Р’СЃРїР»С‹РІР°СЋС‰РёРµ РѕРєРЅР°*/
.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    overflow-y: scroll;
    top: 0;
    left: 0;
}

.popup > .child {
    border-radius: 5px;
    background: #f5f5f5;
    padding: 20px;
    margin: 40px auto;
}

.popup .title {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 28px;
}

.popup .text {
    line-height: 35px;
}

.close, .close-event {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close:after, .close-event::after {
    width: 20px;
    height: 2px;
    background: #aaaaaa;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 0;
}

.close:before, .close-event::before {
    width: 20px;
    height: 2px;
    background: #aaaaaa;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    top: 9px;
    left: 0;
}

/*РћРїРѕРІРµС‰РµРЅРёРµ РѕР± РёСЃРїРѕР»СЊР·РѕРІР°РЅРёРё РєСѓРєРё*/
.confirm-cookies {
    position: fixed;
    width: 100%;
    background: rgba(50, 50, 50, 0.8);
    float: left;
    z-index: 110;
    bottom: 0;
    right: 0;
    color: #ffffff;
    display: none;
}

.confirm-cookies .left-part {
    float: left;
    width: 700px;
}

.confirm-cookies .right-part {
    float: right;
}

.confirm-cookies .title {
    width: 700px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.confirm-cookies .text {
    width: 700px;
    float: left;
    text-align: justify;
}

.confirm-cookies .red-button {
    width: 120px;
    height: 40px;
    float: right;
    margin: 28px 0 0 0;
    font-size: 15px;
}

.confirm-cookies a {
    color: #ffffff;
}

/*РџРѕРґС‚РІРµСЂР¶РґРµРЅРёРµ Р·Р°РєР°Р·Р°*/
.confirm-order .left-block {
    width: 560px;
    float: left;
}

.confirm-order .left-block .work-time-info {
    position: absolute;
    bottom: 0;
}

.confirm-order .frame {
    width: 380px;
    border: 2px solid #ae5151;
    border-radius: 5px;
    padding: 20px;
    display: table;
    float: right;
    position: relative;
}

.confirm-order input {
    width: 335px;
    height: 40px;
    font: 15px Arial;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 0 10px;
    float: left;
}

.confirm-order .send-sms-info {
    width: 336px;
    height: 60px;
    text-align: center;
    color: #777;
    margin-top: 25px;
}

.confirm-order .code-from-sms {
    margin-top: 40px;
}

.confirm-order .red-button {
    width: 240px;
    height: 45px;
    margin: 20px auto 0;
    font-size: 18px;
    display: block;
}

.confirm-order .get-sms-code {
    width: 240px;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    user-select: none;
    display: block;
    background: #c73a3a;
    cursor: pointer;
    margin-bottom: 20px;
}

.confirm-order ol {
    margin: 0;
    padding: 0 20px;
}

.confirm-order ol li {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    color: #c73a3a;
}

.confirm-order input[type=datetime-local] {
    width: 220px
}

.input-wrap {
    float: left;
    position: relative;
}

.form-field .description {
    position: absolute;
    left: 60px;
    background: white;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 0 1px black;
    border-radius: 3px;
    opacity: 0;
    bottom: 80%;
    width: 300px;
    transition: .3s all;
    display: none;
    z-index: 10;
}

.form-field .description::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px);
    transform: rotate(45deg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    border-right: 1px solid rgba(0, 0, 0, 0.26);
}

@media (max-width: 1200px) {
    .container.reviews .child {
        overflow: hidden;
        padding: 20px 0;
    }
}

.popup .btn-wrap {
    text-align: center;
}

.popup .btn {
    font-family: 'Arial', serif;
    font-size: 15px;
    color: white;
    border-radius: 3px;
    padding: 5px 0;
    width: 160px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 17px;
    user-select: none;
    margin: 5px;
}

.popup .btn.gray {
    background: #d1d4da;
}

.popup .btn.red {
    background: #c73a3a;
}

.hide {
    display: none !important;
}

/*Р’СЃРїР»С‹РІР°СЋС‰РµРµ СѓРІРµРґРѕРјР»РµРЅРёРµ */
.helper-alert.hpa-back {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
}

.helper-alert .hpa-popup {
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s all;
}

.helper-alert .hpa-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.helper-alert .hpa-title {
    float: left;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    background: #e36c6c;
}

.helper-alert .hpa-close:after {
    background: #e36c6c;
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(-45deg);
    transition: 0.1s;
}

.helper-alert .hpa-close:before {
    background: #e36c6c;
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(45deg);
    transition: 0.1s;
}

.helper-alert .hpa-close:hover:after {
    width: 25px;
    left: -2px;
    transition: 0.1s;
}

.helper-alert .hpa-close:hover:before {
    width: 25px;
    left: -2px;
    transition: 0.1s;
}

.helper-alert .hpa-message-wrap {
    float: left;
    width: 100%;
    height: 70px;
    display: table;
    margin-top: 5px;
}

.helper-alert .hpa-message {
    font-size: 17px;
    color: #555555;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.helper-alert .hpa-ok-btn {
    width: auto;
    display: inline-block;
    padding: 5px 25px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s opacity;
}

.helper-alert.red .hpa-popup {
    border: 2px solid #e36c6c;
}

.helper-alert.red .hpa-ok-btn {
    background: #c73a3a;
}

.helper-alert.red .hpa-ok-btn:hover {
    background: #ee4444;
}

.helper-alert.blue .hpa-popup {
    border: 2px solid #64b8db;
}

.helper-alert.blue .hpa-ok-btn {
    background: #64b8db;
}

.helper-alert.blue .hpa-ok-btn:hover {
    background: #68d3f7;
}

.helper-alert.red .hpa-close:after,
.helper-alert.red .hpa-close:before,
.helper-alert.blue .hpa-close:after,
.helper-alert.blue .hpa-close:before {
    background: #ffffff;
}

.helper-alert .hpa-btn-wrap {
    text-align: center;
}

/*РЅРµРІР°Р»РёРґРЅРѕРµ РїРѕР»Рµ*/
.field-error {
    background: rgba(227, 108, 108, 0.2);
}

/******************РџСЂРµР»РѕР°РґРµСЂ РґР»СЏ ajax Р·Р°РїСЂРѕСЃРѕРІ********************/
.circle-preload {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -20px;
    z-index: 200;
}

.circle-preload .circle-preload-lines div {
    float: left;
    background: #808285;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.circle-preload .circle-preload-lines div:before {
    background: #c73a3a;
    width: 40px;
    height: 40px;
    left: 0;
    content: "";
    position: absolute;
    animation-name: circle-preload-animate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes circle-preload-animate {
    0% {
        top: -40px;
    }
    25% {
        top: 0;
    }
    50% {
        top: 40px;
    }
    75% {
        top: 0;
    }
    100% {
        top: -40px;
    }
}

.circle-preload-text {
    position: absolute;
    top: 44px;
    left: -60px;
    color: #6f6f6f;
    font-size: 12px;
    background: #ececec;
    padding: 5px;
    border-radius: 3px;
    width: 160px;
    text-align: center;
}

/* РџРѕР»РёС‚РёРєР° РѕР±СЂР°Р±РѕС‚РєРё РїРµСЂСЃРѕРЅР°Р»СЊРЅС‹С… РґР°РЅРЅС‹С… */
.privacy-policy .child,
.confidentiality .child,
.terms-of-use .child {
    background: #ffffff;
}

.privacy-policy .list:first-child,
.confidentiality .list:first-child,
.terms-of-use .list:first-child {
    margin-top: 50px;
}

.confidentiality .signature div, .terms-of-use .signature div {
    float: right;
    width: 250px;
}

.confidentiality .city, .terms-of-use .city {
    text-align: center;
}

.confidentiality .date, .terms-of-use .date {
    text-align: center;
}

.privacy-policy h2,
.confidentiality h2,
.terms-of-use h2 {
    text-align: center;
}

.privacy-policy h4,
.confidentiality h4,
.terms-of-use h4 {
    text-align: center;
    margin: 10px 0;
}

.privacy-policy p,
.confidentiality p,
.terms-of-use p {
    margin: 10px 0;
    text-indent: 40px;
}

.terms-of-use h4.contacts-info > img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.terms-of-use ul {
    padding-left: 75px;
}

.contacts-title {
    font-size: 18px;
    margin-bottom: 5px;
}

div[class^="contact-"] {
    margin-bottom: 23px;
}

.popup.contacts > .child {
    min-height: 500px;
}

.contacts-wrap {
    padding: 30px 60px;
}

.contacts .logo {
    background-image: url(/image/logo.png);
    width: 169px;
    height: 60px;
    margin: 0 auto;
}

.g-recaptcha.captcha-success {
    position: relative;
}
.g-recaptcha.captcha-success::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/image/captcha-success.png);
    background-position: center;
}
.works-content>* {
    vertical-align: middle;
}