/*
Theme Name: Divnor
Version: 1.0
Author: A.S.
*/

/* NORMALIZE */
html {line-height: 1.15; -webkit-text-size-adjust: 100%; }/*** Remove the margin in all browsers.*/body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}/*** 1. Add the correct box sizing in Firefox.* 2. Show the overflow in Edge and IE.*/hr {box-sizing: content-box; height: 0; overflow: visible; }pre {font-family: monospace, monospace; font-size: 1em; }/*** Remove the gray background on active links in IE 10.*/a {background-color: transparent;}abbr[title] {border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }b,strong {font-weight: bolder;}code,kbd,samp {font-family: monospace, monospace; font-size: 1em; }small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}/*** Remove the border on images inside links in IE 10.*/img {border-style: none;}/*** 1. Change the font styles in all browsers.* 2. Remove the margin in Firefox and Safari.*/button,input,optgroup,select,textarea {font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }button,input { overflow: visible;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"],[type="radio"] {box-sizing: border-box; padding: 0; }[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield; outline-offset: -2px; }[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button; font: inherit; }/** Add the correct display in Edge, IE 10+, and Firefox.*/details {display: block;}summary {display: list-item;}/*** Add the correct display in IE 10+.*/template {display: none;}[hidden] {display: none;}
/* NORMALIZE END */

/* FONTS */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/wp-content/themes/avega/assets/fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 300;
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/wp-content/themes/avega/assets/fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/wp-content/themes/avega/assets/fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('/wp-content/themes/avega/assets/fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
}
/* FONTS END */

/* MAIN STYLES */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;;
}
.container {
  width: 1161px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header {
  padding-top: 1.7em;
  padding-bottom: 1.56em;;;;

}
.header__container {
  display: flex;
  flex-wrap: nowrap;;;;

}
.header__logo {

}
.header__logo-img {
  max-width: 244px;;

}
.header__menu {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	margin: -.5em -.665em;
	padding-left: 3.2em;
	padding-right: 3em;
	padding-top: .58em;
}
.header__menu-item {;
  margin: .5em .665em;
}
.header__menu-item--has-submenu {
  position: relative;;
}
.header__menu-item--has-submenu:hover .header__submenu {
  opacity: 1;
  pointer-events: all;
  z-index: 9;
}
.header__menu-link {
  white-space: nowrap;
  text-decoration: none;
  color: #282828;
  font-weight: 600;
  transition: all .2s ease-in-out;;;;;;

}
.header__menu-link:hover {
  color: #777;
}
.header__menu-link--current {
  border-bottom: 2px solid #e61a1a;
  padding-bottom: .3em;;;

}
.header__menu-toggler {
  display: none;
  position: relative;
  width: 33px;
  height: 20px;
  border-bottom: 3px solid #434343;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin: auto auto auto 3em;;;
}
.header__menu-toggler:before, 
.header__menu-toggler:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #434343;
  transition: all .2s ease-in-out;
}
.header__menu-toggler:before {
  top: 0;
}
.header__menu-toggler:after {
  top: 50%;;
}
.header__menu-toggler--is-open {
  border-bottom: 3px solid transparent;
}
.header__menu-toggler--is-open:before {
  transform: rotate(45deg);
  top: 10px;;;;

}
.header__menu-toggler--is-open:after {
  transform: rotate(-45deg);
}
.header__submenu {
  transition: all .2s ease-in-out;
  background-color: #fff;
  padding: .5em 0;
  min-width: 215px;
  position: absolute;
  left: 0;
  bottom: 3px;
  transform: translateY(100%);

  opacity: 0;
  list-style: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  z-index: -1;;;;;
}
.header__submenu-item {
  padding: .15em .7em;;

}
.header__submenu-link {
  text-decoration: none;
  color: #282828;;;

}
.header__contacts {
  padding-left: 1.7em;
  background-size: 25px 25px;
  background-position: 5px 8px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/phone.svg);
  display: flex;
  flex-direction: column;
  width: 207px;
  align-items: flex-start;;;;;
}
.header__contacts-phone {
  transition: all .2s ease-in-out;
  font-size: 1.4rem;
  color: #282828;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding-left: .66em;
  white-space: nowrap;
  letter-spacing: -.16px;;;;;;
}
.header__contacts-phone:hover {
  color: #666;
}
.header__contacts-callback {
  transition: all .2s ease-in-out;
  font-size: 1rem;
  color: #e31e24;
  text-decoration: none;
  font-weight: 500;
  background-image: linear-gradient(to right, #e31e24 50%, transparent 50%);
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: .2em;
  line-height: 1;
  margin-left: .9em;;;;;;
}
.header__contacts-callback:hover {
  background-image: none;
}
.present-block {
  padding-top: .7em;
  background-size: cover;
  background-image: url(/wp-content/themes/avega/assets/images/present-bg.png);
}
.present__container {
  display: flex;
  flex-wrap: nowrap;
  width: 1261px;
  transform: translateX(51px);;;;;;
}
.present__title {
  font-size: 2.3rem;
  color: #44536f;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1.25;
  letter-spacing: -.1px;;;;;;
}
.present__title strong {
  font-weight: 700;
}
.present__description {
  font-size: 1.115rem;
  color: #44536f;
  margin-top: 0;
  margin-bottom: 1.8em;
  padding-right: 2em;
  line-height: 1.6;;;;;
}
.present__image {;;;;;
  display: flex;;;;;;
  align-items: flex-end;;;;;;
  width: 43%;;;;;;
  justify-content: flex-end;;;;;;;;

}
.present__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;;;;;

}
.button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: .98rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.7px;
  display: inline-block;
  padding: 1.05em 4.3em 1.1em 1.8em;;
  border-radius: 30px;
  border-bottom: 3px solid #b41818;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  background: linear-gradient(to top, #e61a1a, #ff3737);
}
.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/avega/assets/images/btn-arrow.svg);
  background-size: 33px 34px;
  background-repeat: no-repeat;
  background-position: calc(100% - .8em) 50%;
}
.button:hover {
  box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.4); 
  color: #eee;
  border-bottom: 3px solid #ef2424;
}
.button--common {
  color: #545d67;
  background: #fff;
  border: 1px solid #f2f5f8;
  box-shadow: none;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .2px;
  padding: .5em 3.4em .76em 1.6em;
  background-image: url(/wp-content/themes/avega/assets/images/btn-common-arrow.svg);
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25em) 50%;
  transition: all .2s ease-in-out;
  min-width: 117px;;;;;;;;;;;;;
}
.button--common:after {
  display: none;
}
.button--common:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
  border: 1px solid #f2f5f8;
  color: #545d67;
}
.button-box {
  position: relative;
}
.button--phone {
  position: relative;
}
.button--phone:after, 
.button-box--phone:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/avega/assets/images/btn-phone.svg);
  background-size: 38px 39px;
  background-repeat: no-repeat;
  background-position: calc(100% - .87em) 42%;
  pointer-events: none;;
}
.present__info {
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 1em;
  padding-bottom: .3em;;

}
.title {

  font-size: 1.83rem;
  color: #282828;
  margin-top: 0;
  margin-bottom: 1.7em;
  position: relative;
  padding-bottom: .53em;

  text-align: center;;
}
.title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  height: 3px;
  background-color: #e31e24;
}
.our-features {
  padding-top: 3.95em;
  background-size: cover;
  background-image: url(/wp-content/themes/avega/assets/images/features-bg.png);
  padding-bottom: 2.16em;;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;;;;;;

}
.features__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.2em;
  box-sizing: border-box;
  margin-bottom: 2.69em;;;;;;;;

}
.features__item-pic {
  transition: all .2s ease-in-out;
  width: 202px;
  height: 202px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 7px solid #e9eef7;
  box-shadow: 0 0 0 1px #d3dbe9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  box-sizing: border-box;
  margin-bottom: .99em;;;;;;;
}
.features__item-pic:hover {
  border: 3px solid #e9eef7;
}
.features__item-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;;;;;

}
.features__item-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #282828;
  text-align: center;
  line-height: 1.15;;;;;;;

}
.our-partners__title {
  margin-bottom: 1.6em;
}
.partners {
  position: relative;
}
.partners__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.partners__control--left {
  left: -84px;
}
.partners__control--left:hover {
  left: -89px;
}
.partners__control--right {
  right: -84px;
  transform: translateY(-50%) scale(-1);
}
.partners__control--right:hover {
  right: -89px;
}
.partners .slick-track {
  margin: 0 -15px;
}
.partners .slick-slide {
  margin: 0 15px;
}
.partners .slick-slide:focus {
  outline: none;
}
.our-partners {
  padding-top: 3.4em;
  padding-bottom: 4em;;
}
.latest-news {
  padding-top: 4.1em;
  background-size: cover;
  background-image: url(/wp-content/themes/avega/assets/images/latest-news-bg.png);
  padding-bottom: 5.1em;;
}
.latest-news__title {
  margin-bottom: 1.5em;
}
.latest-news__items {
  display: flex;
  flex-wrap: nowrap;
  margin: -1.5em -.9em;
}
.latest-news__item {
  width: 50%;
  margin: 1.5em .9em;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.95em 0 .7em 0;
  box-sizing: border-box;
}
.latest-news__item--full {
	width: 100%;
}
.latest-news__item-header {
  padding: 0 1.9em 0 2.06em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;;;;
}
.latest-news__item-title {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 1.6em;
  background-image: url(/wp-content/themes/avega/assets/images/latest-icon.svg);
  background-repeat: no-repeat;
  min-height: 45px;
  background-size: 32px 32px;
  background-position: 6px 6px;
  margin-top: 0;
  margin-bottom: 1em;;;;
}
.articles-item, 
.latest-news__teaser {
  display: flex;
  border-top: 1px solid #f2f5f8;
  padding: 1.35em 1.9em 1em 2.3em;
  margin-bottom: .47em;
}
.articles-item {
  padding-left: 0;
  padding-right: 0;
}
.articles-item:first-child {
  border-top: 0;
}
.articles-item-pic, 
.latest-news__teaser-pic {
  display: block;
  cursor: pointer;
  width: 268px;
  height: 188px;
  margin-right: 32px;
  background-color: #1c1c1c;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 1px #f2f5f8;
  background-size: cover;
  background-position: center;
  flex: 0 0 268px;;;;;
}
.latest-news__teaser-pic {
  width: 181px;
  height: 128px;
  flex: 0 0 181px;;;;;
}
.articles-item-date, 
.latest-news__teaser-date {
  font-size: .87em;
  color: #b4b4b4;
  padding-left: 1.9em;
  background-image: url(/wp-content/themes/avega/assets/images/date-icon.svg);
  background-repeat: no-repeat;
  min-height: 21px;
  background-size: 18px 19px;
  background-position: 0;;
  display: block;
  margin-bottom: .4em;;;;;;;;
}
.articles-item-title, 
.latest-news__teaser-title {
  font-weight: 700;
  color: #282828;
  margin-top: 0;
  margin-bottom: .45em;
  font-size: 1.11rem;
  position: relative;
  left: -1px;;;;
}
.articles-item-title {
  font-size: 1.06rem;
  margin-bottom: .9em;;;
}
.articles-item-link, 
.latest-news__teaser-link {
  color: #282828;
  text-decoration: none;
}

