:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Gotham Pro';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}

body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}

body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification {
	font-family: 'Gotham Pro';
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #000;
	font-family: 'Gotham Pro';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

section.welcome {
    width: 100%;
    height: 700px;
    background: #000;
    position: relative;
}

.main_slider_back {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 140px;
    transition: 0.3s;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.adaptive {
    width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

header .adaptive .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .menu {
    margin: 0 80px 0 0;
}

header .menu ul {
    display: flex;
}

header .logotype {
    display: flex;
    align-items: center;
}

header .logotype img {
    height: 100px;
}

header .logotype a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .logotype a span {
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

header .menu ul li {
    margin: 0 0 0 25px;
}

header .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

header .menu ul li:first-child {
    margin: 0;
}

header .contacts a.tel {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

section.welcome .adaptive {
    height: 100%;
    box-sizing: border-box;
    padding: 140px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.welcome .adaptive h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    padding: 0 0 30px;
}

section.welcome .adaptive h1 strong {
    color: #ff7426;
}

section.welcome .adaptive .text {
    text-align: center;
    width: 768px;
}

section.welcome .adaptive p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 60px;
}

section.welcome .adaptive .btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.welcome .adaptive .btns a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #ff7426;
    margin: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

section.welcome .adaptive .btns a.more {
    background: #ff7426;
}

header.fixed {
    background: #0f0f0f;
    height: 100px;
}

section.welcome .adaptive .btns a:hover {
    background: #0f0f0f;
    border: 2px solid #0f0f0f;
    box-shadow: 0px 0px 60px 0px rgb(255 116 38 / 50%);
}

section.about_us {
    padding: 100px 0;
}

section.about_us .adaptive {
    display: flex;
    align-items: stretch;
}

section.about_us .adaptive .right {
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.about_us .adaptive .right h4.subtitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
    color: #ff7426;
}

section.about_us .adaptive .right h2.title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px;
}

/* Start article */

article.article h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

article.article p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
}

article.article strong {
    font-weight: 500;
}

article.article li {
    font-size: 16px;
    line-height: 22px;
    list-style-type: square;
}

article.article ul {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article.article li::marker {
    color: #000;
}

article.article blockquote {
    background: #f8f8f8;
    padding: 15px 20px 1px;
    border-left: 4px solid #ff7426;
    margin: 0 0 20px;
}

/* End article */

section.about_us .adaptive .right h4.subtitle:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #ff7426;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -1px 0px 0 10px;
}

section.about_us .adaptive .right .btns a {
    border: 2px solid #ff7426;
    padding: 0 25px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #0f0f0f;
    transition: 0.3s;
}

section.about_us .adaptive .right .btns {
    padding: 10px 0 0;
}

section.about_us .adaptive .right .btns a:hover {
    background: #ff7426;
    color: #fff;
}

section.serivces {
    padding: 100px 0;
    background: #f8f8f8;
}

header .menu ul li a:hover {
    color: #ff7426;
}

section.serivces .subtitle {
    text-align: center;
    text-transform: uppercase;
    color: #ff7426;
    margin: 0 0 30px;
}

section.serivces .subtitle span:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #ff7426;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -1px 10px 0 0px;
}

section.serivces .subtitle span:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #ff7426;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -1px 0px 0 10px;
}

section.serivces .subtitle span {
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

section.serivces .title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 60px;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.srvBlock {
    width: 380px;
    margin: 0 30px 30px 0;
}

.srvBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.srvBlock a {
    text-decoration: none;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 30px 40px;
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 5%);
    min-height: 100%;
}

.srvBlock a h3 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #0f0f0f;
    font-weight: 500;
}

.srvBlock a p {
    font-size: 15px;
    line-height: 20px;
    color: #9c9c9c;
    margin: 0 0 20px;
}

.srvBlock a span.btn {
    display: flex;
    align-items: center;
    color: #ff7426;
    font-weight: 500;
    text-transform: uppercase;
}

.srvBlock a span.btn i {
    margin: 0 0 0 10px;
}

