@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,300,300italic,900&subset=latin,cyrillic-ext,cyrillic);

/* main styles */

html {
    height: 100%;
}

body {
    font-family: "Roboto", Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1;
    height: 100%;
    min-width: 300px;
    background: #fff;
}

*,
a {
    outline: none !important;
}

.not_fill {
    border-color: red !important;
}

#wrap_out {
    position: relative;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin-bottom: -62px;
}

.push {
    clear: both;
    height: 62px;
}

.loader {
    background: url("/images/loader.gif") no-repeat center;
    min-width: 30px;
    height: 30px;
    display: none;
}

.gray_bg,
#home .about_block {
    background: #f9f9f9;
}

#main_menu .pointer,
#home_slider .slider_title .line,
.contact_block .violet_line,
.services_block .violet_line {
    background: #580097;
    width: 45px;
    height: 5px;
}

.text-danger {
    line-height: 1.5;
}


/* Content */

.content_column {
    padding-top: 45px;
    padding-bottom: 45px;
}

.page_text {
    font-size: 14px;
    line-height: 1.5;
    color: #212122;
    font-weight: 300;
}

.page_text img {}

.page_text a {
    color: #580097;
    text-decoration: underline;
}

.page_text a:hover {
    color: #337ab7;
    text-decoration: none;
}


/* header */

header {
    background: none !important;
    border: 0 !important;
    padding: 0 15px;
    color: #555;
    margin: 0 !important;
}

header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 20px 0;
}

.btn-up {
    transition: .3s all;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    background: transparent;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #888;
    right: 15px;
    bottom: 70px;
}

.btn-up.visible {
    visibility: visible;
    opacity: 1;
}

.btn-up::after {
    transition: .3s all;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(135deg);
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #888;
    border-left: 3px solid #888;
}

.btn-up:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-up:hover::after {
    border-bottom: 3px solid #580097;
    border-left: 3px solid #580097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 20px 0;
}

header.f-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff!important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    height: 90px;
}

body.f-nav {
    padding-top: 125px;
}

header.f-nav .navbar-brand {
    margin: 14px 0;
}

header.f-nav #main_menu .item a.item_link {
    padding-top: 10px;
    padding-bottom: 9px;
}

header.f-nav #main_menu .open a.item_link {
    padding-top: 9px;
    padding-bottom: 8px;
}

header.f-nav .vertical_wrap {
    height: 90px;
}

@media (max-width: 992px) {
    body.f-nav {
        padding-top: 103px;
    }
}

.phone-button,
.soc-button {
    display: none;
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 7px;
    padding: 15px;
}

.soc-button {
    right: 110px;
}

@media (max-width: 767px) {
    .phone-button,
    .soc-button {
        display: block;
    }
    header .phone_block,
    header .social_block {
        position: absolute!important;
        background: #f3f3f3!important;
        width: 100%;
        left: 0!important;
        margin: 0!important;
        top: 66px;
        text-align: center!important;
        padding: 0!important;
        opacity: 0;
        height: 0;
        display: block!important;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }
    header .phone_block.active,
    header .social_block.active {
        visibility: visible;
        opacity: 1;
        height: 100px;
    }
    header .social_block.active {
        height: 100px;
    }
    header .phone_block .vertical_wrap,
    header .social_block .vertical_wrap {
        height: 100px;
        display: inline-block!important;
        padding-top: 12px!important;
    }
    .btn-up.visible {
        visibility: hidden!important;
        opacity: 0!important;
    }
    body.f-nav {
        padding-top: 67px;
    }
    header .navbar-brand {
        margin: 14px 0;
    }
    header.f-nav {
        height: 55px;
    }
    header.f-nav .navbar-brand {
        margin: 8px 0;
    }
    header.f-nav .wrapper-dropdown-2 {
        margin-top: 17px;
    }
    header.f-nav .navbar-toggle {
        margin-top: 11px;
    }
    header.f-nav .vertical_wrap {
        height: 55px;
    }
    header .navbar-toggle {
        height: 30px;
    }
    header .navbar-toggle.active .icon-bar:nth-child(2) {
        transform: rotate(45deg);
        position: absolute;
        margin-top: 2px;
    }
    header .navbar-toggle.active .icon-bar:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
        margin-top: 2px;
    }
    header .navbar-toggle.active .icon-bar:last-child {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    header .navbar-brand img {
        max-width: 122px;
        height: auto;
    }
}

