/*   
Theme Name: Paladin
Description: краткое-описание-темы
Author: Denis Adonev
Author URI: - https://dlimmc.ru/
Author Email: blackhead@bk.ru
*/

/*@import url("http://fonts.cdnfonts.com/css/dihjauti");*/

@font-face {
  font-family: "Dihjauti";
  src: url("fonts/dihjauti-s-cdnfonts/DihjautiRegular.otf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "DihjautiBold";
  src: url("fonts/dihjauti-s-cdnfonts/DihjautiBold.otf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Dihjauti", sans-serif;
  font-style: normal;
}

.form-control,
button,
small,
strong,
p,
a,
b,
li,
td,
th,
label,
input {
  font-family: "Dihjauti", sans-serif;
}

span {
  font-family: "Dihjauti", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Roboto", sans-serif;
}

.roboto,
.roboto p {
  font-family: "Roboto" !important;
}

a {
  color: #0959a6;
}

a:hover {
  color: #0959a6;
  text-decoration: underline;
}

header {
  background-size: cover;
  background-position: center;
  position: relative;
}

.head-1 .h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 127.19%;
  color: #000000;
  display: block;
}

.head-1 .after-h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 127.19%;
  color: #5e5e5e;
  display: block;
}

.head-1 .link-media {
  font-weight: 400;
  font-size: 12px;
  line-height: 127.19%;
  color: #0959a6;
  padding-bottom: 3px;
  border-bottom: 1px dashed #0959a6;
}

.head-1 .link-media:hover {
  text-decoration: none;
  border-bottom: 1px solid #0959a6;
}

.head-1 .phone {
  font-weight: 700;
  font-size: 20px;
  line-height: 127.19%;
  color: #000000;
  display: block;
}

.head-1 .social-span {
  font-weight: 400;
  font-size: 12px;
  line-height: 127.19%;
  display: block;
}

.link-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0959a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-social:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.head-1 {
  white-space: nowrap;
}

.head-2 {
  border-top: 1px solid #b4c7da;
  border-bottom: 1px solid #b4c7da;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 127.19%;
  text-transform: uppercase;
  color: #000000;
}

.navbar-light .navbar-nav .current-menu-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 127.19%;
  text-transform: uppercase;
  color: #0959a6;
}

.dropdown-toggle::after {
  color: #0f61b1;
}

.carousel-indicators {
  left: unset;
  margin-right: 10px;
  margin-left: 10px;
  display: block;
  top: 50%;
  margin-top: -50px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0959a6;
  opacity: 1;
}

.carousel-indicators li.active {
  background-color: #62b0fd;
  opacity: 1;
}

h1.title-carusel {
  font-weight: 700;
  font-size: 35px;
  line-height: 121.19%;
  color: #0d3668;
	 font-family: "Dihjauti", sans-serif;
}

.after-title-carusel {
  font-weight: 400;
  font-size: 16px;
  line-height: 142.19%;
  color: #4a4a4a;
}

.btn-blue-head {
  font-weight: 400;
  font-size: 16px;
  line-height: 121.19%;
  color: #0959a6;
  border: 2px solid #1270cc;
  border-radius: 5px;
  padding: 20px 30px;
}

.btn-blue-head:hover {
  background-color: #0959a6;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.img-transp {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel-control-next {
  width: 35px;
  height: 36px;
  position: absolute;
  right: 0px;
  bottom: 25%;
  top: inherit;
  z-index: 99;
}

.carousel-control-prev {
  width: 35px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 25%;
  left: inherit;
  z-index: 99;
}

.number-head-4 {
  display: block;
  font-weight: 700;
  font-size: 73px;
  line-height: 121.19%;
  color: #ffffff;
}

.text-number-head-4 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 121.19%;
  color: #ffffff;
  padding-right: 50px;
}

.polosa {
  position: absolute;
  background-color: #fff;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  font-family: "Roboto";
}

.block-1-tab-1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #0959a6;
  padding: 8px 30px;
  border-bottom: 1px solid #0959a6;
}

.block-1-tab-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
  padding: 8px 30px;
  border-bottom: 1px solid #000;
}

