@font-face { font-family: "Roboto Regular"; font-display: auto; src: url("../fonts/Roboto-Regular.woff"); }

@font-face { font-family: "Roboto Light"; font-display: auto; src: url("../fonts/Roboto-Light.woff"); }

@font-face { font-family: "Roboto Bold"; font-display: auto; src: url("../fonts/Roboto-Bold.woff"); }

@font-face { font-family: "Roboto Medium"; font-display: auto; src: url("../fonts/Roboto-Medium.woff"); }

@font-face { font-family: "Oswald Regular"; font-display: auto; src: url("../fonts/Oswald-Regular.woff"); }

@font-face { font-family: "Oswald Medium"; font-display: auto; src: url("../fonts/Oswald-Medium.woff"); }

@font-face { font-family: "Oswald Bold"; font-display: auto; src: url("../fonts/Oswald-Bold.woff"); }

.fr, .sectionFeatures__items-text { font-family: "Roboto Regular"; }

.fl, .header__items-text, .footer__link, .mailResult__text, .breadcrumbs__link, .sectionBanner__items, .teammate__birthday, .teammate__text { font-family: "Roboto Light"; }

.fb, .topBar__phone, .sectionDocs__switchers-items._active { font-family: "Roboto Bold"; }

.fm, .navigation__link, .footer__form-button, .breadcrumbs__items:last-child .breadcrumbs__link, .teammate__birthday .accent, .docs__link, .sectionContacts__items-title, .sectionContacts__items-text .accent { font-family: "Roboto Medium"; }

.for, .title, .sectionRequset__box-title, .footer__title { font-family: "Oswald Regular"; }

.fom, .header__subtitle, .mainTitle, .sectionFeatures__items-title, .sectionServices__subtitle, .sectionServices__items-title, .sectionAbout__subtitle, .serviceCard__title, .docs__title { font-family: "Oswald Medium"; }

.fob, .header__items-text .accent, .sectionBanner__items .accent { font-family: "Oswald Bold"; }

* { padding: 0; margin: 0; list-style-type: none; text-decoration: none; outline: none; line-height: normal; border: none; background: none; border-radius: 0; box-shadow: none; letter-spacing: unset; font-weight: 400; font-family: "Roboto Regular"; color: inherit; box-sizing: border-box; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

html { font-size: 10px; }

@media screen and (max-width: 1380px) { html { font-size: calc(100vw/140); } }

@media screen and (max-width: 650px) { html { font-size: calc(100vw/50); } }

.body._fixed { overflow: hidden; }

.body__topBar { width: 100%; position: fixed; top: 0; left: 0; z-index: 5;top: -8px; }

.body__mailResult { position: fixed; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); z-index: 8; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }

.body__mailResult._active { opacity: 1; visibility: visible; }

.body__menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; -webkit-transform: translateX(100%); transform: translateX(100%); transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; will-change: transform; display: flex; align-items: center; justify-content: center; }

.body__menu._active { -webkit-transform: translateX(0); transform: translateX(0); }

.section { width: 100%; display: flex; justify-content: center; }

.wrapper, .topBar__wrapper, .header__wrapper, .sectionFeatures__wrapper, .sectionServices__wrapper, .sectionRequset__wrapper, .sectionAbout__wrapper, .sectionPartners__wrapper, .footer__wrapper, .sectionBanner__wrapper, .sectionTeam__wrapper, .sectionSertificates__wrapper, .sectionForm__wrapper, .sectionDocs__wrapper, .sectionContacts__wrapper, .sectionTechProgress__wrapper{ width: 120rem; margin: 0 auto; }

@media screen and (max-width: 650px) { .wrapper, .topBar__wrapper, .header__wrapper, .sectionFeatures__wrapper, .sectionServices__wrapper, .sectionRequset__wrapper, .sectionAbout__wrapper, .sectionPartners__wrapper, .footer__wrapper, .sectionBanner__wrapper, .sectionTeam__wrapper, .sectionSertificates__wrapper, .sectionForm__wrapper, .sectionDocs__wrapper, .sectionContacts__wrapper, .sectionTechProgress__wrapper { width: 130vw; } }

.svg-icon { width: 100%; height: 100%; }

.topBar { width: 100%; transition: background 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease, -webkit-transform 0.2s ease; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, padding 0.2s ease; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, padding 0.2s ease, -webkit-transform 0.2s ease; }

.topBar._active {background: rgba(255, 255, 255, 0.95) !important;box-shadow: 0rem 0rem 3rem -1rem rgba(0, 0, 0, 0.25);}

@media screen and (max-width: 650px) { .topBar._active {background: none;box-shadow: none;background: none !important;} }

@media screen and (max-width: 650px) { .topBar._active .topBar__wrapper {border-radius: 0.5rem;background: rgba(255, 255, 255, 0.95) !important;box-shadow: 0rem 0rem 3rem -1rem rgba(0, 0, 0, 0.25)!important;-webkit-transform: translateY(1rem);transform: translateY(1rem);background: none;box-shadow: none;} }

.topBar__wrapper { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem; transition: background 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease, -webkit-transform 0.2s ease; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, padding 0.2s ease; transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, padding 0.2s ease, -webkit-transform 0.2s ease; padding-bottom:0px }

/* .topBar__logo { width: 8.1rem; height: 6.9rem; -o-object-fit: contain; object-fit: contain; margin-right: 4.5rem; } */
.topBar__logo { -o-object-fit: contain; object-fit: contain; margin-right: 2.5rem; }

@media screen and (max-width: 650px) { .topBar__logo { margin-right: 0; } }

@media screen and (max-width: 650px) { .topBar__navigation { display: none; } }

.topBar__menuTrigger {/* width: 3.5rem; *//* height: 3.5rem; */display: none;}

@media screen and (max-width: 650px) {
  .topBar__wrapper {
    padding: 0px;
    width: 100%;
  }
  .jsTopBar.topBar._active .topBar__menuTrigger {
    background: #ffffffb8;
  }
  .topBar__menuTrigger {display: block;padding:  10px;border-radius: 10px;} }

/* .topBar__phone {font-size: 1.4rem;color: #0386bd;letter-spacing: 0.1rem;display: flex;align-items: center;justify-content: flex-start;margin-left: auto;} */