header .navbar-toggle {
    border-color: #580097 !important;
    padding: 7px 9px !important;
    margin: 19px 0 0 0;
}

header .navbar-toggle:hover,
header .navbar-toggle:focus {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #580097 !important;
}

header .navbar-toggle:hover .icon-bar,
header .navbar-toggle:focus .icon-bar {
    background-color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .navbar-toggle .icon-bar {
    background-color: #580097 !important;
    width: 20px !important;
}

header .navbar-toggle:hover .icon-bar,
header .navbar-toggle:focus .icon-bar {
    background-color: #fff !important;
}

header .navbar-toggle .icon-bar {
    background-color: #580097 !important;
    width: 20px !important;
}

header .phone_block,
header .social_block {
    background: url("/upload/image/phone.svg") no-repeat left center;
    font-size: 15px;
    line-height: 24px;
    padding-left: 35px;
    margin-left: 35px;
}

header .address_block {
    background: url("/upload/image/address.svg") no-repeat left center;
    font-size: 14px;
    padding-left: 25px;
    margin-left: 35px;
    display: none;
    background-size: 20px;
    background-position: 0 29px;
}

.f-nav .address_block {
    background-position: 0 10px;
}

@media (min-width: 1280px) {
    header .address_block {
        display: block;
    }
}

header .vertical_wrap {
    display: table-cell;
    vertical-align: middle;
    height: 125px;
    line-height: 24px;
    font-weight: 300;
}

#shadow_block {
    display: none;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes menu_hover {
    0% {
        background: #fff;
        width: 0;
    }
    100% {
        background: #580097;
        width: 45px;
    }
}

#main_menu {
    margin: 40px 0 0 25px;
    font-size: 13px;
}

#main_menu .pointer {
    position: absolute;
    bottom: 0;
    left: 21px;
    z-index: 1;
    display: none;
}

#main_menu .item {
    padding: 0;
    margin-left: 5px;
}

#main_menu .item a.item_link {
    padding: 14px 12px 12px 21px;
    background: none !important;
    color: #555;
    cursor: pointer;
    position: relative;
}

@media (max-width: 1199px) {
    #main_menu .item a.item_link {
        padding: 14px 2px 12px 11px;
    }
}

#main_menu .item:not(.active) a:hover .pointer {
    display: block;
    animation-name: menu_hover;
    animation-duration: .5s;
}

#main_menu .item.dropdown a:hover .pointer {
    display: none;
}

#main_menu .active .pointer {
    background: #580097;
    display: block;
}

#main_menu .open a.item_link {
    padding: 13px 11px 12px 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}

#main_menu .open .pointer {
    display: none;
}

#main_menu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f1f1f1;
    padding: 14px 0;
    background: #fff;
}

#main_menu .dropdown-menu li {
    padding: 6px 20px;
}

#main_menu .dropdown-menu a {
    position: relative;
    padding: 0;
    background: none!important;
    display: inline-block;
}

#main_menu .dropdown-menu a:hover {
    color: #580097;
    text-decoration: none;
}

#main_menu .dropdown-menu a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #373435;
    transition: all 0.3s;
}

#main_menu .dropdown-menu a:hover:before {
    width: 100%;
    left: 0;
    background: #580097;
}