.block-1-tab-2:hover {
  text-decoration: none;
  color: #0959a6;
  border-bottom: 1px solid #0959a6;
}

.block-1-1 {
  position: relative;
  height: 312px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.block-1-1 h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.block-1-1 > div {
  position: relative;
  z-index: 9;
  text-align: center;
}

.block-1-1:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 97, 177, 0.5);
}

.btn-link-block-1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 20px 2px;
  background: #00a3ff;
  border-radius: 5px;
}

.block-2 {
  background: rgb(239, 245, 250);
  background: linear-gradient(
    117deg,
    rgba(239, 245, 250, 1) 0%,
    rgba(239, 245, 250, 1) 67%,
    rgba(9, 89, 166, 1) 67%,
    rgba(9, 89, 166, 1) 100%
  );
}

.blue {
  color: #0959a6;
}

.block-2 ul {
  padding: 0;
  list-style: none;
  margin: 10px 10px 10px 0;
}

.block-2 ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}

.block-2 ul > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(img/arrow-square-right-li.svg);
  background-size: contain;
}

.person {
  height: 331px;
  background: #ffffff;
  border: 1px solid #d7ebff;
  border-radius: 10px;
  background: rgb(180, 199, 218);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(180, 199, 218, 1)),
    color-stop(40%, rgba(180, 199, 218, 1)),
    color-stop(40%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(180, 199, 218, 1) 0%,
    rgba(180, 199, 218, 1) 40%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
}

.person-img {
  display: block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 12px solid #eff5fa;
  margin: 42px auto 10px;
}

.person h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
	font-family: "Dihjauti", sans-serif;
}

.person hr {
  width: 68px;
  border: 2px solid #62b0fd;
  margin-left: auto;
}

.person-text {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.block-4 {
  background-image: url(img/bg-carusel.jpg);
  background-size: cover;
}

.slide-5 .owl-div {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.slide-5 .medium .owl-div {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.slide-5 .big .owl-div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

button:focus {
  outline: none;
}

.owl-review {
  background-image: url(img/Silver.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 426px;
  padding: 40px 21px;
}

.owl-review-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0959a6;
  font-family: "Roboto", sans-serif;
  display: block;
}

.owl-review-name-2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #0d3668;
  display: block;
  margin-top: 10px;
}

.owl-review hr {
  border: 1px solid #b4c7da;
  margin-top: 5px;
}

.owl-review-text {
  max-height: 256px;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3a3a3a;
  font-family: "Roboto", sans-serif;
}

.owl-review-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3a3a3a;
  font-family: "Roboto", sans-serif;
}

/* Работает в Firefox */
.owl-review-text {
  scrollbar-width: thin;
  scrollbar-color: #3f81c0 #e6ecf2;
}

/* Работает в Chrome, Edge и Safari */
.owl-review-text::-webkit-scrollbar {
  width: 4px;
}

.owl-review-text::-webkit-scrollbar-track {
  background: #e6ecf2;
}

.owl-review-text::-webkit-scrollbar-thumb {
  background-color: #3f81c0;
  border-radius: 20px;
}

.owl-div {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -15px;
}

.owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}

.btn-block-news {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background: #3f81c0;
  border-radius: 5px;
  padding: 12px 21px;
  font-family: "Roboto", sans-serif;
}

.block-article-img {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.article-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.355em;
  color: #0959a6;
  display: block;
  margin-top: 15px;
}

.article-date img {
  position: relative;
  top: -3px;
}

.block-article h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #0d3668;
  margin-top: 10px;
}

.block-article p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #68788b;
}

.block-article a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #0959a6;
}

.block-article a img {
  position: relative;
  top: -3px;
}

.block-mail {
  background: rgb(239, 245, 250);
  background: linear-gradient(
    117deg,
    rgba(239, 245, 250, 1) 0%,
    rgba(239, 245, 250, 1) 50%,
    rgba(9, 89, 166, 1) 50%,
    rgba(9, 89, 166, 1) 100%
  );
}

.block-mail h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 48px;
  color: #000000;
}

.block-mail .before-h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 97.69%;
  color: #0959a6;
}

hr {
  border: 3px solid #afc9df;
  width: 68px;
  margin-left: 0;
}

