@font-face {
    font-family: "Circe";
    font-weight: 300;
    src: url(../fonts/Circe-Light.woff);
}

@font-face {
    font-family: "Circe";
    font-weight: 400;
    src: url(../fonts/Circe-Regular.woff);
}

@font-face {
    font-family: "Circe";
    font-weight: 700;
    src: url(../fonts/Circe-Bold.woff);
}

@font-face {
    font-family: "Circe";
    font-weight: 900;
    src: url(../fonts/Circe-ExtraBold.woff);
}

* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    font-family: "Circe";
    font-weight: 400;
}

.container-fluid {
    padding: 0 2rem 0 !important;
    max-width: 1508px !important;
}

p {
    margin: 0;
}

/* header-------------------------------------------------------------------------------- */

.header {
    padding: 36px 0;
    box-sizing: border-box;
}

.header__logo {
    width: 180px;
}

.header__text {
    color: #99999c;
    font-size: 14px;
}

.header__right {
    max-width: 44%;
}

.header__line {
    width: 2px;
    height: 30px;
    background-color: #e3e3e3;
    display: block;
}

.header__num {
    font-size: 16px;
    line-height: 1.5;
    color: #363636;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.header__num:hover {
    color: red
}

/* first-screen-------------------------------------------------- */

.first-screen {
    background: url(../img/mainBack.jpg);
    height: 350px;
}

.first-screen .container-fluid {
    height: inherit;
}

.first-screen__inner {
    height: inherit;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.first-screen__title {
    color: #fff;
    line-height: 1.35;
    text-transform: uppercase;
    font-size: 3rem;
    font-family: "Circe";
    font-weight: 700;
}

.first-screen__logo {
    width: 180px;
}

/* main------------------------------------------------------------------- */

.main {}

.main__inner {
    padding: 32px 0 120px;
    box-sizing: border-box;
}

.main__links {}

.main__link {
    font-size: 20px;
    line-height: 27px;
    color: #7a7a7d !important;
    margin-top: 30px;
    transition: all 0.1s ease-out;
}

.main__link:first-child {
    margin-top: 0;
}

.main__link:hover {
    color: #000 !important;
}

.main__right {

}

.about__text {
    font-size: 24px;
    line-height: 1.5;
    color: #7a7a7d;
    box-sizing: border-box;
    padding-right: 10px;
}

/* footer------------------------------------------------------------------ */

.footer {
    background-color: #f5f5f5;
    padding: 48px;
    box-sizing: border-box;
}

.footer__logo {
    width: 180px;
}

.footer__subscribe {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 24px;
    border: 1px solid #c7c7c7;
    max-width: 340px;
    cursor: pointer;
}

.footer__arrow {
    transform: rotate(90deg);
    transition: all 0.15s ease-out;
}

.footer__link {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #99999c;
    transition: all 0.15s ease-out;
    opacity: 0.5;
    margin-top: 20px;
}

.footer__link_low {
    font-size: 16px;
    line-height: 21px;
    color: #7a7a7e;
    font-weight: 400;
    margin: 0;
}

.footer__subscribe:hover .footer__link_low {
    color: #ED1C24;
}

.footer__arrow path[fill] {
    transition: all 0.15s ease-out;
}

.footer__subscribe:hover .footer__arrow path[fill] {
    fill: #ED1C24
}

.footer__key {
    margin-top: 30px;
    font-size: 20px;
}

.footer__delo {
    margin-top: 20px;
    display: block;
}

/* services------------------------------------------------ */

.services__title {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 46px;
    color: #363636;
}

.services {
    margin-top: 32px;
}

.services__line {
    width: 32px;
    height: 4px;
    background-color: white;
}

.services__item {
    padding: 40px 40px 80px 40px;
    box-sizing: border-box;
    width: 297px;
    height: 303px;
    background-size: cover !important;
    position: relative;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    overflow: hidden;
}

.services__item:first-child {
    background: url(../img/serv1.jpg);
}

.services__item:nth-child(2) {
    background: url(../img/serv2.jpg);
}

.services__item:last-child {
    background: url(../img/serv3.jpg);
}

.services__text {
    font-weight: 700;
    color: white;
    font-size: 24px;
}

.services__circle {
    background-color: white;
    border-radius: 50%;
    width: 147px;
    height: 147px;
    display: block;
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.services__icon {
    position: absolute;
    left: 17%;
    top: 17%;
}

/* contacts---------------------------------------------------------- */

.contacts__item {
    display: flex;
    margin-top: 16px;
}

.contacts__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #c4c4c4;
}

.contacts__text {
    padding-left: 32px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #7a7a7e;
    max-width: 400px;
}

/* lists----------------------------------------------------------------------- */

.list__top {
    cursor: pointer;
    padding: 12px 16px;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
}

.list__top_first {
    border-top: 1px solid #c4c4c4;
}

.list__title {
    color: #7a7a7d;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;

}

.list__title.active {
    color: #363636;
}

.list__arrow {
    transform: rotate(180deg);
}

.list__arrow.active {
    transform: rotate(0deg);
}

.list__arrow.active path {
    fill: #ed1c24;
}

.list__arrow path {
    transition: all 0.2s ease-out;
}

.list:hover .list__title {
    color: #363636;
}

.list:hover .list__arrow path {
    fill: #ed1c24;
}

.list__main {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    display: none;
    transition: all 0.3s ease-out;
    margin-top: -40px;
    border-bottom: 1px solid #c4c4c4;
}

.list__text {
    font-size: 16px;
    line-height: 24px;
    color: #99999C;
}
.list__main.active {
    display: block;
    margin-top: 0;
}
.list__doc {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.list__icon {
    max-width: 24px;
    display: block;
}
.list__link {
    margin-left: 15px;
    display: block;
    text-decoration:underline !important;
}