/* Browser Reset */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
textarea,
tfoot,
thead,
time,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 22px;
    font-weight: inherit;
    font-style: inherit;
    text-align: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    white-space: normal;
}

body a {
    color: #00b2d1;
    text-decoration: none;
}

body a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
}

body.contentpane {
    padding: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #fff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    margin: 0 0 15px 40px
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



img {
    height: auto;
    max-width: 100%;
}


.text--fw-900{
    font-weight: 900;
}

label, 
select, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
input[type="radio"], 
input[type="checkbox"] {
    cursor: pointer;
}







/*	Grid  */

.container {
    max-width: 1160px;
    min-width: 220px;
    padding: 0 30px;
    margin: 0 auto;
    /*width: 100%;*/
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.container .row,
.col {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-bottom: 1.5em
}

.col {
    display: block;
    float: left;
    width: 100%;
}

.col:first-child {
    margin-left: 0
}

.row:after,
.col:after,
.clr:after,
.group:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden;
}

/* Body + Main Containers */

body {
    color: #fff;
    font-weight: 400;
    /*background: #000;*/
    font-family: 'HelveticaNeueCyr', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px; 
}

.back {
    background: #000;
    position: relative;
    overflow: hidden;
}

#box-wrap {
    margin: 0 auto;
    padding: 0;
}

#main-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content2 {
    margin-top: 20px;
}

#wrapper-w {
    background: none;
    padding: 0;
    margin: 0;
    background: #000;
    min-height: 300px;
}



/*#wrapper-w, x:-moz-any-link {margin-top: -70px;} /*для Мозиллы*/



#wrapper {
    margin: 0 auto;
    padding: 0 10px !important;
    position: relative;
}

#wrapper-i {
    padding: 0
}

#comp-wrap {
    padding: 0
}

#comp-wrap a {
    color: #00a0c0;
    text-decoration: underline;
}

#comp-wrap a:hover {
    text-decoration: none;
}

.full {
    padding: 0;
    margin: 0;
    clear: both;
}

.contact a {
    text-decoration: none
}

/* Article Columns */

.column-1,
.column-2,
.column-3,
.column-4 {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Content styles */

#archive {
    padding: 0;
    margin: 0;
}

.archive {
    padding: 0;
}

.archive .article-count {
    color: #999;
}



.items-leading {
    position: relative;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}

.leading {
    margin: 0 0 20px 0;
    position: relative;
}

.items-row,
.item-page,
.contact {
    position: relative;
}

.item-page {
    position: relative
}

.item-page-title {
    padding: 0 70px 5px 0;
    margin: 0 0 10px 0
}

.item-page-title,
.item-page-title a,
.contact-name {
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

.item-page-title a:hover {
    text-decoration: none;
    color: #F15A23
}

.contact h2 {
    margin: 0 0 20px 0;
}

.contact .current {
    margin: 0;
    padding: 0;
}

dl.tabs {
    display: block;
    clear: both;
    border-bottom: 1px solid #ddd;
}

dl dt.tabs {
    display: inline-block;
    margin: 0 0 -1px 0
}

dt.tabs h3 {
    margin: 0 2px 5px 0;
}

dt.tabs h3 a {
    padding: 8px 8px 3px 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-decoration: none
}

dt.tabs h3 a,
.accordion-heading {
    font-size: 14px
}

dt.tabs.closed h3 a {
    border-color: #eeeeee #eeeeee #dddddd;
}

dt.tabs h3 a,
dt.tabs h3.open a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

dd.tabs {
    padding: 10px 20px
}

.jicons-icons {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0
}

h1.componentheading {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}

ul.button-icons {
    position: absolute;
    top: 3px;
    right: 5px;
    margin: 10px 0 0 0;
    padding: 0;
    display: none
}

ul.button-icons li {
    display: none
}

ul.button-icons li.edit-icon,

ul.button-icons li.print-icon,

ul.button-icons li.email-icon {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 16px;
    float: left;
    overflow: hidden;
    line-height: 12px;
    font-size: 12px
}

.iteminfo,
.content_rating {
    font-size: 11px;
    display: block;
    color: #999999;
    margin: 0 0 5px 0;
}

.content_rating p {
    margin: 0;
    padding: 0;
}

.iteminfo span {
    margin: 0 10px 0 0;
}

.iteminfo .category,
.iteminfo .sub-category,
.iteminfo .create,
.iteminfo .modified,
.iteminfo .published,
.iteminfo .createdby,
.iteminfo .hits {
    display: inline-block;
    line-height: 20px !important;
}

.iteminfo .createdby {
    font-weight: bold;
}

.items-more {
    clear: both;
}

.items-more h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
}

.items-more ol {
    margin: 0 0 0 30px;
    padding: 0
}



th.item-title,
th.list-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

/* Commons */

.clear {
    clear: both
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
}

pre {
    margin: 30px 0;
    padding: 20px;
    background-color: #e9e9e9;
    color: #505050;
    border-left: 5px solid #ddd;
    font-size: 15px;
    font-family: 'Georgia', sans-serif;
    line-height: 1.8em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

address {
    margin: 20px 0;
    letter-spacing: 1px;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
#navigation .menu a {
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 20px 0 20px;
    font-family: Verdana;
}

h1 {
    font: 30px/120% Verdana
}

h2 {
    font: 23px/120% Verdana
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.entry p:last-child {
    margin: 0
}

.entry ul {
    margin: 30px 0 30px 20px
}

.entry ul li,
.entry ol li {
    margin: 0 0 5px
}

.entry ol {
    margin: 30px 0 30px 25px
}

.entry ol {
    list-style: decimal
}

.entry ul {
    list-style: disc
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 40px 0 20px
}

p {
    margin: 0 0 15px
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

small {
    font-size: 80%
}

hr {
    height: 0;
    margin: 30px 0 30px;
    border: solid #eee;
    border-width: 1px 0 0;
    clear: both;
}

a {
    color: #00b2d1;
    text-decoration: underline;
}

a:hover {
    color: #fff;
}

p a,
p a:visited {
    line-height: inherit
}

/* Header  */

#header-wrap {
    height: auto;
    background: url(/images/homepage/homepage-bg-top.jpg) no-repeat center top;
    background-blend-mode: normal, normal, multiply, normal;
}

.header-logo{
    text-align: center;
    margin: 27px 0 112px 0;
}

.header-text{
    font-style: italic;
}

.header-text__large{
    text-align: center;
    font-size: 55px;
    line-height: 71px;
    font-weight: 300;
    text-transform: uppercase;
}

.font-w-900{
    font-weight: 900;
}

.header-text__small{
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #5FA6FF;
    margin: 25px 0 121px 0;
}




#header-wrap .row {
    margin-bottom: 0
}

#logo {
    display: flex;
    justify-content: center;
}

#logo img {
    max-height: 370px;
    max-width: 600px;
    display: block;
    width: auto;
    text-align: center;
}

#logo a {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#logo .first {
    color: #F15A23
}

#logo .second {
    color: #3A3A3A
}

#site-description {
    color: #3A3A3A;
    margin: 0 0 0 0;
    font-size: 12px;
    font-family: 'Sintony', Arial, Helvetica, sans-serif;
    letter-spacing: 4.6px;
    font-weight: normal;
}

#top {
    line-height: 18px;
    display: inline-block;
    color: #3A3A3A;
    margin: -165px 0 0 0;
    font-family: georgia;
    font-size: 22px;
    float: left;
}


#top h1,
#top h2,
#top h3,
#top h4 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}



#top1 {
    line-height: 18px;
    float: right;
    display: inline-block;
    color: #3A3A3A;
    margin: -165px 0 0 0;
    text-align: right;
    font-family: georgia;
    font-size: 22px;
    max-width: 240px;
}

#top1 h1,
#top h2,
#top h3,
#top h4 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}



#social {
    display: block;
    float: right
}

#social a.social-icon {
    display: inline-block;
    margin-left: 2px;
    padding: 0;
    width: 32px;
    height: 32px;
}

#social a.social_1 {
    background: url(../images/social/facebook.png) 0 0 no-repeat;
}

#social a.social_2 {
    background: url(../images/social/twitter.png) 0 0 no-repeat;
}

#social a.social_3 {
    background: url(../images/social/google.png) 0 0 no-repeat;
}

#social a.social_4 {
    background: url(../images/social/youtube.png) 0 0 no-repeat;
}

#social a.social_5 {
    background: url(../images/social/dribbble.png) 0 0 no-repeat;
}

#social a.social_6 {
    background: url(../images/social/flickr.png) 0 0 no-repeat;
}

#social a.social_7 {
    background: url(../images/social/pinterest.png) 0 0 no-repeat;
}

#social a.social_8 {
    background: url(../images/social/picasa.png) 0 0 no-repeat;
}

#social a.social_9 {
    background: url(../images/social/linkedin.png) 0 0 no-repeat;
}

#social a.social_10 {
    background: url(../images/social/reddit.png) 0 0 no-repeat;
}

.header-widget{
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
}

.header-widget__box{
    background: url(/images/widget-bg-gray.png) no-repeat center center;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 34px 0;
    background-size: contain;
}

.widget-icon{
    width: 28px;
    height: 28px;
    margin-bottom: 15px;
}

.widget-text{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.widget-phone{
    margin-bottom: 18px;
}

.header-social{
    display: flex;
    font-style: italic;
    position: relative;
}

.header-social__photo{
    background: linear-gradient(270deg, #014398 0.51%, rgba(255, 255, 255, 0.1) 112.71%);
    backdrop-filter: blur(16px);
    padding: 40px 0;
    width: 80%;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.header-social__photo-st{
    padding: 32px 0;
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-social__photo-st:before{
    content: "";
    background: linear-gradient(270deg, #014398 0.51%, rgba(255, 255, 255, 0.1) 112.71%);
    backdrop-filter: blur(16px);
    position: absolute;
    top: 0px;
    left: -4%;
    width: 70%;
    height: 111px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    z-index: 1;
}

.header-social__estimation{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.25) 0.51%, rgba(255, 255, 255, 0) 51.97%);
    backdrop-filter: blur(16px);
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    color: #5FA6FF;
}

.hed-social-text{
    margin-right: 50px;
    font-size: 18px;
    line-height: 18px;
    z-index: 1;
}

.hed-social-text.social-preview{
    font-size: 24px;
}

.estimation-text{
    margin-left: 100px;
}

.social__link{
    margin-right: 50px;
    z-index: 1;
}

/* Navigation */

#navbar-wrap {
    padding: 0px;
    /*display: flex;*/
    background: transparent;
}

#navbar {
    position: relative;
    height: 55px;
    margin-top: 24px;
}

#navbar.row {
    margin-bottom: 0px;
}

.menu.nav-pills{
    display: flex;
    justify-content: flex-start;
}

