html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
sub, sup {
    font-size: .65em;
}
strong {
    font-weight: 600;
}

em {
    font-style: italic;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}
html {
    font-size: 100%;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    color: #222222;
    position: relative;
    width: 100%;
    padding-top: 129px;
}
ul li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
.center {
    width: 100%;
    max-width: 1155px;
    margin: 0 auto;
}
h2 {
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-size: 2.313em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h3 {
    color: #5614a1;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.313em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0;
}
.center > h2 {
    margin: 35px 0;
    text-align: center;
}
.flexible {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.toppanel {
    background-color: #fff;
    -webkit-box-shadow:  0 0 7px rgba(0,0,0,.35);
    -moz-box-shadow:  0 0 7px rgba(0,0,0,.35);
    box-shadow:  0 0 7px rgba(0,0,0,.35);
    position: relative;
    z-index: 2;
}
.toppanel .center {
    height: 78px;
}
.header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_contacts {
    background-image: url(../images/map_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    min-height: 42px;
    line-height: 1.65em;
    font-size: .875em;
}
.header_contacts a {
    color: #808080;
}
.header_email {
    background-image: url(../images/mail_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: .875em;
}
.header_email span {
    color: #808080;
}
.header_email a {
    color: #000;
    font-size: 1.25em;
}

.phone_number {
    background-image: url(../images/phone_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    color: #5614a1;
    font-size: 1.625em;
    font-weight: 600;
    text-decoration: none;
    min-height: 42px;
    line-height: 42px;
    display: block;
}
.btn {
    display: block;
    height: 56px;
    padding: 0 20px;
    line-height: 56px;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.313em;
    text-align: center;
    text-decoration: none;
    background-color: #5614a1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_phone .btn  {
    padding: 0 30px;
}
.btn:hover {
    background-color: #502186;
}
.btn:active {
    background-color: #502186;
    -webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.4);
    box-shadow: inset 0 2px 6px rgba(0,0,0,.4);
}

.nav {
    height: 51px;
    background-color: #e1e1e1;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .34);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .34);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .34);
    position: relative;
    z-index: 1;
}
.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 51px;
    padding: 0 100px;
}
.nav ul li {

}
.nav ul li.home {
    width: 27px;
    height: 51px;
    border-left: 0;
}
.nav ul li.home span {
    display: none;
}
.nav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000000;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.25em;
    text-decoration: none;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav ul li.home a {
    background-image: url(../images/home_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.nav ul li.home a:hover {
    background-image: url(../images/home_hover_icon.png);
}
.nav ul li.active a,
.nav ul li a:hover {
    color: #5614a1;
}
.nav ul li a:hover {
    text-decoration: underline;
}
.mobmenu_title {
    display: none;
}

.top_slider {
    height: 415px;
    position: relative;
}
.slider_bg_inner {
    width: 100%;
    height: 415px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.bg_item {
    float: left;
    width: 100%;
    height: 415px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
.slick-prev {
    display: block;
    height: 81px;
    width: 44px;
    text-indent: -9999px;
    background-color: rgba(0,0,0,.3);
    background-image: url(../images/srtelka_left.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.15);
    top: 35%;
    left: 15px;
    position:absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
}
.slick-next {
    display: block;
    height: 81px;
    width: 44px;
    text-indent: -9999px;
    background-color: rgba(0,0,0,.3);
    background-image: url(../images/strelka_right.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.15);
    top: 35%;
    right: 15px;
    position:absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
    outline: none !important;
}
.slick-prev::-moz-focus-inner,
.slick-next::-moz-focus-inner {
    border: 0 !important;
}
.slick-dots {
    width: 100%;
    height: 35px;
    text-align: center;
    position: relative;
    bottom: 63px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 5px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.slick-dots li button {
    border: 0;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #5614a1;
}
.slick-dots li.slick-active {
    border: 2px solid #ffffff;
}

.top_slider .center {
    position: relative;
    z-index: 2;
}
.slider_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 415px;
}
h1 {
    color: #222222;
    font-size: 3.438em;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
h1 span {
    background-image: url(../images/bg_h1.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 0 15px;
    margin: 9px 0;
    white-space: nowrap;
}
.slider_form {
    width: 287px;
    margin-left: 80px;
}

.about {
    padding: 1px 0;
    background-image: url(../images/fon1.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    height: 241px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.about_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 241px;
}
.about_item p {
    color: #ffffff;
    font-size: 1.438em;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.about_video {
    padding-top: 45px;
    margin-bottom: 45px;
}
.about_video .flexible {
    align-items: flex-start;
}
.video {
    width: 100%;
    max-width: 625px;
    flex: none;
}
.video iframe {
    max-width: 100%;
}
.description {
    margin-left: 65px;
    margin-top: -10px;
}
.description p,
.description li {
    font-size: 1.313em;
}
.description li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.description li::before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #5614a1;
    margin-right: 15px;
}

.gallery {
    background-color: #f5f5f5;
    padding: 1px 0 50px;
}
.gallery_wrap {
    display: table;
    width: 100%;
}
.gallery_col {
    display: table-cell;
    height: 515px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery_col.first {
    width: 34%;
}
.gallery_col.second {
    width: 44%;
}
.gallery_col.third {
    width: 22%;
}
.gallery_item {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.gallery_col.first .gallery_item {
    height: 100%;
}
.gallery_col.second .gallery_item {
    height: 50%;
}
.gallery_col.third .gallery_item {
    height: 75%;
}
.gallery_col.third .gallery_item:first-child {
    height: 25%;
}
.gallery_item.inline {
    display: block;
    float: left;
    width: 50%;
}
.gallery_item.hidden {
    display: none;
}
.gallery_item img {
    display: none;
}
.gallery_item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(86,20,161,.65);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.gallery_item span i {
    width: 90%;
    max-width: 220px;
    height: 55px;
    line-height: 55px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/lupa.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    font-size: 1.313em;
    font-style: normal;
}
.gallery_item:hover span {
    opacity: 1;
}

.prices {
    padding: 1px 0;
}
.price_wrap {
    border: 4px solid #5614a1;
    padding-top: 35px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.price_text p {
    text-align: center;
    font-size: 1.313em;
}
.price_wrap p span {
    font-weight: 500;
    color: #5614a1;
}
p.price_form_title {
    color: #5614a1;
    font-size: 2.313em;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 45px;
    text-align: center;
}


.userfields.inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 110px;
}
.field {
    width: 32%;
}
.userfields input {
    display: block;
    width: 100%;
    height: 58px;
    background-color: #fff;
    border: 1px solid #5614a1;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.313em;
    color: #5614a1;
    margin: 28px 0;
    padding: 0 17px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userfields input[type=tel] {
    text-align: left;
    padding-left: 62px;
}
.userfields.inline input {
    margin-top: 0;
}
.userfields input.error_field {
    border: 1px solid #c40000;
    background-color: #ffdddc;
}
.userfields input::placeholder {
    color: #5614a1;
}
.userfields input::-webkit-input-placeholder {color:#5614a1;}
.userfields input::-moz-placeholder {color:#5614a1;}
.userfields input:-moz-placeholder {color:#5614a1;}
.userfields input:-ms-input-placeholder {color:#5614a1;}

.form_agree {
    color: #a8a8a8;
    font-family: 'Fira Sans', sans-serif;
    font-size: .625em;
    margin-top: 28px;
    text-align: center;
}
.form_agree a {
    color: #a8a8a8;
}

.red_btn.preloading span {
    display: block;
    text-indent: -9999px;
    background-image: none;
    padding-left: 0;
    width: 21px;
    height: 21px;
    border: 6px solid rgba(177, 177, 177, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 12%;
    margin: 0 auto 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); }
}

.services_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.stanok {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services {
    overflow: hidden;
}
.service_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #5614a1;
    font-size: 1.313em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service_item p {
    margin: 0 30px;
}
.right .service_item {
    flex-direction: row-reverse;
}
.service_descr {
    font-size: 1.313em;
    text-align: center;
}

.howwork {
    background-image: url(../images/fon2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 1px 0 65px;
    overflow: hidden;
}
.howwork_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.howwork_item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.howwork_item p {
    font-size: 1.313em;
    margin: 10px 0;
}
p.howwork_title {
    color: #5614a1;
    text-transform: uppercase;
    margin-top: 30px;
    height: 55px;
}
.howwork_title a {
    white-space: nowrap;
    color: #5614a1;
    text-decoration: none;
}
.howwork_item p .btn {
    font-size: 1em;
    margin-top: 15px;
}

.contacts .center {
    position: relative;
    padding-bottom: 60px;
}
.contacts h2 {
    margin: 45px 0;
}
.contacts_wrap {
    align-items: flex-start;
}
.contacts_info {
    width: 320px;
    z-index: 1;
}
.contacts_phones {
    padding: 30px 50px;
}
.contacts_phones .top_phone a {
    color: #ffffff;
    margin-bottom: 10px;
}
.contacts_phones .red_btn {
    margin-left: 0;
    margin-top: 30px;
}
#YMapsID {
    width: 800px;
    height: 340px;
}

.address_title {
    font-size: 1.438em;
    font-weight: 500;
    color: #000000;
}
.address_text {
    font-size: 1.125em;
    font-weight: 600;
    color: #5614a1;
    margin: 40px 0;
}
.address .phone_number {
    display: block;
}
.address .header_contacts {
    margin: 30px 0;
}

.footer {
    background-color: #5614a1;
}
.footer .center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    position: relative;
}
.ico_instargam {
    width: 42px;
    height: 42px;
    background-image: url(../images/knopka_insta.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.ico_vk {
    width: 42px;
    height: 42px;
    background-image: url(../images/knopka_vk.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 15px;
}
.ico_youtube {
    width: 42px;
    height: 42px;
    background-image: url(../images/knopka_youtube.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.ico_instargam:hover {
    background-position: center bottom;
}
.ico_vk:hover {
    background-position: center bottom;
}
.ico_youtube:hover {
    background-position: center bottom;
}


.footer_income {
    position: absolute;
    right: 25px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_income a {
    display: inline-block;
    color: #d3d3d3;
    font-family: 'Fira Sans', sans-serif;
    font-size: .875em;
    font-weight: 300;
    text-decoration: none;
    line-height: 16px;
}
.footer_income a span {
    font-size: .786em;
    text-decoration: underline;
    letter-spacing: 1px;
}
.footer_income a:hover span {
    text-decoration: none;
}



#_dark,
#_dark_confidence {
    z-index: 110;
    position: absolute;
    width: 1920px;
    height: 1080px;
    background-color: #000;
    opacity: 0.6;
    display: none;
    top: 0
}
#_dark_confidence {
    z-index: 130;
}
.popup_close,
.close_confidence {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 7px
}
.popup_window {
    width: 95%;
    max-width: 950px;
    background-color: #fff;
    display: none;
    position: absolute;
    margin: 0;
    text-align: center;
    z-index: 120
}
.popup_window .userfields {
    padding-bottom: 50px;
    width: 285px;
    margin: 0 auto;
}
/*.popup_window .userfields input {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto 15px;
    border: 1px solid #a8a8a8;
    text-align: center;
}
.popup_window .userfields input.error_field {
    border: 1px solid #c40000;
    background-color: #ffdddc;
}
.popup_window .red_btn {
    display: block;
    width: 225px;
    margin: 15px auto;
}*/
.popup_form_title {
    color: #222222;
    font-family: 'Fira Sans', sans-serif;
    font-size: 2.313em;
    font-weight: 500;
    margin: 40px 0 30px;
    text-transform: uppercase;
}
.popup_form_title.nomb {
    margin: 0 0 15px;
}
.popup_form_subtitle {
    color: #5614a1;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.313em;
    font-weight: 500;
    margin-bottom: 146px;
    text-transform: uppercase;
}
.bottom_form .popup_form_subtitle {
    color: #ffffff;
}
.popup_window .userfields .form_agree,
.popup_window .userfields .form_agree a {
    color: #9f9f9f;
}

.send_success {
    display: none;
    background-image: url(../images/ok_white.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 70px;
}
.popup_window .send_success {
    background-image: url(../images/ok_blue.png);
    background-position: center 110px;
    padding-top: 175px;
}
.price_form .send_success {
    background-image: url(../images/ok_blue.png);
    background-position: center top;
    text-align: center;
    padding-top: 55px;
    margin-top: 40px;
}
.slider_form .send_success {
    text-align: center;
    margin-top: 100px;
}
.slider_form .popup_form_title {
    color: #ffffff;
}
.slider_form .popup_form_subtitle {
    color: #ffffff;
    margin-bottom: 110px;
}
.price_form .popup_form_subtitle {
    margin-bottom: 29px;
}
.success_btn {
    display: block;
    width: 275px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 1.063em;
    text-align: center;
    text-decoration: none;
    background-color: #e31e24;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.contacts .success_btn {
    display: inline-block;
    width: 225px;
    margin-left: 10px;
}



/* To Top Button */
#back-top {position: fixed;right: 50px;bottom: 10px; color:#fff; text-decoration: none; font-size: 14px;z-index: 1000;}
#back-top a {display: block; text-decoration: none;width: 85px;height: 85px;background: url(../images/btn_totop.png) no-repeat scroll 0 0;}

#confidential {
    background: #fff;
    width: 520px;
    height: auto;
    padding: 20px 20px 12px;
    font-size: .875em;
    border: 3px solid #5614a1;
    position: absolute;
    display: none;
    z-index: 140;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#confidential p {
    margin-bottom: 12px;
}

.popup_map_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    text-align: left;
}
.popup_map_inner {
    padding: 18px 15px;
}