.articles-item-link:hover,
.latest-news__teaser-link:hover {
  text-decoration: underline;
}
.articles-item-text, 
.latest-news__teaser-text {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  position: relative;
  left: -3px;
  line-height: 1.45;;;;;
}
.articles-item-text {
  margin-bottom: 1.25em;
  font-size: .87rem;;
}
.description {
  color: #282828;
  font-size: 1.1rem;
  margin-bottom: 2.7em;
  margin-top: 0;
  text-align: center;
  letter-spacing: .15px;;;;
}
.callback-us {
  padding-top: 3.15em;
  background-size: cover;
  background-image: url(/wp-content/themes/avega/assets/images/callback-us-bg.png);
  padding-bottom: 4.5em;;
}
.callback-us__title {
  margin-bottom: .37em;;

}
.form {
  margin: -.25em -1em;
  display: flex;
  flex-wrap: wrap;
}
.form__component {
  margin: .25em 1em;
  width: calc(33.3% - 2em);
  box-sizing: border-box;;
}
.form__component--name {
  width: calc(35.7% - 2em);
}
.form__component--phone {
  width: calc(31.6% - 2em);
}
.form__component--submit {
  width: calc(32.7% - 2em);
  padding-left: .7em;;
}
.form__component--full {
	width: calc(100% - 2em);
}
.form__component--full.form__component--submit {
	margin: 1.25em 1em .25em 1em;
	padding-left: 0;
}
.form__text {
	transition: all .2s ease-in-out;
  background-color: #fff;
  border-radius: 30px;
  padding: 1.3em 1.6em 1.34em 1.6em;
  font-size: 1.1rem;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;;
}
.form__text--border {
	border: 1px solid #e6e6e6;
}
.form__text.wpcf7-not-valid {
	border-color: red;
}
.form__text:focus {
  outline: none;
}
.form__text::-moz-placeholder {
  color: #787878;
  font-size: .97rem;
  text-align: center;
}
.form__text::-webkit-input-placeholder {
  color: #787878;
  font-size: .97rem;
  text-align: center;
}
.form__text:-ms-input-placeholder {
  color: #787878;
  font-size: .97rem;
  text-align: center;
}
.form__text::-ms-input-placeholder {
  color: #787878;
  font-size: .97rem;
  text-align: center;
}
.form__text::placeholder {
  color: #787878;
  font-size: .97rem;
  text-align: center;
}
.form__text--name {
  padding-left: 3em;
  background-size: 13px 16px;
  background-position: 1.4em 50%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/text-name.svg);
  padding-right: 3em;;
}
.form__text--phone {
  padding-left: 3em;
  background-size: 13px 13px;
  background-position: 1.4em 50%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/text-phone.svg);
  padding-right: 3em;;
}
.form__submit {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 1.26em 4.3em 1.2em 1.8em;
  font-size: 1.1rem;
  display: block;
  letter-spacing: 2.15px;;;;;;
}
.form__submit:focus {
  outline: none;
}
.footer {
  padding-top: 3.46em;
  background-size: cover;
  background-image: url(/wp-content/themes/avega/assets/images/footer-bg.png);;
}
.footer__columns {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5em -1em;
  margin-bottom: 1.05em;;;
}
.footer__column-menu {
  width: calc(43.5% - 2em);
  margin: 1.5em 1em;
  padding-top: .1em;;
}
.footer__column-contacts {
  width: calc(30.5% - 2em);
  margin: 1.5em 1em;
  padding-top: .1em;;
}
.footer__column-socials {
  width: calc(25.2% - 2em);
  margin: 1.5em 1em;;
}
.footer__menu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;list-style: none;
  flex-wrap: wrap;;;;;;

}
.footer__menu-item {
  width: 31.4%;
  margin-bottom: .79em;;;

}
.footer__menu-item:nth-child(4n), 
.footer__menu-item:first-child {
  width: 43%;
}
.footer__menu-item:nth-child(3n) {
  width: 25%;
}
.footer__menu-link {
  text-decoration: none;
  font-weight: 500;
  font-size: .96rem;
  text-transform: uppercase;
  color: #ffffff;;;;;;;

}
.footer__menu-link:hover {
  text-decoration: underline;
}
.contacts {
  margin-bottom: .4em;
}
.contacts--phone {
  padding-left: 3.1em;
  background-size: 31px 31px;
  background-position: 3px 7px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/contacts-phone.png);
  display: flex;
  flex-direction: column;
  align-items: flex-start;;;;;
}
.contacts--place {
  padding-left: 3.05em;
  background-size: 25px 36px;
  background-position: 6px 9px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/contacts-place.png);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  padding-top: .4em;
  font-size: 1rem;
  letter-spacing: .5px;;;;;;;;;;;;
}
.contacts--mail {
  padding-left: 3.2em;
  background-size: 37px 26px;
  background-position: 1px 10px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/contacts-mail.png);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;;;;;;
}
.contacts__phone {
  text-decoration: none;
  font-size: 1.38rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;;;
}
.contacts__phone:hover {
  text-decoration: underline;
}
.contacts__email {
  font-size: 1.24rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  line-height: 1;;;;
}
.contacts__email:hover {
  text-decoration: underline;
}
.contacts__schedule {
  margin-top: 0;
  margin-bottom: 0;;
  font-size: .867rem;
  line-height: 1.7;
  color: #dadde3;;;;;
}
.socials-items {
  display: flex;
  flex-wrap: wrap;
  margin: -.3em -.62em;
  margin-bottom: 1.2em;
  padding-left: 0;
  list-style: none;;;
}
.socials-item {
  margin: .3em .62em;
}
.socials-link {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #99abcb;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 55% 55%;
  background-position: center;
  transition: all .2s ease-in-out;;
}
.socials-link:hover {
  background-color: #99abcb;
}
.socials-link--ok {
  background-image: url(/wp-content/themes/avega/assets/images/socials-ok.svg);
}
.socials-link--tw {
  background-image: url(/wp-content/themes/avega/assets/images/socials-tw.svg);
}
.socials-link--ig {
  background-image: url(/wp-content/themes/avega/assets/images/socials-ig.svg);
}
.socials-link--vk {
  background-image: url(/wp-content/themes/avega/assets/images/socials-vk.svg);
}
.socials-link--fb {
  background-image: url(/wp-content/themes/avega/assets/images/socials-fb.svg);
}
.footer__about {
  background-color: #353f54;
  padding-top: 1.25em;
  padding-bottom: 1.3em;
}
.footer__about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;;
}
.footer__logo-img {
  max-width: 196px;
}
.footer__logo {
  margin-right: 4.9em;
}
.footer__about-items {
  display: flex;
  flex-wrap: wrap;
}
.footer__about-item {
  color: #9aa0aa;
  font-size: .87rem;
  font-weight: 500;
  margin-right: 1.6em;
}
.footer__terms {
  text-decoration: none;
  color: #9aa0aa;
}
.footer__terms:hover {
  text-decoration: underline;
}
.banner {
  padding-top: 4em;
  padding-bottom: 3.96em;
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/themes/avega/assets/images/banner-bg.png);
}
.banner__single {
  padding-top: 2.97em;
  padding-bottom: 2.95em;;;

}
.banner__container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;;
}
.banner__title {
  text-transform: uppercase;
  font-size: 2.3rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #44536f;
  flex: 1;
  padding-right: 1em;
  line-height: 1.25;;;;;;;

}
.page-breadcrumbs {
  padding-top: .78em;
  padding-bottom: .9em;
  border-bottom: 1px solid #ebeef2;;;;

}
.breadcrumbs {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;;;;;

}
.breadcrumbs-item {
  display: inline-block;
}
.breadcrumbs-link:after {
  content: '';
  margin-left: 10px;
  margin-right: 3px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  background-image: url(/wp-content/themes/avega/assets/images/breadcrumbs-arrow.svg);
  display: inline-block;;;
}
.breadcrumbs-link {
  color: #e31e24;
  text-decoration: none;
  font-size: .87rem;;
}
.breadcrumbs-link:hover {
  text-decoration: underline;
}
.breadcrumbs-label {
  color: #44536f;
  font-size: .88rem;
}
.articles {
  padding-top: .5em;
  padding-bottom: 4.25em;;;

}
.articles-item-readmore {
  transition: all .2s ease-in-out;
  min-width: 130px;
  color: #44536f;
  font-size: .88rem;
  padding: .56em 1em .5em 1em;
  border: 2px solid #44536f;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  text-align: center;;;;;
}
.articles-item-readmore:hover {
  color: #fff;
  background-color: #44536f;
}
.articles-item-info {
  padding-top: .45em;;

}