ul.menu.nav-pills li + li{
    margin-left: 30px;    
}

div#navbar-wrap ul li span{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

div#navbar-wrap ul li span:hover{
    color: #5FA6FF;
    transition: 0.4s;
}





#navigation {
    padding: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

#navigation .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation .menu .icon-angle-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #aaa;
    font-size: 12px;
}

#navigation .menu>li {
    display: block;
    float: left;
    list-style: none;
}

#navigation .menu>li ul {}

#navigation .menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    /*IE6 only*/
    _margin: 0;
    nowhitespace: afterproperty;
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 99;
}

#navigation .menu ul ul {
    left: 100%;
    top: 0;
}

#navigation .menu ul ul li {
    width: 100%
}

#navigation .menu li {
    position: relative
}

#navigation .menu li:hover>ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

#navigation .menu a {
    display: block;
    position: relative;
}

/********work**********/

.section-contact.active-fix{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width: 100%;
    margin-top: -27px;
}

.active-fix .header-contact_logo{
    display: block;
    margin-right: 40px;
}

.active-fix #navigation{
    border-bottom: none;
}

.active-fix #navbar{
    height: 40px;
    margin-top: 10px;
}

.active-fix .header-contact-block{
    display: flex;
}

.active-fix ul.menu.nav-pills li + li{
    margin-left: 0;
}


.header-contact_logo{
    display: none;
}

.section-contact{
    padding-top: 10px;
}

.header-contact{
    display: flex;
    justify-content: space-between;
}

.header-contact__address{
    display: flex;
    align-items: flex-end;
}

.header-contact__address-block{
    display: flex;
}

.header-address__text{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.pointer-img{
    margin-right: 8px;
}

.header-address__chart{
    margin-left: 18px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    margin-bottom: -5px;
}

.header-address__chart a{
    color: #5FA6FF;
}

.header-contact__phone-block{
    display: flex;
    align-items: flex-end;
}

.header-contact__phone{
    color: #5FA6FF;
    font-size: 23px;
    line-height: 23px;
    margin-left: 13px;
}

.header-contact__phone a{
    color: #5FA6FF;
}



.menu-burger{
    display: none;
}

.menu-burger span{
    height: 3px;
    background: #FFFFFF;
    width: 44px;
    display: block;
    margin-bottom: 10px;
}




/*#wrapper-w{
    background: #061C31;
}*/

#wrapper-home{
    background: #061C31;
}

h1.work-option__title{
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
}

.work-option__title{
    font-size: 33px;
    line-height: 36px;
    font-style: italic;
}

.work-option__text{
    line-height: 24px;
    margin-bottom: 31px;
}

.work-option__notice{
    position: relative;
}

.work-option__notice::before{
    content: "";
    display: block;
    position: absolute;
    background: url(/images/icon/note-icon.png);
    width: 27px;
    height: 27px;
}

.notice-text{
    margin-left: 42px;
    padding-top: 5px;
    color: #5FA6FF;
    font-weight: 500;
}

.work-option__widget{
    display: flex;
    flex-wrap: wrap;
    margin: 43px 0;
}

.widget-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 33%;
}

.widget-block_text{
    font-size: 20px;
    line-height: 20px;
    margin-top: -120px;
    text-align: center;
}

.widget-block_fees{
    margin-top: 23px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
    font-style: italic;
    text-align: center;
}

.work-margin{
    text-align: center;
    margin: 120px 0 31px;
}

.elem-margin{
    margin: 50px 0 51px;
    text-align: center;
}

.work-option__elements{
    display: flex;
}

.widget-elem{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 33%;
}

.widget-elem_text{
    font-size: 24px;
    line-height: 24px;
    margin-top: -120px;
    text-align: center;
}

/*********inform-section****************/

.inform-section{
    display: flex;
    margin: 110px 0 93px;
}

.inform-text__block{
    margin-bottom: 31px;
}

.inform-text-small{
    max-width: 660px;
}

.inform-date{
    margin-left: 121px;
}

.inform-date__number{
    font-size: 220px;
    line-height: 190px;
    font-weight: 100;
    color: #0776FF;
    font-style: italic;
    text-align: left;
}

.number-month{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.12em;
    padding-left: 40px;
}

.inform-date__garant{
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.09em;
    font-style: italic;
    text-align: center;
    margin-top: 23px;
    text-transform: uppercase;
    padding-left: 40px;
}

.banner-substitute{
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    position: relative;
    padding: 24px 0 48px 0;
}

.substitute-text::before{
    content: "";
    display: block;
    position: absolute;
    background: url(/images/icon/note-icon-gray.svg);
    width: 28px;
    height: 26px;
}

.banner-substitute__icon{
    display: block;
    position: absolute;
    top: -95px;
    left: 36px;
}

h2.substitute-text__title{
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
}

.substitute-text{
    margin-left: 35%;
}

.substitute-text__title{
    margin-left: 42px;
    font-size: 28px;
    line-height: 27px;
    font-style: italic;
    margin-bottom: 31px;
}

.substitute-text__color{
    color: #6DA4FF;
    margin-top: 5px;
}

/********material-section********/

.material-section{
background: linear-gradient(257.42deg, #014398 19.99%, rgba(1, 67, 152, 0) 134.8%);
backdrop-filter: blur(16px);
}

.material-content{
    display: flex;
    padding-left: 100px;
}

.material-content__img{
    display: block;
    width: 33%;
    height: 100%;
    margin-top: 60px;
}

.material-section{
    width: 93%;
    margin-top: 140px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 61px;
}

.material-margin{
    margin: 60px 0 31px;
}

.header-social__photo.material-st{
    width: 60%;
    font-style: italic;
}

.material-text-small{
    max-width: 577px;
    margin: 0 124px 46px 0;
}

.header-social__photo.material-st .material-cont-margin{
    margin-right: 125px;
}

/***********parameters-section*****************/

.list-style-default {
    list-style-image: url(/images/icon/point.png);
    margin-left: 15px;
}

.new-list-style {
    list-style-type: none
}

.list-style-default .new-list__item {
    padding-left: 10px;
}

.new-list__item {
    margin-bottom: 25px;
}

.parameters-section{
    display: flex;
    padding: 100px 0;
}

.parameters-text{
    font-style: italic;
    margin-bottom: 26px;
}

.parameters-title{
    margin-top: 32px;
    font-size: 28px;
    line-height: 27px;
    font-style: italic;
    margin-bottom: 20px;
}

.parameters-left{
    width: 43%;
    margin-right: 55px;
}

.parameters-right{
    width: 43%;
}

/************section-video****************/

.section-video{
    padding: 10px 0;
}

.section-video__title{
    text-align: center;
    margin-bottom: 60px;
}

.video-container{
    flex-wrap: wrap;
    display: flex;
}

.video-container_item{
    margin: 0 31px 30px 0;
}





/*********section-purpose**************/

.purpose-item{
    background: url(/images/homepage/purpose-sec-bg.png) no-repeat center center;
    padding: 24px 15px 30px 45px;
    /*min-height: 139px;*/
    margin: 40px 0 55px 0;
    background-size: contain;
}

.purpose-block__item{
    width: 41%;
}

.purpose-item__icon{
    display: block;
    margin-bottom: 13px;
}

.section-purpose{
    padding-top: 100px;
}

.purpose-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.section-purpose__title{
    text-align: center;
    margin-bottom: 51px;
}

.purpose-block__title{
    font-size: 19px;
    line-height: 24px;
    font-style: italic;
    margin-left: 50px;
}

.purpose-block__item::before{
    content: "";
    display: block;
    position: absolute;
    background: url(/images/icon/wheel-logo.svg) no-repeat;
    width: 28px;
    height: 29px;
}

.purpose-item__text{
    font-size: 14px;
    line-height: 20px;
    color: #5FA6FF;
    font-style: italic;
    font-weight: 700;
}

.header-social__photo.purpose-st{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0.51%, rgba(255, 255, 255, 0.03) 112.71%);
    backdrop-filter: blur(16px);
    margin-bottom: 100px;
    width: 63%;
    font-style: italic;
}

/********family-section********/

.family-title{
    text-align: center;
    margin: 40px 0 51px;
}

.family-section{
    position: relative;
}

.family-greeting{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 37px;
}

.family-greeting__label{
    margin-right: 65px;
    font-size: 22px;
    line-height: 20px;
    font-style: italic;
    z-index: 1;
}

.family-greeting__foto{
    margin: 75px 65px 34px 0;
    z-index: 1;
}

.family-font-st{
    font-size: 16px;
    line-height: 20px;
    margin-left: 35px;
}

.family-font-st-2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #6DA4FF;
    margin-left: 8px;
}

.family-words {
    background: url(/images/homepage/family-words.png) no-repeat;
    position: absolute;
    left: 29%;
    top: 4%;
    padding: 34px 0px 100px 82px;
    width: 318px;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    z-index: 4;
}

.family-words-block{
    position: relative;
}

.family-section-flex{
    display: flex;
    position: relative
}

.family-greeting-block{ 
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 41%;
    position: relative;
}

