/*!
Theme Name: PKI Theme
Theme URI: https://pki.gov.kz
Author: PKI
Author URI: https://pki.gov.kz
Description: basic theme for pkigovkz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pkitheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PKI Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
  ## Galleries
# Custom theme styles
# Navbar styles
# Breadcrumbs
# Main Page Banner
# Main Services on the Main Page
  ## Subsection for Main Services
# News Slider
# Table with Certificate Links on Main Page
# Statistics Section
# Footer Styles
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=cyrillic,cyrillic-ext");

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings

--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Custom theme styles
--------------------------------------------------------------*/

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; }

em {
  font-style: italic;
}
strong {
  font-weight: 600;
}

/* 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; }

.container {
  max-width: 1170px !important;
  padding: 0; }

.main > .container, .page-container {
    padding: 35px 0 40px 0;
}

.main.home-page-main {
  padding: 0;
}

.main h2, h3, h4 {
  color: #31759a;
  font-family: 'Montserrat', sans-serif;
}

.entry-content, .news-content, .block-entity {
  text-align: justify;
}

.container .page p, .container .page ul, .container .page ol, .dev-text p {
  /* margin-top: 11px; */
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #3c3c3c;
  line-height: 24px;  
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__row .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }

.header__row .logo img {
  margin-top: 15px;
}

.header__row .logo p {
  font-size: 15px;
  color: #12303c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 30px 0 30px 10px; }

.header__row .logo .abbr {
  margin-right: 10px;
  display: none; }
  
@media (max-width: 480px) {
  .header__row .logo .abbr {
    display: block; }
  .header__row .logo .full {
    display: none; }
  .technical-support .news-container .content2{
    padding-bottom: 14px;}
  .carousel .technical-support .news-container .news-contacts {
    line-height: 2rem;}
    .header__cell .full {
      display: none !important;
    }
}

@media (max-width: 1110px) {
  .banner__inner-2.full {
    display: none !important;
  }
}

.personal-cabinet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important; }

.personal-cabinet span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #33475b;
  font-size: 15px;
  padding-top: 1px;
  padding-left: 9px; }

.header__row .header__cell {
  padding: 38px 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  max-width: 378px;
  width: 100%; }

.header__cell .tel-and-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important; }

.header__cell .tel-and-email .drop-menu span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #33475b;
  font-size: 15px;
  padding-top: 2px;
  padding-left: 7px;
  padding-right: 14px; }

.header__cell .tel-and-email .drop-menu {
  position: relative;
  cursor: pointer; }

.header__cell .tel-and-email .drop-menu:after {
  content: url("assets/images/tel-arrow.png");
  position: absolute;
  right: 0;
  top: -2px; }

.header__cell .tel-and-email .drop-menu .email-menu {
  position: absolute;
  top: 53px;
  left: -85px;
  display: none;
  height: 54px;
  width: 224px;
  background: #34769a;
  padding-left: 21px; }

.email-menu a {
  font-size: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
  padding-left: 9px;
  text-decoration: none; }

.email-menu a:hover {
  text-decoration: underline; }

.email-menu i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-block {
  border: none;
  background: none;
  cursor: pointer; }

.header__cell .languages .drop-menu {
  position: relative; }

.header__cell .languages .drop-menu .lang-menu {
  position: absolute;
  top: 53px;
  left: -19px;
  display: none;
  text-align: center;
  padding-top: 3px;
  height: 65px;
  width: 70px;
  background: #34769a; }

.header__cell .languages .drop-menu .lang-menu a {
  display: block;
  padding-top: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  text-decoration: none; }

.header__cell .languages .drop-menu span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #33475b;
  font-size: 15px;
  cursor: pointer; }

.header__cell .burger-btn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer; }

.header__cell .burger-btn .drop-menu {
  position: relative; }

