@font-face {
    font-family: 'Geometria';
    src: url('../resources/fonts/Geometria-Medium.eot');
    src: local('../resources/fonts/Geometria Medium'), local('../resources/fonts/Geometria-Medium'), url('../resources/fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'), url('../resources/fonts/Geometria-Medium.woff') format('woff'), url('../resources/fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.header.header--index.active {
    color: white!important;
}

html {
    font-family: FuturaDemiC, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
}

.thanks__wrapper {
    display: none;
    justify-content: center;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 17px);
}

.thanks__wrapper>.modal__close {
    bottom: 176px;
}

.thanks__wrapper>.thanks {
    display: none;
    position: fixed;
    height: 282px;
    max-width: 550px;
    z-index: 999;
    padding-top: 80px;
}

.thanks>.modal__desc,
.thanks>.modal__title {
    text-align: center;
}

.about__text>p {
    margin-bottom: -4px;
    max-width: 880px;
}

.about__text>ul>li {
    max-width: 900px;
}

.contacts {
    margin: 0 5%;
    padding: 0;
}

#page-about>.content {
    border-bottom: 1px solid black;
}

.link:active,
.link:hover,
.text a:active,
.text a:hover {
    color: #3ca1ff
}

text th {
    color: #223353
}

.modal__title {
    display: block;
    width: 100%;
}

.is-order-modal-opened .wrapper:before {
    content: none;
    display: none;
    background-color: #223353;
}

.wrapper {
    background-color: #223353
}

.tabs--simple>.tabs__controls .tabs__control.is-active {
    z-index: 0;
}

.order__form.form>.form__item,
.order__form.form>.order__submit.form__actions {
    margin-top: 15px !important;
}

#up-arrow {
    background: #1F6AAF url(../images/up-arrow.svg) no-repeat center;
    background-size: 50%;
    padding: 30px;
    position: fixed;
    right: 20px;
    transition: 400ms;
    bottom: 120px;
}

#up-arrow:hover {
    transform: scale(1.1);
    opacity: 0.9 !important;
    cursor: pointer;
}

.contacts__item {
    width: 50%;
}

.feedback__form-name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.feedback__form-phone {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
}

.feedback__form-email {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
}

.feedback__textarea {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
}

.feedback__submit {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.service__feedback-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 60px 10px 60px 10px 60px 10px 60px;
    grid-template-rows: repeat(4, 60px);
    -ms-grid-columns: 220px 10px 220px;
    grid-template-columns: repeat(2, 220px);
    grid-template-areas: "name name" "phone email" "submit submit" "agree agree";
    grid-gap: 10px;
}

.service__feedback-form-name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: name;
}

.service__feedback-form-phone {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: phone;
}

.service__feedback-form-email {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: email;
}

.service__feedback-form-actions {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: submit;
}

.service__feedback-form-agree {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: agree;
}

figcaption {
    color: #999
}

.form__label {
    color: #223353
}

.header.is-not-transparent {
    /* background-color: rgba(34, 51, 83, .9); */
    background-color: transparent;
}

.modal__container {
    background-color: #223353;
}

.modal__title {
    margin-bottom: 0;
}

.form__input,
.form__textarea {
    font-family: FuturaBookC;
    color: black;
    background-color: white;
}

.form__agree {
    width: 110%;
}

.service__list {
    margin-top: -1.125rem;
}

.service__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.company__desc,
.service__main-controls>.tabs__control,
.service__list li {
    font-family: FuturaBookC;
}

.logo {
    background-color: #1F6AAF;
}

.logo:hover {
    background-color: #3ca1ff
}

.form__checkbox-input:checked+.form__checkbox-tick {
    color: #223353
}

.btn--control:hover,
.nav__email-link:hover {
    color: #1F6AAF
}

.form__checkbox-tick {
    background-color: #1F6AAF;
}

.btn--primary:hover {
    background-color: #3ca1ff
}

