@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap&subset=cyrillic");
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px; }

header {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0;
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 5; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  color: #727171; }

.logo-navs {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  padding-bottom: 10px; } /* 0px */

.logo {
  position: relative; }
  .logo img {
    position: absolute;
    left: 0;
    top: -32px;
    max-width: 100%; }

.navs {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-gap: 20px; /* 10px */
  align-items: center;
  text-align: right; }


.phones a {
  display: inline-block;
  margin-right: 15px;
  transition: color .5s ease; }
  .phones a:last-child {
    margin-right: 0; }
  .phones a:hover {
    color: #2362E2; }

.phones i {
  color: #2362E2;
  padding-right: 5px; }

.social-lang-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 5px; }

.social a {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  transition: color .5s ease; }
  .social a:hover {
    color: #2362E2; }

.lang-switch a {
  text-transform: uppercase;
  border-right: 1px solid #727171;
  padding-right: 10px;
  margin-right: 5px;
  transition: color .5s ease; }
  .lang-switch a:last-child {
    border-right: none;
    padding-right: 0;
      padding-right-margin-right: 0; }
  .lang-switch a.active {
    color: #2362E2; }
  .lang-switch a:hover {
    color: #2362E2; }

nav li {
  display: inline-block; }
  nav li a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: bold;
    font-size: 13px;
    transition: color .5s ease; }
    nav li a:hover {
      color: #2362E2; }
  nav li:last-child a {
    margin-right: 0; }
  nav li.active a {
    color: #2362E2; }

.consult-btn span {
  display: inline-block;
  background-color: #2362E2;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding: 3px 10px;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0 0 10px #2362e2;
  transition: box-shadow .25s ease; }
  .consult-btn span:hover {
    box-shadow: 0 0 15px #2362e2; }

.menu-btn {
  color: #2362E2;
  font-size: 20px;
  text-align: right;
  cursor: pointer;
  display: none;
  outline: none; }

.slider-item {
  position: relative; }
  .slider-item img {
    z-index: 2; }
  .slider-item h2 {
    position: absolute;
    top: 80%;
    z-index: 2;
    font-size: 70px;
    color: #fff;
    z-index: 1; }

.owl-dots {
  display: none; }

.section-padding {
  padding: 50px 0; }

.section-mission h2, .section-services h1,
.section-services h2, .section-latest-articles h2, .section-work-process h2 {
  text-transform: uppercase;
  position: relative; }

.section-mission h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #2362E2;
  margin: 5px 0 15px; }

.section-mission h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #7EBC59;
  width: 25px;
  height: 2px;
  display: inline-block;
  margin-top: 2px; }

.section-services h1:after,
.section-services h2:after, .section-latest-articles h2:after, .section-work-process h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #2362E2;
  margin: 5px auto 15px; }

.section-services h1:before,
.section-services h2:before, .section-latest-articles h2:before, .section-work-process h2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #7EBC59;
  width: 25px;
  height: 2px;
  display: inline-block;
  margin-top: 2px;
  margin-left: -12.5px; }

.mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center; }

.mission-img img {
  max-width: 100%; }

.section-services {
  background-color: #f5f5f5; }
  .section-services h1,
  .section-services h2 {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5; }

.services-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden; }
  .services-1 img {
    max-width: 100%; }
  .services-1 > a:nth-child(1) {
    background: url("../images/puzzle/pzpz_01.jpg") no-repeat;
    background-position: left top;
    background-size: cover; }
  .services-1 > a:nth-child(2) {
    background: url("../images/puzzle/pzpz_02.jpg") no-repeat;
    background-position: left top;
    background-size: cover; }

.services-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  text-align: center;
  overflow: hidden; }
  .services-2 > a:nth-child(1) {
    background: url("../images/puzzle/pzpz_03.jpg") no-repeat;
    background-position: left top;
    background-size: cover; }
  .services-2 > a:nth-child(2) {
    background: url("../images/puzzle/pzpz_04.jpg") no-repeat;
    background-position: left top;
    background-size: cover; }
  .services-2 > a:nth-child(3) {
    background: url("../images/puzzle/pzpz_05.jpg") no-repeat;
    background-position: left top;
    background-size: cover; }

.service-content {
  position: absolute;
  top: 45px;
  left: 35px;
  right: 35px; }