@media (max-width: 767px) {
    header.f-nav .phone-button,
    header.f-nav .soc-button {
        top: 0px;
    }
    header.f-nav .phone_block,
    header.f-nav .social_block {
        top: 55px;
    }
    #main_menu {
        border: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 111111;
        margin: 0;
        top: 0;
        left: 0;
        background: #580097;
        height: 100%;
        max-width: 80%;
        padding: 5px 0;
    }
    #main_menu .navbar-nav {
        margin: 0 20px;
        position: relative;
        top: 0;
        left: 0;
    }
    #main_menu .item {
        margin: 12px 0;
        border: 0 !important;
    }
    #main_menu .item.open {
        margin: 0 0 -12px 0 !important;
    }
    #main_menu a.item_link {
        padding: 0 !important;
        color: #fecc00 !important;
        border: 0 !important;
    }
    #main_menu a.sub_link {
        padding: 0 !important;
        color: #fff !important;
    }
    #main_menu .pointer {
        display: none !important;
    }
    #main_menu .dropdown-menu {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        background: none;
        border: 0 !important;
        padding: 10px 0 15px 20px;
        margin: 0 !important;
    }
}


/* Top bg with h1 and breadcrumbs */

.top_bg {
    height: 324px;
}

.top_bg .text_block {
    margin: 130px 0 0 0;
}

.top_bg .page_title {
    color: #580097;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 45px 0;
}

@media (max-width: 767px) {
    .top_bg {
        height: 150px;
    }
    .top_bg .text_block {
        margin: 50px 0 0 0;
    }
    .top_bg .page_title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.breadcrumbs {
    font-size: 13px;
}

.breadcrumbs a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs h2 {
    font-size: 13px;
    display: inline-block;
    margin: 0;
}

.breadcrumbs .sep {
    display: inline-block;
    margin: 0 13px;
}


/* Footer */

footer {
    position: relative;
    z-index: 3;
    color: #5f5f5f;
    padding-top: 25px;
    font-weight: 300;
}

@media (max-width: 720px) {
    footer {
        padding-top: 15px;
        text-align: center;
    }
}

footer .line_sep {
    display: none;
}

@media (max-width: 350px) {
    footer .line_sep {
        display: block;
    }
    .wrapper-dropdown-2 {
        margin-left: 110px;
        margin-top: 25px;
    }
    header .navbar-brand img {
        max-width: 99px;
        height: auto;
    }
}

footer .line_sep2 {
    display: none;
}

@media (max-width: 720px) {
    footer .line_sep2 {
        display: block;
    }
}

footer .copyright {
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    footer .copyright {
        float: none;
        font-size: 10px;
        display: inline-block;
        text-transform: none;
    }
}

footer .powered {
    font-size: 11px;
    background: url("/images/estet.png") no-repeat right top;
    padding-right: 21px;
    float: right;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    footer .powered {
        float: none;
        display: inline-block;
    }
}

footer .powered a {
    color: #5f5f5f;
    text-decoration: underline;
}

footer .powered a:hover {
    text-decoration: none;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#home_slider {
    height: 640px;
    position: relative;
}

#home_slider .item {
    height: 640px;
    background-size: cover !important;
}

#home_slider .container {
    position: relative;
}

@media (max-width: 767px) {
    #home_slider .container {
        text-align: center;
    }
    #home_slider {
        z-index: -1;
    }
}

#home_slider .slick-dots {
    position: absolute;
    z-index: 5;
    right: 15px;
    bottom: 80px;
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    #home_slider .slick-dots {
        position: relative;
        display: inline-block;
        right: auto;
    }
}

#home_slider .slick-dots li {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 7px;
    cursor: pointer;
}

#home_slider .slick-dots button {
    color: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #580097;
    padding: 0;
    border: 0;
    margin: 7px;
}

#home_slider .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    margin: 4px;
}

#home_slider .text_box {
    margin-top: 120px;
    max-width: 430px;
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    #home_slider .text_box {
        float: none;
        max-width: 100%;
        text-align: center;
    }
}

#home_slider .slider_title {
    position: relative;
    margin-bottom: 70px;
}

#home_slider .slider_title span,
#home_slider .slider_title h1 {
    color: #580097;
    font-weight: 900;
    font-size: 48px;
    line-height: 55px;
    margin: 0;
    text-shadow: #eee 1px 1px 1px;
}

@media (max-width: 767px) {
    #home_slider .slider_title span,
    #home_slider .slider_title h1 {
        font-size: 38px;
        line-height: 44px;
    }
}