.family-greeting-block:before{
    content: "";
    position: absolute;
    background: linear-gradient(70.85deg, #014398 1.83%, rgba(1, 67, 152, 0) 161.91%);
    backdrop-filter: blur(16px);
    height: 100%;
    width: 305%;
    left: -205%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.billet-block{
    margin-left: 29%;
    margin-top: 8%;
    display: flex;
    color: #5FA6FF;
    font-style: italic;
    position: relative;
}

.billet-block:before{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #014398 0.51%, rgba(1, 42, 94, 0.659099) 111.79%, rgba(0, 0, 0, 0.1) 294.3%);
    backdrop-filter: blur(16px);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    width: 300%;
    height: 111px;
}

.billet-block_years{
    font-size: 70px;
    line-height: 75px;
    margin-left: 49px;
    z-index: 1;
}

.years-st{
    font-size: 28px;
    line-height: 11px;
}

.billet-block__bussines{
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin: 14px 0 0 16px;
    z-index: 1;
    text-transform: uppercase;
}

/**********section-volume**********/

.section-volume{
    display: flex;
    position: relative;
}

.volume-left{
    width: 42%;
    margin-top: 91px;
}

.section-volume__sum{
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.section-volume__sum:before{
    position: absolute;
    content: "";
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0.51%, rgba(0, 0, 0, 0.03) 174.65%);
    backdrop-filter: blur(16px);
    width: 250%;
    height: 126px;
}

.volume-right{
    width: 51%;
    position: absolute;
    left: 46%;
    top: -78%;
}

.volume-sum_text-small{
    font-size: 19px;
    line-height: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.volume-sum_text{
    font-size: 60px;
    line-height: 88px;
    font-style: italic;
    margin-right: 26px;
    z-index: 1;
}

.volume-sum__img{
    position: absolute;
    top: -50px;
    right: 60%;
}

.diploma-block{
    display: flex;
    justify-content: flex-end;
    margin-top: 85px;
    margin-right: 45px;
}

.diploma-foto-yr{
    text-align: center;
}

.foto-yr__text{
    margin-top: 35px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
}

.diploma-foto-nat{
    margin-left: 41px;
    text-align: center;
}

.section-volume__text{
    line-height: 24px;
}

.volume-right_sign{
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-top: 30px;
}

.section-volume__text p{
    line-height: 24px;
    margin-bottom: 19px;
}

/*********section-reviews************/

.section-reviews{
    margin: 140px 0 51px 0;
    text-align: center;
}

.reviews-block{
    display: flex;
    color: #000000;
    font-size: 12px;
}

.estimation-box_number{
    padding-top: 20px;
    font-size: 26px;
    font-weight: 700;
}

.estimation-box_text{
    color: #6DA4FF;
}

.box-top_left{
    width: 45%;
    padding: 30px 15px 0 25px;
}

.box-top_family{
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
}

.box-top_month{
    margin: 5px 0;
    color: gray;
}

.box-top_text-blue{
    color: blue;
}

.box-top_review{
    margin-bottom: 10px;
}

.box-top_right{
    width: 45%;
    margin-top: 35px;
}

.box-top_right-point{
    font-weight: 900;
}

.box-top_right-name{
    font-size: 16px;
    font-weight: 200;
}


.reviews-block p{
    line-height: 19px;
}


.estimation-box-style{
    width: 101px;
    height: 93px;
    background: white;
    border-radius: 10px;
    margin-right: 30px;
}

.reviews-block_left{
    margin-right: 31px;
}

.google-block, .yandex-block{
    display: flex;
}

.logo-box-style{
    width: 403px;
    height: 93px;
    background: #FFFFFF;
    border-radius: 10px;
}

.review-box-style{
    width: 534px;
    height: 240px;
    background: #fff;
    border-radius: 10px;
    margin: 30px 0;
    display: flex;
    text-align: left;
}

.yandex-logo-box img{
    margin-top: 30px;
}

.google-logo-box img{
    margin-top: 22px;
}

.our-works-button.reviews-button{
    padding: 14px 23px;
    margin-top: 30px;
}




/***********our-works************/

.section-our-works{
    text-align: center;
    padding-bottom: 140px;
}

.our-works_title{
    margin: 140px 0 60px 0;
    text-align: center;
}

.style-gallery-work{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.style-gallery-work>div{
    margin: 15px;
    position: relative;
}

.our-works-button{
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 700;
    background: #0776FF;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 14px 104px;
    border: 4px solid #0776FF;
}

.our-works-button:hover {
    background: transparent;
    border: 4px solid #0776FF;
    color: #0776FF;
    transition: 0.4s;
}

.our-works_gallery-add{
    display: none;
}

.our-works_gallery-add.active-gallery{
    display: flex;
}

/***********section-listing*********/

.section-listing{
    background: rgba(255, 255, 255, 0.05);
    padding-top: 60px;
}

.listing-title{
    text-align: center;
    margin-bottom: 51px;
}

.listing-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.listing-item{
    display: flex;
    width: 18%;
    margin-bottom: 61px;
}

.listing-item_number{
    font-size: 36px;
    line-height: 17px;
    font-style: italic;
    color: #5FA6FF;
    margin: 5px 18px 0 0;
}

.listing-item_text{
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.listing-item.listing-text-st .listing-item_text{
    font-weight: 900;
    font-style: italic;
    z-index: 1;
}

.listing-item.listing-text-st .listing-item_text .listing-item_text-st{
    color: #5FA6FF;
}

.listing-item.listing-text-st:before{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #014398 0.51%, rgba(255, 255, 255, 0.1) 98.85%);
    backdrop-filter: blur(16px);
    width: 109%;
    height: 110px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    top: -8%;
    left: -90%;
}

.listing-item.listing-text-st .listing-item_number{
    color:#FFFFFF;
    z-index: 1;
}

/*.listing-item:hover{
    font-weight: 900;
    font-style: italic;
    transition: 0.7s;
}

.listing-item:hover> .listing-item_text span{
    color: #5FA6FF;
    transition: 0.7s;
}*/

/**********section-question***********/

.section-question{
    padding: 140px 0 100px 0;
}

.section-question_title{
    margin-bottom: 51px;
    text-align: center;
}





/*********accordion-module-start*******/

.accordion {
    margin-top: 25px;
}

.accordion h4{
    font-size: 19px;
}


.accordion-item {
    background: #014398;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-left: 31px;
    margin-bottom: 12px;
    position: relative;
}

.accordion-item-heading {
    font-size: 17px;
    color: #2F3640;
    padding-top: 22px;
    padding-bottom: 25px;
    position: relative;
}

.accordion-item-heading h4 {
    margin: 0px;
    padding-right: 35px;
}

.accordion-item-heading:last-of-type {
    margin-bottom: 0px;
}

.accordion-signpost-block {
    position: absolute;
    right: 2%;
    top: 40%;
}

.accordion-signpost {
    width: 30px;
}

.red-pick {
    display: none;
}

.accordion-item-content {
    overflow: hidden;
    height: 0;
}

.accordion-item-content-text {
    padding: 0 97px 29px 0;
    font-size: 16px;
    line-height: 20px;
}

.accordion-item-content p:first-of-type {
    margin-top: 0px;
}

.accordion-item-content.active-content {
    height: 100%;
}
.accordion-item-heading.active .blue-pick{
	display: none;
}
.accordion-item-heading.active .red-pick{
	display: block;
}

.accordion h4{
    font-family: 'HelveticaNeueCyr', Arial, Helvetica, sans-serif;
    line-height: 19px;
    font-style: italic;
    font-weight: 700;
    width: 87%;
}


/******end-accordion-module******/

/*********tuning-block******/

.tuninig-block{
    display: flex;
    position: relative;
    padding: 45px;
}

.tuninig-block:before{
    position: absolute;
    content: "";
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0.51%, rgba(0, 0, 0, 0.03) 252.45%);
    backdrop-filter: blur(16px);
    width: 200%;
    height: 126px;
    left: -136%;
    top: 2%;
}

.tuninig-block_text{
    font-size: 35px;
    line-height: 34px;
    font-style: italic;
    z-index: 1;
}

.send-foto-block{
    margin-left: 36%;
    display: flex;
    color: #5FA6FF;
    font-style: italic;
    position: relative;
    padding-bottom: 140px;
}

.send-foto-block:before{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #014398 0.51%, rgba(255, 255, 255, 0.1) 90.8%);
    backdrop-filter: blur(16px);
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    width: 200%;
    height: 111px;
    left: -7%;
    top: -15%;
    transform: rotate(180deg);
}

a.send-foto__link{
    z-index: 1;
    margin-right: 50px;
}

.send-foto_text{
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
}

/*********menu-bottom**********/

.menu-bottom-bg{
    background: #000000;
}

.contact-bottom{
    display: flex;
    padding-top: 15px;
}

.contact-bottom_logo{
    margin-right: 80px;
}

#comp-wrap .header-address__chart a{
    text-decoration: none;
}

.contact-bottom .header-contact__address{
    display: block;
}

.contact-bottom #navigation{
    border-bottom: none ;
}

.contact-bottom div#navbar-wrap ul li span{
    font-size: 11px;
    line-height: 12px;
}

.contact-bottom ul.menu.nav-pills li + li{
    margin-left: 0;
}

.contact-bottom .header-contact{
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
}

.contact-bottom #navbar{
    margin-top: 10px;
}

#user-3.row{
    margin-bottom: 0;
}




/* current item */

#navigation .menu>.active>a,
#navigation li.active>a {
    /*color: #f15a23; border-top:5px solid #f15a23; background:#F8F8F8 */
}







#navigation .menu>li {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
}

#navigation .menu a {
    height: 5px;
    padding: 0 34px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

/*drop-down styles*/

#navigation .menu ul {
    border-top: none;
    background: #3a3a3a;
    border: 0;
    min-width: 200px;
}

#navigation .menu li:hover ul {
    margin-top: 0;
}

#navigation .menu ul ul.sub-menu {
    margin-top: -1px;
    margin-left: 0;
}

#navigation .menu ul li {
    list-style: none;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #252525;
}

#navigation .menu ul li:first-child {}

#navigation .menu ul li:last-child {}

#navigation .menu ul li.active>a,

#navigation .menu ul li>a:hover {
    color: #fff;
    background: #444444;
    border: 0;
}

#navigation .menu ul a {
    display: block;
    height: auto;
    margin: 0px;
    padding: 7px 15px;
    text-transform: none;
    border: 0px;
    line-height: 1.7em;
    color: #fff
}

#navigation .selector {
    display: none
}

#navigation ul.sub-menu .icon-angle-down:before {
    content: "\f105" !important;
}

#navigation ul.sub-menu a {
    font-size: 11px;
    font-weight: normal;
}

#navigation i {
    text-align: right
}

#menu-icon {
    display: none;
}

#slide-wrap {
    margin: 10px 0 0 0
}

#slide-wrap a:hover {
    color: #fff
}

/* Module Classes */

/* light */

.light {
    border: 1px solid #EFEFEF !important;
    background: #fff !important;
    color: #303030 !important;
}

.light .module-title {
    color: #0C3154 !important;
    background: none !important;
    border-bottom: none !important;
}

.light .module-body {
    border-top: none !important;
}

.light a {
    text-decoration: underline !important;
    color: #F15A23 !important
}

.light a:hover {
    color: #333 !important
}

/* normal */

.normal {
    border: 1px solid #f15a23 !important;
    background: #ff885d !important;
    color: #fff !important;
}

.normal .module-title {
    color: #fff !important;
    background: none !important;
    border-bottom: none !important;
}

.normal .module-body {
    border-top: none !important;
}

.normal a {
    text-decoration: underline !important;
    color: #fff !important
}

.normal a:hover {
    color: #F8F8F8 !important
}

/* dark */

.dark {
    border: 1px solid #303030 !important;
    background: #1A1717 !important;
    color: #868686 !important;
    font-size: 12px;
}

.dark .module-title {
    color: #868686 !important;
    background: none !important;
    border-bottom: none !important;
}

.dark .module-body {
    border-top: none !important;
}

.dark a {
    text-decoration: underline !important;
    color: #00a0c0 !important
}

.dark a:hover {
    text-decoration: none !important;
}

.dark p {
    margin: 0 20px;
}

/* blank */

.blank {
    border: none !important;
    background: none !important;
    padding: 5px !important;

    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important
}

.blank .module-title {
    border: none !important;
    padding: 0 !important;
    color: #333 !important;
    text-shadow: none !important;
    background: none !important
}

