@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../font/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('../font/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('../font/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;
}

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

.header {
    padding: 20px 10px;
    z-index: 1;
}

.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;
}

.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: #FDB21C;
}

.animate_button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 50px;
    color: #fff !important;
    background: linear-gradient(180deg, #FDBF1C 0%, #FD981C 100%);
    box-shadow: 0px 10px 10px -5px rgba(253, 191, 28, 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 #FDB21C;
    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 {
    background-image: url(../img/02MAINBLOCK.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0px 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: 20px;
}

.about__content p {
    color: #8A13D1;
    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 #8A13D1;
    -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(../img/telephone.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

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

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

.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: #FDB21C;
}

/* about__cards -----------------------------------*/
.about__cards {
    margin-top: 60px;
}

.about__cards_card {
    background: #FFFFFF;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.about__cards_card:hover {
    transform: scale(1.1);
}

.about__cards_card {
    width: 23%;
    padding: 25px 20px;
}

.about__cards_card:not(:last-child) {
    margin-right: 20px;
}

.about__cards_card img {
    width: 50px;
    margin-right: 15px;
}

.about__cards_card p {
    font-size: 16px;
}

/* 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: 50px;
    padding-bottom: 100px;
}

.section-1 .col > div {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    perspective: 400px;
}

.section-1 .col > div > div {
    /* cursor: pointer; */
    background-color: #FAFAFD;
    border-radius: 12px;
    transition: all .3s ease-out;
}

.section-1 .col > div > div:hover {
    transform: rotateX(45deg);
}

.section-1 .col > div:hover {
    transform: rotate();
}

.section-1 h3 {
    background: #8A13D1;
    border-radius: 12px;
    padding: 8px 20px;
}

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

.section-2 .col > div {
    min-height: 300px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.section-2 .col > div:hover {
    transform: rotate(3deg);
    Transform-origin: 0 0;
}

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

/* footer -----------------------*/
.footer {
    background: #071129;
}

.footer_logo {
    color: #fff;
}

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