#home_slider .slider_title .line {
    position: absolute;
    bottom: -35px;
    right: 0;
}

@media (max-width: 767px) {
    #home_slider .slider_title .line {
        right: 50%;
        margin-right: -23px;
    }
}

#home_slider .slider_text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 50px;
    text-shadow: #eee 1px 1px 1px;
}


/* Contact block */

.contact_block {
    padding-top: 55px;
}

.contact_block .sub_text {
    color: #2a2a2a;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 30px;
}

.contact_block .violet_line {
    margin-bottom: 50px;
}

.contact_block .container {
    max-width: 1100px;
    padding-bottom: 60px;
}

.contact_block .page_text {
    color: #555;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 18px;
}

.contact_block .circle1 {
    height: 270px;
    padding: 0;
    background: url("/images/map.png") no-repeat center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact_block a.circle1:hover {
    opacity: 0.8;
}

.contact_block .circle2 {
    height: 290px;
    padding: 0;
    background: url("/images/contact_circles.png") no-repeat center;
}


/* Contact page */

#map_canvas {
    height: 465px;
}

@media (max-width: 767px) {
    #map_canvas {
        height: 265px;
    }
}

.content_title {
    color: #580097;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

@media (max-width: 500px) {
    .content_title {
        font-size: 26px;
    }
}

#contact .contact_block .container {
    max-width: 900px;
}

#contact .circle1 {
    background: url("/images/operator.png") no-repeat center;
}

#contact .circle2 {
    height: 270px;
    background: url("/images/free_consulting.png") no-repeat center;
}

#contact_form {
    padding: 50px 0;
}

#contact_form .form_text {
    color: #464646;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 45px;
}

#contact_form .container {
    max-width: 800px;
}

#contact_form input,
#contact_form textarea,
#contact_form button {
    border-color: #580097;
    font-size: 13px;
    color: #580097;
    margin-bottom: 20px;
    font-weight: 300;
    background: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#contact_form input:-moz-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form button:-moz-placeholder {
    color: #580097;
}

#contact_form input::-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form button::-moz-placeholder {
    color: #580097;
}

#contact_form input:-ms-input-placeholder,
#contact_form textarea:-ms-input-placeholder,
#contact_form button:-ms-input-placeholder {
    color: #580097;
}

#contact_form input::-webkit-input-placeholder,
#contact_form textarea::-webkit-input-placeholder,
#contact_form button::-webkit-input-placeholder {
    color: #580097;
}

#contact_form textarea {
    height: 88px;
    resize: none;
}

#contact_form button {
    background: #580097;
    color: #fecc00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact_form button:hover {
    background: #8200df;
}


/* Left column */

.left_column {
    padding-top: 45px;
}

.left_column .left_menu {
    background: #580097;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 20px 15px 23px;
    margin-bottom: 45px;
    margin-right: 30px;
}

.left_column .left_menu li {
    padding-bottom: 12px;
}

.left_column .left_menu a {
    color: #fff;
    font-size: 13px;
}

.left_column .left_menu a:hover,
.left_column .left_menu a.active {
    color: #fecc00;
    text-decoration: none;
}

.left_column .left_submenu {
    font-size: 12px;
    padding: 20px 0 0 12px;
}


/* News */

.news_list .item {
    text-decoration: none;
    color: #212122;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 45px;
    display: block;
}

.news_list .item .date {
    margin-bottom: 10px;
}

.news_list .item .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news_list .item .text {
    line-height: 23px;
    text-align: justify;
}

.news_list .item td {
    vertical-align: top;
}

.news_list .item .pict {
    padding: 3px 23px 0 0;
}