.blank .module-body {
    padding: 0 !important;
    background: none !important
}



.light,
.normal,
.dark {
    padding: 10px !important;
}

.light ul.menu li a,
.normal ul.menu li a,
.dark ul.menu li a {
    text-decoration: none !important
}

.light .module-title,
.normal .module-title,
.dark .module-title {
    padding: 0 0 0 5px !important;
    border: none !important;
    line-height: 30px !important;
}

.light .module-body,
.normal .module-body,
.dark .module-body {
    padding: 0 5px !important;
}

/* Page Navigation */

ul.pagenav {
    display: block;
}

ul.pagenav li {
    list-style: none;
}

ul.pagenav li a {
    display: block
}

.pagenav-prev {
    float: left;
}

.pagenav-next {
    float: right
}

#pagination {
    clear: both;
    text-align: center;
    padding: 0;
}

/* Breadcrumbs */

.breadcrumbs {
    padding: 10px 0;
    margin: 0;
    color: #999
}

.breadcrumbs a {
    color: #999
}

.breadcrumbs .icon-angle-right {
    padding: 0 5px
}

/* Sidebar */

#leftbar-w {
    float: left
}

#rightbar-w {
    float: right;
    display: block;
}

#sidebar {
    padding: 0;
}

#sidebar .module {
    margin-bottom: 20px;
    margin-top: 18px;
    border: 1px solid #EFEFEF;
    position: relative;
    background: #F8F8F8;
    padding: 0;
    box-shadow: 0 1px 4px #eee;
    -webkit-box-shadow: 0 1px 4px #eee;
    -moz-box-shadow: 0 1px 4px #eee;
    -o-box-shadow: 0 1px 4px #eee;
}

#sidebar .module-title {
    margin-left: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #303030;
    padding: 10px 10px 0 10px;
    border-top: 5px solid #EFEFEF;
    text-transform: uppercase;
}

#sidebar h3 {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
}

#rightbar-w .module-title {}

#sidebar .module-body {
    margin: 0;
    padding: 10px;
}

#sidebar .module-body p {
    padding: 0;
    margin: 0 0 5px 0;
}

#sidebar ul li {
    margin: 0 5px;
    padding: 0;
}

#sidebar a {}

#sidebar a:hover {}

/* New Menu*/



#menu-new {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: auto;
    left: 0;
    top: 175;
    text-align: right;
}

#menu-new ul {
    padding: 0px;
    margin: 0px;
}

#menu-new ul li {
    list-style: none;
    display: inline;
    margin: 0px 15px 0px 15px;
}

#menu-new a {
    font: 14px Arial;
}

#menu-new ul li.true a {
    color: #00b2d1;
}

/* Sidebar Menu*/

#sidebar .module ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .module ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ced8df
}

#sidebar .module ul.menu li:last-child {
    border-bottom: none
}

#sidebar .module ul.menu li:hover {}

#sidebar .module ul.menu li a,

#sidebar .module ul.menu li.active ul li a,

#sidebar .module ul.menu li ul li.active ul li a {
    display: block;
    margin: 0;
    padding: 5px 0 5px 25px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
    color: #000;
    font-family: 'Sintony', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    /*text-transform:uppercase*/
}

#sidebar .module ul.menu li a:hover,
#sidebar .module ul.menu li.active a,

#sidebar .module ul.menu li ul li a:hover,

#sidebar .module ul.menu li ul li.active a,

#sidebar .module ul.menu li.active ul li a:hover,

#sidebar .module ul.menu li ul li.active ul li.active a {
    background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
    text-decoration: none;
    color: #F15A23;
}

#sidebar .module ul.menu li.active {}

/* Sidebar SubMenu*/

#sidebar .module ul.menu li ul {
    margin: 0;
    border-top: 1px dotted #ced8df
}

#sidebar .module ul.menu li ul li {
    background: none;
    margin: 0;
    padding: 0 0 0 10px
}

#sidebar .module ul.menu li:last-child,
#sidebar .module ul.menu li ul li:last-child,
#sidebar .module ul.menu li.active ul li:last-child {
    background: none
}

#sidebar .module ul.menu li ul li a {}

#sidebar .module ul.menu li ul li a:hover {
    border: 0;
}

.module .menu .icon-angle-down:before {
    content: "" !important
}

/* User1 and User2 */

#user1-wrap {
    margin-bottom: 0px;
    border: 4px solid #000;
    position: relative;
    background: #000;
    padding: 10px 0;
}

#user1 {
    padding: 0;
    margin: 0 auto;
    clear: both;
}

#user1 .module {
    color: #555;
    margin-bottom: 0px;
    padding: 0
}

#user1 .inner {
    padding: 0 10px;
}

#user1 .module-title {
    display: block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#user1 h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

#user1 h3.module-title span {}

#user1 .module-body {
    padding: 10px 0
}

#user1 a {}

#user1 a:hover {}

#user1 ul {
    margin: 0;
    padding: 0;
}

#user1 ul li {
    border-bottom: none;
    list-style: none;
}

#user1 ul li:hover {}

#user1 ul li a {
    display: block;
    padding: 0 0 0 20px;
    background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Sintony', Arial, Helvetica, sans-serif;
}

#user1 ul li a:hover {}

/* User 2 */

#user2-wrap {
    margin-bottom: 0;
    position: relative;
    background: #000;
    margin-top: 120px;
}

#user2 {
    padding: 10px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

#user2 .module {
    color: #868686;
    margin-bottom: 10px;
    padding: 10px
}

#user2 .inner {
    padding: 0 10px;
}

#user2 .module-title {
    display: block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#user2 h3.module-title {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #868686;
}

#user2 h3.module-title span {}

#user2 .module-body {}

#user2 a {}

#user2 a:hover {}

#user2 ul {
    margin: 0;
    padding: 0;
}

#user2 ul li {
    border-bottom: none;
    list-style: none;
    display: inline;
}

#user2 ul li:hover {}

#user2 ul li a {
    padding: 0 0 0 20px;
    background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
    text-decoration: none;
    font-family: 'Sintony', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#user2 ul li a:hover {
    color: #fff
}

/* Search */

input[type="search"] {
    display: block;
    width: 100%;
    padding: 10px 32px 10px 11px;
    color: #202020;
    font-size: 11px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none !important;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type="search"]::-webkit-search-decoration {
    display: none
}

input[type="search"]:focus {
    color: #000;
    outline: none;
}

/* Forms / Inputs / Buttons */

.inputbox,
input,
textarea,
select {
    background: #000;
    color: #CCCCCC;
    border: 1px solid #d4d4d4;
}

.inputbox {
    width: 160px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 7px;
    margin-right: 60px;
    padding: 5px !important;
}

input {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    width: auto;
    zoom: 1;
    margin: 0;
    border: 1px solid #d4d4d4;
    font-size: 1em;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder {
    color: #bbb;
}

input::-moz-focus-inner {
    border: 0;
}

input[disabled="disabled"],
input.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}

input[type="text"]:focus,
textarea:focus,
button:focus,
a.button:focus,
select:focus,
input[type="file"]:focus,
input[type="password"]:focus {
    /*-webkit-box-shadow: 0 0 7px #f8855b;	-moz-box-shadow: 0 0 7px #f8855b;box-shadow: 0 0 7px #f8855b;/*border: 1px solid #f15a23;*/
    outline: none;
}

input[type="text"],
textarea,
button,
input[type="file"] {
    /*	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;	transition: box-shadow 0.5s, border 0.5s, background 0.5s;*/
}

input.checkbox,
input[type="checkbox"] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: center;
    *vertical-align: top;
}

input.radio,
input[type="radio"] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: center;
    *vertical-align: top;
}

input[type="radio"]:focus,
input[ type="checkbox"]:focus {
    -webkit-box-shadow: 0 0 5px #6DB9FF;
    -moz-box-shadow: 0 0 5px #6DB9FF;
    box-shadow: 0 0 5px #6DB9FF;
    outline-color: #6DB9FF;
}

input.file,
input[type="file"] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

select {
    display: inline;
    width: auto;
    margin: 0;
    border: 1px solid #ccc;
    line-height: 100%;
    padding: 3px;
    vertical-align: middle;
}

select[disabled="disabled"],
select.disabled {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0px 0px 2px #ddd;
    -webkit-box-shadow: inset 0px 1px 2px #ddd;
    box-shadow: inset 0px 1px 2px #ddd;
}

textarea {
    width: auto;
    height: 200px;
    margin: 0;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    font-family: inherit;
    font-size: 0.9em;
}

textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6em !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {}

/* Button */

input[type="button"],
input[type="submit"],
button[type="submit"],
button[type="button"] {

    color: white !important;

    text-decoration: none !important;

    padding: .8em 1em calc(.8em + 3px);

    border-radius: 3px;

    background: #016c7f;

    box-shadow: 0 -3px #0F4A55 inset;

    transition: 0.2s;

    font-size: 15px;

    margin-top: 20px;

}

input[type="button"]:active,
input[type="submit"]:active,
button[type="submit"]:active,
button[type="button"]:active {
    background: rgb(33, 147, 90) !important;

    box-shadow: 0 3px rgb(33, 147, 90) inset;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
button[type="button"]:hover {
    background: #00b2d1;
}

/* Read More */

a.btn-readmore {
    padding: 5px 10px;
    /*margin-left: 600px;*/
    background-color: #FBFBFB;
    color: #333;
    text-decoration: none;
    -webkit-appearance: none !important;
    background: #FBFBFB;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #F4F4F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #F4F4F4));
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #F4F4F4 100%);
    background: -o-linear-gradient(top, #FBFBFB 0%, #F4F4F4 100%);
    background: -ms-linear-gradient(top, #FBFBFB 0%, #F4F4F4 100%);
    background: linear-gradient(to bottom, #FBFBFB 0%, #F4F4F4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#F4F4F4', GradientType=0);
    min-height: 36px;
    font-size: 15px;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    line-height: 36px;
    text-shadow: 1px 1px 0 #FBFBFB;
}

a.btn-readmore:hover {
    background: #F5F5F5;
    color: #F15A23;
    text-decoration: none;
    border: 1px solid #F15A23;
}

/* Mailto */

.mailto {
    background: #fff;
    color: #222;
    padding: 10px;
}

/* Tooltips */

.tip-wrap {
    float: left;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #535353;
    border: 1px solid #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    text-shadow: 1px 1px #000
}

.tip-title {
    padding: 0;
    margin: 0;
    display: none
}

.tip-text {
    font-size: 100%;
    margin: 0;
}

#topcontrol {
    background: url(../images/arrow_up.png) 50% 50% no-repeat;
    width: 60px;
    height: 85px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

/* Error */

#error {
    padding: 20px;
    text-align: center
}

#error .error {
    color: #FF0000;
    display: block;
    padding: 0;
    font-size: 200px;
    font-weight: bold;
    line-height: 200px;
}

#error .center {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%
}

#error .error {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}

#error .error>span {
    display: inline-block;
    position: relative;
}