.header__cell .burger-btn .drop-menu .lang-menu {
  width: 600px;
  /* height: 215px; */
  position: absolute;
  right: -5px;
  top: 50px;
  background: #34769a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  z-index: 55;
  padding: 35px 0 44px 42px;
  display: none; }

    .header__cell .burger-btn .drop-menu .lang-menu ul li {
      line-height: 1.5;
      margin-bottom: 12px;
    }
      .header__cell .burger-btn .drop-menu .lang-menu ul li a {
        color: #fff; }

.lang-menu-active {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

 #menu-main-menu.card-columns {
  -webkit-columns: 2;
  -moz-columns: 2;
       columns: 2;
 }

 .dropdown-menu {
   top: 28px !important;
   border: none;
   border-radius: 0%;
   background-color: #ababab;
 }

 .dropdown-menu ul {
   list-style: none;
   padding: 0;
 }

 .dropdown-toggle:after { content: none }
 @media (max-width: 480px) {
   .dropdown-menu {
     width: 100%;
   }
 }

.main.not-found {
  background-color: #34769a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%2377b6e4' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2377b6e4'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto auto;
    background-position: center;
    background-attachment: fixed;
    font: 400 18px/30px 'Montserrat', sans-serif;
    color: #fff;
}
.main.not-found a {
  color: #fff;  
}
.not-found h1 {
  font-size: 24px;
}

.btn-main {
  color: #fff;
  background-color: #34769a;
  border-color: #34769a;
}

.btn-main:hover {
  color: #fff;
  background-color: #196690;
  border-color: #196690;
}

/*--------------------------------------------------------------
# Navbar styles
--------------------------------------------------------------*/

 a.navbar-brand {
   display: inline-block;
 }
 .navbar-brand img {
   vertical-align: middle;
   /* margin: 10px 0; */
 }
 .navbar-brand span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #12303c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;  
  font-weight: 500;
  
  word-wrap: break-word;
  max-width: 350px;
  display: inline-block;
  white-space: normal;
 }
 .navbar-brand p {
  font-size: 15px;
  color: #12303c;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;  
  font-weight: 500;
  /* padding: 30px 0 30px 10px; */
 }
 .navbar-brand .abbr {
  margin-right: 10px;
  display: none;
 }
 @media (max-width: 768px) {
  .navbar-brand .abbr {
    display: inline-block; }
    .navbar-brand .full {
    display: none; }
    .navbar .full {
      display: none !important;
    }
}
.dropdown-tel-link.dropdown-toggle:after { content: ""; }
.dropdown-tel-link span {
  font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #33475b;
font-size: 15px;
padding-top: 1px;
padding-left: 9px;
}
.dropdown-search, .dropdown-tel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  z-index: 55;
  min-width: 300px;
  padding: 20px 10px;
  background-color: #196690;
  text-align: center;
}
.dropdown-tel, .dropdown-lang {
  margin-top: 19px !important;
}
.dropdown-tel a {
  color: #fff;
}
.dropdown-lang a {
  color: #fff;
  line-height: 2.5;
}
.dropdown-lang {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  z-index: 55;
  background-color: #196690;
  text-align: center;
}
.dropdown-main-menu {
  width: 600px;
  /* height: 215px; */
  position: absolute;
  right: -5px;
  top: 50px;
  background: #196690;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  z-index: 55;
  padding: 35px 20px 35px 35px;
  display: none; }

    .dropdown-main-menu ul li {
      line-height: 1.5;
      margin-bottom: 12px;
      -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    }
      .dropdown-main-menu ul li a {
        color: #fff; }
.navbar-nav .dropdown-menu {
  margin-top: 31px;
}
.navbar-nav {
  height: 35px;
}
.navbar-nav .nav-item, .navbar-nav .nav-item a, .navbar-nav .nav-item a i {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 640px) {
  .header .container {
    padding: 0;
  }
  #menu-main-menu.card-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 31px;
    right:0;
    width: 100%;
  }  
}


@media (min-width: 1281px) {
  .banner .carousel-control-next {
    margin-right: -120px;
  }
  .banner .carousel-control-prev {
    margin-left: -120px;
  }
}

.pod-main-services-mobile {
  width:100%;
  display: none;   
}