.news_list .item .pict img {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.news_list .item .more {
    margin-top: 15px;
    border: 1px solid #a4a4a4;
    color: #232323;
    padding: 4px 8px;
    background: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news_list .item:hover .title {
    text-decoration: underline;
}

.news_list .item:hover .more {
    border-color: #fecc00;
    background: #fecc00;
    color: #580097;
}

.news_date {
    color: #212122;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}

.news_title {
    color: #580097;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 17px 0;
}


/* Pagination */

.pagination {
    border-top: 1px solid #deccea;
    padding: 43px 0 0 0;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination a,
.pagination span {
    font-size: 16px;
    line-height: 30px;
    color: #232323;
    min-width: 33px;
    height: 31px;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    padding: 0 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination a:hover,
.pagination span {
    color: #580097;
    background: #fecc00;
    text-decoration: none;
}


/* news navigation */

#navigate {
    padding: 15px 0 0 0;
    margin: 40px 0 0 0;
    text-align: center;
    position: relative;
    border-top: 1px solid #deccea;
}

#navigate a {
    margin-top: 20px;
    color: #4d4d4d;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#navigate a:hover {
    color: #0d0d0d;
    background-color: #fecc00;
}

#navigate .back {
    display: inline-block;
    background: url("/images/back.png") no-repeat 15px center;
    padding: 6px 15px 6px 30px;
}

#navigate .prev {
    background: url("/images/prev.png") no-repeat 5% 8px;
    padding: 6px 15px 6px 25px;
    text-align: left;
}

#navigate .next {
    background: url("/images/next.png") no-repeat 95% 8px;
    padding: 6px 25px 6px 15px;
    text-align: right;
}


/* About block */

.about_block {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #deccea;
    margin: 0 -15px;
}

.about_block .container {
    max-width: 100%;
}

.about_block .text {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 300;
}

.about_block .home_circles {
    background: url("/images/home_circles.png") no-repeat center;
    background-size: contain;
    height: 422px;
}

@media (max-width: 767px) {
    .about_block .home_circles {
        margin-bottom: 20px;
        height: 310px;
    }
}

.about_block .slogan {
    position: absolute;
    left: 0;
    top: 10px;
    background: url("/images/slogan.png") no-repeat center;
    width: 124px;
    height: 98px;
}

@media (max-width: 767px) {
    .about_block .slogan {
        left: 10px;
        top: -40px;
    }
}

#home .about_block {
    border: 0;
    margin: 0;
}

#home .home_text {
    padding-bottom: 50px;
}


/* Services block */

.services_block {
    background: url("/images/services_block.jpg") no-repeat center;
    padding: 80px 0;
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.services_block .violet_line {
    display: inline-block;
    margin: 10px 0 20px;
}

.services_block .margin_block {
    margin-top: 30px;
}

.services_block .services_list {
    border: 5px solid #580097;
    position: relative;
    width: 295px;
}

.services_block .services_list .list {
    padding: 20px 0;
}

.services_block .services_list .title {
    color: #580097;
    font-size: 30px;
    font-weight: 900;
    padding: 0 18px;
    background: #fff;
    position: relative;
    top: -20px;
    display: inline-block;
}

.services_block .services_list li {
    margin-bottom: 22px;
}

.services_block .services_list a {
    color: #000;
    position: relative;
}

.services_block .services_list a:hover {
    color: #580097;
    text-decoration: none;
    font-weight: 400;
}

.services_block .services_list a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #373435;
    transition: all 0.3s;
}

.services_block .services_list a:hover:before {
    width: 100%;
    left: 0;
    background: #580097;
}

.services_block a {
    color: #000;
    position: relative;
}

.services_block a:hover {
    color: #580097;
    text-decoration: none;
}

.services_block a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #373435;
    transition: all 0.3s;
}

.services_block a:hover:before {
    width: 100%;
    left: 0;
    background: #580097;
}


/* Order form */

.order_btn,
#order_block .send {
    width: 238px;
    height: 44px;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.order_btn {
    background: #fecc00;
    color: #580097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.order_btn:hover {
    background: #ffd732;
}

#order_block .wait {
    background: url("/images/loader.gif") no-repeat;
    width: 30px;
    height: 30px;
    margin: 200px auto;
}

#order_block .modal-content {
    background: #fecc00;
    padding: 30px 55px;
    border: 0;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}

@media (max-width: 767px) {
    #order_block .modal-content {
        padding: 20px;
    }
}

