@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../font/Gilroy-Regular.woff') format('woff'),
        url('../font/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../font/Gilroy-Medium.woff') format('woff'),
        url('../font/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('../font/Gilroy-Semibold.woff2') format('woff2'),
        url('../font/Gilroy-Semibold.woff') format('woff'),
        url('../font/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../font/Gilroy-Bold.woff') format('woff'),
        url('../font/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

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

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

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

button {
    border: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    height: 100vh;
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.header {
    padding: 20px 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1200;
    background-color: #FFFFFF;
}

.logo h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
}

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

.header__info span {
    font-size: 16px;
    font-weight: 700;
}

.header__info_phone img {
    display: block;
    -webkit-animation: ring 2s .7s ease-in-out infinite;
    animation: ring 2s .7s ease-in-out infinite;
}

@-webkit-keyframes ring {0% {transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);}10% {transform: rotateZ(-30deg);-ms-transform: rotateZ(-30deg);-webkit-transform: rotateZ(-30deg);}20% {transform: rotateZ(15deg);-ms-transform: rotateZ(15deg);-webkit-transform: rotateZ(15deg);}30% {transform: rotateZ(-10deg);-ms-transform: rotateZ(-10deg);-webkit-transform: rotateZ(-10deg);}40% {transform: rotateZ(7.5deg);-ms-transform: rotateZ(7.5deg);-webkit-transform: rotateZ(7.5deg);}50% {transform: rotateZ(-6deg);-ms-transform: rotateZ(-6deg);-webkit-transform: rotateZ(-6deg);}60% {transform: rotateZ(5deg);-ms-transform: rotateZ(5deg);-webkit-transform: rotateZ(5deg);}70% {transform: rotateZ(-4.28571deg);-ms-transform: rotateZ(-4.28571deg);-webkit-transform: rotateZ(-4.28571deg);}80% {transform: rotateZ(3.75deg);-ms-transform: rotateZ(3.75deg);-webkit-transform: rotateZ(3.75deg);}90% {transform: rotateZ(-3.33333deg);-ms-transform: rotateZ(-3.33333deg);-webkit-transform: rotateZ(-3.33333deg);}100% {transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);}}

@keyframes ring {0% {transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);}10% {transform: rotateZ(-30deg);-ms-transform: rotateZ(-30deg);-webkit-transform: rotateZ(-30deg);}20% {transform: rotateZ(15deg);-ms-transform: rotateZ(15deg);-webkit-transform: rotateZ(15deg);}30% {transform: rotateZ(-10deg);-ms-transform: rotateZ(-10deg);-webkit-transform: rotateZ(-10deg);}40% {transform: rotateZ(7.5deg);-ms-transform: rotateZ(7.5deg);-webkit-transform: rotateZ(7.5deg);}50% {transform: rotateZ(-6deg);-ms-transform: rotateZ(-6deg);-webkit-transform: rotateZ(-6deg);}60% {transform: rotateZ(5deg);-ms-transform: rotateZ(5deg);-webkit-transform: rotateZ(5deg);}70% {transform: rotateZ(-4.28571deg);-ms-transform: rotateZ(-4.28571deg);-webkit-transform: rotateZ(-4.28571deg);}80% {transform: rotateZ(3.75deg);-ms-transform: rotateZ(3.75deg);-webkit-transform: rotateZ(3.75deg);}90% {transform: rotateZ(-3.33333deg);-ms-transform: rotateZ(-3.33333deg);-webkit-transform: rotateZ(-3.33333deg);}100% {transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);}}

.header__info_phone a {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
}

.header__info_phone a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #000;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.header__info_phone a:hover:after {
    width: 100%;
}

.header__info_social a img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__info_social a img:hover {
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__info_button button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.kekw {
    margin-left: 0px;
}

.header__info_button p,
.header__info_work-time {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

.header__info_work-time {
    text-align: left;
    margin-top: 10px;
}

.header__info_work-time i {
    color: #FF8400;
}

.animate_button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 50px;
    color: #fff !important;
    background: linear-gradient(180deg, #FF9D33 0%, #FF8400 100%);
    box-shadow: 0px 10px 10px -5px rgba(255, 132, 0, 0.4);
    border-radius: 12px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.phone-button {
    display: block;
    width: fit-content !important;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    /* background: #7D7BFF; */
    padding: 15px 60px;
    margin-top: 40px;
    border-radius: 15px;
}

.header .phone-button {
    margin: 0 auto;
}

.animate_button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.animate_button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.animate_button::after {
    content: '';
    width: 10px; height: 10px;
    border-radius: 100%;
    border: 3px solid #FF8400;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: wave 1.5s infinite;
    animation: wave 1.5s infinite;
}

.animate_button:hover::after,
.animate_button:focus::after {
    -webkit-animation: none;
    animation: none;
    display: none;
}

@-webkit-keyframes wave {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

@keyframes wave {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}


.modal-dialog {
    max-width: 600px;
}

.about {
    margin-top: 120px;
    background-repeat: no-repeat;
    background-color: #FAFAFD;
    background-image: url("../images/ccc.png");
    min-height: 600px;

    background-position: top center;
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about__content {
    z-index: 1;
}

.about__content h1 {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 50px;
}

.about__content_desc {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px;
}

.about__content_desc img {
    width: 80px;
    margin: 0;
}

.callback-form {
    margin-top: 20px;
}

.callback-form input[type=tel] {
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #3F75F6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    width: 250px;
    height: 45px;
    padding-left: 50px;
    margin-right: 18px;
    background-image: url("telephone.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.form-check-input[type=checkbox] {
    border-color: #FF8400;
}

.form-check-input:checked {
    background-color: #FF8400;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.callback-form_politics {
    margin-top: 15px;
}

.callback-form_politics span {
    color: #999;
}

.close {
    background-color: #fff;
}

.close span {
    color: #FF8400;
}

/* text-block -------------------------------------*/
.text-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-block h2 {
    font-size: 30px;
    font-weight: 700;
    text-align-last: center;
    margin-bottom: 20px;
}

.text-block p {
    font-size: 18px;
    line-height: 1.3em;
    text-indent: 20px;
}

/* section-1 --------------------------------------*/
.section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* section-2 --------------------------------------*/
.section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FAFAFD;
}

.section-2 .col > div {
    border-radius: 12px;
    overflow: hidden;
}

.section-2 .col > div img {
    cursor: pointer;
    opacity: 0.9;
    transition: all .3s ease-out;
}

.section-2 .col > div img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* section-3 --------------------------------------*/
.section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-3 h3 {
    background: #3F75F6;
    border-radius: 12px;
}

.section-2 h3 {
    text-align: center;
}

/* footer -----------------------*/
.footer {
    background: #051d47;
    padding-top: 0;
}

.footer_logo {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer__copy {
    font-size: 16px;
    color: #fff;
}


.credit {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 5px;
    color: #fff !important;
    background: linear-gradient(180deg, #FF9D33 0%, #FF8400 100%);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.credit:hover, credit:focus {
    color: #fff !important;
    background: linear-gradient(180deg, #ffad54 0%, #ffa84f 100%);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