.see_all_btn {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

.see_all_btn a {
    height: 50px;
    border: 2px solid #ff7426;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: #0f0f0f;
    transition: 0.3s;
}

.see_all_btn a:hover {
    background: #ff7426;
    color: #fff;
}

section.color_title {
    background: #ff7426;
    height: 160px;
}

section.color_title .adaptive {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section.color_title .adaptive .title {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}

footer {
    height: 400px;
    background: #161616;
}

footer .bottom {
    background: #0f0f0f;
    height: 100px;
}

footer .cont {
    height: 300px;
}

section.pagetitle {
    background: #000;
    padding: 140px 0 0;
    overflow: hidden;
    position: relative;
}

section.pagetitle .inside_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.crumbs {
    background: #f8f8f8;
    position: relative;
}

ol.breadcrumb {
    display: flex;
    height: 50px;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    color: #7d7d7d;
}

ol.breadcrumb li.sep {
    margin: 0 10px;
}

ol.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

body.inside_page section.container {
    padding: 80px 0;
}

section.pagetitle h1 {
    padding: 30px 0 50px;
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}

footer {
    background: #181818;
    height: 400px;
    margin: -400px 0 0;
}

footer .cont {
    padding: 50px 0 0;
    height: 300px;
    box-sizing: border-box;
}

footer .cont .adaptive {
    display: flex;
}

footer .cont .adaptive .col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 40px;
    border-right: 1px solid rgb(255 255 255 / 15%);
}

footer .cont .adaptive .col h3.f_title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
}

footer .cont .adaptive .col ul li a {
    color: rgb(255 255 255 / 50%);
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

footer .cont .adaptive .col ul li {
    margin: 0 0 6px;
}

footer .cont .adaptive .col ul li:last-child {
    margin: 0;
}

footer .bottom {
    text-align: center;
    padding: 0;
    height: 100px;
    box-sizing: border-box;
}

footer .bottom p {
    font-size: 15px;
    line-height: 20px;
    color: rgb(255 255 255 / 50%);
}

footer .bottom p.copyright {
    /* margin: 0 0 15px; */
}

footer .bottom .adaptive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

footer .cont .adaptive .col:last-child {
    border: none;
}

hr.clear.footer {
    height: 400px;
}

footer .cont .adaptive .col.contacts {
    color: rgb(255 255 255 / 50%);
    width: 400px;
    padding-right: 0;
}

footer .col.contacts .tels a {
    color: inherit;
    text-decoration: none;
    font-size: 22px;
    margin: 0 0 8px;
}

footer .col.contacts .tels {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

footer .col.contacts .hours {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}

footer .col.contacts .address {
    font-size: 16px;
    line-height: 22px;
}

.category_menu ul li {
    padding: 0;
    position: relative;
}

.wrapper {
    min-height: 100vh;
}

footer .logotype img {
    height: 100px;
    margin: 0 15px 0 0;
}

footer .logotype a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

footer .logotype a span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
}

footer .logotype {
    margin: 0 0 30px;
}

p.logo_text {
    color: rgb(255 255 255 / 50%);
    font-size: 15px;
    line-height: 20px;
}

body.services_page article.article {
    margin: 0 0 30px;
}

.contacts_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    box-sizing: border-box;
    padding: 30px 0 0 50px;
}