#error .error>span:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -30px;
    right: -30px;
    height: 80px;
    background: url(../images/error.png) no-repeat;
    background-size: 100% 100%;
}

#error ol li {
    text-align: left;
}

/* Offline */

.error-offline .error>span:before {
    top: 65%;
}

.error-offline .message {
    width: 350px;
}

/* Thumbs */

.width-10 {
    width: 10px;
}

.width-20 {
    width: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-70 {
    width: 70px;
}

.width-80 {
    width: 80px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

.thumbnail {
    border: 1px solid #ccc !important;
    max-width: 100% !important;
}

.thumbnail img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.thumbnail img:hover {
    opacity: 1;
}

.thumbnail.pull-left {
    margin-right: 10px !important
}

.thumbnail.pull-right {
    margin-left: 10px !important
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

.thumbnails:before,

.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}

.thumbnails:after {
    clear: both;
}

.thumbnails>li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.thumbnail:hover {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555;
}

/* Footer */

#footer-w {
    padding: 17px 0;
    background: #000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

#footer-w p {
    margin: 0;
    padding: 0;
}

/* Footer Menu*/

#footer-nav {
    margin-right: 60px;
    color: #016c7f;
    font-size: 12px;
}

#footer-nav p{
    color: #616161;
    font-size: 14px;
    line-height: 14px;
}



#footer-nav ul {
    margin: 0;
    padding: 0;
    float: right;
}

#footer-nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 1px 0 0;
    height: 25px;
    border-right: none;
    font-family: 'Sintony', Arial, Helvetica, sans-serif;
}

#footer-nav ul li a {
    display: block;
    padding: 0 10px;
    margin: 5px 0 0 0;
    line-height: 12px;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    border-right: 1px solid #484848;
    color: #868686;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

#footer-nav ul li:last-child a {
    border: none !important;
}

#footer-nav ul li a:hover {
    color: #F15A23
}

.copyright {
    margin: 0;
    padding: 0;
    font-size: 12px;
    float: left;
}

.copyright a {
    font-size: 12px;
}

.copyright a:hover {
    color: #fff
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40px;
}

.dl-horizontal dd {
    margin-left: 50px;
}

@media (max-width: 999px) {
    #header-wrap {
        /*padding: 10px !important;*/
    }

    .smartone {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -10px;
        right: 0;
    }
}
@media (max-width: 948px)  and (min-width: 800px){
    #navigation .menu a {
        padding: 0px 23px;
    }
} 
@media (min-width:768px) {

    /* grid */

    .col {
        margin-left: 2%
    }

    .span_1 {
        width: 6.5%
    }

    .span_2 {
        width: 15.0%
    }

    .span_3 {
        width: 23.5%
    }

    .span_4 {
        width: 32.0%
    }

    .span_5 {
        width: 40.5%
    }

    .span_6 {
        width: 49.0%
    }

    .span_7 {
        width: 57.5%
    }

    .span_8 {
        width: 66.0%
    }

    .span_9 {
        width: 74.5%
    }

    .span_10 {
        width: 83.0%
    }

    .span_11 {
        width: 91.5%
    }

    .span_12 {
        width: 100%
    }



}

@media screen and (max-width: 799px) {



    .smartone {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -10px;
        right: 0;
    }

    #social {
        display: block;
        float: none
    }

    #logo {
        margin-top: 30px;
    }

    #logo img {
        max-width: 250px;
        max-height: 70px;
        display: block;
        margin: 0 auto
    }

    #logo a {
        text-align: center
    }

    #site-description {
        text-align: center
    }

    #top {
        width: 700px;
    }

    #menu-icon {
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-decoration: none;
        background: #000 url(../images/nav.png) 0 0 repeat-x;
        padding: 0;
        cursor: pointer;
        display: block;
        font-family: 'Sintony', Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #000;
        display: none;
    }

    #menu-icon:hover,
    #menu-icon.active {
        background-color: #000;
    }

    .menu-icon-title {
        font-size: 20px;
        padding: 0 10px;
    }

    .icon-double-angle-down {
        font-size: 30px;
        padding: 0 10px 0 0;
        float: right;
        height: 53px !important;
        line-height: 53px !important;
    }

    #navbar {
        /*display: none;*/
        height: auto;
        margin: 0;
        padding: 0;
    }

    /* Menu */

    #navbar-wrap {
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        background: #3a3a3a;
    }

    /* Navigation */

    #navigation {
        padding: 0;
        display: block;
    }

    #navigation .menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #navigation .menu .icon-angle-right {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
        color: #aaa;
        font-size: 12px;
    }

    #navigation .menu>li {
        display: block;
        float: none;
    }

    #navigation .menu ul {
        position: relative;
        left: 0;
        top: 100%;
        margin: 0;
        opacity: 1;
        transition: none;
        visibility: visible;
        z-index: 99;
    }

    #navigation .menu ul ul {
        position: relative !important;
        margin: 1px 0 0 0;
        padding: 0;
        left: 0px;
        width: 100%;
        display: block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #navigation .menu ul ul li {
        width: auto
    }

    #navigation .menu li {
        position: relative
    }

    #navigation .menu li:hover>ul {
        margin: 0;
        opacity: 1;
        visibility: visible;
    }

    #navigation .menu a {
        display: block;
        position: relative;
    }

    /* current item */

    #navigation .menu>li>a:hover,
    #navigation .menu>li.sfHover>a,
    #navigation .menu>.active>a,
    #navigation .active>a:hover,
    #navigation .active>a:hover {
        color: #fff;
        border-top: 1px solid #4C4C4C;
        background: #444444
    }

    #navigation .menu>.active>a,
    #navigation li.active>a {
        font-weight: bold;
        color: #fff;
        border-top: 1px solid #4C4C4C;
        background: #444444
    }

    #navigation .menu>li {
        margin: 0;
        padding: 0;
    }

    #navigation .menu a {
        padding: 10px 20px;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        border-top: 1px solid #4C4C4C;
        transition: none;
    }

    /*drop-down styles*/

    #navigation .menu ul {
        border-top: none;
        background: none;
        border: none;
    }

    #navigation .menu li:hover ul {
        margin: 0;
    }

    #navigation .menu ul ul.sub-menu {
        margin: 0;
        padding: 0;
    }

    #navigation .menu ul ul.sub-menu li {
        margin: 0;
        padding: 0;
    }

    #navigation .menu ul li {
        border-bottom: 0
    }

   

    #navigation .menu ul li>a:hover {
        color: #fff;
        border: 0;
    }

    #navigation .menu ul a {
        display: block;
        height: auto;
        margin: 0px;
        padding: 0 15px;
        text-transform: none;
        border: 0px;
    }

    #navigation ul.sub-menu .icon-angle-down:before {
        content: "" !important;
    }

    #navigation ul.sub-menu a {
        font-size: 12px;
        line-height: 35px;
    }

    #navigation i {
        text-align: right
    }

    #footer-nav {
        float: none
    }

    #footer-nav ul {
        float: none
    }

    .copyright {
        float: none;
        text-align: center
    }

}

.right-top {

    text-align: right;

    font-size: 25pt;

    font-family: arial, helvetica;

    font-weight: 700;

    margin-top: 30px;



}

.right-top a {

    color: #3A3A3A;

}



.right-top a:hover {

    color: #F15A23;

    text-decoration: none;

}



#copy {

    color: #909090;

}



#copy a {
    color: #909090;
}

#copy a:hover {
    color: #F15A23;
    text-decoration: none;
}



#promo a {

    color: #000;

    font-weight: bold;

    text-decoration: none;

}



#promo a:hover {

    color: #F15A23;

    font-weight: bold;

    text-decoration: underline;

}



.autlink a {
    color: #000;
}

.autlink a:hover {
    text-decoration: none;
    color: #F15A23;
}



#sitemap {
    color: #909090;
    margin-right: 80px;
    font-size: 12px;
}

#sitemap a {
    color: #909090;
}

#sitemap a:hover {
    color: #F15A23;
    text-decoration: none;
}



#image-f {
    text-align: center;
}



#MinSlideTitle {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

#PromoTitle {
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}



/*promo*/

#tmain {
    position: relative;
    z-index: 3;
    width: 932;
    height: 100%;
    padding: 0px;
    border-collapse: collapse;
}



#tmain td.ml {
    width: 203;
    padding: 0px 15px 0px 15px;
    vertical-align: top;
}



#tmain td.ml div.ml {
    width: auto;
    margin: 15px 0px 50px 0px;
    padding: 0px 0px 0px 25px;
    background: no-repeat url("../images/mp/select.jpg"
            /*tpa=http://www.rulevoy.by/templates/main/images/mp/select.jpg*/
        );
    background-position: 0 5;
    font: 12px Arial;
    color: #efefef;
}



#tmain td.ml div.ml a {
    font: 16px Arial;
    color: #00a0c0;
    text-decoration: underline;
}



#tmain td.ml div.ml a:hover {
    text-decoration: none;
}



#tmain td.centerbox {
    width: auto;
    padding: 50px 25px 125px 80px;
    vertical-align: top;
    font: 15px Arial;
    color: #ccd0d1;
}



.phone a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

.phone a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}



div.ln-wrapper {

    background: none repeat scroll 0 0 #F3525B;

    height: 5px;

    margin-bottom: 30px;

}

div.ln-wrapper p,
div.ln-wrapper span,
div.ln-wrapper a {

    color: #ffffff;

    font-style: normal;

}

div.ln-fixed {

    background: none repeat scroll 0 0 #F3525B;

    box-shadow: 0 7px 6px #000000;

    height: 30px;

    position: fixed;

    width: 100%;

    z-index: 1000000;

}



div.ln-content {

    background: none repeat scroll 0 0 #F3525B;

    color: #ffffff;

    font-size: 11px;

    height: 30px;

    line-height: 28px;

    overflow: hidden;

}

div.ln-text {

    display: none;

    height: 106px;

    padding: 0;

    position: absolute;

    width: 30px;

}

div.ln-wrapper a {

    text-decoration: none;

}



#line-top {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
}

#line-top a {

    text-decoration: none;
    border-bottom: 1px dashed #fff;

}



#line-top a:hover {

    text-decoration: none;
    border-bottom: none;

}

.logo_main {

    background: #000;

    width: auto;

    text-align: center;

}

.logo_main a {

    width: 150px;

    height: 150px;

    display: inline-block;

    /* эмуляция inline-block для FF*/

    display: -moz-inline-stack;

    /* эмуляция inline-block для IE6-7*/

    display : inline;

    zoom : 1;

}

.logo_main a img {

    width: 150px;

    height: 150px;

}



