@font-face {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto-Light"), url("/fonts/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto-Medium"), url("/fonts/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("RobotoCondensed-Bold"), url("/fonts/RobotoCondensed-Bold.woff") format("woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  min-width: 420px;
  background-color: #e4e5e7;
  font-family: 'Roboto-Light', sans-serif;
  color: #333333;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1190px;
}

.main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .main {
    padding: 50px 0;
    height: auto;
  }
}

.wrapper {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title__link {
  padding-left: 25px;
  margin-bottom: 10px;
  display: block;
  color: #3c8a78;
  font-size: 0.94em;
  font-family: 'Roboto-Medium', sans-serif;
  background-image: url(../img/link_ico.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s ease-out, padding 0.3s;
  transition: opacity 0.3s ease-out, padding 0.3s;
}

.title__link:hover {
  padding-left: 27px;
  opacity: 0.7;
}

.title__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.5em;
  font-family: 'RobotoCondensed-Bold', sans-serif;
}

.title__h2::before {
  content: '';
  padding: 5px;
  margin-right: 25px;
  display: inline-block;
  border: solid #3c8a78;
  border-width: 0 5px 5px 0;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 560px) {
  .title__h2 {
    font-size: 3.7em;
  }
}

.decription {
  margin-top: 50px;
  width: 60%;
}

.decription__big-text {
  margin-bottom: 24px;
  font-size: 1.5em;
}

@media (max-width: 960px) {
  .decription {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .decription {
    margin-top: 15px;
  }
}

.service-list {
  padding-left: 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service-list__item {
  width: 25%;
}

@media (max-width: 960px) {
  .service-list__item {
    margin-bottom: 15px;
    width: 35%;
  }
}

@media (max-width: 560px) {
  .service-list__item {
    width: 50%;
  }
}

.service-list__img {
  margin: 0 auto 8px;
}

.service-list__text {
  font-size: 1.3em;
  text-align: center;
}

@media (max-width: 960px) {
  .service-list__text {
    font-size: 1.1em;
  }
}

@media (max-width: 960px) {
  .service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer {
  font-family: 'Roboto-Medium', sans-serif;
}

.footer__phone {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1.5em;
}

.footer__phone img {
  margin-right: 10px;
}

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

.footer__adress img {
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */
.footer__links .link-ico {
    color: inherit;          
    text-decoration: none;   
    font: inherit;           
    background: none;       
    border: none;            
    padding: 0;             
    margin: 0;            
    cursor: pointer;         
}

.footer__links .link-ico:hover {
    text-decoration: underline;  
    color: inherit;
}