@import url(reset.css);
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

* {
  font-family: 'Livvic', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  text-decoration: underline;
  color: #03228f;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}

a:hover {
  opacity: 0.8;
}

html,
body {
  min-height: 100vh;
}

html {
  overflow-x: hidden;
}

body,
html,
main {
  background-color: #fff;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.w-100 {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col {
  max-width: 33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  width: 100%;
  padding: 0 15px;
}

.text {
  margin: 15px 0;
  overflow: hidden;
}

.text * {
  color: #454545;
  line-height: 1.4;
}

.text p {
  margin-bottom: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.h-100 {
  height: 100%;
}

.h-top {
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #03228f), to(#1273EB));
  background: -o-linear-gradient(left, #03228f 10%, #1273EB 100%);
  background: linear-gradient(90deg, #03228f 10%, #1273EB 100%);
}

.h-top * {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.h-top-left {
  margin-right: auto;
}

.h-top-left .h--contact:last-child {
  border: 0;
}

.h-top-right {
  margin-left: auto;
}

.h--contact {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #1273EB;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon::before {
  content: '';
  font-size: 14px;
  -webkit-filter: invert(1);
          filter: invert(1);
  display: inline-block;
  margin-bottom: -2px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px;
}

.h-soc a {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 6px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.h-soc a:last-child {
  padding-right: 0;
}

.soc--fb {
  background-image: url("../images/company1/icons/facebook.svg");
}

.soc--tw {
  background-image: url("../images/company1/icons/twitter.svg");
}

.soc--lnk {
  background-image: url("../images/company1/icons/linkedin.svg");
}

.soc--isnt {
  background-image: url("../images/company1/icons/instagram.svg");
}

.icon--email:before {
  background-image: url("../images/company1/icons/email.svg");
}

.icon--tel:before {
  background-image: url("../images/company1/icons/phone.svg");
}

.icon--adrs:before {
  background-image: url("../images/company1/icons/pin.svg");
}

.icon--time:before {
  background-image: url("../images/company1/icons/time.svg");
}

.h {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h.fixed {
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.logo {
  width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  display: block;
}

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

.menu li:last-child a {
  margin-right: 0;
}

.menu li.has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li.has-children:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.menu li.has-children > a {
  margin-right: 0;
}

.menu a {
  font-weight: 600;
  color: #0a0a0a;
  font-size: 15px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  transition: .3s color;
}

.menu a:hover {
  color: #03228f;
}

.menu-arr {
  background-image: url("../images/company1/icons/arrow-top.svg");
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
  margin: 0 30px 0 6px;
}

.submenu {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 15px 0;
  background-color: #fff;
  top: 80%;
  width: 260px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.submenu a {
  display: block;
  height: auto;
  padding: 11px 30px;
  margin: 0;
  width: 100%;
}

main {
  padding-top: 80px;
}

.hero {
  height: calc(100vh - 130px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hero .btn {
  margin-top: 35px;
}

.hero .text {
  max-width: 800px;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-img::after {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero-img img {
  position: relative;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-content .f * {
  color: #fff;
  display: block;
  text-shadow: 0 1px 1px #000;
  width: 100%;
}

h1 {
  font-size: 46px;
  letter-spacing: 1px;
}

.above--h1 {
  font-size: 26px;
}

.under--h1 {
  font-size: 32px;
  font-weight: 600;
}

.btn {
  min-width: 170px;
  padding: 20px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-appearance: none;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  background: -o-linear-gradient(200deg, #1273EB 19%, #03228f 100%);
  background: linear-gradient(250deg, #1273EB 19%, #03228f 100%);
}

.btn--white {
  font-weight: 600;
  background: #fff;
  color: #1273EB;
}

.above--title {
  text-transform: uppercase;
  color: #1273EB;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1.3px;
}

.title {
  text-align: center;
  font-size: 36px;
}

.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.services {
  padding: 80px 0;
  background-color: #F6F7F9;
}

.services-wrap {
  margin-top: 20px;
}

.service {
  background-color: #fff;
  padding: 50px 25px 35px 90px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.service-icon {
  position: absolute;
  top: 50px;
  left: 25px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.sevice--title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.about {
  padding: 80px 0;
}

.block-part {
  width: 50%;
}

.about-content {
  padding-left: 30px;
}

.about-content .above--title,
.about-content .title {
  text-align: left;
}

.blog-page {
  padding: 20px 0 50px;
  margin-top: -50px;
  background-color: #F6F7F9;
}

.blog {
  background-color: #F6F7F9;
  padding: 80px 0;
}

.blog-item {
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(3, 34, 143, 0.2);
          box-shadow: 0 0 5px 0 rgba(3, 34, 143, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-item img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-cat {
  position: absolute;
  top: 250px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #03228f;
  padding: 10px 15px;
}

.blog-content {
  padding: 30px 15px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-content time {
  font-weight: 500;
  font-size: 14px;
  color: #454545;
}

.blog-content a {
  margin-top: auto;
  text-decoration: underline;
  color: #03228f;
}

.blog-content .text {
  max-height: 90px;
  overflow: hidden;
}

.blog--title {
  margin: 0;
}

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

.blog-date {
  font-size: 14px;
  text-align: right;
  width: 100%;
  display: block;
  color: #454545;
}

.footer {
  background-color: #fff;
  padding: 50px 0;
  border-top: 1px solid #F6F7F9;
}

.footer--title {
  font-size: 22px;
  color: #102b3e;
  margin: 0 0 30px;
}

.footer-menu a, .footer-menu span {
  text-decoration: none;
  display: block;
  color: #454545;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-soc {
  margin-top: 30px;
}

.footer-soc a {
  -webkit-filter: initial;
          filter: initial;
}

.copyright {
  background-color: #F6F7F9;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.copyright a {
  margin: 0 15px;
}

.copyright-text {
  margin-right: auto;
}

.page-top {
  height: 350px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.page-top::after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-top-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  text-align: center;
}

.page-top-content a, .page-top-content span {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  text-decoration: none;
}

.page-top-content h1 {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.breadcrumbs {
  text-align: center;
}

.contact-left {
  background: -o-linear-gradient(200deg, #1273EB 0%, #03228f 100%);
  background: linear-gradient(250deg, #1273EB 0%, #03228f 100%);
  padding: 50px 20px;
  border-radius: 8px;
  max-width: 380px;
  width: 100%;
  margin-right: 80px;
}

.contact-left p {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}

.contact-left h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin: 0 0 45px;
}

.contact-info-item {
  margin-bottom: 25px;
  width: 100%;
}

.contact-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 23px;
  background-color: #fff;
  position: relative;
}

.contact-icon::before {
  position: absolute;
  content: '';
  -webkit-filter: invert(0);
          filter: invert(0);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.contact-info-text * {
  color: #fff;
  font-size: 16px;
}

.contact-info-text p:first-child {
  font-weight: 600;
  line-height: 1.7;
}

.contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form form {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-input {
  position: relative;
  margin-bottom: 30px;
  max-width: calc(50% - 15px);
  width: 100%;
}

.form-input input, .form-input textarea {
  padding: 20px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background-color: #F6F7F9;
  color: #454545;
}

.form-textarea {
  max-width: 100%;
}

.map {
  margin-top: 50px;
}

.benefits {
  padding: 30px 0;
}

.benefit {
  background-color: rgba(18, 115, 235, 0.2);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.benefit-img {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  overflow: hidden;
}

.benefit-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefit-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.benefit-content h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

.price-page {
  padding: 20px 0 50px 0;
  background-color: #F6F7F9;
  margin-top: -50px;
}

.price-wrapper {
  padding: 20px 0 50px 0;
  background-color: #F6F7F9;
}

.price {
  padding: 25px 40px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #eee;
          box-shadow: 0 0 30px #eee;
  border-radius: 10px;
  height: calc(100% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price-cat {
  top: 30px;
  left: 0px;
  padding: 10px 23px 11px 23px;
  background-color: #1273EB;
  border-radius: 0px 30px 30px 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  line-height: 1;
  z-index: 1;
}

.price-img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.currency {
  font-size: 25px;
  font-weight: 600;
}

.price-val {
  font-weight: 600;
  font-size: 50px;
}

.price-amount {
  text-align: center;
  margin: 25px 0;
}

.price-duration {
  font-weight: 500;
  opacity: 0.9;
  color: #000;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.price-list {
  margin-bottom: auto;
  border-top: 1px solid #EBEBEB;
  padding: 18px 15px 20px 15px;
}

.price-list ul {
  margin-top: 0;
  list-style: none;
  padding-left: 15px;
}

.price-list li {
  position: relative;
  line-height: 2;
  color: #454545;
}

.price-list li::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #03228f;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -20px;
  margin-top: -5px;
}

.team-wrapper {
  background-color: #F6F7F9;
  padding: 50px 0;
  margin-top: -50px;
}

.team {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.team h3 {
  margin-bottom: 10px;
}

.team img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 20;
}

.team::after, .team::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  z-index: 1;
}

.team::after {
  background-color: #1273EB;
  width: 220px;
  height: 220px;
  top: 100px;
  left: 30px;
}

.team::before {
  background-color: #03228f;
  width: 150px;
  height: 150px;
  top: 35px;
  right: 20px;
}

.mob-toggle,
.h-soc-mob {
  display: none;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 992px) {
  .mob-toggle {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    z-index: 100;
  }
  .mob-toggle span {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    background-color: #102B3E;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .mob-toggle span:nth-child(1) {
    top: 0;
  }
  .mob-toggle span:nth-child(2) {
    top: 12px;
  }
  .mob-toggle span:nth-child(3) {
    top: 100%;
  }
  .mob-toggle.active span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .mob-toggle.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mob-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mob-toggle.active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu {
    position: absolute;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    top: 95px;
    right: 15px;
    max-height: calc(100vh - 140px);
    overflow: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu a {
    min-height: 40px;
    height: auto;
    width: 100%;
    line-height: 1.4;
  }
  .menu.active {
    top: 85px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .submenu {
    position: static;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    width: 100%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    padding: 0;
  }
  .h {
    top: 60px;
  }
  .menu-arr {
    width: 50px;
    height: 40px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto 0 0;
  }
  .has-children {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .has-children > a {
    width: calc( 100% - 50px);
  }
  .has-children.active .menu-arr {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .col {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .footer,
  .about {
    padding: 30px 0;
  }
  .services,
  .blog {
    padding: 60px 0;
  }
  .price-img {
    margin: 0 0 0 auto;
  }
  .team img {
    width: 200px;
    height: 200px;
  }
  .team::after {
    width: 100px;
    height: 100px;
    top: 82px;
    left: 17%;
  }
  .team::before {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 24%;
  }
  .team h3 {
    margin: 10px 0;
  }
  .price {
    margin-bottom: 30px;
  }
  .price-page,
  .blog-page {
    margin-top: -28px;
  }
  .contact-left {
    max-width: 100%;
    padding: 20px 20px 0;
    margin: 0 0 50px;
  }
  .copyright a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .page-top {
    margin: 0 0 20px;
  }
  main {
    padding-top: 60px;
  }
  .h {
    top: 0;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    width: 160px;
  }
  .h-top {
    display: none;
  }
  .h-soc-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
  }
  .h-soc-mob a {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    -webkit-filter: none;
            filter: none;
  }
  h1 {
    font-size: 38px;
  }
  .title,
  .contact-left h2 {
    font-size: 30px;
  }
  .above--h1 {
    font-size: 22px;
  }
  .under--h1 {
    font-size: 28px;
  }
  .service {
    padding: 30px 15px 30px 70px;
  }
  .service .text {
    line-height: 1.4;
    font-size: 14px;
  }
  .service-icon {
    top: 30px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .block-part {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .block-part img {
    max-height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .blog-item img {
    height: 200px;
  }
  .blog-content {
    padding: 15px;
  }
  .copyright {
    height: auto;
    padding: 20px 0;
  }
  .footer-menu {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu ul {
    padding: 0;
  }
  .copyright-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px auto 0;
  }
  .price,
  .benefit {
    padding: 15px;
    margin-bottom: 15px;
  }
  .benefits {
    padding: 30px 15px 15px;
  }
  .benefit {
    height: auto;
  }
  .price-wrapper {
    padding: 45px 15px;
  }
  .benefit-img {
    margin-right: 15px;
  }
  .benefit-content h4,
  .text p,
  .form-input {
    margin-bottom: 15px;
  }
  .benefit-content p:last-child {
    margin: 0;
  }
  .benefit-content .text {
    margin-bottom: 0;
  }
  .team::after {
    left: 8%;
  }
  .team::before {
    right: 13%;
  }
  .contact-left {
    margin-bottom: 30px;
  }
  .map {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .logo {
    width: 140px;
  }
  .h-soc-mob {
    margin: 0 15px 0 0;
  }
  h1 {
    font-size: 36px;
  }
  .title,
  .contact-left h2 {
    font-size: 28px;
    margin: 15px 0;
  }
  .above--h1 {
    font-size: 20px;
  }
  .under--h1 {
    font-size: 24px;
  }
  .services, .blog {
    padding: 40px 0;
  }
  .services-wrap {
    margin: 0;
  }
  .footer,
  .about {
    padding: 20px 0;
  }
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .service {
    margin-bottom: 15px;
  }
  .footer--title {
    margin-bottom: 15px;
  }
  .footer-item {
    margin-top: 30px;
  }
  .copyright a {
    margin: 0 10px;
  }
  .price-page {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 374px) {
  .mob-toggle {
    width: 20px;
  }
  .h-soc-mob a {
    width: 16px;
    height: 16px;
    margin: 0 6px;
  }
  .copyright a {
    margin: 0 8px;
  }
  .copyright-text {
    font-size: 12px;
  }
}