.articles-item {
  margin-bottom: 1.15em;;;;;
}
.articles-item:last-child {
  border-bottom: 1px solid #ebeef2;
  padding-bottom: 1.75em;;;;;;
}
.articles-items {
  margin-bottom: 2.77em;
}
.article-pagination {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -.3em -.86em;
  justify-content: center;
}
.article-pagination__item {
  margin: .3em .86em;
}
.page-numbers, 
.article-pagination__link {
  transition: all .2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #44536f;
  border: 2px solid #44536f;
  width: 49px;
  height: 49px;;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;;;;
}
.page-numbers.current, 
.article-pagination__link--current {
  pointer-events: none;
  border-color: #f32929;
  background-color: #f32929;
  color: #fff;
}
.page-numbers.prev, 
.page-numbers.next, 
.article-pagination__link--prev, 
.article-pagination__link--next {
  position: relative;
}
.page-numbers.prev:after, 
.page-numbers.next:after, 
.page-numbers.prev:before, 
.page-numbers.next:before, 
.article-pagination__link--next:after, 
.article-pagination__link--prev:after, 
.article-pagination__link--next:before, 
.article-pagination__link--prev:before {
  content: '';
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 32% 34%;
  background-position: 54% 50%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/avega/assets/images/paginate-arrow.svg);
}
.page-numbers.prev:after, 
.page-numbers.next:after, 
.article-pagination__link--next:after, 
.article-pagination__link--prev:after {
  opacity: 0;
  background-image: url(/wp-content/themes/avega/assets/images/paginate-arrow-reverse.svg);
}
.page-numbers.prev, 
.article-pagination__link--prev {
  transform: scale(-1);
}
.page-numbers.prev:hover, 
.page-numbers.next:hover, 
.article-pagination__link:hover,
.article-pagination__link:hover {
  background-color: #44536f;
  color: #fff;
}
.page-numbers.prev:hover:before, 
.page-numbers.next:hover:before, 
.article-pagination__link--next:hover:before,
.article-pagination__link--prev:hover:before {
  opacity: 0;
}
.page-numbers.prev:hover:after, 
.page-numbers.next:hover:after, 
.article-pagination__link--next:hover:after,
.article-pagination__link--prev:hover:after {
  opacity: 1;
}
.content__container {
  padding-top: 2.25em;
  padding-bottom: 2.1em;;;;
  min-height: 252px;
}
.content__container img {
  max-width: 100%;
}
.content__container p {
  margin-top: 0;
  margin-bottom: 1.6em;
  letter-spacing: -.08px;
  line-height: 1.5;
  padding-right: .88em;;;;;;;
}
.content__container ul, 
.content__container ol {
  counter-reset: items;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2.2em;
}
.content__container ul li,
.content__container ol li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 1.3em;
  letter-spacing: -.1px;
  line-height: 1.3;;;;
}
.content__container ul li:last-child, 
.content__container ol li:last-child {
  margin-bottom: 0;
}
.content__container ol li:before {
  counter-increment: items;
  content: counters(items,".") " ";
  position: absolute;
  left: 3px;
  top: 1px;
  display: flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e31e24;
  border-radius: 50%;
  font-size: .55rem;
}
.content__container ul li:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 7px;
  display: flex;
  width: 7px;
  height: 7px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e31e24;
  border-radius: 50%;
}
.content__container blockquote {
  margin: 0;
  margin-bottom: 1.3em;
  padding: .55em 1.15em;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  font-weight: 700;
  color: #e31e24;
  font-size: 1.11rem;
  letter-spacing: .06px;;;;;;;;

}
.content__container blockquote p:last-child {
	margin-bottom: 0;
}
.content__container strong {
  font-weight: 700;
  font-size: 1.124rem;;
}
.wpcf7-not-valid-tip, 
.wpcf7-response-output, 
.screen-reader-response {
	display: none !important;
}
.close-btn {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 2px 0 13px rgba(0, 0, 0, 0.5);
	background-color: #ec2121;
	position: absolute;
	cursor: pointer;
	transition: all .2s ease-in-out
}
.close-btn:before,
.close-btn:after {
	content: '';
	position: absolute;
	top: 43%;
	left: 13%;
	width: 75%;
	height: 4px;
	border-radius: 8px;
	background-color: #fff
}
.close-btn:before {
	transform: rotate(45deg)
}
.close-btn:after {
	transform: rotate(-45deg)
}
.popup__close-btn {
	z-index: 9999999;
	position: absolute;
	top: -15px;
	right: -15px;
}
.popup-card-title {
	text-align: center;
	font-size: 1.7rem;
}
.popup-card-header {
	min-height: 60px;
	background-color: #00275d;
	position: relative;
	padding: 19px 65px 15px 37px
}
.popup-card {
	background-color: #fff;
	width: 469px;
	max-width: 100%;
	margin: 0 auto;
	position: relative
}
.popup-card-content {
	padding: 1em 2em;
}
.mfp-overlay-left,
.mfp-overlay-right {
	height: 100%;
	width: 9999px;
	position: absolute;
	z-index: 9999;
	top: 0
}
.mfp-overlay-left {
	left: 0;
	transform: translateX(-100%)
}
.mfp-overlay-right {
	right: 0;
	transform: translateX(100%)
}
/* MAIN STYLES END */