@media (max-width: 480px) {
  .pod-main-services-mobile {
    display: block !important; }  
  .pod-main-services-non-mobile {
    display: none;
  }
  .min-main-services {
    display: none;
  }
  .header {
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #000;
}

/* END HEADER STYLES */

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.bread-crumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.bread-crumbs ul li {
  list-style: none;
}
.bread-crumbs ul li:after {
  padding: 0 1rem;
}
.bread-crumbs ul li:last-child:after {
  content: " ";
}
.bread-crumbs ul li a {
  font-size: 14px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.bread-crumbs ul li:last-child {
  text-decoration: none;
    /* font-size: 14px; */
    color: #31759a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.bread-crumbs ul li {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .bread-crumbs {
    display: none;
  }
}

/*--------------------------------------------------------------
# Main Page Banner
--------------------------------------------------------------*/
.banner {
  background: url("assets/images/banner-bkg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;   
  }
  .banner .carousel {
    height: 415px;
  }

.banner .banner-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.banner .banner__inner {
  max-width: 555px;
  padding: 92px 0; }

.banner .banner__inner h3 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 37px; }

.banner .banner__inner p {
  margin-top: 28px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }

.banner .banner__inner .btn-more {
  font-size: 18px;
  color: #0d3953;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 1px solid #fff;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 16px 25px;
  cursor: pointer;
  outline: none;
  margin-top: 45px; }

.banner .banner__inner .btn-more:hover {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
  background: none; }

.banner .banner__inner-2 {
  /* height: 505px; */
	display: flex;
	align-items:center;
  width: 100%;
  max-width: 440px;
  padding: 2rem; }

.banner .banner__inner-2 img {
  width: 85%; }

@media (max-width: 1110px) {
  .banner {
    background-color: #34769a !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%2377b6e4' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2377b6e4'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: auto auto !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: repeat !important;    
  }
  
  .banner-item .full, .carousel-control-next.full, .carousel-control-prev.full {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation:landscape) { 
  .banner .carousel {
    height: 350px !important;
  }
}

/*--------------------------------------------------------------
# Main Services on the Main Page
--------------------------------------------------------------*/

.main-services {
  background: #e9eff2; }

.main-services a {
  display:inline-block;
  width:100%;
  height:100%;
}
.main-services a:hover {
  text-decoration: none;
}
.main-services a:focus {
  outline: 0;
}

.main-services .services-item.down-arrow:hover::after {
  content: url("assets/images/services-arrow.png");
}

.services__row {
  padding-top: 55px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.services-item {
  text-align: center;
  position: relative;
  cursor: pointer; }

.services-item.white h4{
  color: #fff;
}

.services-item:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 45%; }

.main-services.blue {
  background: #307599;
}
  
.main-services.blue .services__row {
  padding: 50px 0;
}

.services-item .services-ico {
  display: block;
  height: 90px; }

.services-item:hover .services-ico img {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.services-item h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2c2f33;
  font-size: 18px;
  margin-top: 14px; }

.services-item p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #727679;
  margin-top: 28px;
  padding: 0 10px;
  line-height: 17px; }

.middle-menu .middle-menu__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px; }

.middle-menu .middle-menu__row .menu-item {
  display: block;
  height: 220px;
  text-align: center;
  padding-top: 25px; }

.middle-menu__row .menu-item .circle {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0px 0px 93px -36px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 93px -36px rgba(0, 0, 0, 0.75);
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-animation: drawBorderFromCenter 20s; }

.middle-menu__row .menu-item p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  margin-top: 35px; }

.middle-menu__row .menu-item .circle:hover {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-color: #e77048;
  border-width: 4px; }

.middle-menu__row .menu-item .circle:hover .circle-img {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/*--------------------------------------------------------------
## Subsection for Main Services
--------------------------------------------------------------*/
.pod-main-services {
  width: 100%;
  background-color: #e76e47;
  /* display: none;  */
}

.pod-main-services.active {
  display: block; }

.pod-main-services .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0 45px 0; }

.pod-main-services .container .pod-services-item {
  cursor: default;
  text-align: center; }

.pod-main-services .container .pod-services-item a {
  display: block;
  text-decoration: none; }

.pod-main-services .container .pod-services-item a:hover img {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.pod-main-services .container .pod-services-item a p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding-top: 16px; }

