/**
 * @file
 * Presentational styles for Drupal stark theme layout.
 *
 * It is left empty for testing purposes.
 *
 * @see https://www.drupal.org/project/drupal/issues/2349711
 */

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.woff2'), url('fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Extrabold.woff2") format('woff2'), url("fonts/OpenSans-Extrabold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Bold.woff2") format('woff2'), url("fonts/OpenSans-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Semibold.woff2") format('woff2'), url("fonts/OpenSans-Semibold.woff") format('woff');
    font-weight: 600;
    font-style:normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans.woff2") format('woff2'), url("fonts/OpenSans.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Light.woff2") format('woff2'), url("fonts/OpenSans-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Noto Sans';
    src: url("fonts/NotoSans.woff2") format('woff2'), url("fonts/NotoSans.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Noto Sans';
    src: url("fonts/NotoSans-Bold.woff2") format('woff2'), url("fonts/NotoSans-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-family: 'Open Sans';
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

a {
    text-decoration: none;
    color: black;
}

article > div > ul.links, article > h2 {
  display: none;
}

.clearfix::after {
    display: none;
    clear: none;
    content: none;
}

header {
    top: 0;
    width: 100%;
    z-index: 9;
    position: sticky;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffffef;
    box-shadow: 0px -10px 30px #eee;
}

@media only screen and (max-width:767.98px){
/*    header{ position: unset }*/
}

header .clearfix {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 576px) {
    header .clearfix, article {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    header .clearfix, article {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    header .clearfix, article {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    header .clearfix, article {
        max-width: 1140px;
    }
}

article {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article ul {
    text-align: left;
}

h2, .h2 {
  font-size: 2rem;
}

.site-branding {
  display: flex;
  width: max-content;
}

a.site-branding__logo > img {
  max-width: 4rem;
  margin-right: 6px;
}

.site-branding__name > a {
  font-weight: 400;
  line-height: 22px;
}

.site-branding__text {
  width: max-content;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
}

.free_rf {
    color: #787878;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}

header .contacts_header {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 1200px) {
    header .email_header {
        display: none;
    }
}

@media (max-width: 1080px) {
    header nav ul {
        flex-direction: column;
        font-size: 0rem;
    }
}

#block-kontaktnayainformaciya > div.content, #block-kontaktnayainformaciya > div.content > div, #block-kontaktnayainformaciya > div.content > div > div {
    height: 100%;
}

.email_header::before {
    top: 0;
    content: '\e802';
    left: 5px;
    color: #e14942;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

.address_header::before {
    content: '\e804';
    top: 0px;
    left: 5px;
    color: #e14942;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

.phone_header::before {
    top: 0;
    content: '\e801';
    left: 5px;
    color: #e14942;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

#phone_roistat {
    font-weight: bold;
    font-size: 19px;
}

a.email_header span {
    transition: all 0.5s ease;
    border-bottom: 1px dashed #c2c2c2;
}

a.email_header span:hover {
    border-bottom: transparent;
}

.item_header {
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
}

.callme_header {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: #f24941;
    -webkit-box-shadow: 0 15px 15px -5px #fbc1be;
    box-shadow: 0 15px 15px -5px #fbc1be;
}

@media only screen and (max-width: 1200px) {
    .callme_header {
        display: none;
    }
}

.section-header-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.section-header-info > div {
    padding: 15px;
}

header nav#block-osnovnayanavigaciya {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767.98px) {
    div#contacts_header > div {
        display: flex;
        flex-direction: column;
    }
    
    div#contacts_header > div > div {
        flex: 1;
        width: 100%;
        justify-content: center;
    }

    div#block-brendingsayta {

    }
}

a.menu-toggle {
    display: none;
}

nav#block-osnovnayanavigaciya div.content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

nav#block-osnovnayanavigaciya div.content ul > li::marker {
    content: none;
}

nav#block-osnovnayanavigaciya div.content ul > li {
    flex: 1;
}

nav#block-osnovnayanavigaciya div.content ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    transition: all 0.5s ease;
}

nav#block-osnovnayanavigaciya div.content ul > li > a:hover {
    transform: scale(1.125);
    color: red;
}

@media (max-width: 720px) {
    nav#block-osnovnayanavigaciya div.content ul > li > a, #block-kontaktnayainformaciya a {
        font-size: 1rem;
    }

    #block-kontaktnayainformaciya span {
        font-size: 0.75rem;
        line-height: 0;
    }
}