#order_block input[type=text],
#order_block textarea {
    background: #fff;
    color: #161616;
    font-weight: 300;
    font-size: 13px;
    height: 39px;
    margin-bottom: 20px;
    border-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#order_block input[type=text]:-moz-placeholder,
#order_block textarea:-moz-placeholder {
    color: #161616;
}

#order_block input[type=text]::-moz-placeholder,
#order_block textarea::-moz-placeholder {
    color: #161616;
}

#order_block input[type=text]:-ms-input-placeholder,
#order_block textarea:-ms-input-placeholder {
    color: #161616;
}

#order_block input[type=text]::-webkit-input-placeholder,
#order_block textarea::-webkit-input-placeholder {
    color: #161616;
}

#order_block textarea {
    height: 94px;
    resize: none;
}

#order_block .send {
    background: #580097;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#order_block .send:hover {
    background: #8200df;
}

@media (max-width: 767px) {
    #order_block .radio_line {
        margin-bottom: 20px;
    }
}

#order_block .field_name {
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 15px;
}

#order_block .field_label {
    font-weight: 300;
    display: inline-block;
    margin-left: 12px;
    cursor: pointer;
    margin-bottom: 15px;
}

#order_block input[type=radio] {
    display: inline-block;
    margin-right: 5px;
}

#order_block .btn-group {
    width: 100%;
    margin-bottom: 20px;
}

#order_block .btn-group .dropdown-menu {
    padding: 10px 0;
}

#order_block .btn-group a {
    background: none;
}

#order_block .btn-group a label {
    color: #161616;
    font-size: 13px;
    font-weight: 300;
}

#order_block .btn-group button {
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #161616;
    height: 39px;
    border-color: #fff;
    clear: both;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#order_block .btn-group button b {
    float: right;
    margin: 7px 0 0 0;
}

#order_block .btn-group button span {
    overflow: hidden;
    display: inline-block;
    width: 90%;
    float: left;
}

#order_block .close {
    position: absolute;
    right: -63px;
    top: 0;
    background: url("/images/close.png") no-repeat top;
    width: 35px;
    height: 31px;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

@media (max-width: 767px) {
    #order_block .close {
        right: 20px;
        top: 20px;
        background-position: bottom;
    }
}

#order_block .close:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#order_block .logo_order {
    margin-bottom: 23px;
    display: inline-block;
}

#order_block .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

#order_block .sub_title {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 35px;
}

.file_box {
    position: relative;
    margin: 40px 0 20px 0;
}

.file_box .field_name {
    padding-top: 7px;
    max-width: 120px;
}

.file_box .file_button {
    float: left;
    background: url("/images/file.png") no-repeat left top;
    padding-left: 60px;
    max-width: 100%;
    height: 44px;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
}

@media (max-width: 767px) {
    .file_box .file_button {
        font-size: 10px;
        padding-left: 50px;
    }
}

.file_box .file_button.hover {
    background-position: left bottom;
}

.file_box .MultiFile-wrap {
    float: left;
    position: relative;
    z-index: 2;
}

.file_box input[type=file] {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    width: 41px;
    height: 44px;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.file_box .MultiFile-list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.file_box .MultiFile-label {
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
}

.file_box .MultiFile-label img {
    display: inline-block;
    margin-right: 10px;
}

.wrapper-dropdown {
    /* размер и позиционирование */
    position: relative;
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    /*Общие стили */
    background: #9bc7de;
    color: #fff;
    outline: none;
    cursor: pointer;
    /* Настройки шрифтов */
    font-weight: bold;
}

.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

.wrapper-dropdown-1 .dropdown {
    /* размер и позиция */
    position: absolute;
    top: 100%;
    left: 0;
    /* Size */
    right: 0;
    /* Size */
    /* Стили */
    background: #fff;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Состояние при наведении курсора */

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}


/* активное состояние */

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
    background: #9bc7de;
    background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
}

@import url('demo.css');
@import url('font-awesome.css');

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}


