html {
    min-height: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    height: 100%;
    min-width: 20rem;
    letter-spacing: .02em;
    word-spacing: .1em;
    background-color: #D4D0C5;
}

body::-webkit-scrollbar {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    width: 7px;
    height: 7px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #E25D34;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, :after, :before {
    box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6, li, ul {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    color: inherit;
}

ul {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type=submit] {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

.italic {
    font-style: italic;
}

#content {
    width: 100%;
    padding-top: 106px;
    min-height: calc(100vh - 2.5rem);
}

#main_banner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(/images/main_background.jpg);
    background-size: cover;
}

.main_banner_content {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main_banner_content_item {
    text-align: center;
    padding: 15px 5px 10px;
    color: #f8a801;
    font-size: 1rem;
    overflow: hidden;
    -webkit-line-break: after-white-space;
    line-height: 1.58;
    letter-spacing: .01em;
    word-spacing: .1em;
    word-wrap: break-word;
    font-weight: bold;
}

.main_banner_content_item.primary {
    font-size: 50px;
    text-transform: uppercase;
}

.main_banner_content_item.secondary {
    font-size: 30px;
}

.main_banner_content_item.third {
    font-size: 25px;
}

.main_banner_content_item.button {
    display: flex;
    justify-content: center;
}

#services {
    color: #383429;
    background-color: #D4D0C5;
    padding: 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: top;
}

.section_header {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    word-wrap: break-word;
    hyphens: manual;
    text-transform: uppercase;
    padding: 2.8125rem 0;
}

.section_header h3, .section_header h1 {
    position: relative;
    text-align: center;
}
.section_header .obzac {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_header .obzac p {
    text-align: center;
}
.section_header h1 {
    font-size: 40px;
    font-weight: 300;
    color: #282826;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 43px;
}

.section_header h3:before, .section_header h1:before {
    content: "";
    left: 50%;
    width: 4.375rem;
    height: .25rem;
    margin-left: -2.1875rem;
    bottom: -.9375rem;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: absolute;
}

.section_header h3 a, .section_header h1 a {
    color: #111;
}

.section_header h3 a:hover, .section_header h1 a:hover {
    opacity: .7;
}

.services_content_items{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.services_content_item{
    width: 360px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
.services_content_item h3.text{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}


.services_content_item a {
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.services_content_item img{
    max-width: 100%;
    width: 100%;
    height: 300px;
    display: block;
}
.services_content_item p{
    width: 100%;
    display: flex;
    flex-grow: 1;
}

.services_content_item p a{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 21px;
    padding: 15px;
    background-color: #282826;
    background-image: url(/images/home/sipka.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    flex-direction: column;
}

.services_content_item p:hover a{
    color: #E25D34;
    text-decoration: none;
}

.services_content_item_btn{
    color: #F2EFEE;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-top: 10px;
}



#section_about{
    color: #282826;
    background-color: #BAB3A0;
    padding: 60px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}


.section_block {
    padding: 15px 5px 10px;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto 4rem;
    position: relative;
    box-shadow: 0 12px 16px -12px #030353;
}

.section_block_header {
    position: relative;
    margin-bottom: 4rem;
}

.section_block_header:after {
    content: "";
    position: absolute;
    width: 22rem;
    max-width: 75vw;
    height: .25rem;
    left: calc(50% - 11rem);
    bottom: -1.5rem;
    background: #555;
    border-radius: 4px;
}

.section_block h3 {
    text-transform: uppercase;
}

.section_block_content {
    display: flex;
    justify-content: space-between;
    padding: 15px 5px 10px;
}

.section_block_content > img {
    margin: 0 auto 3rem;
    max-width: 100%;
}

.section_block_content_item {
    width: 22.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_block_content_item_title {
    color: #003366;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.section_block_content_item_text {
    color: rgba(0, 0, 0, .8);
    text-align: center;
    margin-top: 0;
}

.section_block_button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section_block_button .button_secondary {
    padding: 20px 40px;
    font-size: 20px;
    cursor: default;
}

.section_block_button .button_secondary_dash {
    padding: 0 1rem;
}

.services_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 75rem;
    margin: 0 auto;
}

.services_item {
    width: calc(50% - 1.875rem);
    display: flex;
    background: #eaeaea;
    color: #111;
    transition: all .3s;
}

.services_item:hover {
    background: #111;
    color: #fff;
}

.services_item_image {
    width: 50%;
}

.services_item_image img {
    display: block;
}

.services_item_title {
    width: 50%;
    padding-left: 1.875rem;
    padding-right: .9375rem;
    font-size: .875rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.services_content_button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1.25rem;
}

#about_company {
    background-color: #f8f8f8;
    padding: 2.8125rem 0;
}

#about_company .section_block h3 {
    color: #003366;
    font-size: 1.125rem;
}

#about_company .section_block_header p {
    text-align: center;
    color: #ff0000;
}

#request_form {
    background-image: url(/images/fotoalbum.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 2.8125rem 0;
    color: #fff;
}

#request_form .section_header {
    padding-bottom: 0;
}

#request_form .section_header h3 {
    padding: 0 0 2.5rem;
}

#request_form .section_header h3:before {
    display: none;
}

.request_form_wrapper {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#comments {
    padding: 2.8125rem 0;
    background-color: #f8f8f8;
}

#comments .section_header h3:before {
    font-family: "icomoon";
    content: "\e903";
    color: rgba(0, 0, 0, .2);
    width: 0;
    height: 0;
    font-size: 60px;
    bottom: 10px;
}