.service-item {
  position: relative;
  background-color: #fff;
  height: 300px;
  border: 2px solid #dbdbdb;
  transition: border-color .5s ease;
  display: block;
  color: #000;
  position: relative;
  z-index: 1; }
  .service-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .service-item:hover {
    border-color: #727171; }
    .service-item:hover .service-title {
      color: #2362E2; }

.service-title {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 20px #fff;
  transition: color .25s ease; }

.service-desc {
  font-size: 15px; }
  .service-desc ul {
    font-weight: bold;
    text-shadow: 0px 0px 20px #fff;
    transition: background-color .5s ease; }
    .service-desc ul li {
      margin-bottom: 5px; }
      .service-desc ul li:last-child {
        margin-bottom: 0; }

.section-latest-articles {
  background-color: #f5f5f5; }
  .section-latest-articles h2 {
    text-align: center; }
    .section-latest-articles h2:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      background-color: #7EBC59;
      width: 25px;
      height: 2px;
      display: inline-block;
      margin-top: 2px;
      margin-left: -12.5px; }

.latest-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px; }

.ap-item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 350px;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: cover !important; }
  .ap-item:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: width 0.5s ease; }
  .ap-item:hover:before {
    width: 100%; }
  .ap-item:hover .ap-intro {
    margin-top: 0;
    opacity: 1; }
  .ap-item:hover .ap-content {
    background-color: rgba(0, 0, 0, 0); }

.ap-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 3;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4); }

.ap-date {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px; }

.ap-title {
  font-size: 18px;
  margin-bottom: 15px; }

.ap-intro {
  font-size: 14px;
  margin-top: -40px;
  line-height: 18px;
  opacity: 0;
  transition: all 0.5s ease; }

footer {
  padding: 50px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #dbdbdb; }

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px; }
  .footer-columns img {
    max-width: 100%; }
  .footer-columns h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .footer-columns a {
    transition: color .25s ease, transform .25s ease;
    display: block;
    margin-bottom: 5px; }
    .footer-columns a:hover {
      color: #2362E2; }
    .footer-columns a i[class*="fa"] {
      font-size: 20px; }
      
.footer-columns a[href^='https'] {
    display: inline-block;
    margin-right: 5px;
}

.footer-logo-contacts {
  border-right: 1px solid #dbdbdb;
  padding-right: 50px; }

.footer-contacts {
  margin-top: 25px; }

.footer-services a:hover,
.footer-articles a:hover {
  transform: translateX(5px); }

.copyright {
  background-color: #228B22;
  color: #fff;
  padding: 10px 0;
  font-size: 13px; }

.studio {
  text-align: right; }
  .studio a {
    color: #fff;
    transition: color .5s ease; }
    .studio a:hover {
      color: #000; }

.totop {
  position: fixed;
  right: -50px;
  bottom: 30px;
  background-color: rgba(38, 38, 40, 0.4);
  padding: 5px 10px;
  border-radius: 50%;
  color: #fff;
  transition: background-color .5s ease, right .5s ease; }
  .totop:hover {
    background-color: #2362E2; }
  .totop.show-totop {
    right: 30px; }

.page-title {
  background: url("../images/1.jpg") no-repeat;
  background-position: center !important;
  padding: 125px 0; }
  .page-title h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px; }

.breadcrumbs {
  background-color: #f5f5f5;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li a {
      transition: color .5s ease; }
      .breadcrumbs li a:hover {
        color: #2362E2; }

.page-single-article {
  background-image: url("../images/bg.jpg");
  background-position: left top;
  background-size: cover; }

.p-center {
  text-align: center; }

.two-columns {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 30px; }

.catalog {
  position: relative; }
  .catalog h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center; }

.section-about {
  font-size: 14px; }
  .section-about h3 {
    margin-bottom: 15px;
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #2362E2; }
  .section-about li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #2362E2;
    padding-right: 5px; }

p {
  margin-bottom: 15px; }
  p:last-of-type {
    margin-bottom: 0; }

p + ul {
  margin-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px; }

.about-intro {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-gap: 30px;
  align-items: center; }

.service-new-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; }
  .service-new-item:nth-child(even) div:nth-child(1) {
    grid-column: 2;
    grid-row: 1; }

.new-item-img {
  background: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px; }

.new-item-content {
  padding-left: 50px; }
  .new-item-content > a {
    font-size: 26px;
    color: #2362E2;
    display: inline-block;
    margin-bottom: 25px;
    transition: transform .5s ease; }
    .new-item-content > a:hover {
      transform: translateX(5px); }
  .new-item-content li {
    font-size: 14px;
    list-style-type: disc;
    list-style-position: inside;
    color: #2362E2; }
    .new-item-content li a {
      transition: color .5s ease; }
      .new-item-content li a:hover {
        color: #2362E2; }

.section-work-process h2 {
  text-align: center;
  margin-bottom: 50px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }

.step {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center; }
  .step:nth-child(even) div:nth-child(1) {
    grid-row: 2; }
    .step:nth-child(even) div:nth-child(1) div:nth-child(1) {
      margin-top: 125px;
      grid-row: 2; }
    .step:nth-child(even) div:nth-child(1) div:nth-child(2) {
      margin-top: 15px; }
      .step:nth-child(even) div:nth-child(1) div:nth-child(2):before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 2px;
        height: 100px;
        margin: 0 auto;
        background-color: #e7e7e7;
        transition: height .25s ease;
        z-index: -1; }
      .step:nth-child(even) div:nth-child(1) div:nth-child(2):after {
        content: "";
        position: absolute;
        top: calc(100% + 100px);
        left: 0;
        right: 0;
        width: 10px;
        height: 10px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #e7e7e7;
        transition: top .25s ease;
        z-index: -1; }
  .step:nth-child(odd) div:nth-child(1) div:nth-child(1) {
    margin-bottom: 125px; }
  .step:nth-child(odd) div:nth-child(1) div:nth-child(2) {
    margin-bottom: 15px; }
    .step:nth-child(odd) div:nth-child(1) div:nth-child(2):before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      width: 2px;
      height: 100px;
      margin: 0 auto;
      background-color: #e7e7e7;
      transition: height .25s ease;
      z-index: -1; }
    .step:nth-child(odd) div:nth-child(1) div:nth-child(2):after {
      content: "";
      position: absolute;
      bottom: calc(100% + 100px);
      left: 0;
      right: 0;
      width: 10px;
      height: 10px;
      margin: 0 auto;
      border-radius: 50%;
      background-color: #e7e7e7;
      transition: bottom .25s ease;
      z-index: -1; }
  .step:hover:nth-child(even) div:nth-child(1) div:nth-child(2):before {
    height: 0; }
  .step:hover:nth-child(even) div:nth-child(1) div:nth-child(2):after {
    top: 0; }
  .step:hover:nth-child(odd) div:nth-child(1) div:nth-child(2):before {
    height: 0; }
  .step:hover:nth-child(odd) div:nth-child(1) div:nth-child(2):after {
    bottom: 0; }

.step-icon-number {
  display: grid;
  grid-template-columns: 1fr; }

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2362E2;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  margin: 0 auto; }