.contacts_text a.tel {
    font-size: 40px;
    margin: 0 0 30px;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.contacts_text p.hours {
    font-size: 22px;
    margin: 0 0 30px;
    color: #888888;
}

.contacts_text p.address {
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 30px;
}

body.contacts_page.inside_page section.container .adaptive {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

body.contacts_page.inside_page section.container .adaptive .entermap {
    width: 50%;
}

.contacts_text span.title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #ff7426;
}

.fix_bottom {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 90;
}

.fix_bottom a img {
    width: 100%;
}

.fix_bottom a {
    width: 60px;
    display: flex;
}

.fix_bottom a {
    margin: 20px 0 0;
}

footer .cont .adaptive .col.noborder {
    border-color: transparent;
}

footer .cont .adaptive .col.fmenu {
    width: 300px;
}

footer .cont .adaptive .col.info.noborder {
    width: 500px;
}

body.reviews_page.inside_page section.container .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body.reviews_page.inside_page section.container .adaptive .left {
    width: 640px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

body.reviews_page.inside_page section.container .adaptive .left .entermap {
    height: 100%;
}

.entermap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

article table {
    margin: 0 0 15px;
    width: 100% !important;
}

article table td {
    border: 1px solid #bbbbbb;
    padding: 12px 15px;
    font-size: 15px;
}

article table thead td {
    background: #242424;
    border: 1px solid #161616;
    color: #fff;
    padding: 15px 15px;
    font-size: 18px;
}

a.zoomphoto {
    display: flex;
    position: relative;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto:hover i {
    opacity: 1;
}

section.carousel.images {
    padding: 0 0 80px;
    width: 100%;
    overflow: hidden;
}

section.carousel.images .owl-carousel {
    overflow: visible;
}

section.carousel.images .owl-carousel .owl-stage-outer {
    overflow: visible;
}

section.carousel.images .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
    height: 0;
}

section.carousel.images .owl-nav button {
    background: rgb(0 0 0 / 70%);
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

section.carousel.images:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.workBlock {
    width: 280px;
    margin: 0 26.666px 26px 0;
}

.workBlock:nth-child(4n) {
    margin: 0 0 26px;
}

.workBlock a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
}

.workBlock a img {
    display: block;
}

.workBlock a .txt {
    background: #f8f8f8;
    padding: 20px 20px;
}

.workBlock a .txt h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 500;
}

.workBlock a .txt p {
    color: #9c9c9c;
    font-size: 15px;
    line-height: 18px;
}

.modal_window1, .modal_window2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 240;
    display: none;
}

.modal_window1.act, .modal_window2.act {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal_back_close {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 620px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.modal_but_close {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #242424;
    cursor: pointer;
    transition: 0.2s;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 400;
    border: 2px solid #242424;
    box-shadow: 0 0 0 3px #fff;
    transition: 0.3s;
}

.modal_block .cont {
    padding: 50px 50px 30px;
    background: #f8f8f8;
    border-top-left-radius: 20px;
}

.modal_block .bottom {
    display: flex;
    padding: 40px 50px;
}

.modal_block .bottom a {
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
    text-decoration: none;
}

.modal_block .bottom a img {
    height: 54px;
    margin: 0 15px 0 0;
}

.modal_block .bottom a span {
    font-size: 16px;
    line-height: 22px;
    color: #464646;
}

.modal_block .bottom a span strong {
    font-weight: 500;
}

.modal_block .cont .title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}

.modal_block .cont .line {
    display: flex;
    margin: 0 0 30px;
}

.modal_block .cont .line .input_text {
    margin: 0 20px 0 0;
}

.modal_block .cont .line .input_text input {
    height: 46px;
    font-size: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 260px;
    border: none;
    border: 1px solid #e6e6e6;
    transition: 0.3s;
    border-radius: 4px;
    font-family: 'Montserrat';
    outline: none;
}

.modal_block .cont .line button {
    height: 46px;
    box-sizing: border-box;
    width: 220px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background: #ff7426;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    font-family: 'Montserrat';
}

.modal_block .cont p {
    font-size: 15px;
    line-height: 20px;
}

.modal_block .cont p a {
    color: #ff7426;
}

header .btns a.mainback:hover {
    background: #fff;
    color: inherit;
}

.modal_block .cont .line button:hover {
    background: #242424;
}

.modal_block .cont .line .input_text input:focus {
    border-color: #7398a0;
}

.modal_block .cont p a:hover {
    text-decoration: none;
    color: #242424;
}

.modal_but_close:hover {
    background: #242424;
    color: #fff;
}

body.ovhidden {
    overflow: hidden;
}

.fix_bottom a.callback {
    background: #ff7426;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fix_bottom a.callback img {
    width: 38px;
    display: block;
    position: relative;
    z-index: 2;
}

.fix_bottom a.callback::after,
.fix_bottom a.callback::before {
  content: '';
  position: absolute;
  border: 2px solid rgb(255 116 38);
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.fix_bottom a.callback::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

header .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header .contacts a:nth-child(2) {
    margin: 10px 0 0;
}