.btn--primary {
    font-family: FuturaBookC;
    background: #1F6AAF;
    color: white;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder,
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder,
.form__input:-ms-input-placeholder,
.form__input::-ms-input-placeholder,
.form__textarea:-ms-input-placeholder,
.form__textarea::-ms-input-placeholder,
.form__input::placeholder,
.form__textarea::placeholder {
    color: #3ca1ff;
}

.form__input:focus,
.form__textarea:focus {
    border-color: #3ca1ff
}

.panel__callback .icon {
    width: 40%;
    height: 40%
}

.header__contacts {
    margin-left: 4%;
    font-family: FuturaBookC;
}

.panel__callback:hover {
    background-color: #3ca1ff
}

.footer__studio a {
    text-decoration: none;
}

.intro {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 70px;
}

.footer__inner {
    text-align: center;
    font-family: FuturaBookC;
}

.header__contacts-email:hover {
    color: #1F6AAF
}

.footer,
.service__main {
    background-color: #223353;
}

.panel__callback {
    background-color: #1F6AAF;
}

.nav__link:not(.is-active):hover,
.nav__link.is-active {
    border: 1px solid #1F6AAF;
}

.intro__btn-wrap {
    position: relative;
    width: 250px;
    height: 75px;
    margin-top: 25px;
}

.intro__btn-logo {
    padding: 15px;
}

.intro__btn-title {
    padding: 27px;
    top: -10px;
    position: absolute;
    left: 20px;
}

.intro__btn-logo:before {
    content: '';
    width: 29px;
    height: 43.5px;
    background-image: url('../images/mouse.svg');
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    padding-left: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.about__text {
    font-family: FuturaBookC;
    width: 100%;
}

.about__text li {
    list-style-type: disc;
}

.about__text ul li:before {
    list-style-type: disc;
    background: none;
}

.about__features-item:nth-child(3n+1) {
    background-color: #1F6AAF;
    color: #fff;
}

.about__features-item:nth-child(3n-1) .about__features-num,
.tabs--modern>.tabs__controls>.tabs__controls-inner .tabs__control.is-active .tabs__link,
.tabs--modern>.tabs__controls>.tabs__controls-inner .tabs__link:hover {
    color: #1F6AAF
}

.nav__link:not(.is-active):hover {
    color: inherit;
}

.about__features-desc,
.form__checkbox-label {
    font-family: FuturaBookC;
}

.about__features-item:nth-child(3n),
.service {
    background-color: #223353;
}

.intro__desc {
    margin: 0;
    font-family: FuturaBookC;
}

.about__company,
.extra-services__item {
    background-color: #223353;
}

.intro__btn {
    min-width: 12.5rem;
}

.extra-services__item.has-hover:hover {
    background-color: #1F6AAF;
    color: #223353;
}

.extra-services__item.has-hover:hover .icon {
    fill: #223353
}

.contacts__item {
    width: initial;
}

.contacts__item-title .icon,
.extra-services__item-icon .icon {
    fill: #1F6AAF;
}

.extra-services__item-desc {
    margin-top: 1rem;
    font-family: FuturaBookC;
}

.contacts__item-body {
    font-size: 1.25rem;
    font-family: FuturaBookC;
}

.contacts__item-title {
    color: #3ca1ff;
    margin-bottom: .75rem;
    font-family: FuturaBookC;
}

.contacts__list {
    padding: 10%;
}

.contacts {
    margin-left: 5%;
    background-color: #223353;
    max-width: 762px;
    max-height: 940px;
    margin-bottom: 3.125rem;
    width: 100%;
    color: white;
}

.tabs--simple>.tabs__controls .tabs__control.is-active .tabs__link {
    color: #223353;
    background-color: #1F6AAF;
    border-color: #1F6AAF;
}

.product__desc {
    font-family: FuturaBookC;
    color: #000000;
}

.working__item--dark {
    background-color: #223353;
}

.working__item--primary {
    background-color: #1F6AAF;
    color: white;
}


/* fix ie */

@media screen and (min-width:750px) {
    .footer {
        position: absolute;
        height: 100px;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (max-width:1199px) {
    .nav.js-nav {
        color: white;
    }
}

@media screen and (max-width:1579px) {
    .about {
        margin-left: 1.875rem;
    }
}

@media (max-width: 46.865em) {
    .modal--feedback .modal__container {
        max-width: 36rem;
        padding: 50px;
    }
}

@media (max-width: 550px) {
    .contacts {
        margin: 0;
    }
}

@media (min-width:46.875em) {
    .panel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        z-index: 30;
        background-color: #223353
    }
}

@media (min-width: 30em) {
    .order__form {
        display: block;
    }
}

@media (min-width:62em) {
    .extra-services__item-icon:before {
        background-color: #1F6AAF
    }
    .product__section {
        margin: 40px 0px 40px 40px;
    }
    .working {
        font-family: FuturaBookC;
    }
}

@media screen and (max-width: 400px) {
    .contacts {
        padding: 0;
    }
}

@media (min-width:46.875em) {
    .contacts__item {
        margin-bottom: 2rem;
    }
    .product__section {
        margin-left: 30px;
    }
}

@media (min-width:75em) {
    .about__features-desc {
        font-size: 1.25rem;
    }
}

@media (min-width:46.875em) {
    .about__text {
        background-color: #f4f4f4;
    }
}

@media (min-width:46.875em) {
    .intro__btn {
        margin-top: 0;
    }
}

@media (min-width:46.875em) {
    .header__contacts {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 950px) {
    .content {
        margin-right: 5%;
    }
}

@media (max-width: 650px) {
    .intro {
        padding-left: 70px;
    }
}

@media (min-width:98.75em) {
    .intro__title {
        font-size: 50px;
        width: 1080px;
        margin-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .intro {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1000px) {
    .intro__title {
        font-size: 2.8rem;
    }
}

@media (min-width:46.875em) {
    .intro {
        padding-top: 129px;
    }
}

@media (min-width:75em) {
    .intro {
        padding-top: 169px;
        margin-left: 120px;
    }
}

@media (min-width:46.875em) {
    .header__contacts {
        display: flex;
    }
}

@media (min-width:46.875em) {
    .panel {
        width: 100px;
        background-color: #223353
    }
}

@media screen and (max-width:1246px) and (min-width:992px) {
    .service__feedback-form {
        grid-template-columns: repeat(2, 53%);
    }
    .service__feedback-form-agree {
        max-width: 460px;
    }
}

@media (min-width:46.875em) {
    .header__company {
        margin-left: 30px;
        padding-left: 30px;
    }
}

@media (min-width:46.875em) {
    .header {
        height: 100px;
    }
}

@media screen and (max-width: 749px) {
    #up-arrow {
        bottom: 100px!important;
    }
    .intro__title {
        font-size: 2.1rem;
    }
}

@media screen and (max-width: 532px) {
    .intro__title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:500px) {
    .service__feedback-form-agree {
        max-width: 460px;
    }
    .service__feedback-form {
        grid-template-columns: repeat(2, 49%);
    }
}

@media screen and (max-width: 991px) {
    .service__inner {
        height: auto;
    }
}

@media (min-width:75em) and (max-width:98.74em) {
    .company--header .company__title {
        font-size: 30px;
    }
}

@media (max-width:74.99em) {
    .nav {
        background-color: #223353;
    }
}

@media (min-width:46.875em) {
    .content {
        padding: 3.125rem 1.875rem 3.125rem 1.875rem;
    }
}

@media (min-width:46.875em) and (max-width:74.99em) {
    .is-nav-opened .nav {
        height: 10rem;
    }
}

@media (min-width:46.875em) and (max-width:74.99em) {
    .nav__inner {
        margin-top: 110px;
    }
}

@media screen and (max-width:749px) {
    .contacts,
    .content {
        margin: 0;
    }
    .company.about__company {
        margin-right: 1.875rem;
    }
    .company__title {
        padding-left: 10%;
        padding-right: 10px;
    }
}