.step-number {
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  background-color: #e7e7e7;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 3; }

.step-title {
  font-size: 18px;
  margin-bottom: 15px; }

.step-desc {
  font-size: 14px; }

.services-menu > ul > li.active > a {
  background-color: #2362E2;
  color: #fff; }

.services-menu > ul > li > a {
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
  background-color: #fff;
  color: #2362E2;
  box-shadow: 0 0 10px #2362e2;
  transition: all .25s ease; }
  .services-menu > ul > li > a:hover {
    background-color: #2362E2;
    color: #fff; }
  .services-menu > ul > li > a.active {
    background-color: #2362E2;
    color: #fff; }
    .services-menu > ul > li > a.active + ul {
      display: block; }

.services-menu > ul > li ul {
  margin-bottom: 20px;
  display: none; }
  .services-menu > ul > li ul a {
    display: block;
    font-size: 13px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 20px;
    transition: color .5s ease; }
    .services-menu > ul > li ul a:hover {
      color: #2362E2; }
    .services-menu > ul > li ul a.active {
      color: #2362E2; }

.services-menu i {
  display: none; }

.extra-articles {
  position: absolute;
  top: 0;
  left: 0; }
  .extra-articles ul {
    font-size: 13px; }
    .extra-articles ul a {
      transition: color .25s ease; }
      .extra-articles ul a:hover {
        color: #2464e4; }

.articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }

.single-article {
  background-color: #f5f5f5;
  padding: 30px;
  font-size: 14px;
  box-shadow: 0 0 10px #ccc;
  overflow: auto; }
  .single-article p {
    margin-bottom: 15px; }
    .single-article p:last-of-type {
      margin-bottom: 0; }
    .single-article p + ul {
      margin-bottom: 15px;
      list-style-type: disc;
      list-style-position: inside; }
  .single-article img {
    max-width: 100%;
    height: auto; }
  .single-article a {
    background-color: rgba(36, 100, 228, 0.2);
    color: #000;
    transition: background-color .25s ease; }
    .single-article a:hover {
      background-color: rgba(36, 100, 228, 0.3); }
    .single-article a.a-no-bg {
      background-color: transparent; }

.table-wrapper {
  overflow: auto;
  margin-bottom: 15px; }

table {
  width: 770px;
  border-collapse: collapse; }
  table td {
    border: 1px solid #727171;
    padding: 5px;
    min-width: 50px;
    width: auto;
    max-width: 100px; }

.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  z-index: 51;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 30px 50px;
  display: none; }
  .popup > span {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 22px;
    cursor: pointer; }
  .popup h5 {
    margin-bottom: 35px;
    font-size: 22px; }

.consult-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }
  .consult-form div:nth-child(4) {
    grid-column: 1/4; }

input,
textarea,
button[type="submit"] {
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #dbdbdb; }

input {
  height: 36px;
  padding-left: 10px; }

textarea {
  height: 100px;
  resize: vertical;
  padding: 10px 10px; }

button[type="submit"] {
  height: 36px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2362E2;
  box-shadow: 0 0 10px #2362e2;
  color: #fff;
  border: none;
  transition: box-shadow .25s ease; }
  button[type="submit"]:hover {
    box-shadow: 0 0 15px #2362e2; }

.bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  display: none; }

.big-little {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 50px; }

.big {
  box-shadow: 0 0 10px #ccc;
  padding: 50px 30px; }
  .big h2 {
    margin-bottom: 25px; }

.info-form .input-box {
  margin-bottom: 25px; }

.info-form textarea {
  height: 150px; }

.contact-item {
  box-shadow: 0 0 10px #ccc;
  padding: 30px;
  text-align: center;
  margin-bottom: 25px; }

.contact-icon {
  font-size: 26px;
  color: #2362E2; }

.contact-title {
  color: #2362E2;
  margin: 10px 0; }

.contact-content a {
  display: block;
  margin: 5px 0;
  transition: color .5s ease; }
  .contact-content a:hover {
    color: #2362E2; }

.page-not-found {
  text-align: center;
  padding-bottom: 50px; }

.error-code {
  font-size: 175px;
  font-weight: bold;
  color: #2362E2;
  line-height: 1.5; }

.home-link a {
  transition: color .25s ease; }
  .home-link a:hover {
    color: #2362E2; }

.thank-you-page {
  padding: 50px 0;
  text-align: center; }

.thank-you-message p {
  font-size: 32px;
  width: 70%;
  margin: 0 auto 25px;
  line-height: 1.2; }

.page-partners {
  padding: 50px 0;
}

.partners-logoes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.partner-logo {
    display: flex;
    align-items: center;
}

.partner-logo img {
    max-width: 90%;
    filter: grayscale(1);
    transition: filter .25s ease;
}

.partner-logo:hover img {
    filter: grayscale(0);
}

.partners-desc {
    margin-top: 50px;
}

.partner-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .10);
    padding: 50px;
    margin-bottom: 50px;
}

.partner-desc:last-child {
    margin-bottom: 0;
} 

.partner-desc-img img {
    max-width: 90%;
}

.partner-desc-text h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
}

.partner-desc-text h3 + p {
    color: grey;
    font-size: 14px;
}

.partner-desc-text li {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

.partner-desc-text li:last-child {
    border-bottom: none;
}

.partner-desc-text li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #2362E2;
    padding-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .logo-navs {
    grid-template-columns: 0.35fr 1fr; }
  .logo img {
    top: -20px; }
  nav li a {
    margin-right: 10px; }
  .slider-item h2 {
    font-size: 50px; }
  .catalog li a {
    font-size: 15px; } }

@media only screen and (max-width: 992px) {
  .logo-navs {
    grid-template-columns: 1fr 0.25fr;
    align-items: center; }
  .logo img {
    max-width: 40%; }
  .navs {
    position: fixed;
    top: 66px;
    right: -250px;
    bottom: 0;
    padding-top: 15px;
    padding-left: 25px;
    width: 250px;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 80px 70px 50px;
    grid-gap: 0;
    align-items: start;
    background-color: white;
    z-index: 6;
    overflow: auto;
    text-align: left;
    border-left: 1px solid #dbdbdb;
    transition: right .5s ease; }
    .navs div:nth-child(3) {
      grid-row: 1; }
    .navs div:nth-child(4) {
      grid-row: 3; }
    .navs.show-menu {
      right: 0; }
  .phones a {
    display: block; }
  .phones i {
    display: none; }
  nav li {
    display: block; }
    nav li a {
      margin-right: 0;
      margin-bottom: 10px;
      font-size: 13px; }
  .consult-btn span {
    font-size: 10px; }
  .menu-btn {
    display: block; }
  .mission {
    grid-template-columns: 1fr; }
    .mission div:nth-child(1) {
      grid-row: 2; }
  .about-intro {
    grid-template-columns: 1fr; }
    .about-intro div:nth-child(2) {
      display: none; }
  .about-img img {
    width: 100%; }
  .services-1,
  .services-2 {
    grid-template-columns: 1fr; }
    .services-1 img,
    .services-2 img {
      width: 100%; }
  .latest-articles,
  .articles {
    grid-template-columns: 1fr; }
  .two-columns {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .services-menu {
    position: fixed;
    top: 57px;
    left: -300px;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    padding: 25px 15px 15px;
    overflow: auto;
    border-right: 1px solid #dbdbdb;
    z-index: 5;
    transition: left .5s ease; }
    .services-menu > ul > li.active > a {
      background-color: transparent;
      color: #000; }
    .services-menu > ul > li > a {
      border: none;
      background-color: #fff;
      text-align: left;
      box-shadow: none;
      font-size: 14px;
      color: #000; }
      .services-menu > ul > li > a:hover {
        background-color: #fff;
        color: #2362E2; }
      .services-menu > ul > li > a.active {
        background-color: #fff;
        color: #2362E2; }
    .services-menu > ul > li ul {
      padding-left: 15px;
      margin-bottom: 5px;
      display: block; }
      .services-menu > ul > li ul a {
        font-size: 14px; }
    .services-menu i {
      display: block;
      position: absolute;
      top: 10px;
      right: 17px;
      font-size: 24px;
      display: inline-block;
      cursor: pointer; }
    .services-menu.services-show {
      left: 0; }
  .catalog h3 {
    margin-bottom: 0;
    background-color: #2362E2;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: normal;
    box-shadow: 0 0 10px #2362e2; }
  .extra-articles {
    display: none !important; }
  .service-new-item {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 25px; }
    .service-new-item:nth-child(even) div:nth-child(1) {
      grid-column: 1;
      grid-row: 1; }
  .new-item-img {
    min-height: 150px; }
  .new-item-content {
    padding-left: 10px; }
    .new-item-content > a {
      font-size: 20px; }
  .steps {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
  .footer-columns {
    grid-template-columns: 1fr 1fr; } 
    
  .partners-logoes {
    grid-gap: 5px; }
  .partner-desc {
        display: grid;
        grid-template-columns: 1fr; }
  .partner-desc-img {
        text-align: center; } }

@media only screen and (max-width: 768px) {
  .logo img {
    max-width: 50%;
    top: -20px; }
  .slider-item h2 {
    font-size: 36px; }
  .copyright,
  .studio {
    text-align: center; }
  .page-title {
    padding: 100px 0; }
    .page-title h1 {
      font-size: 20px;
      line-height: 30px; }
  .ap-item {
    height: 250px; }
  .steps {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .step {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px; }
    .step:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .popup {
    width: 80%; }
  .consult-form {
    grid-template-columns: 1fr; }
    .consult-form div:nth-child(4) {
      grid-column: 1; }
  .big-little {
    grid-template-columns: 1fr; }
    .big-little .little {
      grid-row: 1; }
  table {
    font-size: 12px; }
  .footer-columns {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
    .footer-columns img {
      max-width: 75%; }
  .footer-logo-contacts {
    border-right: none;
    padding-right: 0; }
  .partner-desc {
    padding: 50px 25px; } }

@media only screen and (max-width: 480px) {
  .logo img {
    max-width: 60%;
    top: -15px; }
  .slider-item h2 {
    font-size: 26px;
    top: 70%; }
  .service-item {
    height: 315px; }
  .service-content {
    top: 25px;
    left: 15px;
    right: 15px; }
  .service-desc {
    font-size: 13px; }
  .breadcrumbs {
    line-height: 20px;
    text-align: left; }
  .certificates {
    grid-template-columns: 1fr; }
  .footer-columns img {
    max-width: 100%; }
  .error-code {
    font-size: 100px; }
  .thank-you-message p {
    font-size: 24px;
    width: 100%; } }

@media only screen and (max-width: 320px) {
  .logo img {
    max-width: 70%;
    top: -15px; }
  .slider-item h2 {
    font-size: 18px; }
  .service-content {
    top: 10px; }
  .ap-img img {
    transform: scale(1.5); }
  .error-code {
    font-size: 80px; } }