/*  */

/*  */

/*  */

#block-start {
    background-position: 70%;
    min-height: 20rem;
    padding: 0rem 0 0rem;
    background: url(../images/header-main-bg.jpg) center;
    background-size: cover;
    min-height: max-content;
    height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-shadow {
  text-shadow: 0px 0px 2px white;
}

#block-start > h1 {
    font-weight: bolder;
    color: #fff;
    font-size: 3vw;
    line-height: 1.2;
    flex: 1;
    flex-direction: column;
    padding-right: 50%;
    align-items: center;
    display: flex;
}

ul.main-ul {
    color: black;
    font-size: 1.8em;
    margin-left: 10%;
    width: max-content;
    font-weight: bolder;
    flex: 3;
    max-width: calc(100vw - 8rem);
    padding-right: 30%;
}

ul.main-ul > li::marker {
    content: '✔︎ ';
    font-size: 1.25em;
}

ul.main-ul > li {
    max-width: calc(100vw - 8rem);
}

@media (max-width: 720px) {
    #block-start > h1 {
        padding-right: 5%;
    }
    ul.main-ul > li {
        font-size: 1rem;
    }
    ul.main-ul {
      padding-right: 0px;
      margin: 0px;
    }
}

@media (max-width: 1080px) {
    #block-start > h1 {
       padding-right: 0%;
        font-size: 1.8rem;
    }
    ul.main-ul > li {
        font-size: 1rem;
    }
    #block-start ul.main-ul{
        max-width: calc(100vw - 1rem);
    }
    #block-start ul.main-ul li{
       font-size: 1.3rem;
        max-width: calc(100vw - 1rem);
    }
}

/*  */

/*  */

/*  */

#company-name {
    color: black;
    font-weight: bolder;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px #ff4343 solid;
    padding: 0.6rem;
    background: #f7f7f7;
    transition: transform 0.2s linear;
    display: inline-block;
    line-height: 1.2;
}

#company-name:hover {
  transform: scale(1.125);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 4%;
}

.cards > div {
    flex: 1;
}

@media (min-width: 992px) {
    .width-limit {
        max-width: 25%;
        min-width: unset;
    }
}

@media (max-width: 993px) {
    .cards {
        flex-direction: column;
    }

    .width-limit {
        margin-top: 1.5rem;
    }
}

.width-limit {
    display: flex;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    align-items: center;
}

.width-limit > div {
    height: max-content;
    width: 100%;
    text-align: center;
}

.small-svg-image {
    border: black 1px solid;
    width: max-content !important;
    height: max-content !important;
    min-width: 3.8em;
    min-height: 3.8em;
    padding: 2px;
    display: flex;
    align-items: center;
}

.small-svg-image > img {
    width: 3rem;
    height: 3rem;
    margin: auto;
}

/*  */

/*  */

/*  */

.servicies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service {
    transition: transform 0.2s linear;
    border: black 1pt solid;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    height: max-content;
    min-height: 20rem;
    margin: 20px;
    min-width: 22rem;
    max-width: 22rem;
    display: flex;
    flex-direction: column;
}

.service .service-image {
    flex: 0 0 12rem;
}

.service .service-name {
    flex: 1 0;
}

.service:hover {
    transform: scale(1.125);
}

.service img {
    min-width: 22rem;
    min-height: 12rem;
    max-width: 22rem;
    max-height: 12rem;
    object-fit: cover;
}

.service p {
    padding: 0px 1rem;
}

/*  */

/*  */

/*  */

