/*
Theme Name: default
*/
@font-face { font-family: 'Montserrat'; src: url("fonts/Montserrat-Bold.eot"); src: url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; }

@font-face { font-family: 'Montserrat'; src: url("fonts/Montserrat-Regular.eot"); src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: swap; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus { outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration { -webkit-appearance: none; -moz-appearance: none; }

input[type='search'] { -webkit-appearance: none; -moz-appearance: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; max-width: 100%; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/** Correct margin displayed oddly in IE 6/7. */
form { margin: 0; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type='checkbox'], input[type='radio'] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type='search'] { -webkit-appearance: textfield; /* 1 */ -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

html, button, input, select, textarea { color: #222; }

::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

img { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

body { font-family: 'Montserrat'; font-size: 15px; line-height: 18px; }

strong { font-weight: bold; }

.title { font-size: 28px; line-height: 34px; font-weight: bold; }

.header { color: #333; font-size: 15px; line-height: 18px; background-color: #fff; padding: 20px 0; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-bottom: 50px; }

.header .logo__image { display: block; margin-right: 25px; width: 71px; }

.header .info__line { width: 1px; height: 52px; margin: 0 19px; background-color: #333; }

.header .information:first-child { margin-right: 0; }

.header .information__adress { text-align: end; }

.header .information__adress span { font-weight: bold; }

.header .information__tel { text-align: end; }

.header .information__tel a { color: #333; font-weight: bold; text-decoration: none; font-size: 26px; line-height: 32px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.header .information__tel a:hover { color: #2e70fd; }

.header .information__mail { text-align: end; }

.header .information__mail a { color: #333; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.header .information__mail a:hover { color: #2e70fd; }

.header__nav { margin-top: 20px; }

@media screen and (max-width: 767px) { .header .logo__image { margin-right: 0; }
  .header .logo__text { text-align: center; }
  .header .information__mail { text-align: center; } }

.navigation { margin-right: 100px; }

.navigation .menu__item { position: relative; }

.navigation .menu__item.active a { color: #2e70fd; }

.navigation .menu__link { text-transform: uppercase; text-decoration: none; color: #333; display: inline-block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.drop { display: none; position: relative; }

.drop__link { display: block; color: #333; text-transform: uppercase; text-decoration: none; margin-top: 15px; }

.drop__link.active { color: #2e70fd; }

.drop::before { content: ''; display: block; position: absolute; width: 1px; height: 80%; left: 30%; -webkit-transform: translateY(20%); transform: translateY(20%); background-color: #ccc; }

.children__list { display: none; margin-top: 20px; }

.children__item { list-style: disc; }

.children__link { color: #333; text-decoration: none; line-height: 24px; }

.children__link:hover { color: #2e70fd; }

.burger { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; width: 30px; height: 30px; -webkit-box-shadow: 2px 2px 4px #333; box-shadow: 2px 2px 4px #333; }

.burger .menu-line { width: 15px; height: 2px; background-color: #2e70fd; margin-bottom: 2px; }

.burger .menu-line:last-child { margin-bottom: 0; }

.mobile { display: none; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 10; }

.mobile__nav { background-color: #fff; width: 80%; height: 100%; z-index: 15; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

.mobile__nav.active { -webkit-transform: translateX(0%); transform: translateX(0%); }

.mobile__list { position: absolute; top: 0; left: 0; padding: 30px 10px 10px; }

.mobile__list .mobile__link { text-transform: uppercase; }

.mobile__sublist { position: absolute; width: 100%; background-color: #fff; top: 0; left: 0; padding: 30px 10px 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 20; }

.mobile__ssublist { position: absolute; width: 100%; background-color: #fff; top: 0; left: 0; padding: 30px 10px 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 25; }

.mobile__sublist.active, .mobile__ssublist.active { -webkit-transform: translateX(0%); transform: translateX(0%); }

.mobile__item { margin-bottom: 15px; }

.mobile__link { color: #333; text-decoration: none; }

.mobile .close { position: absolute; top: 10px; right: 10px; color: #fff; font-size: 75px; cursor: pointer; }

@media screen and (max-width: 960px) { .navigation { margin-right: 0; } }

.switcher-list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.switcher-list li { margin-left: 10px; }

.switcher-list li a { text-decoration: none; }

.switcher-list li.active { color: #2e70fd; text-decoration: underline; }

.switcher-list li.active span { color: #2e70fd; }

.breadcrumbs { margin-bottom: 20px; }

.breadcrumbs__link { display: inline-block; position: relative; color: #2e70fd; text-decoration: none; }

.breadcrumbs__link::after { content: ''; width: 100%; height: 1px; background-color: #2e70fd; position: absolute; top: calc(100% + 3px); left: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.breadcrumbs__link:hover::after { -webkit-transform: scaleX(1); transform: scaleX(1); }

.left_bar { padding: 20px; background-color: #ecf0f1; }

.left__menu .menu__item { margin-bottom: 20px; }

.left__menu .menu__item:last-child { margin-bottom: 0; }

.left__menu .menu__link { font-weight: bold; }

.left__menu a { display: inline-block; color: #333; text-decoration: none; line-height: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.left__menu a:hover { color: #2e70fd; -webkit-transform: translateX(5px); transform: translateX(5px); }

.in_numbers { margin-top: 60px; margin-bottom: 100px; }

.aboutUs .in_numbers { margin-top: 0; }

.card { text-align: center; }

.card:last-child { margin-top: 45px; }

.card__numbers { font-size: 35px; line-height: 45px; font-weight: bold; color: #2e70fd; padding-bottom: 15px; border-bottom: 1px solid #333; }

.card__text { padding-top: 15px; }

@media screen and (max-width: 767px) { .in_numbers { margin-top: 0; } }

.delivery { position: relative; margin: 300px 0 100px 0; background-color: #f8f8f8; padding: 300px 0 100px 0; }

.delivery__title { margin-bottom: 15px; }

.delivery__title span { color: #2e70fd; }

.delivery .item { margin-top: 30px; }

.delivery .item__step { padding: 155px 0 5px 10px; margin-bottom: 20px; color: #fff; text-transform: uppercase; font-size: 32px; line-height: 39px; font-weight: bold; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

.delivery .item__text span { color: #2e70fd; font-weight: bold; }

.bar { border: 1px solid #c4c4c4; padding: 20px 10px; margin-bottom: 30px; }

.bar:last-child { margin-bottom: 0; }

.bar__title { text-transform: uppercase; margin-bottom: 20px; }

.bar__link { text-decoration: none; color: #333; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.bar__item { background-color: #ecf0f1; padding: 16px 0 16px 18px; margin-bottom: 10px; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.bar__item:hover { background-color: #2e70fd; }

.bar__item:hover .bar__link { color: #fff; }

.contact { position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.contact__paper { background-color: #fff; padding: 35px 0; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); width: 1140px; }

.contact__title { font-size: 40px; line-height: 49px; font-weight: bold; margin-bottom: 45px; }

.contact__title span { color: #2e70fd; }

.contact form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.form__label { color: #2e70fd; font-weight: bold; }

.form__input { font-family: 'Montserrat'; width: 100%; border: none; border-bottom: 1px solid #000; padding-bottom: 15px; margin-top: 15px; margin-bottom: 30px; }

.form__input:placeholder-shown { font-family: 'Montserrat'; color: #333; }

.form__button { font-family: 'Montserrat'; width: 100%; text-transform: uppercase; color: #fff; font-weight: bold; padding: 25px 0; border: none; background-color: #333; }

.form__button:hover { background-color: #2e70fd; }

.wpcf7-not-valid-tip { position: absolute; bottom: -35px; }

@media screen and (max-width: 960px) { .contact__paper { width: 690px; padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 767px) { .contact__paper { width: 280px; }
  .contact__title { font-size: 20px; line-height: 24px; } }

.about { margin-bottom: 100px; padding: 0 0 45px; }

.about__title { margin-bottom: 45px; }

.about__block { border-top: 1px solid #c4c4c4; padding: 25px 0; }

.about__block:last-child { border-bottom: 1px solid #c4c4c4; }

.about__block strong { font-size: 20px; }

.about__block p { line-height: 25px; }

.about__map { width: 100%; height: 250px; }

.main { background-color: #fff; }

.service, .catalog { margin-bottom: 100px; }

.service .item, .catalog .item { display: block; position: relative; height: 200px; color: #fff; text-transform: uppercase; font-weight: bold; text-decoration: none; margin-top: 30px; }

.service .item__wrap, .catalog .item__wrap { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.service .item__text, .catalog .item__text { margin: auto; text-align: center; max-width: 40%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.service .item--0 .item__text, .service .item--1 .item__text, .catalog .item--0 .item__text, .catalog .item--1 .item__text { max-width: 50%; }

.service .item--3 .item__text, .service .item--5 .item__text, .catalog .item--3 .item__text, .catalog .item--5 .item__text { max-width: 69%; }

.service .item:hover .item__wrap, .catalog .item:hover .item__wrap { background-color: rgba(0, 0, 0, 0.8); }

.service .item:hover .item__text, .catalog .item:hover .item__text { text-decoration: underline; }

@media screen and (max-width: 960px) { .service .item__text, .catalog .item__text { max-width: 100%; } }

.content__main { position: relative; height: 510px; background-repeat: no-repeat; background-size: cover; }

.content__wrap { position: absolute; width: 100%; background-color: rgba(46, 112, 253, 0.9); padding: 30px 20px; bottom: 0; }

.content__title { font-size: 20px; font-weight: bold; line-height: 24px; color: #fff; margin-bottom: 20px; }

.content__text { color: #fff; }

.content__text p:first-child { margin-bottom: 15px; }

.aboutUs__title { text-align: center; }

.site_map { background-color: #ecf0f1; padding: 50px 0; }

.site_map .map__list { -webkit-columns: 4; columns: 4; }

.site_map .map__list a { text-decoration: none; color: #333; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.site_map .map__list a:hover { color: #2e70fd; }

.site_map .map__item { margin-top: 20px; }

.site_map .map__item:first-child { margin-top: 0; }

.site_map .map__link { font-weight: bold; }

.site_map .map__subitem { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.site_map .map__subitem::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #333; margin-right: 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.site_map .map__subitem:hover::before { background-color: #2e70fd; }

.footer { color: #fff; font-size: 15px; line-height: 18px; background-color: #333; padding: 20px 0; }

.footer .logo__image { display: block; margin-right: 25px; width: 71px; }

.footer .info__line { width: 1px; height: 52px; margin: 0 19px; background-color: #fff; }

.footer .information:first-child { margin-right: 39px; }

.footer .information__adress { text-align: end; }

.footer .information__adress span { font-weight: bold; }

.footer .information__tel { text-align: end; }

.footer .information__tel a { color: #fff; font-weight: bold; text-decoration: none; font-size: 26px; line-height: 32px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.footer .information__tel a:hover { color: #2e70fd; }

.footer .information__mail { text-align: end; }

.footer .information__mail a { color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.footer .information__mail a:hover { color: #2e70fd; }

@media screen and (max-width: 767px) { .footer .logo__image { margin-right: 0; }
  .footer .logo__text { text-align: center; }
  .footer .information:first-child { margin-right: 0; }
  .footer .information__mail, .footer .information__tel { text-align: center; } }

.tablepress thead th { background-color: #333 !important; color: #fff; height: 50px; }

.tablepress .odd td, .tablepress .even td { border: none; height: 50px; }

@media screen and (max-width: 767px) { .tablepress { display: block; overflow-x: scroll; } }

@media screen and (max-width: 767px) { body { overflow-x: hidden; } }

.link__work { font-size: 18px; font-weight: bold; margin-bottom: 40px; }

.link__work a { text-decoration: none; font-size: 18px; font-weight: bold; color: #2e70fd; }
/*# sourceMappingURL=style.css.map */