.topBar__phone {font-size: 1.7rem;color: #0386bd;letter-spacing: 0.1rem;display: flex;align-items: center;justify-content: flex-start;margin-left: auto;}

@media screen and (max-width: 650px) { .topBar__phone { margin: 0 auto; } }

.topBar__phone-icon {width: 1.5rem;height: 1.5rem;margin-right: 0.5rem;}

.navigation { width: 100%; display: flex; align-items: center; justify-content: flex-start; }

@media screen and (max-width: 650px) { .navigation { flex-direction: column; align-items: flex-end; } }

.navigation__items:not(:last-child) { margin-right: 1.5rem; }/*{ margin-right: 2rem; }*/

@media screen and (max-width: 650px) { .navigation__items:not(:last-child) { margin-right: 0; },.modal-content{max-width:100%;} }

@media screen and (max-width: 650px) { .navigation__items:not(:last-child) { margin-bottom: 3rem; } }

.navigation__link {font-size: 1.3rem;color: #0386bd;position: relative;}/*.navigation__link {font-size: 1.5rem;color: #0386bd;position: relative;}*/

.navigation__link {font-size: 1.5rem;}

@media  (min-width: 650px) and (max-width:1439px) { .navigation__link { font-size: 1.2rem; } }

@media screen and (max-width: 650px) { .navigation__link { font-size: 2.4rem; } }

.navigation__link::before { content: ""; width: 0%; height: 2px; background: #90c02e; position: absolute; bottom: -1rem; left: 0; transition: width 0.2s ease; }

.navigation__link:hover::before { width: 70%; }

.navigation__link._active::before { width: 70%; }

@media screen and (max-width: 650px) { .navigation__link._active::before { width: 0; },.sectionBanner__items {
  display: block;
  width: 100%;
  }
  .sectionBanner__wrapper {display: block;} }

.header { width: 100%; position: relative;
  height: 100vh;
 }

.header._second {background: url("../../../images/fonee.jpg") no-repeat center center;background-size: cover;height: auto;}

.header._second .header__wrapper { padding-top: 14rem; padding-bottom: 3rem; }

.header._second .header__mainTitle { margin-bottom: 9rem; }

.header.header._second .header_wrapper {
  top: 0;
  transform: none;
}

.header__wrapper { display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: calc(50% + 80px);
  transform: translate(0,-50%); }

@media screen and (max-width: 650px) { .header__wrapper { padding-top: 15rem; } }

.header__mainTitle { width: 60%; margin-bottom: 1.3rem; }

@media screen and (max-width: 650px) { .header__mainTitle { width: 100%; margin-top: -200px; } }

.header__subtitle { font-size: 3.6rem; color: #fff; margin-bottom: 15rem; }

@media screen and (max-width: 650px) { .header__subtitle { margin-bottom: 2rem; } }

.header__line { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: -162px; }

@media screen and (max-width: 650px) { .header__line { flex-wrap: wrap; margin-bottom: -19rem;     margin-top: 35px;
  margin-bottom: 0; } }

.header__items { padding: 2.5rem 5rem; background: #0386bd; -webkit-transform: skew(-15deg); transform: skew(-15deg); position: relative;width: 30%; }

@media screen and (max-width: 650px) { .header__items { width: 95%; }
  .header__items:not(:last-child) { margin-bottom: 3rem; } }

.header__items::before { content: ''; width: 100%; height: 100%; position: absolute; top: 2rem; left: 2rem; background: #0386bd; opacity: .4; }

.header__items-text { font-size: 2.4rem; color: #fff; display: flex; flex-direction: column; align-items: center; -webkit-transform: skew(15deg); transform: skew(15deg); text-align: center; }

.header__items-text .accent { font-size: 2.8rem; font-size: inherit; color: inherit; }

.mainTitle { width: 100%; font-size: 5rem; color: #fff; }

.mainTitle._main { font-size: 4.3rem; }

@media screen and (max-width: 650px) { .mainTitle._main { font-size: 4.2rem; } }

.sectionFeatures { width: 100%; position: relative; }

@media screen and (max-width: 650px) { .sectionFeatures { overflow: hidden; } }

.sectionFeatures::before { content: ''; width: 82rem; height: 46rem; background: url("../../../images/map.png") no-repeat center; background-size: contain; position: absolute; top: 35%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); margin-top: 9rem; z-index: -1; }

#dostyk-modele::before { content: ''; width: 82rem; height: 46rem; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); margin-top: 9rem; z-index: -1; }

.sectionFeatures__wrapper { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; padding: 12.8rem 0 0rem 0; }

#dostyk-modele .sectionFeatures__wrapper { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; padding: 12.8rem 0 0rem 0; }

@media screen and (max-width: 650px) { .sectionFeatures__wrapper { padding-top: 25rem; padding-bottom: 6rem; } }

.sectionFeatures__items { width: 42%; display: flex; flex-direction: row;}

#dostyk-modele .sectionFeatures__items { width: 50%; display: flex; flex-direction: row;align-items: center;}

@media screen and (max-width: 650px) { .sectionFeatures__items { width: 100%; } }

.sectionFeatures__items:not(:nth-last-child(-n + 3)) {margin-bottom: 4rem;}

@media screen and (max-width: 650px) { .sectionFeatures__items:not(:last-child) { margin-bottom: 6rem; } }

.sectionFeatures__items-icon { display: block; width: 7.1rem; height: 7.1rem; padding: 1.5rem; border: 1px solid #0386bd; border-radius: 50%; position: relative; flex-shrink: 0; margin-right: 1.5rem; }

#dostyk-modele .sectionFeatures__items-icon { display: block; width: 7.1rem; height: 7.1rem; padding: 1.5rem; border: 0px none; position: relative; flex-shrink: 0; margin-right: 3rem; }

.sectionFeatures__items-col { display: flex; flex-direction: column; align-items: flex-start; }

.sectionFeatures__items-title { font-size: 1.8rem; color: #000; margin-bottom: 1rem; text-transform: uppercase; }

@media screen and (max-width: 650px) { .sectionFeatures__items-title { font-size: 2.2rem; } }

.sectionFeatures__items-text { font-size: 1.4rem; color: #000; line-height: 1.4; }

@media screen and (max-width: 650px) { .sectionFeatures__items-text { font-size: 2rem; } }

.title { width: 100%; display: flex; flex-direction: column; align-items: flex-start; font-size: 4rem; color: #202020; }

.title::after { content: ''; width: 8.8rem; height: 5px; background: #0386bd; margin-top: 2.6rem; border-radius: 2rem; }

.sectionServices { width: 100%; }

.sectionServices__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 7.5rem; padding-top: 7.5rem; }

.sectionServices__title { margin-bottom: 6rem; }

.sectionServices__subtitle { font-size: 2rem; color: #202020; margin-bottom: 2rem; }

.sectionServices__text {     margin: -30px 0 4rem; }

.sectionServices__line { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; margin-bottom: 6rem; }

.sectionServices__serviceCard { width: 49%; }

.sectionServices__serviceCard:not(:nth-last-child(-n+2)) { margin-bottom: 3rem; }

@media screen and (max-width: 650px) { .sectionServices__serviceCard { width: 100%; }
  .sectionServices__serviceCard:not(:last-child) { margin-bottom: 3rem; } }

.sectionServices__items { height: 29rem; width: 32%; padding: 3rem 2rem; position: relative; transition: box-shadow 0.2s; }

@media screen and (max-width: 650px) { .sectionServices__items { width: 100%; } }

.sectionServices__items:hover { box-shadow: 0rem 0rem 4rem -1rem rgba(0, 0, 0, 0.15); }

.sectionServices__items:hover::before { background: rgba(0, 0, 0, 0); }

@media screen and (max-width: 650px) { .sectionServices__items:hover { box-shadow: none; }

  .sectionServices__items:hover .sectionServices__items-link::after { -webkit-transform: translateX(0); transform: translateX(0); }
  .sectionServices__items:active { box-shadow: 0rem 0rem 4rem -1rem rgba(0, 0, 0, 0.15); }
  .sectionServices__items:active::before { background: rgba(0, 0, 0, 0.3); }
  .sectionServices__items:active .sectionServices__items-link::after { -webkit-transform: translateX(2rem); transform: translateX(2rem); } }

.sectionServices__items::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); transition: background 0.3s ease; z-index: 2; }

.sectionServices__items._disable::before { background: rgba(0, 0, 0, 0.7); }

.sectionServices__items:not(:nth-last-child(-n + 3)) { margin-bottom: 2rem; }

@media screen and (max-width: 650px) { .sectionServices__items:not(:last-child) { margin-bottom: 2rem; } }

.sectionServices__items-back { width: 100%; height: 100%; position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; z-index: 1; }

.sectionServices__items-wrapper { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; position: relative; z-index: 3; }

.sectionServices__items-title { font-size: 2.4rem; color: #fff; display: flex; flex-direction: column; align-items: flex-start; }

.sectionServices__items-title::after { content: ""; width: 4.5rem; height: 3px; background: #fff; margin-top: 1.2rem; }

.sectionServices__items-link { display: flex; align-items: center; justify-content: flex-start; font-size: 1.8rem; color: #fff; }

.sectionServices__items-link::after { content: ""; width: 1.2rem; height: 1.2rem; background: url("../../../images/arrow-to-right.svg") no-repeat center; background-size: contain; margin-left: 1rem; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.sectionRequset { width: 100%; background: url("../../../images/sectionRequest2.jpg") no-repeat center; background-size: cover; }

@media screen and (max-width: 650px) { .sectionRequset { overflow: hidden; } }

.sectionRequset__wrapper { display: flex; align-items: flex-start; justify-content: flex-end; padding-top: 8.4rem; padding-bottom: 5.3rem; }

.sectionRequset__box { width: 70rem; background: rgba(255, 255, 255, 0.9); padding: 8.4rem 10rem; -webkit-transform: skew(-8deg); transform: skew(-8deg); }

@media screen and (max-width: 650px) { .sectionRequset__box { width: 100%; margin-right: -5rem; padding: 8rem 7rem; } }

.sectionRequset__box-wrapper { display: flex; flex-direction: column; align-items: flex-start; -webkit-transform: skew(8deg); transform: skew(8deg); }

.sectionRequset__box-title { font-size: 3.4rem; color: #202020; letter-spacing: .1rem; margin-bottom: 1rem; }

.sectionRequset__box-text { font-size: 1.8rem; color: #333333; line-height: 1.4; margin-bottom: 3rem; }

@media screen and (max-width: 650px) { .sectionRequset__box-text { font-size: 2rem; } }

.button { width: 100%; min-width: 27rem; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #fff; padding: 1.4rem; background: #0386bd; border-radius: .5rem; transition: background .2s; }

.button._small { font-size: 1.6rem; min-width: auto; padding: .5rem 1.5rem; }

.button:hover { background: #003058; }

.sectionAbout { width: 100%; }

.sectionAbout__wrapper {display: flex;flex-direction: column;align-items: flex-start;padding: 9rem 0;margin-top: 30px;padding-top: 0;padding-bottom: 50px;}

.sectionAbout__title._page { margin-bottom: 3rem; }

@media screen and (max-width: 650px) { .sectionAbout__title { margin-bottom: 3rem; } }

.sectionAbout__subtitle { font-size: 2rem; color: #202020; margin-bottom: 2rem; }

.sectionAbout__line { width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top:-40px; }

.sectionAbout__textBlock { width: 50%; display: flex; flex-direction: column; align-items: flex-start; }

@media screen and (max-width: 650px) { .sectionAbout__textBlock { width: 100%; margin-bottom: 2rem; } }

.sectionAbout__imageBlock { width: 45%; height: 40rem; -webkit-transform: skew(-3deg); transform: skew(-3deg); position: relative; }

@media screen and (max-width: 650px) { .sectionAbout__imageBlock { width: 100%; } }

.sectionAbout__imageBlock::before { content: ""; width: 100%; height: 100%; position: absolute; top: 2rem; left: -2rem; background: #f2f5f7; }

.sectionAbout__imageBlock-wrapper { width: 100%; height: 100%; -webkit-transform: skew(0); transform: skew(0); overflow: hidden; position: relative; }

.sectionAbout__imageBlock-wrapper::after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.2); }

.sectionAbout__imageBlock-image { width: 130%; height: 130%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 50%; left: 50%; -webkit-transform: skew(3deg) translateX(-50%) translateY(-50%); transform: skew(3deg) translateX(-50%) translateY(-50%); }

.sectionAbout__text {width: 97%; font-size: 18px; color: #333333; line-height: 24px; margin-bottom: 10px;}

@media screen and (max-width: 650px) { .sectionAbout__text { font-size: 2rem; } }

.sectionAbout__info { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }

.sectionAbout__list { width: 100%; display: flex; flex-direction: column; align-items: flex-start; }

.sectionAbout__list._half { width: 49%; }

@media screen and (max-width: 650px) { .sectionAbout__list._half { width: 100%; }
  .sectionAbout__list._half:not(:last-child) { margin-bottom: 2rem; } }

.sectionAbout__list-items { width: 100%; display: flex; align-items: center; font-size: 1.4rem; color: #000; }

.sectionAbout__list-items:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 650px) { .sectionAbout__list-items:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 650px) { .sectionAbout__list-items { font-size: 1.8rem; } }

.sectionAbout__list-items .tick { font-size: 2rem; color: #0386bd; margin-right: .5rem; }

@media screen and (max-width: 650px) { .sectionAbout__list-items .tick { font-size: 2.4rem; margin-right: 3.5rem; } }

.sectionPartners { width: 100%; }

.sectionPartners__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 8rem; }

.sectionPartners__title { margin-bottom: 7.2rem; }

.sectionPartners__list {width: 100%;}

.sectionPartners__list-items { width: 17%; height: 8.6rem; }

@media screen and (max-width: 650px) { .sectionPartners__list-items { width: 30%; margin-bottom: 2rem; } }

.sectionPartners__list-icon { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.footer { width: 100%; background-size: cover; position: relative; }

.footer::before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  opacity: 0.5; }

.footer::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; }

.footer__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding-top: 5rem; padding-bottom: 2.5rem; position: relative; z-index: 2; }

.footer__wrapper._second { padding: 11rem 0; }

.footer__title { font-size: 4rem; color: #000; margin-bottom: 3rem; }

.footer__form {width: 80%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;margin-bottom: 4rem;margin-top: 20px;}

.footer__form-line { width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.footer__form-line:not(:last-child) { margin-bottom: 8rem; }

@media screen and (max-width: 650px) { .footer__form-line:not(:last-child) { margin-bottom: 0; } }

.footer__form-input { width: 45%; font-size: 1.6rem; color: #fff; padding-bottom: 1rem; border-bottom: 2px solid #fff; }

.footer__form-input::-webkit-input-placeholder { color: #fff; }

.footer__form-input::-moz-placeholder { color: #fff; }

.footer__form-input:-ms-input-placeholder { color: #fff; }

.footer__form-input::-ms-input-placeholder { color: #fff; }

.footer__form-input::placeholder { color: #fff; }

.footer__form-input._warning { border-bottom: 2px solid red; }

.footer__form-input._warning::-webkit-input-placeholder { color: red; }

.footer__form-input._warning::-moz-placeholder { color: red; }

.footer__form-input._warning:-ms-input-placeholder { color: red; }

.footer__form-input._warning::-ms-input-placeholder { color: red; }

.footer__form-input._warning::placeholder { color: red; }

@media screen and (max-width: 650px) { .footer__form-input { width: 100%; margin-bottom: 3rem; } }

.footer__form-button { font-size: 3.4rem; color: #fff; text-transform: uppercase; position: relative; cursor: pointer; }

.footer__form-button:hover::before { width: 100%; }

.footer__form-button::before { content: ""; width: 0%; height: 2px; background: #fff; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -1rem; transition: width 0.2s; }

.footer__line { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 1.9rem; border-bottom: 0.1rem solid #fff; margin-bottom: 1rem; flex-wrap: wrap; }

.footer__items { width: 50%; display: flex; align-items: flex-start;margin-bottom:30px}

@media screen and (max-width: 650px) { .footer__items { width: 100%; }
  .footer__items:not(:last-child) { margin-bottom: 2rem; } }

.footer__items._adres { width: 48%; }

@media screen and (max-width: 650px) { .footer__items._adres { width: 100%; } }

.footer__items-icon { width: 2.8rem; height: 2.8rem; padding: 0.7rem; border: 1px solid #fff; border-radius: 50%; margin-top: 1rem; margin-right: 2rem; flex-shrink: 0; }

.footer__items-col { display: flex; flex-direction: column; align-items: flex-start; }

.footer__items-title { font-size: 17px;; color: #000; margin-bottom: 0.5rem; }

.footer__items-text { font-size: 19px; line-height: 1.4; color: #000;margin-top: 7px; }

.footer__link { font-size: 1.6rem; color: #fff; margin-left: 5rem; }

.mailResult { width: 45rem; background: rgba(255, 255, 255, 0.9); border-radius: 0.5rem; box-shadow: 0rem 0rem 5rem -1rem rgba(0, 0, 0, 0.25); padding: 6rem 3rem; display: flex; flex-direction: column; align-items: center; }

.mailResult__title { font-size: 2.4rem; color: #000; margin-bottom: 2rem; }

.mailResult__text { font-size: 2rem; color: #000; text-align: center; }

.menu { width: 95%; height: 98%; background: rgba(255, 255, 255, 0.95); display: flex; flex-direction: column; align-items: flex-end; padding: 12rem 3rem 6rem 3rem; position: relative; border-radius: .5rem; box-shadow: 0rem 0rem 5rem -1rem rgba(0, 0, 0, 0.25); }

.menu__close { width: 3rem; height: 3rem; position: absolute; top: 2.8rem; right: 3rem; }

.breadcrumbs { width: 100%; display: flex; align-items: center; justify-content: flex-start; }

.breadcrumbs__items { display: flex; align-items: center; justify-content: flex-start; }

.breadcrumbs__items:not(:last-child) { margin-right: 1rem; }

.breadcrumbs__items:not(:last-child)::after { content: ''; width: 1.6rem; height: 1rem; background: url("../../../images/arrow-to-right.svg") no-repeat center; background-size: contain; margin-left: 1rem; }

.breadcrumbs__items:last-child .breadcrumbs__link { text-decoration: none; }

.breadcrumbs__link { font-size: 1.4rem; color: #fff; text-decoration: underline; }

.sectionBanner { width: 100%; background: url("../../../images/sectionBanner.jpg") no-repeat center; background-size: cover; position: relative; }

.sectionBanner::before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(18, 18, 85, 0.4); }

.sectionBanner__wrapper { display: flex; align-items: flex-start; justify-content: space-between; padding: 6rem 0; position: relative; }

.sectionBanner__items { display: flex; flex-direction: column; align-items: center; font-size: 3rem; color: #fff; }

.sectionBanner__items .accent { font-size: 4rem; color: inherit; }

.sectionTeam { width: 100%; }

.sectionTeam__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding: 7rem 0; }

.sectionTeam__title { margin-bottom: 7rem; }

.sectionTeam__list { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }

.sectionTeam__items { width: 49%; }

@media screen and (max-width: 650px) { .sectionTeam__items { width: 100%; } }

.sectionTeam__items:not(:nth-last-child(-n+2)) { margin-bottom: 2rem; }

@media screen and (max-width: 650px) { .sectionTeam__items:not(:last-child) { margin-bottom: 2rem; } }

.teammate { width: 100%; display: flex; align-items: stretch; justify-content: flex-start; padding: 1.5rem; border: 1px solid #c2d1d9; border-radius: 0.2rem; }

.teammate__image { width: 25rem; height: 27rem; margin-right: 1.5rem; flex-shrink: 0; -o-object-fit: cover; object-fit: cover; }

.teammate__infoBlock { display: flex; flex-direction: column; align-items: flex-start; }

.teammate__title { font-size: 2rem; color: #000; margin-bottom: .5rem; }

.teammate__post { font-size: 1.2rem; color: #0386bd; text-transform: uppercase; margin-bottom: 2rem; }

.teammate__birthday { font-size: 1.4rem; margin-bottom: 2rem; }

.teammate__birthday .accent { color: #000; }

.teammate__text { font-size: 1.4rem; color: #000; line-height: 1.6; }

.teammate__button { margin-left: auto; margin-top: auto; }
.sectionTechProgress { width: 100%; }
.sectionTechProgress__wrapper{
  text-align: center;
}
.sectionTechProgress__title { margin-bottom: 7rem; }
.techtable__wrapper{
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
}
.techtable,.techtable td {
  text-align: center;
  border: 1px solid black;
  font-size: 17px;
}
.techtable__td{
  font-weight: bold;
  font-size: 21px;
}

.sectionSertificates { width: 100%; }

.sectionSertificates__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 7rem; }

.sectionSertificates__title { margin-bottom: 7rem; }

.sectionSertificates__list { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; flex-wrap: wrap; }

@media screen and (max-width: 650px) { .sectionSertificates__list { justify-content: center; } }

.sectionSertificates__items { width: 14rem; height: 20rem; -o-object-fit: contain; object-fit: contain; }

@media screen and (max-width: 650px) { .sectionSertificates__items { width: 100%; height: 35rem; }
  .sectionSertificates__items:not(:last-child) { margin-bottom: 3rem; } }

.sectionSertificates__items._album { }

.text { width: 100%; font-size: 1.6rem; color: #333333; line-height: 1.4; }

.serviceCard { width: 100%; display: flex;  justify-content: flex-start; }

.serviceCard__imageBlock { width: 20rem; height: 17rem; flex-shrink: 0; margin-right: 2rem; position: relative; }

.serviceCard__imageBlock::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #2f2f36; opacity: 0.05; }

.serviceCard__imageBlock-image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.serviceCard__textBlock { display: flex; flex-direction: column; align-items: flex-start; }

.serviceCard__title { font-size: 2.2rem; color: #202020; margin-bottom: 1rem; text-transform: uppercase; line-height: 1.2;}

.sectionForm { width: 100%; }

.sectionForm__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding: 7rem 0; }

.sectionForm__title { margin-bottom: 5rem; }

.sectionForm__mainForm { width: 100%; }

.mainForm { width: 100%; display: flex; flex-direction: column; align-items: flex-start; }

.mainForm__text { font-size: 2rem; color: #333333; margin-bottom: 3rem; }

.mainForm__line { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }

.mainForm__input-select {width: 49%;display: flex;align-items: center;justify-content: flex-start;padding: 2.2rem 1.6rem;font-size: 1.7rem;border-radius: 0.4rem;margin-bottom: 2rem;transition: box-shadow 0.2s;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url("../../../images/down-arrow.svg") 97%/4% no-repeat #eef2f7;color: #9299a2;}

.mainForm__input-select:focus { box-shadow: 0rem 0rem 3rem -1.3rem rgba(0, 0, 0, 0.25); color: #000; }

.mainForm__input-select::-webkit-input-placeholder { color: #9299a2; }

.mainForm__input-select::-moz-placeholder { color: #9299a2; }

.mainForm__input-select:-ms-input-placeholder { color: #9299a2; }

.mainForm__input-select::-ms-input-placeholder { color: #9299a2; }

.mainForm__input-select::placeholder { color: #9299a2; }

@media screen and (max-width: 650px) { .mainForm__input-select { width: 100%; } }

.mainForm__input-text { width: 49%; display: flex; align-items: center; justify-content: flex-start; padding: 2.2rem 1.6rem; background: #eef2f7; font-size: 1.7rem; color: #000; border-radius: 0.4rem; margin-bottom: 2rem; transition: box-shadow 0.2s; }

.mainForm__input-text:focus { box-shadow: 0rem 0rem 3rem -1.3rem rgba(0, 0, 0, 0.25); }

.mainForm__input-text::-webkit-input-placeholder { color: #9299a2; }

.mainForm__input-text::-moz-placeholder { color: #9299a2; }

.mainForm__input-text:-ms-input-placeholder { color: #9299a2; }

.mainForm__input-text::-ms-input-placeholder { color: #9299a2; }

.mainForm__input-text::placeholder { color: #9299a2; }

@media screen and (max-width: 650px) { .mainForm__input-text { width: 100%; } }

.mainForm__input-text._smaller { width: 49%; }

@media screen and (max-width: 650px) { .mainForm__input-text._smaller { width: 100%; } }

.mainForm__input-text._weight { width: 20%; }

@media screen and (max-width: 650px) { .mainForm__input-text._weight { width: 100%; } }

.mainForm__input-text._warning::-webkit-input-placeholder { color: red; }

.mainForm__input-text._warning::-moz-placeholder { color: red; }

.mainForm__input-text._warning:-ms-input-placeholder { color: red; }

.mainForm__input-text._warning::-ms-input-placeholder { color: red; }

.mainForm__input-text._warning::placeholder { color: red; }

.sectionDocs { width: 100%; }

.sectionDocs__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding: 6rem 0; }

.sectionDocs__title { margin-bottom: 5rem; }

.sectionDocs__line { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; }

.sectionDocs__switchers { width: 27rem; display: flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; margin-right: 3rem; }

@media screen and (max-width: 650px) { .sectionDocs__switchers { width: 100%; margin-right: 0; margin-bottom: 3rem; } }

.sectionDocs__switchers-items { width: 100%; font-size: 1.6rem; color: #000; border-left: 4px solid transparent; padding: 2.5rem; background: #F2F5F7; cursor: pointer; transition: border .2s ease; }

.sectionDocs__switchers-items:hover { border-left: 4px solid #0386bd; }

.sectionDocs__switchers-items:not(:last-child) { margin-bottom: .5rem; }

.sectionDocs__switchers-items._active { color: #0386bd; border-left: 4px solid #0386bd; }

.sectionDocs__tabs {
  width: calc(100% - 30rem);
}

@media screen and (max-width: 650px) { .sectionDocs__tabs { width: 100%; } }

.sectionDocs__tabs-items {/* margin-right: 8.5rem; */margin-bottom: 3rem;float: left;width: 100%;}

.sectionDocs__tabs-items:last-child { flex-basis: 100%; }

@media screen and (max-width: 650px) { .sectionDocs__tabs-items { margin-right: 2rem; } }

.docs { width: 100%; display: flex; flex-direction: column; }

.docs__title { font-size: 2.1rem; color: #000; margin-bottom: 2rem; }

.docs__title .accent { font-family: inherit; font-size: inherit; color: #0386bd; }

.docs__link { font-size: 1.6rem; color: #0386bd; display: flex; align-items: center; justify-content: flex-start; }

.docs__link:hover { text-decoration: underline; }

.docs__link-icon { width: 2.8rem; height: 2.8rem; margin-right: 1.3rem; flex-shrink: 0; }

.sectionContacts { width: 100%; }

.sectionContacts__wrapper { display: flex; flex-direction: column; align-items: flex-start; padding: 6rem 0; }

.sectionContacts__title { margin-bottom: 3rem; }

.sectionContacts__line { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 3rem; flex-wrap: wrap; }

.sectionContacts__items { width: 24%; display: flex; flex-direction: column; align-items: flex-start; }

@media screen and (max-width: 650px) { .sectionContacts__items { width: 48%; } }

.sectionContacts__items-title { font-size: 1.8rem; color: #333333; margin-bottom: 1rem; }

.sectionContacts__items-col { width: 100%; display: flex; flex-direction: column; align-items: flex-start; }

.sectionContacts__items-text { font-size: 1.6rem; color: #333333; line-height: 1.5; }

.sectionContacts__map { width: 100%; height: 34rem; margin-bottom: 65px; }

.sectionContacts__map-image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

a:hover, a:focus {

  text-decoration: none !important;
}
header.header._second .header__wrapper {
  top: 0;
  transform: none;
}
p.ooo {
  font-size: 22px;
  font-family: "Oswald Medium";
  line-height: 24px;
}
p.ocompany {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Roboto Regular";
}
.sectionPartners__list .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.sectionPartners__list .slick-slide a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionPartners__list .slick-slide img {
  object-fit: contain;
  max-height: 100%;
}
p.ocom {
  font-size: 20px;
  float: right;
}
p.ocom span {
  font-size: 12px;
}
img.madalfoto {
  float: left;
  margin: 0 15px 15px 0;
  height: 240px;
}

.modal-content {
  width: 800px;
  height: 450px;
  display: block;
  margin: auto;
}
#lilili1,#lilili2,#lilili3 {display: none;}
.actttt {display: block!important;}
header.header:before {
  content: "";
  /*background: rgba(0, 0, 0, .05);*/
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
}
.modal-open .modal p, .modal-open .modal li {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto Light";
  color: #333333;
}
.kakstazh {font-family: "Roboto Bold" !important;margin: 15px 0;}
.kakdolzhnost {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #0386bd !important;
  font-family: "Roboto Regular" !important;
}
.kakname {
  font-family: "Roboto Regular" !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #202020 !important;
}
.modal-content {height: auto;}
.modal-body {padding: 30px 20px;}
.modal-open .modal  ul {margin-top: 15px;}
.modal-open .modal ul li {padding-bottom: 12px;}
.modal-open .modal ul li img {
  margin-right: 10px;
  display: block;
  float: left;
  padding-bottom: 25px;
}
button.close {
  opacity: 1;
  font-size: 40px;
  margin-top: -10px;
}
.modal-dialog.modal-dialog-centered {
  margin-top: 6%;
  display: block;
  width: 800px;
}
@media screen and (max-width: 480px){
  .sectionBanner__items {
    display: block;
    width: 100%;
  }
  .sectionBanner__wrapper {display: block;}
}
video {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.sectionServices {margin-top: -40px;}
.loplk svg {float: left;}
.loplk {
  width: 100%;
  margin-top: 20px;
}
.loplk p {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  margin-top: 15px;
  float: left;
  margin-left: 30px;
}
form.footer__form center {
  font-size: 2.5rem;
  color: #fff;
}
.modal-open p.figli {
  font-size: 30px;
  line-height: 33px;
  color: #202020;
  font-family: "Oswald Medium";
}
.modal-open p.migli {
  font-weight: normal;
  font-size: 15px;
  color: #333333;
}
#timmm .modal-header {border-bottom: 0;}
#timmm .footer__form-input {
  font-size: 18px;
  line-height: 34px;
  color: #BBBBBB;
  border-bottom: 1px solid #B2B9BD;
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  width: 80%;
}
#timmm .footer__form-input::placeholder {color: #BBBBBB;}
#timmm .footer__form {
  width: 100%;
  align-items: baseline;
}
#timmm .modal-content {
  padding: 30px 40px;
  width: 100%;
}
#timmm .modal-dialog {width: 900px;}
#timmm .footer__form-button {
  background: #0386bd;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: 253px;
  height: 48px;
  text-align: center;
  text-transform: unset;
  font-family: "Roboto Regular";
  margin-top: 15px;
}
#timmm .footer__form-line:not(:last-child) {margin-bottom: 20px;}
#timmm .modal-body {padding-top: 0;}
button.close {font-weight: 300;}
#timmm .border:before {content: "";position: absolute;left: 0;top: 0;width: 2px;height: 23px;background: #0386bd;}
.border {position: relative;width: 50%;}
#timmm form.footer__form center {color: #000;}
.internal-page .jsTopBar.topBar {background: #ffffffcc;}
center {
  font-size: 2rem;
  color: #0386bd;
}

.jsTopBar.topBar._active img.topBar__logo {
  background: transparent;
}
p.textusluga {
  margin: 0 0 15px;
  font-size: 15px;
}
img.fotkaa {
  width: 140%;
}
/*-----------------------------------------------------------*/
#popup__toggle{bottom:10px;right:-15px;position:fixed;z-index:999;display: none;}

.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}

.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-40px;right:-15px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}

.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:-15px;right:10px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}

.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom:-1px;right: 24px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}

.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}

.img-circle:hover{opacity: 1;}
.img-circleblock span,
.img-circleblock i{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;

  width: 100%;
  height: 100%;
  font-size: 30px;
}
.img-circleblock i {
  transform: rotate(90deg);
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/*--------------------------------------------------------------------------------------------*/

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
div#main {
  flex-grow: 1;
}
.clr {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb {
  background: none;
  padding:  0;
  margin-left: -15px;
  margin-top: -56px;
  position: relative;
  z-index: 1;
  color: #fff;
}

ul.breadcrumb span.divider.icon-location {
  display: none;
}

.breadcrumb>li+li:before {
  display: none;
}

ul.breadcrumb a {
  text-decoration: underline;
  color: #fff;
}

.breadcrumb>.active {color: #fff;}

span.divider {
  background: url("../../../images/arrow-to-right.svg") no-repeat center;
  width: 15px;
  display: inline-block;
  height: 10px;
  background-size: contain;
}

span.divider img {
  display: none;
}


.footer-btn a {
  border: 1px solid #fff;
  padding: 8px 13px;
  border-radius: 10px;
}

.footer__items-col.footer-btn {
  width: 15%;
}


.footer__items-text.tim {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #0386bd;
  font-family: "Roboto Medium";
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 15px;
}

table.description-table td {
  border: 1px solid #0386bd;
  padding: 10px;
}

table.description-table tr:first-child td {padding: 20px 25px !important;}

table.description-table tr:first-child p {
  font-family: "Roboto Medium";
  color: #0386bd;
  margin-bottom: 0;
}

a.perevoz {
  color: #0386bd;
  border: 1px solid;
  padding: 7px 15px;
  transition: .4s;
}

a.perevoz:hover {
  color: #fff;
  background: #0386bd;
}
.teammate {
  min-height: 295px;
}
.teammate__infoBlock {
  width: 100%;
}


table.description-table tbody tr td:first-child {
  width: 295px;
  padding: 10px 25px 20px;
}

table.description-table tbody tr td:last-child {
  width: 400px;
  padding: 10px 25px 20px;
}
.techtable__wrapper {
  flex-direction: column;
}

.edit-line {
  display: flex;
  align-items: center;
  color: #0386bd;
  font-size: 20px;
  margin-bottom: 10px;
}

.edit-line p {
  margin-bottom: 0;
  font-family: "Roboto Bold";
}

.edit-line span {
  margin-right: 20px;
}

.edit-line img {
  width: 25px;
  margin-right: 25px;
}

.techtable__wrapper>p {
  font-size: 18px;
  padding-left: 90px;
  color: #485F72;
  margin-bottom: 40px;
}

.techtable__wrapper>p span {
  color: #0386bd;
  margin-left: 28px;
}

.descr-line .edit-line {
  font-size: 20px;
  margin-bottom: 10px;
}

.descr-line .edit-line img {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

.descr-line .edit-line span {
  margin-right: 25px;
}

p.edit-line2 {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 28px;
}

p.edit-line2 {color: #0386bd;padding-left: 80px;}


p.edit-line3 {
  font-size: 17px;
  line-height: 27px;
  color: #35424D;
  padding-left: 80px;
  margin-bottom: 30px;
}

.descr-line {
  width: 320px;
}

table.description-table p {color: #35424D;margin-bottom: 0;font-size: 16px;}
p.edit-line2 span {
  color: #485F72;
}
p.title {
  margin-bottom: 0;
}

.serv-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.serv-imgs {
  display: flex;
}

.serv-imgs img {
  width: 210px;
  height: 160px;
  object-fit: cover;
}

p.serv-title {
  color: #202020;
  font-size: 20px !important;
  font-family: "Oswald Medium";
}

p.serv-num {
  width: 4%;
}

.serv-text {
  width: 53%;
}

p.serv-num {
  color: #202020;
  font-size: 20px;
  line-height: 24px;
  font-family: "Oswald Medium";
}
.serv-imgs img {
  margin-left: 10px;
}
a.serv-feed {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto Regular";
  background: #0386bd;
  border-radius: 4px;
  padding: 14px 36px;
  height: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}


form#zvonok22 {
  align-items: unset;
  justify-content: unset;
  display: block;
}

#forserv .footer__form-input {
  background: #EEF2F7;
  color: #000;
  font-size: 15px;
  padding: 15px 10px;
  width: 100%;
  margin-bottom: 20px;
}

#forserv .footer__form-input::placeholder {
  color: #9299A2;
}

#forserv .footer__form-line {
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 0;
}

#forserv .border {
  width: 100%;
}

#forserv .modal-content {
  width: 500px;
}

#forserv .modal-header {
  border-bottom: none;
  padding: 40px 60px;
}

#forserv p.figli {
  position: relative;
}

#forserv p.figli:before {
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 90px;
  height: 5px;
  background: #0386bd;
  border-radius: 5px;
  content: "";
}

form#zvonok22 p {
  font-size: 18px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 20px;
}

#forserv input.btn-send {
  font-size: 16px;
  color: #fff;
  width: auto !important;
  display: table !important;
  background: #0386bd;
  border-radius: 4px;
  text-transform: none;
  height: auto;
  padding: 13px 42px;
}
#forserv .modal-body {
  padding: 0px 20px;
}
#forserv button.close {
  position: relative;
  z-index: 2;
}
#forserv center.formSuccess {
  color: #333;
}
a.serv-feed {
  cursor: pointer;
}
span.bold {
  font-family: "Oswald Bold";
  font-size: 20px;
  line-height: 24px;
}

.top-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.top-text {
  margin-bottom: 20px;
  margin-top: -10px;
}
.bottom-text p {
  font-size: 16px;
  line-height: 24px;
}

.bottom-text ul li span {
  color: #0386bd;
  font-family: "Roboto Bold";
}

.bottom-text ul {
  padding-left: 50px;
}

.bottom-text ul li {
  position: relative;
  list-style-type: disc !important;
}
li.navigation__items {
  position: relative;
  overflow: hidden;
}

li.navigation__items ul {
  position: absolute;
  left: 0;
  width: max-content;
  background: #ffffffcc;
}

ul.navigation.nav-small li a {
  font-size: 1.6rem;
  color: #0386bd;
  font-family: "Roboto Medium";
}

ul.navigation.nav-small {
  padding: 15px 10px;
  transition: .4s;
  z-index: 1;
  height: 0;
  opacity: 0;
}

li.navigation__items.parent:hover {
  overflow: visible;
}

li.navigation__items.parent:hover ul, ul.navigation.nav-small:hover {
  opacity: 1;
  height: auto;
}
.bottom-text2 {
  margin-top: 40px;
}
.intext img {
  display: block;
  width: 60%;
  margin: 15px auto;
}
.serv-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serv-item {
  width: 46%;
}

.serv-text p {
  font-size: 15px;
  line-height: 24px;
}
.cit-block {
  width: 900px;
  margin: 40px auto;
  position: relative;
  padding: 50px 100px;
  background: rgba(29, 82, 168, 0.1);
}

.cit-block:before {
  position: absolute;
  left: 40px;
  top: 30px;
  content: "";
  background: url(../../../images/cit.svg) no-repeat;
  width: 24px;
  z-index: 1;
  height: 24px;
  background-size: contain;
  background-position: center;
}

.cit-block:after {
  position: absolute;
  right: 40px;
  top: 30px;
  content: "";
  background: url(../../../images/cit.svg) no-repeat;
  width: 24px;
  z-index: 1;
  height: 24px;
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
}
span.blue-bold {
  color: #0386bd;
  font-family: "Roboto Bold";
}
span.blue {
  color: #0386bd;
}
.perevozki {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.per-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.per-item img {
  width: 150px;
  border-radius: 50%;
  height: 150px;
  margin-bottom: 25px;
}

.per-item p {
  text-align: center;
  font-size: 20px;
}
p.per-title {
  font-size: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  font-family: "Roboto Bold";
}


.per-text {
  margin-top: 50px;
  font-size: 18px;
}

.per-text p {
  margin-bottom: 20px;
}
p.mini-title {
  margin-bottom: 30px;
  font-size: 18px;
}
.flex-block {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}

.flex-block>div {
  margin-right: 50px;
}
.serv-items {
  width: 100%;
}
.bottom-text ol li {
  list-style: decimal;
}

.bottom-text ol {
  padding-left: 15px;
}


.techtable__wrapper .sectionServices__button {
  margin-top: -20px;
  margin-bottom: 40px;
}

.techtable__wrapper .sectionServices__button a {
  width: auto;
  display: table;
  text-align: center;
  margin-left: 90px;
  font-size: 16px;
  padding: 15px;
}

.loplk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.table-width {
    width: 100%;
    overflow-x: scroll;
}

.table-width::-webkit-scrollbar-track{background-color:#ffffff;}
.table-width::-webkit-scrollbar{height:6px}
.table-width::-webkit-scrollbar-thumb{background-color:#0386bd;}

.description-table2 {
    text-align: center;
}

table.description-table2 tbody tr td:first-child {
    width: auto !important;
    padding: 10px !important;
}

table.descr-table1 tbody tr td:last-child {
    width: auto;
}

table.descr-table1 tbody tr td:first-child {
    width: auto;
}

.table-width {
    margin-top: 40px;
}
.description-table2 td {
    font-size: 10px !important;
    padding: 5px !important;
}

table.description-table2 tbody tr td:first-child {
    padding: 2px !important;
}

.list-intext ul li {
    position: relative;
    list-style-type: disc !important;
}

.list-intext ul {
    padding-left: 20px;
}

.list-intext ul li p {
    margin-bottom: 5px;
}
.mar-top {
    margin-top: 50px;
}

.loplk img {
    width: 230px;
    height: 130px;
    object-fit: contain;
    object-position: left;
}

.loplk>a {display: flex;justify-content: flex-start;width: 230px;}


.bl-text {
    width: 50%;
}

.bl-text p {
    line-height: 1.7;
  text-align: justify;
}

.bl-text>p:first-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
}

.bl-text>p:first-child::before {
    position: absolute;
    content: "";
    left: 0;
    width: 80px;
    height: 3px;
    background: #0386bd;
    bottom: 0;
    border-radius: 300px;
}

.bl-text>p:first-child a {
    color: #0386bd;
    font-weight: 700;
}

span.mis-title {
    font-weight: bold;
    color: #0386bd;
    text-decoration: underline;
}


.blue-line {
    width: 100%;
    background: #0386bd;
    border: 2px solid #0386bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.blue-line p {margin-bottom: 0;font-family: "Roboto Bold";}

.plus {
    background: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-block {
    padding: 50px 0;
    margin-right: auto;
    margin-left: auto;
}

.blue-line {
    cursor: pointer;
}
.section-margin {
    margin: 40px 0 0px;
}


.list-check ul li {
    position: relative;
    padding-left: 40px;
}

.list-check ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 25px;
    width: 12px;
    height: 12px;
    background: url(../../../images/check3.svg) no-repeat;
    background-size: contain;
}

.list-check ul li {
    list-style: none !important;
    border-bottom: 1px solid #A5A5A5;
    padding: 20px 0 20px 40px;
}

.list-check ul li p {font-family: "Roboto Bold";}

.list-check ul li:last-child {
    border-bottom: none;
}

.section-margin {
    width: 100%;
}
.gray-bgd {
    background: #F2F2F2;
}

.section-padding {
    padding: 34px 0;
}

section.sectionpreim {
    padding: 75px 0;
}

.adj-list li p {
    font-size: 18px;
    line-height: 21px;
    font-family: "Roboto Bold";
}

.adj-list ul li {
    list-style: none !important;
}

.adj-list ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adj-list ul li:first-child {
    width: 60%;
}

.adj-list ul li:last-child {
    width: 35%;
}
.adj-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adj-list ul li svg {
    width: 72px;
}

.adj-list ul li p {
    width: 90%;
    padding-left: 25px;
    margin-bottom: 0;
}

.adj-list ul {
    padding-bottom: 70px;
    border-bottom: 1px solid #868686;
    margin-bottom: 50px;
}

.blue-line {
    margin-top: 50px;
}





.rem .sectionServices__line {
    justify-content: flex-start;
    margin-bottom: 0;
}

.rem .sectionServices__items {
    height: 24rem;
    width: 23%;
    margin-right: 2%;
}

.vid-btn{
  width: auto;
    display: table;
    margin-top: 15px;
}

.blog.container.news_blog .item {
    display: flex;
    flex-direction: column;
}

.blog.container.news_blog {
    display: flex;
    flex-wrap: wrap;
}

.blog.container.news_blog .items-row {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 50px;
}

.blog.container.news_blog>h2 {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
}

.news_blog .item-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news_blog .page-header {
    margin: 5px 0 10px;
    border: none;
    padding-bottom: 0;
    order: 1;
}

.news_blog .page-header h2 {
    font-size: 19px;
    margin: 0;
}

.news_blog .page-header h2 a {
    color: #000;
    font-family: "Oswald Medium";
    line-height: 1.2;
}
.blog.container.news_blog .item>p {
    order: 2;
}

.blog.container.news_blog>h2 span {
    font-size: 4rem;
    color: #202020;
    font-family: "Oswald Regular";
}


.blog.container.news_blog>h2:before {
    content: '';
    width: 8.8rem;
    height: 5px;
    background: #0386bd;
    border-radius: 2rem;
    position: absolute;
    bottom: 0;
}

.news_blog.item-page .page-header h2 {
    font-size: 25px;
    margin: 0;
    font-family: "Oswald Regular";
    color: #202020;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.news_blog.item-page .page-header h2:before {
    content: '';
    width: 8.8rem;
    height: 5px;
    background: #0386bd;
    margin-top: 2.6rem;
    border-radius: 2rem;
    position: absolute;
    bottom: 0;
}

.item-page.container.news_blog {
    padding: 50px 0 100px;
    font-size: 16px;
    text-align: justify;
}

.item-page.container.news_blog p {
    line-height: 1.5;
}
.item-page .item-image img {
    width: 350px;
    margin: 0 20px 20px 0;
    height: 250px;
    max-width: 100%;
}
a.docs__link.pad-left {
    padding-left: 90px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.pull-left.item-image {
    order: -1;
    margin-bottom: 10px;
}

dl.article-info.muted {
    margin-bottom: 0;
}

.dee-fix-btn{
  margin-top: 0px !important;
}

.edit-line{
  margin-bottom: 30px;
}



.sectionForm__wrapper {
    display: flex;
    flex-direction: inherit;
    align-items: none;
    justify-content: space-between;
}


.sectionForm__mainForm{
    padding-top: 20px;
}

.disnone{
  display:none;
}

.butNewPage {
background:    #ffffff;
border-radius: 0px;
padding:       20px 45px;
color:         #0b5394;
display:       inline-block;
font:          normal bold 18px/1 "Open Sans", sans-serif;
text-align:    center;
}

.imgpogruz {
float: left;
margin-right: 30px;
}
.textpogruz {
      font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 37px;
    color: #1C1C1C;
}
.imgterminal {
float: left;
margin-right: 10px;
}
.textterminal {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 29px;
color: #1C1C1C;

}
.textstart {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 51px;
color: #003F72;
}
.textdesc {
  font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #1C1C1C;

}
li.circlevv {
    list-style-type: disc;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #003F72;
}
.finaltext {
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 36px;
color: #1C1C1C;

}
@media only screen and (max-width: 600px){
  div#sp-page-builder.sp-page-builder.page-1,
  div#sp-page-builder.sp-page-builder.page-2,
  div#sp-page-builder.sp-page-builder.page-3,
  body.jsBody.body.home-page,
  body.jsBody.body.internal-page {
    width: 600px;
  }
}
@media only screen and (max-width: 600px){
  .footer {
    width: 600px;
  }
}

.terminal-st-dostyk-services img {
    width: 60px;
    height: 60px;
}
.terminal-st-dostyk-row .sppb-column-addons {
  	display: flex;
    align-items: center;
    justify-content: center;
}
.terminal-st-dostyk-image img {
    object-fit: contain;
    max-width: 100% !important;
  	height: auto !important;
}
.edit-line.text-dark.align-items-start {
    align-items: start;
}
.edit-line.text-dark p {
    color: #000;
    font-family: "Roboto Regular";
}

.blog.container.news_blog .pagination {
  	display: flex;
    flex-direction: column;
    justify-content: end;
}
.blog.container.news_blog .pagination ul {
  	display: flex
}
.blog.container.news_blog .pagination ul li {
  	margin: 0 20px 0 0;
}

/* vas_dev */
.topBar__navigation .navigation {
  margin-bottom: 0px !important;
}
p.topBar__phone {
  margin-bottom: 0px !important;
}
.mod-languages .dropdown-menu {
  min-width: auto !important;
}

/* vas_dev dostyk module */

.dostyk-module {
  width: 1170px;
  margin: 80px auto 80px auto;
}
.items-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.items-logo img {
  margin: 0 auto;
  width: 100px;
  height: auto;
  object-fit: cover;
}

.items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.module-item .text {
  max-width:320px;
}

@media (min-width:320px) and (max-width:767px){
  .wrapper {
      width: 96%;
  }
  .module-item {width: 100%;}
}

.module-item .icon {
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

.jr_full img {
  vertical-align: middle;
  max-width: 100%;
}

.iframe_video {
	height: 0px;
	padding-bottom: 56.2%;
	position: relative;
  margin: 30px 0;
}
.iframe_video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
