body {
   font-variant-numeric: lining-nums;
}
.contacts, .services {
   font-family: "Raleway", sans-serif;
   font-style: normal;
   line-height: normal;
   color: #000000;
}
.services img {
   max-width: 100%;
   height: auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.contacts h1, .contacts h2 {
   font-size: 32px;
   line-height: 37px;
   font-weight: 400;
   text-align: center;
}
.contacts-wrap__content {
   max-width: 1080px;
   background-color: #fff;
   border-radius: 30px;
   margin: 40px auto 80px;
   padding: 40px 60px;
   font-family: "Inter", sans-serif;
}
.contacts-wrap__subtitle {
   font-size: 32px;
   line-height: 37px;
   font-weight: 700;
   text-align: center;
}
.contacts-wrap__list {
   margin-top: 40px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.contacts-wrap__content--subtitle {
   font-size: 24px;
   line-height: 40px;
   margin-bottom: 20px;
}
.contacts-wrap__content--text {
   font-size: 16px;
   line-height: 27px;
   margin-bottom: 20px;
}
.contacts-wrap__content .item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-bottom: 20px;
}
.contacts-wrap__content .item:last-child {
   margin-bottom: 0;
}
.contacts-wrap__content .item svg {
   margin-right: 10px;
   -webkit-transform: translateY(3px);
   -ms-transform: translateY(3px);
   transform: translateY(3px);
}
.contacts-wrap__content .item-title {
   max-width: calc(100% - 43px);
   font-size: 24px;
   line-height: 40px;
}
.contacts-wrap__content .item-title a {
   display: block;
   color: #000;
   font-size: 24px;
   font-weight: 400;
}
.contacts-wrap__content .item-title a span {
   position: relative;
}
.contacts-wrap__content .item-title a span::after {
   content: "";
   display: block;
   width: 0;
   height: 1px;
   background-color: #000;
   position: absolute;
   left: 0;
   bottom: -1px;
   -webkit-transition: .3s;
   transition: .3s;
}
.contacts-wrap__content .item-title a span:hover::after {
   width: 100%;
}
.contacts-wrap__list .item {
   width: 32%;
   margin-right: 2%;
   margin-bottom: 20px;
   background-color: #fff;
   border: solid 1px #f0f0f0;
   border-radius: 20px;
   padding: 40px;
}
.contacts-wrap__list .item:nth-child(3n+3) {
   margin-right: 0;
}
.contacts-wrap__list .item-title {
   font-size: 20px;
   line-height: 23px;
   color: rgba(0,0,0,.5);
   margin-bottom: 20px;
}
.contacts-wrap__list .item-text {
   font-size: 16px;
   line-height: 27px;
   color: #000;
   font-family: "Inter", sans-serif;
}
.contacts-wrap__list .item-text p {
   display: block;
   margin-bottom: 20px;
}
.contacts-wrap__list .item-text a {
   color: #000;
   position: relative;
   font-size: 16px;
   font-weight: 400;
}
.contacts-wrap__list .item-text a::after {
   content: "";
   display: block;
   width: 0;
   height: 1px;
   background-color: #000;
   position: absolute;
   left: 0;
   bottom: -1px;
   -webkit-transition: .3s;
   transition: .3s;
}
.contacts-wrap__list .item-text a:hover::after {
   width: 100%;
}
.contacts-wrap__list .item-text p:first-child {
   font-family: "Raleway", sans-serif;
}
.contacts-wrap__list .item-text p:last-child {
   font-family: "Raleway", sans-serif;
   margin-bottom: 0;
}
.contacts-wrap__list .item-text p:last-child a {
   color: #ffa51d;
   position: relative;
   font-size: 16px;
   font-weight: 400;
}
.contacts-wrap__list .item-text p:last-child a::after {
   content: "";
   display: block;
   width: 0;
   height: 1px;
   background-color: #ffa51d;
   position: absolute;
   left: 0;
   bottom: -1px;
   -webkit-transition: .3s;
   transition: .3s;
}
.contacts-wrap__list .item-text p:last-child a:hover::after {
   width: 100%;
}
.services-wrap {
   margin: 108px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.services-wrap .item {
   width: 49%;
   margin-right: 2%;
   margin-bottom: 30px;
   min-height: 300px;
   border: solid 1px #f0f0f0;
   border-radius: 30px;
   padding: 35px 22px 35px 35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: relative;
   background-color: #fff;
}
.services-wrap .item:nth-child(2n+2) {
   margin-right: 0;
}
.services-wrap .item .row {
   margin-right: 11px;
   position: relative;
   z-index: 3;
}
.services-wrap .item-image {
   position: absolute;
   right: 5px;
   bottom: 11px;
   z-index: 2;
}
.services-wrap .item::after {
   content: "";
   display: block;
   width: 100%;
   max-width: 380px;
   height: 182px;
   background: url("/wp-content/themes/global_post/images/corner.png") no-repeat right bottom/contain;
   position: absolute;
   right: 5px;
   bottom: 6px;
}
.services-wrap .item .row-image {
   position: relative;
   z-index: 2;
}
.services-wrap .item .row-title {
   margin: 20px 0 5px;
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   position: relative;
   z-index: 2;
}
.services-wrap .item .row-text {
   font-size: 16px;
   line-height: 24px;
   position: relative;
   z-index: 2;
}
.services-wrap .item .row-image img {
   width: 45px;
   height: 45px;
   border-radius: 50%;
}
.services .btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border: solid 1px #da2c38;
   padding: 10px 12px;
   background: 0 0;
   background-color: inherit;
   color: #000000;
   font-size: 14px;
   line-height: 21px;
   font-weight: 700;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   border-radius: 25px;
   -webkit-transition: .3s;
   transition: .3s;
   cursor: pointer;
   font-family: "Raleway", sans-serif;
   z-index: 2;
   position: relative;
}
.services .btn svg {
   margin-left: 10px;
}
.services .btn:hover {
   background-color: #da2c38;
   color: #fff;
}
 
@media (max-width: 1350px) {
    .services-wrap {
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
    }
    .services-wrap .item:nth-child(1n+1) {
       margin: 0 0 30px;
    }
}
 
@media (max-width: 920px) {
    .contacts-wrap__list {
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
    }
    .contacts-wrap__list .item {
       width: 49%;
    }
    .contacts-wrap__list .item:nth-child(1n+1) {
       margin: 0 0 20px;
    }
    .services-wrap .item {
       width: 100%;
    }
}
 
@media (max-width: 550px) {
    .contacts h1, .contacts h2 {
       font-size: 18px;
       line-height: 21px;
    }
    .contacts-wrap__content {
       margin: 20px auto 40px;
       padding: 10px;
    }
    .contacts-wrap__subtitle {
       font-size: 18px;
       line-height: 21px;
    }
    .contacts-wrap__list {
       margin-top: 20px;
    }
    .contacts-wrap__content--subtitle {
       font-size: 18px;
       line-height: 30px;
       margin-bottom: 20px;
    }
    .contacts-wrap__content--text {
       font-size: 14px;
       line-height: 23px;
       margin-bottom: 20px;
    }
    .contacts-wrap__content .item {
       margin-bottom: 20px;
    }
    .contacts-wrap__content .item:nth-last-child(3) {
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
    }
    .contacts-wrap__content .item svg {
       -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
       transform: translateY(0);
    }
    .contacts-wrap__content .item-title {
       font-size: 16px;
       line-height: 18px;
    }
    .contacts-wrap__content .item-title a {
       margin-bottom: 10px;
       font-size: 16px;
    }
    .contacts-wrap__content .item-title a:last-child {
       margin-bottom: 0;
    }
    .contacts-wrap__list .item {
       width: 100%;
       padding: 40px;
    }
    .contacts-wrap__list .item:nth-child(1n+1) {
       margin: 0 0 10px;
    }
    .contacts-wrap__list .item-title {
       font-size: 20px;
       line-height: 23px;
    }
    .contacts-wrap__list .item-text {
       font-size: 16px;
       line-height: 27px;
    }
    .services-wrap {
       margin: 43px 0 40px;
    }
    .services-wrap .item {
       padding: 20px 10px 50px;
       min-height: inherit;
    }
    .services-wrap .item:nth-child(1n+1) {
       margin-bottom: 20px;
    }
    .services-wrap .item .row {
       width: 100%;
    }
    .services-wrap .item-image {
       max-width: 105px;
    }
    .services-wrap .item .row-title {
       font-size: 16px;
       line-height: 18px;
       margin: 20px 0 10px;
    }
    .services .btn {
       padding: 11px 3px;
       width: 100%;
       font-size: 12px;
       max-width: 161px;
       line-height: 21px;
    }
}