#tprice table {

    width: 100%;
    /* Ширина таблицы */

    border: 4px double white;
    /* Рамка вокруг таблицы */

    border-collapse: collapse;
    /* Отображать только одинарные линии */

}

#tprice th {



    text-align: left;
    /* Выравнивание по левому краю */

    background: #ccc;
    /* Цвет фона ячеек */

    padding: 5px;
    /* Поля вокруг содержимого ячеек */

    border: 1px solid white;
    /* Граница вокруг ячеек */

}

#tprice td {

    padding: 5px;
    /* Поля вокруг содержимого ячеек */

    border: 1px solid white;
    /* Граница вокруг ячеек */

}





a.button {

    font-weight: 700;

    color: white !important;

    text-decoration: none !important;

    padding: .8em 1em calc(.8em + 3px);

    border-radius: 3px;

    background: #016c7f;

    box-shadow: 0 -3px #0F4A55 inset;

    transition: 0.2s;

    margin: 0 20px;

}

a.button:hover {
    background: #00b2d1;
}

a.button:active {

    background: rgb(33, 147, 90);

    box-shadow: 0 3px rgb(33, 147, 90) inset;

}



.contact-form {
    margin-top: 50px;
}



.form-actions {
    margin-top: 10px;
}



#jform_atach {
    margin-top: 5px;
}



.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #DCFFD0 !important;
    border: 1px solid #DCFFD0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.alert,
.alert h4 {
    color: #1D6304 !important;
}

.active-fix #navigation .menu a {
    padding: 0 19px;
}

.our-works_gallery>div a:after{
    opacity: 0;
    content: '';
    transition: 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/open-lightbox-image.svg) center center no-repeat;
    /*linear-gradient(180deg, rgba(2, 146, 137, 0) 0%, rgba(2, 146, 137, 0.7) 100%);*/
    left: 0;
}

.our-works_gallery>div:hover a:after {
    opacity: 1;
}

.our-works_gallery-add>div a:after{
    opacity: 0;
    content: '';
    transition: 0.8s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/open-lightbox-image.svg) center center no-repeat;
    /*linear-gradient(180deg, rgba(2, 146, 137, 0) 0%, rgba(2, 146, 137, 0.7) 100%);*/
    left: 0;
}

.our-works_gallery-add>div:hover a:after{
    opacity: 1;
}

.work-page-social:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0.51%, rgba(0, 0, 0, 0.03) 252.45%) no-repeat center center;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    width: 200%;
    height: 126px;
    left: -105%;
    top: 92%;
}

.work-page-social{
    display: flex;
    margin-bottom: 55px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.work-page-social_text{
    margin-right: 55px;
    font-size: 35px;
    line-height: 34px;
    font-style: italic;
}

a.work-social__link{
    margin-right: 35px;
    z-index: 1;
}

#comp-wrap .work-option__widget .widget-block a{
    color: #FFF;
    text-decoration: none;
}

.inner-page .header-logo{
    margin: 20px 0 86px 0;
}
























/*Таблица-прейскурант в акциях*/



.price_table {

    width: 770px;

    border: 1px solid #fff;

    text-align: center;

    font-family: Arial;

    font-style: italic;

    font-size: 16px;

}

.price_table td {

    border: 1px solid #fff;

    padding: 7px;

}

.akcia {

    background-color: #626262;

    font-weight: bold;

}

.review-block .col {

    font-weight: 700;

    text-align: center;

}

.review-block .col img {

    max-height: 115px;

    width: auto;

    margin-top: 10px;

}

#comp-wrap .review-block .col a {

    color: #fff;

    display: block;

}

#pwebcontact111 label {

    font-weight: 700;

    font-size: 13px;

}

.full-review-block {

    margin: 60px 0 10px;

}

.full-review-block .col {

    text-align: left;

    font-size: 85%;

}

.full-review-block .col a {

    font-size: 120%;

    display: block;

}

@media screen and (max-width: 767px) {

    .review-block .col img {

        margin-bottom: 20px;

    }
    .customdark p{
        display: flex;
        justify-content: center;
    }

}
@media screen and (max-width: 551px) {
    .sigProSleek{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 470px) {
    .item-page p:first-of-type, .item-page p:nth-of-type(5){
        display: flex;
        flex-direction: column;
    }
    .item-page p:first-of-type img, .item-page p:nth-of-type(5) img{
        float: none!important;
        margin-left: 0px!important;
    }
}
@media screen and (max-width: 400px) {
    #tmain tbody tr{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #tmain td.ml div.ml {
        padding: 0px;
    }
}

@media screen and (min-width: 800px) {
	#navigation .menu a {
    padding: 0 15px;
}
.active-fix #navigation .menu a {
    padding: 0 11px;
}
}
div#mymesseng {
	position: fixed;
}
#mymesseng img {
    padding: 5px;
}

@media (min-width:1200px) {
div#mymesseng {
    width: 40px;
    bottom: 50px;
    right: 50px;
}
}

@media (max-width:1199px) {
div#mymesseng {
    width: 100%;
    bottom: 0px;
    left: 0;
    text-align: center;
    z-index: 999;
    background-color: rgba(206, 208, 211, 0.7);
    padding: 3px 0px;
    box-sizing: border-box;
}
#mymesseng img {
    width: 30px;
}
div#footer-nav {
    padding-bottom: 24px;
}
}
@media (max-width:767px) {
div#footer-nav {
    padding-bottom: 24px;
}
}
/*price*/
.container.row.rulprice .col.span_12 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #00b2d1;
	box-sizing: border-box;
}
.container.row.rulprice .col.span_12:first-child {
    border-top: 3px solid #00b2d1;
}
.container.row.rulprice .col {
    margin-left: 0;
	padding: 8px;
	box-sizing: border-box;
	float: none;
}
.container.row.rulprice .col:after {
    display: none;
}
.container.row.rulprice h3 {
    margin: 0;
    padding: 0;
}
.container.row.rulprice p {
    margin: 0;
    padding: 0;
}
@media (min-width:481px) {
.container.row.rulprice .col.span_12 .span_3 {
    border-right: 1px solid #00b2d1;
	min-height: 115px;
    flex-direction: column;
    justify-content: center;
    display: flex;
	width: 25%;
	align-items: center;
	text-align: center;
}
.container.row.rulprice .col.span_12 .span_3:first-child {
    border-right: 0;
}
.container.row.rulprice .col.span_12 .span_3:last-child {
    border-right: 0;
}
}
@media (max-width:480px) {
.container.row.rulprice .col.span_12 {
   flex-direction: column;
}
.container.row.rulprice .col {
	text-align: center;
}
}
@media (min-width:481px) and (max-width:842px) {
.container.row.rulprice h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
}

@media (min-width:960px) and (max-width:1199px){
.container{
    max-width: 960px;
    }
}


@media (max-width:1199px){
.header-widget__box{
    padding: 21px 0;
}

.hed-social-text{
    margin-right: 20px;
}

.hed-social-text.social-preview{
    font-size: 22px;
}

.social__link{
    margin-right: 30px;
}

ul.menu.nav-pills li + li{
    margin-left: 0;
}

.widget-block_text{
    margin-top: -105px;
}

.widget-elem_text{
    margin-top: -95px;
}

.inform-date{
    margin-left: 40px;
}

.banner-substitute__icon{
    left: 0;
}

.video-container{
    justify-content: space-around;
}

.video-container_item{
    width: 48%;
    margin: 0px 10px 30px 0;
}

video{
    width: 100%;
    height: auto;
}

.active-fix #navigation .menu a {
    padding: 0 5px;
}

.active-fix .header-contact_logo{
    margin-right: 20px;
}

.material-text-small{
    margin: 0 90px 46px 0;
}

.material-content{
    padding-left: 40px;
}

.header-social__photo.material-st .material-cont-margin{
    margin-right: 20px;
}

.purpose-block__item{
    width: 48%;
}

.family-greeting__foto{
    margin: 75px 10px 34px 0;
}

.family-words{
    left: 30%;
}

.billet-block:before{
    left: 10%;
}

.volume-sum_text{
    font-size: 41px;
    line-height: 56px;
    margin-right: 10px;
    margin-top: 15px;
}

.section-volume__text p{
    font-size: 15px;
    line-height: 19px;
}

.review-box-style{
    width: 100%;
}

.logo-box-style{
    width: 100%;
}

.reviews-block{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.reviews-block_left{
    margin-bottom: 60px;
}

.style-gallery-work{
    justify-content: center;
}

.listing-flex{
    justify-content: space-evenly;
}

.listing-item{
    width: 42%;
}

.listing-item.listing-text-st:before{
    left: -63%;
}

.listing-title{
    margin-bottom: 95px;
}

.send-foto_text{
    padding-top: 3px;
}

.tuninig-block_text{
    font-size: 28px;
}

.contact-bottom div#navbar-wrap ul li span{
    font-size: 10px;
}

.contact-bottom_logo{
    margin-right: 30px;
}

#navigation .menu a{
    padding: 0px 5px;
}

div#navbar-wrap ul li span{
    font-size: 12px;
}

.active-fix #navbar{
    margin-top: 15px;
}

.menu.nav-pills{
    justify-content: space-between;
}

.work-page-social:before{
    top: 93%;
}

}

@media screen and (max-width: 799px){

    #navigation .menu>.active>a, #navigation li.active>a{
    border-top: none;
    background: inherit;
    }

}





@media (max-width:959px){
    .container{
        max-width: 768px;
        }
    }


@media (max-width:959px){
    
.active-burger#hamburger-menu-btn span:nth-child(3){
    transform: rotate(315deg);
    transform-origin: 18px 0px;
    }

.active-burger#hamburger-menu-btn span:nth-child(1){
    transform: rotate(45deg);
    transform-origin: 10px 7px;
}

.active-burger#hamburger-menu-btn span:nth-child(2){
    display: none;
}

div#navbar-wrap ul li span{
    font-size: 18px;
}

.active-burger #navigation{
    width: 250%;
    height: 500px;
    left: -75%;
}

.work-page-social:before{
    top: 94%;
}

.work-page-social_text{
    font-size: 28px;
}

.social__link{
    margin-right: 30px;
}

.hed-social-text.social-preview{
    font-size: 18px;
    padding: 0 10px 0 40px;
}

.header-logo{
    margin: 55px 0 76px 0;
}

.header-contact__phone{
    font-size: 20px;
    line-height: 20px;
}

.header-address__text{
    font-size: 12px;
    line-height: 12px;
}

.header-text__large{
    font-size: 35px;
    line-height: 35px;
}

.header-text__small{
    font-size: 25px;
    line-height: 32px;
    margin: 13px 0 95px 0;
}

.header-widget{
    margin-bottom: 46px;
}

.work-option__title{
    font-size: 30px;
}