.img-block-mail {
  position: absolute;
  width: 463px;
  left: 50%;
  margin-left: -231px;
  bottom: 0;
}

.block-mail-form {
  width: 300px;
  margin-right: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 33px;
}

.block-mail-form input {
  height: 38px;
  border: 1px solid #749cc2;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #386795 !important;
  padding: 0;
}

.block-mail-form input:placeholder {
  font-weight: 700;
  font-size: 14px;
  color: #386795 !important;
}

.form-check-label {
  font-weight: 700;
  font-size: 9px;
  line-height: 127.19%;
}

.btn-form {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 127.19%;
  text-align: center;
  background: #0066a5;
  border-radius: 5px;
  width: 100%;
  padding: 12px;
  color: #ffffff;
}

.map {
  height: 700px;
}

.contacts-map {
  width: 360px;
  padding: 28px 23px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  position: absolute;
  top: 230px;
  left: 15%;
}

.contacts-map h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 127.19%;
  text-transform: uppercase;
  color: #000000;
}

.contacts-map hr {
  margin-left: 0;
  border: 2px solid #0959a6;
}

.contacts-map a,
.contacts-map span {
  font-weight: 700;
  font-size: 16px;
  line-height: 170.19%;
  color: #3d4b53;
}

.contacts-map a img,
.contacts-map span img {
  position: relative;
  top: -2px;
}

.contacts-map a.btn-contacts-map {
  font-weight: 700;
  font-size: 16px;
  line-height: 127.19%;
  color: #ffffff;
  background: #0066a5;
  border-radius: 4px;
  padding: 9px 24px;
}

footer {
  background: #0d3668;
}

footer .navbar-light .navbar-nav .nav-link,
footer .navbar-light .navbar-nav .active .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 127.19%;
  color: #ffffff;
}

footer .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

footer .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.dlimmc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  display: block;
}

footer .after-h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 127.19%;
  color: #d1d1d1;
  display: block;
}

footer .phone {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  margin-top: 10px;
}

footer .link-media {
  font-weight: 400;
  font-size: 12px;
  line-height: 127.19%;
  color: #0959a6;
  padding-bottom: 0px;
  border-bottom: 1px dashed #0959a6;
  display: inline-block;
}

footer .link-media:hover {
  border-bottom: 1px solid #0959a6;
  text-decoration: none;
}

.footer-1-2 ul {
  padding: 0;
  list-style: none;
  margin: 10px 10px 10px 0;
}

.footer-1-2 ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}

.footer-1-2 ul > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  display: block;
  background-image: url(img/footer-li.svg);
  background-size: contain;
}

.footer-1-2 ul > li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 166.69%;
  color: #ffffff;
}

.footer-2 {
  background: #042647;
}

.footer-2 span,
.footer-2 a {
  font-weight: 400;
  font-size: 12px;
  line-height: 127.19%;
  color: #ffffff;
}

.benefits__number {
  opacity: 0;
}

.form-check-input {
  position: absolute;
  margin-top: -0.5rem;
  margin-left: -1.25rem;
  height: auto !important;
}

.block-about-1 {
  height: 400px;
  border-radius: 10px;
  background-image: url(img/bg-about.jpg);
  background-size: cover;
  padding: 15px 25px 0 25px;
}

.block-about-1 h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 121.19%;
  color: #ffffff;
  font-family: "Roboto";
  margin-bottom: 20px;
}

.block-about-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 121.19%;
  color: #ffffff;
  font-family: "Roboto";
}

.block-about-1 .number-head-4 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 49.9431px;
  line-height: 121.19%;
  color: #ffffff;
}

.block-about-1 .text-number-head-4 {
  font-weight: 400;
  font-size: 10.9464px;
  line-height: 121.19%;
  color: #ffffff;
  padding-right: 0px;
}

#breadcrumbs span,
#breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 127.19%;
  color: #3d4b53;
  font-family: "Roboto";
}

.block-about-2 {
  border: 1px solid #b4c7da;
  border-radius: 5px;
  padding: 36px 53px;
  height: 100%;
}

.block-about-2 h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 127.19%;
  color: #0959a6;
}