.bigger {
    font-weight: bolder;
    font-size: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bigger > img {
    width: 3rem;
    height: 3rem;
    margin: 0px;
}

/*  */

/*  */

/*  */

.how-we-work {
    display: flex;
    flex-wrap: wrap;
}

.work-card {
    flex: 1;
    border: black 1px solid;
    margin: 8px;
    padding: 4px;
}

.work-card b {
    font-size: 1.75rem;
}

.work-card p {
    margin: 0px;
}

.work-card img {
    width: 3rem;
    height: 3rem;
}

/*  */

/*  */

/*  */

div.services-price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

@media (max-width: 1081px) {
    div.services-price-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

div.wrapper {
    border: solid black 1px;
    height: max-content;
    box-shadow: 6px 6px 10px #0006;
    border-width: 0px 0px 0px 4px;
    padding-left: 4px;
    margin-bottom: 1rem;
}

div.wrapper > div.wrapper-head {
    display: flex;
    padding-right: 4px;
    padding-left: 4px;
    max-height: max-content;
}

div.wrapper > div.wrapper-head > span.wrapper-head-text {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bolder;
    text-align: left;
}

div.wrapper > div.wrapper-head > span.wrapper-head-plus {
    font-weight: bolder;
    font-size: 2em;
    margin-top: auto;
    margin-bottom: auto;
    user-select: none;
}

div.wrapper > div.wrapped-data {
    overflow-y: hidden;
    transition: max-height 0.5s linear;
    max-height: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.max {
    overflow-y: scroll !important;
    max-height: 100vh !important;
}

.price {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.8rem;
}

.price1 {
  max-width: 60%;
  text-align: left;
}

.price2 {
  flex: 1;
  border-bottom: dotted 2px gray;
  height: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.feed-icon {
    display: none;
}

/*  */

/*  */

/*  */

footer {
    height: max-content;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background: #202326;
    font-family: "Noto Sans";
}

div.site-footer__top > div {
    padding: 1rem;
    display: flex;
    height: max-content;
    text-shadow: 3px 3px 5px #000000;
}

@media (max-width: 1080px) {
    div.site-footer__top > div {
        flex-direction: column;
    }
}

form#webform-submission-zadat-vopros-add-form {
    text-align: center;
}

input#edit-phone, textarea#edit-question {
    width: 75%;
    margin-bottom: 8px;
}

div.site-footer__top > div > div {
    flex: 1;
    margin: 2rem;
}

div.contacts-container {
    text-shadow: 3px 3px 5px #000000;
}

footer a {
    color: #fff;
}

footer .block-webform > h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 2rem;
}

footer h2 {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

input#edit-actions-submit {
    cursor: pointer;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #f33;
    padding: 8px;
    color: white;
    font-weight: 75%;
    width: 75%;
}

button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
    height: 10rem;
}

div.contacts-block h3 > a {
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

div.contacts-block h3 {
    margin-bottom: .5rem;
    margin-top: 0px;
}

div.contacts-block > p {
    margin-top: 0px;
}

/*  */

/*  */

/*  */

.min {
  max-height: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  overflow-y: hidden;
}

div.ui-dialog {
    width: initial !important;
    max-width: max(30vw, 500px);
    min-width: min-content;
}

.ui-dialog-title {
    font-size: 20px;
    font-weight: bold;
    white-space: normal !important;
    overflow: initial !important;
    text-overflow: initial !important;
}

.ui-widget-header, .ui-dialog-titlebar {
    background: none;
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover {
    border: none !important;
    background: none !important;
}

#drupal-modal label {
    text-align: left;
    width: 100%;
}

#drupal-modal label {
    display: inline-block;
    margin-bottom: .5rem;
}

#drupal-modal input {
    width: 100%;
    padding: 0px 10px;
    width: 100%;
    height: 40px;
    color: #323232;
    padding: 0 15px;
    background-color: rgba(242,73,65,0.059);
    border: 1px solid #e1e1e1;
    outline: none;
}

.ui-dialog-buttonset {
    width: 100%;
}

.ui-dialog-buttonset button {
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 19px;
    transition: 0.5s;
    background-color: #f24941;
}

.ui-dialog-buttonset button:hover {
    border: none;
    background: #f24941;
    font-weight: initial;
    color: #fff;
}

#webform-submission-perezvonite-nam-add-form--ikDyC9J11BY .block {
    margin-bottom: 15px;
}

.confid_up {
    color: #474747;
    font-size: 13px;
    text-align: center;
    margin-top: 1rem;
}

.confid_up a {
  color: #474747;
  border-bottom: 1px solid #d2d2d2;
}

.ui-widget-overlay {
    background: #00000077;
    opacity: initial;
}

/*  */

/*  */

/*  */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity:0;
        transform:translateY(100%)}
    100% {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInDown {
    0% {
        opacity:0;
        transform:translateY(-100%)}
    100% {
        opacity:1;
        transform:none
    }
}

.animated-onload {
    animation-name: fadeInDown;
    animation-duration: 1s;
}