.work-margin{
    margin: 100px 0 40px;
}

.widget-block_text{
    margin-top: -118px;
}

.widget-block{
    width: 48%;
}

.widget-elem_text{
    margin-top: -105px;
}

.inform-section{
    margin: 60px 0 93px;
}

.inform-date__garant{
    text-align: left;
}

.substitute-text__title{
    font-size: 22px;
    line-height: 22px;
}

.material-section{
    margin-top: 100px;
}

.material-content__img{
    margin-top: 160px;
}

.material-margin{
    width: 145%;
}



.work-option__elements{
    flex-wrap: wrap;
}

.widget-elem{
    width: 47%;
}

.substitute-text{
    margin-left: 43%;
}

.banner-substitute__icon{
    width: 44%;
}

.active-fix .header-contact__address{
    margin-right: 15px;
}

.section-contact.active-fix{
    margin-top: -55px;
}

.purpose-item{
    margin: 20px 0 50px 0;
}

.purpose-block__title{
    font-size: 16px;
    line-height: 22px;
}

.header-social__photo.purpose-st{
    width: 79%;
}




#menu-icon{
    display: none;
}

#navbar-wrap{
    display: none;
}

#navbar-wrap.active-burger{
    display: block;
    position: absolute;
    right: 66px;
    width: 80%;
}

#navbar{
    margin-top: 0;
}

#navigation{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);;
    width: 60%;
    padding: 20px 15px;
    right: -65px;
    top: 0;
}

.menu.nav-pills{
    flex-direction: column;
    align-items: center;
}

#navigation .menu a{
    border-top: none;
}

#navigation .menu>li{
    margin-bottom: 45px;
}

.active-fix .header-contact{
    border-bottom: none;
}

.active-fix #navbar-wrap{
    height: 0;
}

.active-fix #navbar{
    margin-top: 0;
}

.active-fix .header-contact__address{
     margin-top: 10px;

}

.header-contact__address{
    display: block;
    margin-right: 25px;
}

.header-contact{
    align-items: flex-start;
    margin-top: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.menu-burger{
    display: block;
}

.header-contact__phone-block{
    align-items: flex-start;
    margin-left: 160px;
    margin-right: 15px;
}

.active-fix .header-contact__phone-block{
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
}

.active-fix .header-contact_logo{
    margin-right: 0px;

}

.active-fix .header-contact_logo img{
    width: 80%;
}

.active-fix .header-contact__phone{
    font-size: 20px;
    line-height: 20px;
    margin-left: 4px;
}


.active-fix .header-address__text{
    font-size: 12px;
    line-height: 12px;
}

.widget-text{
    font-size: 11px;
    line-height: 11px;
}

.header-social__photo-st{
    width: 70%;
}

.hed-social-text{
    padding: 0 55px;
    margin-right: 0px;
}

.hed-social-text.social-preview{
    font-size: 18px;
}

.header-social__photo-st:before{
    top: 0;
    left: -35%;
    width: 103%;
    height: 111px
}

.header-social__estimation{
    height: 111px;
}



.purpose-item{
    background-size: cover;
    width: 260px;
    height: 100px;
    border-radius: 20px;
}

.billet-block:before{
    left: 12%;
}

.billet-block{
    margin-left: 31%;
}

.section-volume{
    width: 100%;
    position: inherit;
    flex-direction: column-reverse;
}

.volume-right{
    width: 100%;
    position: initial;
}

img.family-greeting__foto{
    width: 75%;
}

.family-greeting__foto{
    margin: 35px 35px 34px 0;
}

.family-greeting-block:before{
    height: 95%;
}

.family-words{
    left: 41%;
    top: 4%;
}

.billet-block:before{
    left: 0;
}

.billet-block{
    margin-left: 12%;
    margin-top: 48%;
}

.section-volume__text p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 23px;
}

.volume-sum__img{
    right: 63%;
}

.volume-left{
    width: 70%;
}

.volume-sum_text{
    font-size: 60px;
    margin-right: 20px;
}

.family-greeting-block{
    width: 52%;
}

.our-works-button.reviews-button{
    margin-top: 10px;
}

.our-works_title{
    margin: 100px 0 60px 0;
}

.style-gallery-work>div{
    margin: 0px;
    width: 33%;
    margin-bottom: 15px;
}

.our-works_gallery.style-gallery-work img{
    width: 90%;
}

.our-works_gallery-add.style-gallery-work.active-gallery img{
    width: 90%;
}

.section-our-works{
    padding-bottom: 52px;
}

.listing-item.listing-text-st:before{
    left: -59%;
    top: -7%;
}

.section-listing{
    padding-top: 60px;
}

.section-question{
    padding: 50px 0 100px 0;
}

.tuninig-block_text{
    font-size: 18px;
}

.send-foto-block:before{
    left: -14%;
    top: -22%;
}

.send-foto_text{
    font-size: 18px;
}

.send-foto-block{
    padding-bottom: 100px;
}

.contact-bottom #navbar-wrap{
    display: block;
}

.contact-bottom .header-contact__phone-block{
    margin-left: 0;
    margin-right: 0;
}

.contact-bottom .menu.nav-pills{
    flex-direction: row;
    justify-content: space-between;
}

.contact-bottom #navigation{
    position: relative;
    width: 100%;
    padding: 0; 
    right: 0; 
    top: 0;
}

.contact-bottom_logo img{
    width: 85%;
}

.contact-bottom #navigation .menu>.active>a, #navigation li.active>a {
    border-top: none;
    background: inherit;
}

.contact-bottom .header-contact__address{
    margin-left: -30px;
}

.contact-bottom #navigation .menu>li{
    margin-bottom: 45px;
}


}

@media (max-width:959px){

    .work-page-social:before{
        top: 95%;
    }

}


@media (max-width:767px){

.container{
    max-width: 600px;
}

#header-wrap{
    background: url(/images/homepage/homepage-bg-top-table.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 105px;
}

.section-contact.active-fix{
    margin-top: -27px;
}

.header-contact__phone-block{
    margin-left: 0;
    margin-right: 0;
}

.header-contact__address{
    margin-right: 0px;
}

.header-widget .header-widget__box:last-child{
    margin-bottom: 50px;
}






.header-logo{
    margin: 27px 0 32px 0;
}

.header-text__small{
    margin: 10px 0 40px 0;
}

.header-text__large{
    font-size: 40px;
    line-height: 47px;
}

.header-widget__box{
    width: 100%;
    padding: 28px 0px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 20px;
}

.header-widget{
    flex-direction: column;
    align-items: center;
}

.hed-social-text{
    position: absolute;
    top: -41px;
    left: 17%;
    font-size: 18px;
    line-height: 20px;
}

.header-social__photo-st:before{
    height: 111px;
}

.social__link{
    margin-right: 40px;
}

.estimation-text{
    position: absolute;
    top: 140px;
    left: -122%;
    font-size: 18px;
    text-align: center;
}

.active-fix .header-contact_logo img{
    width: 34%;
}

.active-fix .header-contact-block{
    display: block;
    position: relative;
}

.active-fix .header-contact{
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.active-fix .menu-burger{
    position: absolute;
    right: 30px;
    top: 6px;
}

.widget-block{
    width: 50%;
}

.widget-block_text{
    margin-top: -90px;
}

.work-option__elements{
    text-align: center;
}

.widget-elem_text{
    margin-top: -50px;
}

.inform-section{
    margin: 100px 0 93px;
    position: relative;
}

.inform-date{
    position: absolute;
    top: 60px;
    left: -30px;
}

.inform-date__number{
    font-size: 190px;
}

.inform-text__block{
    margin-bottom: 350px;
}

.banner-substitute{
    padding: 120px 0 48px 0;
}

.banner-substitute__icon{
    left: 28%;
}

.substitute-text{
    margin-left: 0%;
    text-align: center;
}

.substitute-text::before{
    left: 26%;
}

.substitute-text__title{
    font-size: 22px;
    line-height: 22px;
}

.material-section{
    margin-top: 100px;
    position: relative;
}

.material-text-small{
    margin: 0px 0px 100px 0;
}

.material-content{
    flex-direction: column-reverse;
}

.material-margin{
    margin: 60px 0 450px;
    width: 100%;
}

.header-social__photo.material-st{
    width: 80%;
}

.material-content__img{
    position: absolute;
    top: 100px;
    height: auto;
    width: 70%;
    margin-top: 50px;
}

.hed-social-text{
    top: -37px;
    width: 100%;
}

.parameters-section{
    display: block;
    padding: 60px 0 75px 0;
}

.parameters-right{
    width: 100%;
    margin-top: 60px;
}

.parameters-left{
    width: 100%;
}

.section-video__title{
    margin-bottom: 50px;
}

.diploma-block{
    margin-top: 60px;
}

.foto-yr__text{
    margin-top: 5px;
}

.listing-title{
    margin-bottom: 60px;
}


.parameters-title{
    font-size: 22px;
    line-height: 22px;
}

.parameters-text{
    margin-bottom: 40px;
}


.video-container_item{
    width: 100%;
    margin: 0 0 30px 0;
}

.section-purpose{
    padding-top: 80px;
    padding-bottom: 40px;
}

.purpose-block__item{
    width: 100%;
}

.purpose-item{
    width: 88%;
}

.hed-social-text.hed-text-st.text--fw-900.material-cont-margin{
    top: -40px;
}

.header-social__photo.purpose-st{
    width: 70%
}

.family-words{
    left: 31%;
    top: 3%;
    background-size: contain;
    font-size: 16px;
    line-height: 22px;
    padding: 23px 0px 64px 35px;
    width: 48%;
}

.family-greeting-block:before{
    height: 71%;
}

.family-greeting-block{
    width: 90%;
}

.family-greeting{
    align-items: initial;
}

img.family-greeting__foto{
    width: 41%;
}

.family-greeting__foto{
    margin: 35px 2px 34px 0;
}

.family-greeting__label{
    margin-right: 0;
}

.family-font-st{
    margin-left: 31%;
    margin-top: 5px;
}

.family-font-st-2{
    margin-left: 17%;
    margin-top: 15px;
}

.billet-block{
    margin-left: -85%;
    margin-top: 80%;
}

.billet-block_years{
    margin-left: 75px;
}

.section-volume__text{
    margin-top: 40px;
}

.volume-left{
    width: 92%;
}

.section-reviews{
    margin: 90px 0 45px 0;
}

.style-gallery-adaptiv{
    display: none;
}

.style-gallery-adaptiv.active-gallery{
    display: block;
}

.style-gallery-work>div{
    width: 48%;
}

.listing-item.listing-text-st:before{
    left: -61%;
    top: -3%;
}

.section-listing{
    padding-top: 50px;
}

.tuninig-block:before{
    left: -105%;
}

.send-foto-block:before{
    left: -50%;
    top: -12%;
}

p.send-foto_text.send-style-text{
    position: absolute;
    top: 55%;
    left: -27%;
}

.send-foto-block{
    padding-bottom: 160px;
}

.contact-bottom{
    position: relative;
    padding-bottom: 105px;
    padding-top: 0;
}

.contact-bottom .header-contact{
    justify-content: flex-end;
    flex-direction: column-reverse;
    border-bottom: none;
    text-align: right;
}

.contact-bottom #navbar-wrap{
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    background: transparent;
}

.contact-bottom .menu.nav-pills{
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 70px;
}

.contact-bottom #navigation .menu>li{
    margin-bottom: 12px;
}