/*--------------------------------------------------------------
# News Slider
--------------------------------------------------------------*/
.main-news-slider .carousel-caption {  
  max-width: 100%;
  background-color: #6b6b6b;
  background-color:rgba(1,1,1,0.5);
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-news-slider .carousel-caption p {
  margin: 0;
}

.main-news-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.main-news-slider .carousel {
  width: 50%; }

.technical-support,
.main-news-slider .main-news {
  height: 420px; }

.technical-support {
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; 
  /* background-position: right; */
  background-size: cover;
}

.main-news-slider .main-news {
  background-color: #e9eff2;
  width: 50%; }

.technical-support {
  width: 100%; }

.technical-support .news-container {
  max-width: 585px;
  width: 100%;
  height: 435px;
  float: right; }

.main-news-slider .main-news .news-container {
  max-width: 585px;
  width: 100%;
  height: 435px;
  padding: 33px 0 33px 37px;
  float: left; }

.main-news-slider .main-news .news-container h3 {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #33475b;
  position: relative;
  height: 50px; }

.main-news-slider .main-news .news-container h3:after {
  content: url("assets/images/title-line.png");
  position: absolute;
  left: 1px;
  bottom: -6px; }

.main-news .news-container .news-item {
  margin-top: 30px;
  display: block !important;
  padding-right: 20px;
  text-decoration: none;
  position: relative; }

.main-news .news-container .news-item:after {
  position: absolute;
  content: url("assets/images/news-arrow.png");
  bottom: -5px;
  right: 10px; }

.main-news .news-container .news-item:hover:after {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  right: 0; }

.main-news .news-container .news-item span {
  font-size: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #3c92ca; }

.main-news .news-container .news-item p {
  margin-top: 12px;
  font-size: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3d444a;
  overflow: hidden; }

.main-news .news-container .news-item p span {
  color: #2075b9;
  text-decoration: underline; }

.main-news .news-container .all-news {
  margin-top: 22px; }

.main-news .news-container .all-news a {
  font-size: 0.9375rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #3c92ca;
  text-decoration: underline; }

  /*remove empty paragraphs from news*/
  .main-news .news-container p:empty {
    display: none;
  }

.main-certificates .container {
  padding: 60px 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/*--------------------------------------------------------------
# Table with Certificate Links on Main Page
--------------------------------------------------------------*/
.certificate-table {
  max-width: 370px;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75); }

.certificate-table .table-title {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #307599; }

.certificate-table .table-title .title-icon {
  display: block; }

.certificate-table .table-title span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px; }

.certificate-table ul {
  padding: 10px; }

.certificate-table ul li {
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6cc7f0; }

.certificate-table ul li:last-child {
  border: none; }

.certificate-table ul li span {
  width: 60%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3d444a;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px; }

.certificate-table ul li a {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  color: #3c92ca;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 400; }

.certificate-table .root li span {
  width: 70%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3d444a;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px; }

.certificate-table .root li a {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  color: #3c92ca;
  font-size: 0.9375rem;
  text-transform: none;
  font-weight: 400;
  text-align: right;
  padding-right: 10px; }

/*--------------------------------------------------------------
# Statistics Section
--------------------------------------------------------------*/
.block-amount-users {
  padding-bottom: 32px;
  background-image: url("assets/images/amount-bkg.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center; }

.block-amount-users h3 {
  font-size: 32px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 45px 0; }

.block-amount-users .amount-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.block-amount-users .amount-circles .circle-block .circle {
  width: 100%;
  border: 1px dashed #fff;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center; }

.block-amount-users .amount-circles .circle-block .circle .circle-inner {
  padding: 1rem;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block-amount-users .amount-circles .circle-block .circle p {
  font-size: 0.875rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff; 
  margin: 0 15px;
}

.block-amount-users .amount-circles .circle-block .circle span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.089375rem; }

.amount-more-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  cursor: pointer;
  background: none;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  margin-top: 39px;
  outline: none;
  padding: 16px 25px; }

.amount-more-btn:hover {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #fff;
  color: #406f80; }

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/
.footer {
  background-color: #e9eff2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.875rem; }

.footer-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 51px 20px 0 20px; }
  .footer-content ul {
    margin-right: 50px;
    line-height: 1.5; }
    .footer-content ul a {
      color: #3d444a; }

.menu-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-footer-container ul {
  list-style: none;
}

.footer .logos a {
  padding: 0;
}

@media (min-width: 1100px) {
  .menu-footer-container {
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .menu-footer-container {
    margin-bottom: 20px;
    width:100%;
  }
}

@media (max-width: 640px) {
  .footer-content {
    text-align: center;
  }
  .footer-content ul {
    margin: 0 !important;
  }
  .call div {
    margin: 0 !important;
  }
  .logos {
    width: 100%;
  }
  .menu-footer-container {
    margin-bottom: 0 !important;
  }
  .menu-footer-container li {
    line-height: 2;
  }
}

.call {
  line-height: 2.5; 
  display: flex;
  justify-content: center;
  flex-direction: column;
}
  .call img {
    margin-right: 10px; }
  .call a {
    color: #3d444a; }
  .call div {
    margin-right: 50px; }

.logos {
  display: flex;
  align-items: center;
  flex-direction: row;
	justify-content: space-between;
  flex-wrap: wrap;
  
}
@media (min-width: 1100px) {
  .logos {
    width: 180px;
  }
}
.logos a {
  /* margin-right: 35px;  */
  margin: 0 10px 10px 10px;
}

.social {
  line-height: 2.5;
  text-align: center; 
  display: flex;
  align-items: center;
  flex-direction: column;
}

.social-icons a {
  margin-right: 16px; }

.copyright {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 33px 20px; }
  .copyright p {
    line-height: 1.5; }

@media screen and (max-width: 480px) {
  .pagination ul {
    line-height: 2; }
  .pagination {
    margin-top: 40px; } }


/* RESPONSIVE */
@media (max-width: 1100px) {
  .main-news-slider .main-news .news-container h3 {
    margin-bottom: 0; }
  .main-news .news-container .news-item {
    margin-top: 25px; }
  .main .banner .container {
    padding: 0 15px; }
  .main-certificates .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .certificate-table {
    margin: 1.5rem 0;
    max-width: none; }
  .block-amount-users .amount-circles {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .block-amount-users .amount-circles .circle-block {
    max-width: 33.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    margin: 1rem 0; }
  .block-amount-users .amount-circles .circle-block .circle {
    width: 160px;
    margin: 0 auto; }
  .banner .banner-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px; }
  .banner .banner__inner {
    max-width: none;
    padding: 50px 0; }
  .banner .banner__inner .btn-more {
    margin-top: 20px; }
  .header__row {
    padding-right: 15px; } }

@media (max-width: 992px) {
  .main-news-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
      
  .main-news-slider .main-news,
  .main-news-slider .carousel{
    width: 100%;
  }
    
  .main-news-slider .main-news .news-container,
  .technical-support .news-container{
    max-width: none;
  }
  .technical-support .news-container .content1 {
    right: 50px;
  }
  .technical-support .news-container .news-contacts {
    left: 22%;
    bottom: 12%;
  }
  .block-cabinet div:nth-child(1).section-cabinet {
    margin-left: 90px;
  }
  .block-cabinet div:nth-child(2).section-cabinet {
    margin-left: 98px;
  }
  .block-cabinet div:nth-child(3).section-cabinet {
    margin-left: 84px;
  }
}

@media (max-width: 769px) {
  .container {
    padding: 0 15px;
  }
  .search-block input {
    left: auto;
    width: 130px;
  }
  .services__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px; }
  .services-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1.5rem 0; }
  .services-item::after {
    bottom: 0; }
  .pod-main-services .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .pod-main-services .container .pod-services-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1rem 0; }
  .middle-menu .middle-menu__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px; }
  .middle-menu .middle-menu__row .menu-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 1.5rem 0; }
  .middle-menu__row .menu-item p {
    margin-top: 20px; }
  .main-news-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-news-slider .main-news {
    width: 100%; }
  .personal-cabinet {
    margin-right: 1rem;
  }
  .main-news-slider .carousel {
    width: 100%; }
  .technical-support .news-container {
    max-width: none;
    padding: 0 15px; }
  .main-news-slider .main-news .news-container {
    max-width: none;
    padding: 33px 37px; }
  /* .header__row .logo img {
    padding-top: 23px; } */
  .header__row .header__cell {
    padding: 45px 0 30px 0; } 
  .personal-cabinet span,
  .tel-and-email{
    display: none !important; }
  .languages {
    margin: 0 1rem; }
  .header__row .header__cell {
    max-width: none;
    width: auto; }
  /* .technical-support {
    -webkit-background-size: 100% 100%;
            background-size: 100%; }  */
}

@media (max-width: 640px) {
  .main-certificates .container {
    padding: 30px 60px; }
  .block-amount-users .amount-circles .circle-block {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 480px) {
  .services__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px; }
  .services-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .services-item:hover::after {
    content: none; }
  .pod-main-services .container .pod-services-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .middle-menu .middle-menu__row .menu-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .block-amount-users .amount-circles .circle-block {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } 
  .header__cell .burger-btn .lang-menu {
    width: 447px; }
  .header__row .logo p {
    padding: 39px 0 30px 10px; }
  .header__row .logo img {
    padding-top: 18px; }
  .carousel .news-container {
    height: 140px !important;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news-container .content1,
  .news-container .content2,
  .news-container .content3 {
    color: #000 !important;
    position: static !important;
    text-align: center !important; }
  .technical-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .carousel .news-container .news-contacts a {
    color: #000 !important;
    margin: 0.5rem !important; }
  .carousel .technical-support .news-container .news-contacts a:last-child {
    margin-top: 0.5rem !important; }
  .carousel .news-container .news-contacts {
    color: #000 !important; }
  .carousel .technical-support .news-container .news-contacts {
    position: static !important;
    text-align: center !important; }
  .section-entity {
    margin: 2rem auto !important;
  }
}

@media (max-width: 412px) {
  .header__cell .burger-btn .lang-menu {
    width: 280px;
    top: 53px; } }

@media (max-width: 560px) {
  .header__cell .burger-btn .lang-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 20px 42px;
    width: 280px; }
  .header__cell .burger-btn .lang-menu ul {
    padding: 0;
  }
  .header__cell .burger-btn .lang-menu {
    padding: 20px 34px;
  }
}

@media (max-width: 430px) {
  .main-certificates .container {
    padding: 30px 15px; } }

/* END RESPONSIVE */

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem; }

.active-link {
  color: #307599 !important; }

.links li a {
  color: #373737; }

.links span {
  margin: 0 5px; }

.news-wrap {
  padding-top: 34px;
  background-color: #f8f8f8;
  /* padding-left: 40px;
  padding-right: 40px; */
  margin: 0;}

.news-wrap img {
  width: 100%; }

.news-wrap p {
  line-height: 1.5; }

.news-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #307599;
  font-size: 2rem;
  margin-top: 40px; }

.news-main-title h1 {
  font-size: 28px;
}

.news-main-title h1:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #307599;
  display: block;
  margin-top: 18px; }

.news-bg {
  margin-top: 42px;
  margin-bottom: 51px; }

.min-title-active {
  color: #307599; }

.news-item .entry-meta {
  margin-top: 5px;
}

.news-wrap .news-content .news-item {
  background-color: #fff;
  margin-bottom: 27px;
  padding: 22px 28px;
  border-radius: 2px;
  transition: 0.3s ease; }

.news-wrap .news-content .news-item:hover {
  box-shadow: 0px 5px 8.1px 0.9px rgba(123, 123, 123, 0.11); }

.news-content .title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.news-content h4, p {
  font-family: "Montserrat", sans-serif; }

.news-content h4 {
  font-size: 18px;
  font-weight: 500; }

.news-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 24px;
  font-size: 0.9375rem; }

.news-content a {
	word-break: break-word;
}

.news-item .news-body h2, .page .entry-content h2 {
  /* font-size: 28px; */
  font-size: 2rem;
  line-height: 1.7;
  color: #31759a;
  font-family: 'Montserrat', sans-serif;
}
.news-item .news-body h3, .page .entry-content h3 {
  /* font-size: 22px; */
  font-size: 1.75rem;
  line-height: 1.7;
  color: #31759a;
  font-family: 'Montserrat', sans-serif;
}
.news-item .news-body h4, .page .entry-content h4 {
  /* font-size: inherit; */
  font-size: 1.5rem;
  line-height: 1.7;
  color: #31759a;
  font-family: 'Montserrat', sans-serif;
}

.pagination {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 73px;
  margin-top: 60px;
  padding: 0 20px; }

.pagination ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9375rem; }
.pagination ul a:hover {
  color: #000; }

 .pagination ul li {
  margin-right: 32px;
 }

.pagination-arrow {
  margin-right: 38px; }

.pagination-number {
  margin-right: 32px; }

.pagination-number-active {
  color: #000; }

.pagenav:hover {
  text-decoration-color: #ababab; }

@media screen and (max-width: 714px) {
	.pagination-number {
		margin-right: 20px;
	}
	.pagination-arrow {
		margin-right: 20px
	}
}

@media screen and (max-width: 537px) {
	.pagination-number {
		margin: 20px 10px
	}
	.pagination-arrow {
		width: 100%;
		margin: 10px 20px 0 10px;
	}
}

@media (max-width: 480px) {
  .pagination ul li:first-child, .pagination ul li:last-child {
    width: 100%;
  }
}

/* END NEWS PAGE */

/*--------------------------------------------------------------
# Documentation Page
--------------------------------------------------------------*/

.documents-content-title {
  margin: 15px 0;  
}

.documents-wrap {
  padding-top: 34px;
  background-color: #f8f8f8;
  /* padding-left: 40px;
  padding-right: 40px;  */
  margin: 0;}

.documents-wrap img {
  width: 100%; }

.documents-wrap p {
  line-height: 1.5; }

.documents-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #293f54;
  font-size: 2rem;
  margin-top: 50px; }

.documents-main-title h1:after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #293f54;
  display: block;
  margin-top: 18px;
  margin-bottom: 52px; }

.documents-content-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
  flex-wrap: wrap; }

.documents-content {
  text-align: left;
  width: 470px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  margin-bottom: 40px;
  box-shadow: 0px 7px 11.96px 1.04px rgba(123, 123, 123, 0.24); }

.documents-title img {
  width: 32px;
  height: 40px;
  margin-right: 27px; }

.documents-title {
  min-height: 56px;
  border-radius: 5px;
  background-color: #307599;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px; }

.documents-content ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6bc7f0; }
.documents-content ul:last-child {
  border: none; }
.documents-content ul li {
  line-height: 1;
  width: 260px;
  font-size: 0.875rem; }
.documents-content ul a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #98bfdf; }

.documents-link {

  margin-top: 24px;
  width: 100%;
  padding: 0 40px; }


@media screen and (max-width: 410px) {
	.documents-link {
		padding: 0 10px
	}
	.documents-content ul li {
		width: 100%;
		line-height: 22px;
	}
}
@media screen and (max-width: 480px) {
  .documents-content {
    width: 100%; }
  .documents-content ul {
    flex-direction: column; }
  .technical-support .news-container .content0 {
	display: block;}
  .documents-content ul a {
    margin-top: 18px; } }
/* END DOCUMENTATION STYLES */

/*--------------------------------------------------------------
# Statistics Page
--------------------------------------------------------------*/
.calc-table-grid {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 0;
	grid-template-rows: auto;
}
@media (min-width: 992px) {
	.calc-table-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 0;
		grid-template-rows: auto;
	}
}

table{
  border-spacing: 0;
  width: 100%;
  margin-bottom: 50px;
}

.no-border-calc{
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.no-border-calc thead tr th{
  min-height: 55px;

}
.no-border-calc tbody tr td{
  padding: 20px 35px;
}
.no-border-calc thead tr {
  height: 55px ;
  background-color: #307599;
}
.no-border-calc tbody tr:first-child td{
  border-top: none;
}
.no-border-calc tbody td a{
  text-decoration: underline;
  color: #307599;
}
.no-border-calc th{
  border-radius: 10px;


}
.no-border-calc td:last-child{
  border-radius: 0 5px  5px 0 ;
}
.no-border-calc td, .no-border-calc th{
  border-left: 1px solid #307599;
  border-top: 1px solid #307599;
  padding: 10px;
  text-align: left;
}
.no-border-calc td:first-child, .no-border-calc th:first-child{
  border-left: none;
  vertical-align: middle;
}
.no-border-calc th{
  border-top:none ;
}
.no-border-calc tr:first-child{
  border: none;
}
.no-border-calc thead tr th{
  padding: 10px 35px;
  font-size: 1.125rem;
  color: #FFFFFF;
  height: 56px;
  font-family: 'Montserrat Medium', sans-serif;
}
.no-border-calc tbody tr td{
  font-size: 1rem;
  color: #373737;
  font-family: 'Montserrat', sans-serif;
}
.no-border-calc tbody tr td .blue{
  color: #307599;
}
.no-border-calc tbody{
  border-radius: 15px;
}
/*EDITED*/
@media (max-width: 450px) {
  .no-border tbody tr td{
    padding: 5px;
    font-size: 0.75rem;
  }
  .no-border thead tr th{
    padding: 5px;
    font-size: 0.9375rem;
  }
  .no-border-calc thead tr th{
    padding: 10px 20px;
  }
  .no-border-calc tbody tr td{
    padding: 10px;
  }
  .block-tabs .nav-link {
    width: 170px;
  }

}
/*EDITED*/
@media (max-width: 576px) {
  .no-border-calc thead tr th{
    padding: 10px 20px;
  }
  .no-border-calc tbody tr td{
    padding: 10px;
	  width:50%;
  }
  .block-tabs-ner .nav-link{
    margin: 15px;
  }
  .no-border tbody tr td{
    padding: 5px;

  }
  .no-border thead tr th{
    padding: 5px;

  }
  /*EDITED*/
}