.block-about-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 127.19%;
  color: #000000;
}

.btn-white {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127.19%;
  color: #0d3668;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 25px;
}

.block-mail-form .h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 127.19%;
  text-align: center;
  color: #0959a6;
}

.btn-white:hover {
  background: transparent;
  border: 1px solid #0d3668;
}

.block-service-1 {
  height: 53px;
  background: #dceeff;
  padding: 10px 30px;
}

.block-service-1 .media-body {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.block-service-1-img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #62b0fd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-service-2 ul {
  padding: 0;
  list-style: none;
  margin: 10px 10px 10px 0;
}

.block-service-2 ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}

.block-service-2 ul > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(img/arrow-square-right-li.svg);
  background-size: contain;
}

.menu-works {
  background: #f7fbff;
  border-radius: 15px;
  padding: 40px 18px;
}

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

.menu-works ul > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
}

.menu-works ul > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(img/arrow-circle-right-menu.svg);
  background-size: contain;
}

.menu-works a {
  color: #000;
  font-family: "Roboto";
}

.block-work {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 28px 23px;
}

.block-work-1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 127.19%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 3px 7px;
  background: #0959a6;
  border-radius: 5px;
}

.block-work h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 127.19%;
  color: #3d4b53;
}

.block-work hr {
  width: 50px;
  margin-left: 0;
  border: 3px solid #0959a6;
}

.block-work-text-1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 127.19%;
  color: #3d4b53;
  display: block;
}

.block-work-text-2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 127.19%;
  color: #3d4b53;
  display: block;
}

.block-work a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 127.19%;
  color: #0066a5;
}

.coast-service {
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}

.coast-service .span-1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 121.19%;
  color: #ffffff;
}

.coast-service .span-2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #ffffff;
}

.my-tabs {
  height: 101px;
  background: #ffffff;
  border: 1px solid #d7ebff;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
}

.my-tabs span {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #000000;
}

.my-tabs:hover {
  background: #0959a6;
  border: 1px solid #d7ebff;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: 0.5s;
}

.my-tabs:hover span {
  font-weight: 700;
  font-size: 14px;
  line-height: 132.5%;
  color: #ffffff;
}

.page-serv p,
.page-serv,
.page-serv li,
.page-serv a,
.page-serv b,
.page-serv strong {
  font-family: "Roboto" !important;
}

.page-serv ul {
  padding: 0;
  list-style: none;
  margin: 10px 10px 10px 0;
}

.page-serv ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.page-serv ul > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(img/arrow-square-right4.svg);
  background-size: contain;
}

.block-steps h2 {
  font-family: "Dihjauti";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 58px;
}

.block-step {
  height: 105px;
  background: #ffffff;
  box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 25px 21px;
}

.block-step .media-body {
  border-left: 1px solid #3f81c0;
  padding-left: 15px;
  display: flex;
  align-items: center;
  height: 56px;
}

.block-step .media-body span {
  display: block;
}

.preim {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 30px 27px;
  height: 100%;
}

.elipse {
  width: 52px;
  height: 52px;
  background: #3f81c0;
  border-radius: 50%;
}

.preim .media-body {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.preim p {
  font-family: "Roboto";
}

.img-news {
  height: 400px;
  border-radius: 10px;
}

nav.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem 0.3rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  nav.navbar .dropdown > .dropdown-menu {
   /* display: block;*/
  }

  .head-3 {
    padding: 50px 15px;
  }

  .carousel-control-prev {
    top: 50%;
  }

  .carousel-indicators {
    top: 70%;
  }

  .carousel-control-next {
    top: 90%;
  }

  h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
  }

  .block-1-tab-1,
  .block-1-tab-2 {
    font-size: 18px;
    display: block;
  }

  .owl-review {
    height: 726px;
    padding: 60px 31px;
  }

  .owl-review-text {
    max-height: 456px;
  }

  .owl-prev {
    left: 0;
  }

  .owl-next {
    right: 0;
  }

  .block-mail {
    padding: 50px 15px;
  }

  .img-block-mail {
    display: none;
  }
	
	.block-article h3 {
		font-size:20px;
	}
	
	.block-about-1 {
		height:auto;
	}
}