/* DEMO 1 */

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    /* Styles */
    background: #9bc7de;
    color: #fff;
    outline: none;
    cursor: pointer;
    /* Font settings */
    font-weight: bold;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* Styles */
    background: #fff;
    list-style: none;
    font-weight: normal;
    /* Cancels previous font-weight: bold; */
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Hover state */

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}


/* Active state */

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
    background: #9bc7de;
    background: -moz-linear-gradient(left, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9bc7de), color-stop(78%, #9bc7de), color-stop(78%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
    background: -o-linear-gradient(left, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
    background: -ms-linear-gradient(left, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
    background: linear-gradient(to right, #9bc7de 0%, #9bc7de 78%, #ffffff 78%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff', GradientType=1);
}


/* No CSS3 support */

.no-opacity .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}


/* DEMO 2 */

.wrapper-dropdown-2 {
    /* Size and position */
    position: absolute;
    /* Enable absolute positionning for children and pseudo elements */
    width: 80px;
    margin: 0 auto;
    padding: 3px 15px;
    margin-left: 263px;
    margin-top: 15px;
    z-index: 11111;
    /* Styles */
    background: #fff;
    border-left: 5px solid grey;
    cursor: pointer;
    outline: none;
}

@media (max-width: 1170px) {
    .wrapper-dropdown-2 {
        margin-left: 255px;
    }
}

@media (max-width: 767px) {
    .wrapper-dropdown-2 {
        margin-left: 140px;
        margin-top: 25px;
    }
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2:hover {
    opacity: 0.9;
    color: #580097;
    border-left-color: #580097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;
    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-2 .dropdown li:nth-child(1) a {
    border-left-color: #f9f9f9;
}

.wrapper-dropdown-2 .dropdown li:nth-child(2) a {
    border-left-color: #f9f9f9;
}

.wrapper-dropdown-2 .dropdown li:nth-child(3) a {
    border-left-color: #f9f9f9;
}

.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: #fff;
    background-color: #580097;
}


/* Active state */

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}


/* No CSS3 support */

.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}

a.tel-href,
a.mail-href {
    text-decoration: none!important;
    color: #555!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

a.tel-href:hover,
a.mail-href:hover {
    color: #580097!important;
    text-decoration: none;
}

a.tel-href:before,
a.mail-href:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #373435;
    transition: all 0.3s;
}

a.tel-href:hover:before,
a.mail-href:hover:before {
    width: 100%;
    left: 0;
    background: #580097;
}

.sitemap-ul ul,
.sitemap-ul,
.sitemap-ul li {
    list-style: none;
}

.sitemap-ul li {
    color: #580097;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sitemap-ul li a {
    color: #580097;
    font-size: 20px;
}

.sitemap-ul ul {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sitemap-ul {
    margin-bottom: 30px;
}

@keyframes bounce1 {
    0%,
    100%,
    40%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

a[title="Viber"] img,
a[title="Whatsapp"] img,
a[title="Facebook Messenger"] img,
a[title="Telegram"] img {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

a[title="Viber"]:hover img,
a[title="Whatsapp"]:hover img,
a[title="Facebook Messenger"]:hover img,
a[title="Telegram"]:hover img {
    cursor: pointer;
    animation-name: bounce1;
    -moz-animation-name: bounce1;
}

.social2 a {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.social2 a:hover {
    cursor: pointer;
    animation-name: bounce1;
    -moz-animation-name: bounce1;
}

.mail-mob {
    background: url(/upload/image/address.svg) no-repeat left center;
    font-size: 14px;
    padding-left: 25px;
    background-size: 20px;
    background-position: 0px;
}

@media (max-width: 384px) {
    .wrapper-dropdown-2 {
        margin-left: 110px;
        margin-top: 25px;
    }
    header .navbar-brand img {
        max-width: 99px;
        height: auto;
    }
    .phone-button,
    .soc-button {
        padding-right: 7px;
        padding-left: 7px;
    }
    .soc-button {
        right: 96px;
    }
    header .phone_block,
    header .social_block {
        top: 59px;
    }
}


/* No CSS3 support: none */


/*# sourceMappingURL=screen.css.map */