@font-face {
    font-family: 'Roboto slab light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab.light.ttf');
}

@font-face {
    font-family: 'Roboto slab medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/RobotoSlab-Medium.ttf');
}

@font-face {
    font-family: 'Avant Garde GothicC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/avantgardegothicc.otf');
}

* {
    padding: 0;
    margin: 0;
}

.circle-small {
    width: 478px;
    height: 477px;
    background: url("../img/circle-small.png") transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 30px;
}

.circle-big {
    width: 896px;
    height: 736px;
    background: url("../img/circle-big.png") transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

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

.page-wrapper {
    background: url("../img/black-layer.png") no-repeat;
    background-size: cover;
}

.header-layer {
    background: url("../img/layer.png") no-repeat;
    background-size: cover;
    align-items: center;
}

.header {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/layer.png") no-repeat center;
    background-size: cover;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.header__request {
    margin-top: 112px;
    width: 225px;
    height: 80px;
    background-color: rgba(0,0,0,0.9);
}

.header__request-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 3px 28px 3px 75px;
    text-align: right;
    border: 1px solid #cc2902;
    font-size: 15px ;
    color: #FFFFFF;
    background: linear-gradient(to right, #cc2902 85%, transparent 25%);
    font-family: 'Avant Garde GothicC', sans-serif;
    cursor: pointer;
    transition: background-position 275ms ease;
    background-size: 200% 100%;
    background-position: 100%;
}

.header__request-button:hover {
    background-position: 0 100%;
}

.header__logo {
    width: 362px;
    height: 206px;
    background: url("../img/logo.png") no-repeat;
}

.header__logo::after {
    display: block;
    content: "СоздаËм декорации";
    font-family: "Roboto slab light", sans-serif;
    font-size: 15.73px;
    text-transform: uppercase;
    padding-top: 140px;
    color: #787878;
}

.header__title {
    position: relative;
    color: #787878;
    font-size: 25px;
    font-family: 'Roboto slab light', sans-serif;
}

.header__title::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 70px;
    background: url("../img/Ellipse.png") no-repeat;
    margin-top: 40px;
    margin-left: -3px;
}

.header__title::after {
    position: absolute;
    content: "\27F5";
    padding-left: 25px;
    color: #cc2902;
}

.header__button-wrapper {
    margin-top: 79px;
    width: 225px;
    height: 80px;
    background-color: rgba(28,28,28,0.8);
    cursor: pointer;
}

.header__button-wrapper::before {
    position: absolute;
    content: url("../img/ig.png");
    margin-left: -40px;
    padding-top: 20px;
}

.header__portfolio-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 3px 32px 3px 15px;
    text-align: right;
    border: 1px solid #cc2902;
    font-size: 15px ;
    color: #FFFFFF;
    background: linear-gradient(to left, #cc2902 85%, transparent 25%);
    font-family: 'Avant Garde GothicC', sans-serif;
    cursor: pointer;
    transition: background-position 275ms ease;
    background-size: 200% 100%;
    background-position: 100%;
}

.header__portfolio-button:hover {
    background-position: 0 100%;
}

.presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buttons {
    max-width: 650px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buttons-header {
    max-width: 650px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 200px;
    padding-bottom: 30px;
    z-index: 1;
}

.buttons__design:hover,.buttons__production:hover,.buttons__consulting:hover {
    background-color: red;
    border: 2px solid red;
}

.buttons__design {
    width: 60px;
    height: 60px;
    background: url("../img/white-icon.svg") no-repeat center center;
    background-size: 109%;
    outline: none;
    border: 2px solid #fff;
    cursor: pointer;
    color: black;
    border-radius: 100%;
}

.buttons__production {
    width: 60px;
    height: 60px;
    background: url("../img/production-icon.svg") no-repeat center center;
    background-size: 109%;
    outline: none;
    border: 2px solid #fff;
    margin-left: 100px;
    cursor: pointer;
    border-radius: 100%;
}

.buttons__consulting {
    width: 60px;
    height: 60px;
    background: url("../img/consulting-icon.svg") no-repeat center center;
    background-size: 109%;
    outline: none;
    border: 2px solid #fff;
    margin-left: 100px;
    cursor: pointer;
    border-radius: 100%;
}

/*Interactive div Design*/
.design {
    max-width: 715px;
    margin-top: 30px;
    background-color: rgba(28,28,28,0.8);
    padding-bottom: 15px;
    transition: 0.5s;
    z-index: 1;
}

.design__title {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 30px;
    text-transform: uppercase;
    color: #cc2902;
    font-family: 'Roboto slab light', sans-serif;
}

.design__box, .production__box, .consulting__box {
    display: flex;
    padding-top: 20px;
    font-family: 'Avant Garde GothicC', sans-serif;
}

.design__content, .production__content, .consulting__content {
    margin-left: 20px;
}

.design__content-title {
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    padding: 3px;
}

.design__content-text {
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: left;
    width: 154px;
}

.design__modelling, .production__modelling {
    margin-left: 22px;
}

.design__modelling-title {
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    padding: 3px;
    display: block;
    width: 115px;
}

.design__modelling-text {
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    width: 207px;
}

.design__development {
    margin-left: 22px;
    margin-top: -22px;
}

.design__development-title {
    max-width: 140px;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    display: block;
    padding: 3px;
}

.design__development-text {
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
}

/*Interactive div production*/
.production {
    max-width: 685px;
    margin-top: -249px;
    background-color: rgba(28,28,28,0.8);
    padding-bottom: 15px;
    transition: 0.5s;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.production__title {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 30px;
    text-transform: uppercase;
    color: #cc2902;
    font-family: 'Roboto slab light', sans-serif;
}

.production__content-title  {
    font-size: 10px;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    padding: 3px;
    width: 100px;
}

.production__content-text {
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: left;
    width: 197px;
}

.production__modelling-title {
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    padding: 3px;
    display: block;
    width: 115px;
}

.production__development {
    margin-top: 0;
    margin-left: 20px;
}

.production__development-title {
    max-width: 140px;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    display: block;
    padding: 3px;
}

.consulting {
    width: 685px;
    margin-top: -260px;
    background-color: rgba(28,28,28,0.8);
    padding-bottom: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.consulting__box {
    display: flex;
    justify-content: space-between;
}

.consulting__title {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 30px;
    text-transform: uppercase;
    color: #cc2902;
    font-family: 'Roboto slab light', sans-serif;
}

.consulting__content-title {
    font-size: 10px;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    padding: 3px;
    width: 155px;
}

.consulting__content-text {
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: left;
    width: 255px;
}

.consulting__development {
    /*padding-left: 50px;*/
}

.consulting__development-title {
    max-width: 160px;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #cc2902;
    display: block;
    padding: 3px;
}

.consulting__development-text {
    width: 250px;
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: left;
}




.content__buttons {
    margin-top: 20px;
    text-align: center;
}

.content__buttons-request {
    font-size: 15px;
    color: #FFFFFF;
    background: linear-gradient(to right, #cc2902 50%, transparent 50%);
    padding: 5px 10px;
    border: 2px solid #cc2902;
    font-family: 'Avant Garde GothicC', sans-serif;
    cursor: pointer;
}

.content__buttons-portfolio {
    font-size: 15px;
    color: #FFFFFF;
    border: 2px solid #cc2902;
    padding: 5px 10px;
    background: transparent;
    margin-left: 25px;
    font-family: 'Avant Garde GothicC', sans-serif;
    cursor: pointer;
}

.our-team {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-team::before {
    content: '';
    position: absolute;
    width: 319px;
    height: 280px;
    background: url("../img/r-line.png") no-repeat;
    margin-left: -770px;
    margin-top: 70px;
}

.manifest__bc1 {
    position: absolute;
    width: 24px;
    height: 11.4px;
    background: url('../img/2019.svg') no-repeat;
    background-size: contain;
    margin-left: 50px;
    margin-top: 60px;
}

.manifest__bc2 {
    position: absolute;
    width: 24px;
    height: 11.4px;
    background: url('../img/2017.svg') no-repeat;
    background-size: contain;
    margin-left: 120px;
    margin-top: 120px;
}

.manifest__bc3 {
    position: absolute;
    width: 24px;
    height: 9px;
    background: url('../img/2006.svg') no-repeat;
    background-size: contain;
    margin-left: 60px;
    margin-top: 250px;
}

.manifest__bc4 {
    position: absolute;
    width: 24px;
    height: 11px;
    background: url('../img/2015.svg') no-repeat;
    background-size: contain;
    margin-left: 230px;
    margin-top: 200px;
}

.manifest__logo {
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 100px;
    font-family: 'Roboto slab light', sans-serif;

}

.manifest__logo::before {
    content: url("../img/infinity.png");
    position: absolute;
    display: block;
    margin-left: -100px;
}

.about-us {
    margin-right: -100px;
    padding-top: 5px;
    padding-left: 40px;
    font-family: 'Avant Garde GothicC', sans-serif;
    width: 500px;
}

.about-us p {
    color: #FFFFFF;
    font-size: 13px;
}

.about-us__facilities, .about-us__security, .about-us__unique {
    padding-top: 15px;
}

.about-us__unique {
    color: #cc2902 !important;
}

.footer-wrapper {
    background-color: #cc2902;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer__small small {
    font-size: 10px;
    font-family: 'Avant Garde GothicC', sans-serif;

}

.footer__contacts {
    display: flex;
    align-items: center;
}

.footer__contacts-ig i {
    font-size: 40px;
    cursor: pointer;
}

.footer__contacts-ig i:hover {
    color: #FFFFFF;
}

.footer__contacts a {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    padding-left: 30px;
    font-family: 'Roboto slab medium', sans-serif;
}

.footer__contacts a:hover {
    color: #FFFFFF;
}

.layer {
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.feedback {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    position: fixed;
    z-index: 5;
    border: 2px solid #cc2902;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.feedback__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #cc2902;
    font-weight: 700;
    border: 1px solid #cc2902;
    background: transparent;
}

.feedback__close:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.feedback__title {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Avant Garde GothicC', sans-serif;
}

.feedback__inner {
    margin-top: 10px;
}

input {
    background: transparent;
    width: 185px;
    height: 35px;
    border: 2px solid #cc2902;
    font-family: 'Avant Garde GothicC', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #cc2902;
}

input::placeholder {
    font-size: 15px;
    text-transform: uppercase;
    color: #cc2902;
    padding: 0 8px;
    font-family: 'Avant Garde GothicC', sans-serif;
}

textarea {
    margin-top: 15px;
    background: transparent;
    border: 2px solid #cc2902;
    color: #cc2902;
    font-size: 15px;
    font-family: 'Avant Garde GothicC', sans-serif;
}

textarea::placeholder {
    font-size: 15px;
    text-transform: uppercase;
    color: #cc2902;
    padding: 10px 0 0 5px;
    font-family: 'Avant Garde GothicC', sans-serif;

}

.feedback__button {
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 35px;
    background: #cc2902;
    border: none;
    color: #FFFFFF;
    font-family: 'Avant Garde GothicC', sans-serif;

}