#contacts {
    padding: 2.8125rem 0 1rem;
}

.comments_content {
    width: 60.9375vw;
    margin: 0 auto;
    padding-top: 2rem;
}

.comments_content article {
    width: 100%;
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    display: none;
}

.comments_content article.active {
    display: block;
}

.comment_text {
    font-size: .9375rem;
    line-height: 1.333;
    color: #555;
    margin-bottom: 2rem;
}

.comment_author {
    text-align: center;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.comment_date {
    text-align: center;
    color: hsla(0, 0%, 53%, .75);
    line-height: 1;
    font-weight: 500;
}

.comments_dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments_dot {
    background: #000;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 5px;
    margin: 0 .625rem;
    cursor: pointer;
    opacity: .25;
    transition: opacity .3s;
}

.comments_dot.active, .comments_dot:hover {
    opacity: 1;
}

.contacts_content {
    flex-grow: 1;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.contacts_item {
    width: 50%;
    display: flex;
    margin-bottom: .75rem;
}

.contacts_item.address {
    width: 100%;
}

.contacts_item_map {
    padding: 1rem 0;
    width: 800px;
    height: 300px;
}

.contacts_item.address .contacts_label {
    width: 15%;
}

.contacts_icon {
    width: 1.25rem;
    margin-right: .625rem;
    line-height: 1;
    color: #aaa;
}

.contacts_label {
    width: 30%;
    display: flex;
    align-items: flex-start;
}

.contacts_title {
    text-transform: uppercase;
    font-size: .875rem;
    color: #111;
    font-weight: 700;
}

.contacts_value {
    display: flex;
    flex-direction: column;
}

.contacts_value_main {
    color: #555;
    font-weight: 500;
}

.contacts_value_sub {
    color: #888;
    font-size: .8125rem;
}

.contacts_value a {
    cursor: pointer;
    color: #3066be;
    font-weight: 500;
}

.contacts_value a:hover, .contacts_value a:focus {
    color: #1585cf;
}

footer {
    overflow: hidden;
    width: 100%;
    background: #282826;
    color: #fff;
    position: relative;
    padding:  60px;
    min-height: 2.5rem;
    z-index: 2;
}

footer > a {
    display: none;
}

.footer_content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;

}

.footer_text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.footer_item{
    width: 32%;
    min-width: 200px;
    margin: 2px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}

.footer_item.social a{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer_item.social img {
    margin-right: 10px;
}

.footer_item .social_sites {
    display: flex;
    align-items: center;
}

.footer_item .social_sites img {
    transition: transform .3s;
}

.footer_item .social_sites img:hover {
    transform: scale(1.2);
}

.footer_item h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #E25D34;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: left;
}

.button_primary {
    padding: 20px 40px;
    font-size: 20px;
    box-shadow: inset 0 0 0 2px #fff;
    background-color: hsla(0, 0%, 7%, .2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, color, background, border-color, -webkit-transform;
    transition-property: opacity, color, background, border-color, -webkit-transform;
    transition-property: transform, opacity, color, background, border-color;
    transition-property: transform, opacity, color, background, border-color, -webkit-transform;
}

.button_primary:hover, .button_primary:focus, .button_primary.active {
    color: #111;
    background-color: #fff;
}

.button_secondary {
    color: #111;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #111;
    line-height: 1.2;
    padding: 1.5rem .9375rem;
    font-size: .9375rem;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.button_secondary:hover {
    color: hsla(0, 0%, 100%, .8);
    background-color: #111;
    box-shadow: inset 0 0 0 2px #111;
}

.main_form [type=text] {
    border: 2px solid hsla(0, 0%, 100%, .7);
    background-color: rgba(0, 0, 0, .5);
    padding: .5rem .9375rem;
    color: #fff;
    font-size: .9375rem;
    height: 3.125rem;
}

.main_form [type=submit] {
    margin-top: 1.25rem;
    min-width: 83.33333%;
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5rem .9375rem;
    font-size: .9375rem;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-wrap;
}

.main_form input::placeholder {
    color: #c1c1c1;
    font-weight: 500;
}

#bottom_contacts {
    position: relative;
}

.bottom_contacts_phones {
    position: absolute;
    bottom: 45px;
    left: 20%;
    right: 20%;
    width: 60%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 11;
}

.bottom_contacts_phones.show {
    max-height: 120px;
}

.bottom_contacts_phones .bottom_contacts_phones_item {
    width: 100%;
    margin: 0;
    height: 60px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    font-size: 1rem;
}

.documents_item {
    display: flex;
    flex-direction: column;
}

.document_item_icon {
    display: flex;
    align-items: center;
    font-size: 40px;
    margin-right: 1rem;
}

.document_item_side {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: .75rem;
}

.document_item_title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
}

.document_item_size {
    color: #888;
    font-size: 12px;
}

.lds-ripple {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 10002;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #bb1414;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon/fonts/icomoon.eot");
    src: url("/fonts/icomoon/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon/fonts/icomoon.svg#icomoon") format("svg");
    font-style: normal;
    font-weight: normal;
}

@media only screen and (max-width: 1024px){
    .services_content_item {
        width: 31%;
        margin-left: 0;
        margin-right: 0;
    }
    .services_content_item_btn{
        font-size: 12px;
        padding-right: 15px;
    }

    #section_about, #services, footer{
        padding: 30px;
    }
}

@media screen and (max-width: 650px){
    .footer_item {
        font-size: 15px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
        display: block;
        width: 100%;
    }
}
