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: inherit;
    vertical-align: baseline;
    font-size:1.7rem;
}

html {
    font-size: 62.5%;
}
body{
	overflow-x: hidden;
}

@media only screen and (max-width: 75em) {
    html {
        font-size: 60.25%;
    }
}

@media only screen and (max-width: 56.25em) {
    html {
        font-size: 55%;
    }
}

@media only screen and (min-width: 132.5em) {
    html {
        font-size: 75%;
    }
}

a,
a:hover {
    text-decoration: none;
}

body {
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00214F;
}

section {
    margin-bottom: 50px;
}

ul {
    list-style-type: none;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

.header-menu {
    color: white;
    background-color: #0E84F2;
    padding: 30px 0;
}

.header-menu__logo a,
.footer__logo a{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 43px;
    white-space: nowrap;
    margin-right: 10px;
    color:white;
}

.header-menu__logo a span,
.footer__logo a span {
    color: #99e7fd;
    font-size: 3.6rem;
}

.header-menu__main a {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 29px;
    padding: 10px 0;
    margin-right: 15px;
	white-space: nowrap;
}

.welcome {
    padding-top: 100px;
}

.welcome__title h1 {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 58px;
}

.welcome__title,
.welcome__subtitle {
    color: #0E84F2;
}

.welcome__subtitle {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 36px;
}

.welcome__list {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
}

.welcome__list p {
    margin-bottom: 20px;
}

.welcome__list li span {
    color: #0E84F2;
}

.phone-btn {
    background-color: #0E84F2;
    padding: 16px 33px;
    border-radius: 7px;
    max-width: 300px;
    margin-top: 36px;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}
.phone-btn:hover,
.phone-btn-white:hover{
    transform:scale(1.05);   
}

.phone-btn span {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 34px;
    color: white;
    margin-left: 19px;
	white-space: nowrap;
}

.phone-btn img {
    max-width: 30px;
    max-height: 30px;
}

.service__title,
.priese__title {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 35px;
}

.service__text ul {
    padding-top: 10px;
    list-style-type: disc;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 22px;
    margin-left: 12px;
}
.service__text p {
    margin-top: 10px;
}
.service__wrapper {
    margin-right: 8%;
}
.service__img{
    min-width: 200px;
    width: 100%;
}
.priese__img{
    min-width:200px;
    width:90%;
}
.about__title {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 50px;
}
.about__text ul {
    list-style-type: disc;
    margin: 10px 30px;
}
.form-and-btn {
    background-color: #0E84F2;
}
.form-and-btn__content {
    padding: 35px 0 20px;
}
.form-and-btn__title {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 29px;
    color: white;
    text-transform: uppercase;
}

.phone-btn-white {
    background-color: white;
}

.phone-btn-white span {
    color: #0E84F2;
}

form {
    position: relative;
    width: 400px;
}

@media (max-width:570px) {
    form {
        width: 270px;
    }
}

.form-and-btn__search {
    margin-top: 25px;
}

.form-and-btn__search input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
}

.form-and-btn__search .form-btn {
    position: absolute;
    border-radius: 3px;
    top: 9px;
    right: 4px;
    padding: 2px 4px;
    color: white;
    background-color: #0E84F2;
    transition: transform 0.3s;
}

.form-and-btn__point {
    position: absolute;
    border-radius: 3px;
    top: 9px;
    right: 31%;
    padding: 2px 4px;
}
.trusted__content{
    font-size:1.8rem;
}
.trusted__title {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 50px;
}

.trusted__content p {
    margin: 20px 0;
}
.trusted__text{
    margin:50px 0;
}
.trusted__content ul {
    list-style-type: disc;
    margin-left: 25px;
}

.trusted__subtitle {
    font-weight: 700;
}
.trusted__feature-subtitle{
    font-size: 2rem;
    font-weight: 700;
    line-height: 22px;
}
.our-team__title{
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom:50px;
}
.our-team__photo{
    margin:20px 0 50px;
}
.our-team ul{
    list-style-type: disc;
}
.our-team a{
    color: #00214F;
}
.our-team__foot{
    padding: 30px 0;
}
.our-team__banner-text{
    color:#0E84F2;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
}
.banner-and-btn .phone-btn{
    margin-left: auto;
    margin-right:16%;
    margin-top: 0;
}
@media (max-width: 711px){
    .our-team__foot span{
    font-size: 2.3rem;
    }
    .phone-btn{
        padding: 16px 16px;
    }
}
.footer{
    border-top: 1px solid #0E84F233;
    padding:30px;
}
.footer__logo a{
    color:#0E84F2;
    font-weight: 700;
}
.footer a{
    color:#00214F;
    font-size: 2.4rem;
    line-height: 29px;
}
.areas a{
    display:inline-block;
    padding:7px 0;
    white-space: nowrap;
    width:100%;
}
.cust-box{
    box-shadow: 2px 4px 10px rgba(14, 132, 242, 0.2);
    text-align:center;
    margin-bottom: 10px;
}
.footer__logo a{
    color: #0E84F2;
}
.footer__logo a,
.footer__logo a span{
    font-size: 3.3rem;
}
.form-btn:hover{
    transform: scale(1.05);
}
.areas-link__letters{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 10% 70px;
}
.areas-link__letter a{
    display:inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 29px;
    box-shadow: 2px 4px 10px rgba(14, 132, 242, 0.2);
    border-radius: 5px;
    color: #0E84F2;
    padding:10px 17px;
}
.areas-link__districts{
    display:flex;
    flex-wrap: wrap;
}
.areas-link__districts > div{
    box-shadow: 2px 4px 10px rgba(14, 132, 242, 0.2);
    border-radius: 5px;
    text-align:center;
    margin-bottom:10px;
    padding: 9px 0;
}
.contacts__main p,
.contacts__main li{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 29px;
}
.contacts__main span{    
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 34px;
}
.contacts iframe{
    width:100%;
}
@media (max-width:400px){
    .contacts .big-text{
        font-size: 2rem;;
    }
    .contacts .big-text span{
        font-size: 2.3rem;
    }
}
@media (max-width:660px){
.form-and-btn__cust-d{
	display:none;	
	}}


$color: #2194e0;

@-webkit-keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
}

.button {
	background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #2194e0;
  border: 2px solid #2194e0;
  font-size: 24px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.button:hover {
  background-color: #2194e0;
  color: #fff;
  border-bottom: 4px solid #1977b5;
}
.button:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}

.call-svg{
	color:black;
}
.call-svg:hover{
	color:white;
}





.error-404.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-404__eyes {
  font-size: 75px;
  display: inline-block;
  margin-top: 40px;
}

.error-404__text {
  margin-top: 55px;
  font-size: 40px;
}

.error-404__link {
  margin-top: 45px;
  font-size: 30px;
}

.swiper-container {
    overflow: hidden;
}

.phone-button {
  display: inline-flex;
  gap: 0 10px;
}
.phone-button__number {
  width: unset!important;
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}
.phone-button__number img {
  width: unset!important;
  max-width: 100%!important;
}
.phone-button__number.inverse img {
  filter: invert(100%);
}
.phone-button__number.rem,
.phone-button__number.rem img{
  height: 1rem;
}