.contact-bottom #navigation .menu a{
    padding: 0px 45px;
}

.contact-bottom .header-contact__address{
    margin-left: 0;
}

.contact-bottom .header-address__text{
    font-size: 12px;
    line-height: 14px;
}

.contact-bottom .header-contact__phone{
    font-size: 18px;
    line-height: 23px;
    margin-left: 0;
}

.work-page-social:before{
    height: 94px;
    left: -102%;
    top: 97%;
}

.work-page-social_text{
    font-size: 22px;
    margin-right: 35px;
}


}


@media (max-width:599px){

    .container{
        max-width: 375px;
        padding: 0 15px;
    }

.header-contact__phone{
    font-size: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.header-contact__phone-block{
    margin-bottom: 0;
}

.contact-bottom .header-contact__phone-block{
    align-items: center;
}

.menu-burger{
    position: absolute;
    right: 0;
    top: 12px;
}

.section-contact{
    position: relative;
}

.header-contact{
    flex-direction: column-reverse;
    position: relative;
}

.header-address__chart{
    margin-left: 0;
}

.active-fix .header-address__chart{
    margin-left: 18px;
}

.active-fix .header-contact{
    flex-direction: row;
    padding-top: 0px;
}

.active-fix .header-address__text{
    font-size: 10px;
    line-height: 12px;
}

.active-fix .header-contact__phone{
    font-size: 11px;
    line-height: 11px;
}

.active-fix .header-contact__phone-block{
    margin-right: 0;
}

.active-fix .menu-burger{
    top: -45px;
    right: 0px;
}

.header-logo img{
    width: 62%;
}

.header-text__large{
    font-size: 25px;
    line-height: 22px;
}

.header-text__small{
    font-size: 20px;
    line-height: 25px;
    margin: 7px 0 40px 0;
}

.hed-social-text{
    top: -45px;
    left: -11%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

#header-wrap{
    background: url(/images/homepage/homepage-bg-top-mobile.jpg) no-repeat center top;
    background-size: cover;
}

.header-social__photo-st{
    width: 250%;
}

.header-social__photo-st:before{
    left: -16%;
    height: 111px;
}

.estimation-text{
    margin-left: 0;
    width: 579%;
    left: -483%;
}

.contact-bottom #navigation .menu a{
    padding: 0px 15px;
}

.active-burger #navigation{
    width: 250%;
    height: 500px;
    left: -65%;
}

.widget-block{
    width: 100%;
}

.widget-elem{
    width: 100%;
}

.work-option__elements{
    flex-wrap: wrap;
}

.banner-substitute__icon{
    left: 18%;
    top: -75px;
    width: 68%;
}

.substitute-text::before{
    left: 11%;
}

.banner-substitute{
    padding: 134px 0 60px 0;
}

.work-option__title{
    font-size: 26px;
    line-height: 28px;
    padding-right: 14px;
}

.material-content__img{
    width: 315px;
    margin-top: 55px;
}

.material-margin{
    margin: 60px 0 380px;
}

.purpose-item{
    width: 82%;
}

.family-greeting-block:before{
    left: -195%;
}

.family-words{
    left: 31%;
    top: 3%;
    font-size: 13px;
    line-height: 17px;
    padding: 14px 39px 28px 20px;
}

.family-font-st{
    margin-left: 38%;
    margin-top: 0;
    font-size: 12px;
}

.family-greeting-block:before{
    height: 72%;
}

.billet-block_years{
    margin-left: 40px;
    font-size: 47px;
    line-height: 69px;
}

.billet-block__bussines{
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 0 9px;
}

.years-st{
    font-size: 22px;
    line-height: 0px;
}

.billet-block{
    margin-left: -78%;
    margin-top: 90%;
}

.family-font-st-2{
    margin-left: 15%;
    margin-top: -3px;
    font-size: 14px;
    line-height: 20px;


}

.volume-right_sign{
    font-size: 13px;
    line-height: 19px;
    margin-top: -8px;
}

.volume-left{
    width: 100%;
    margin-top: 55px;

}

.volume-sum_text-small{
    font-size: 18px;
    line-height: 27px;
    margin-top: -10px;
}



.section-volume__sum:before{
    height: 80px;
}

.volume-sum_text{
    font-size: 45px;
    margin-right: 10px;
    margin-top: 0;
}

.volume-sum__img{
    right: 60%;
    top: -50px;
}

.review-box-style{
    width: 100%;
    flex-direction: column;
    padding: 0px;
    height: 380px;
}

.reviews-block_left{
    margin-right: 0;
}

.box-top_right-text{
    font-size: 14px;
}

.box-top_left{
    width: 80%;
    padding: 30px 25px 0 25px;
}

.box-top_right{
    width: 75%;
    padding: 0 25px 0 25px;
}

.style-gallery-work>div{
    width: 100%;
}

.our-works_gallery.style-gallery-work img{
    width: 100%;
}

.listing-item{
    width: 100%;
    margin-bottom: 30px;
}

.listing-item.listing-text-st:before{
    left: -10%;
    top: -3%;
    height: 80px;
}

.tuninig-block{
    padding: 45px 0 45px 0;
}

.send-foto-block:before{
    left: -13%;
    top: -12%;
}

.send-foto-block{
    margin-left: 11%;
}

p.send-foto_text.send-style-text{
    left: -10%;
}

.contact-bottom_logo{
    width: 53%;
    margin-right: 0;
}

.contact-bottom_logo img{
    width: 86%;
}

#footer-nav{
    margin-right: 0;
}

.contact-bottom .header-address__text{
    font-size: 10px;
    line-height: 14px;
}

.contact-bottom .header-contact__phone{
    font-size: 14px;
    line-height: 16px;
}

.active-fix .header-contact_logo img{
    width: 49%;
}

.header-social__photo.purpose-st{
    width: 95%;
}

.diploma-block{
    margin-right: 0;
    margin-top: 48px;
}

.section-reviews{
    margin: 85px 0 40px 0;
}

.google-block, .yandex-block{
    background: #fff;
    border-radius: 10px;
}

.estimation-box-style{
    border-right: 1px solid #E5E5E5;
}

.estimation-box-style{
    border-right: 1px solid #E5E5E5;
    margin-right: 0;
}

.our-works_title{
    margin: 100px 0 40px 0;
}

.style-gallery-work{
    padding-bottom: 40px;
}

.listing-title{
    margin-bottom: 55px;
}

.listing-flex{
    padding-bottom: 20px;
}

.section-question_title{
    margin-bottom: 40px;
}

.section-question{
    padding: 50px 0 90px 0;
}

.tuninig-block:before{
    left: -100%;
}

.contact-bottom #navbar-wrap{
    padding-top: 0px;
}

.contact-bottom #navigation .menu>li{
    margin-bottom: 10px;
}

.contact-bottom{
    padding-bottom: 94px;
    padding-top: 20px;
}

.contact-bottom .header-contact{
    padding-bottom: 0px;
}

.contact-bottom img.logo-header-a1{
    width: 18%;
}

.row{
    margin-bottom: 0;
}

.header-contact{
    margin-top: 0;
    padding-bottom: 5px;
}

.active-fix .header-contact-block{
    padding-top: 7px;
}

#navigation .menu>.active>a, #navigation li.active>a{
    border-top: none;
    background: inherit;
}

.text-adaptiv-st{
    line-height: 32px;
}

.widget-block_text{
    margin-top: -125px;
}

.elem-margin{
    margin: 100px 0 20px;
}

.widget-elem_text{
    margin-top: -110px;
}

.widget-elem{
    margin-bottom: 26px;
}

.inform-date__number{
    font-size: 150px;
    line-height: 150px;
    text-align: left;
}

.inform-date{
    margin-left: 0;
    left: 0;
}

.number-month{
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-top: -15px;
    margin-left: 15px;
}

.inform-date__garant{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-top: 7px;
    margin-left: 15px;
    padding-right: 200px;
}

.inform-text__block{
    margin-bottom: 241px;
}

.inform-section{
    margin: 100px 0 60px;
}

.substitute-text__title{
    margin-left: 15px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 27px;
}

.social__link{
    margin-right: 30px;
}

.header-social__photo.material-st{
    width: 95%;
}

.parameters-text{
    margin-bottom: 42px;
}

.parameters-title{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

.parameters-section{
    padding: 60px 0 75px 0;
}

.section-video__title{
    text-align: left;
    margin-bottom: 40px;
}

.section-purpose{
    padding-top: 70px;
    padding-bottom: 60px;
}

.purpose-item{
    margin: 20px 0 40px 0;
}

.purpose-block__title{
    font-size: 14px;
    line-height: 22px;
}

.section-purpose__title{
    margin-bottom: 40px;
}

.hed-social-text.hed-text-st.text--fw-900.material-cont-margin{
    top: -40px;
}

.family-title{
    margin: 40px 0 40px;
}

.family-greeting__label{
    font-size: 18px;
    line-height: 20px;
}

.billet-block:before{
    height: 85px;
}

.foto-yr__text{
    margin-top: 5px;
    font-size: 16px;
    line-height: 23px;
}

#navigation .menu>li{
    margin-bottom: 45px;
}

div#navbar-wrap ul li span{
    font-size: 18px;
}

.active-fix .header-contact__address{
    margin-right: 0px;
}

.work-page-social a img{
    width: 75%;
}

.work-page-social_text{
    font-size: 14px;
    margin-right: 20px;
}

a.work-social__link{
    margin-right: 10px;
}

.work-page-social:before{
    top: 98%;
}

.work-page-social{
    margin-bottom: 40px;
}









}

@media (max-width:375px){

.contact-bottom #navigation .menu a{
    padding: 0px 10px;
}

.work-page-social_text{
    font-size: 12px;
    margin-right: 10px;
}

a.work-social__link{
    margin-right: 7px;
}

.work-page-social a img{
    width: 65%;
}

.work-page-social:before{
    top: 99%;
}

.header-social__photo-st:before{
    left: -11%;
    height: 111px;
}

.widget-block_text{
    margin-top: -110px;
}





}



@media (max-width: 375px)  and (min-width: 325px){

    .work-page-social:before{
        top: 98%;
    }
}









