@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: #FDB500;
}

.animate_button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 50px;
    color: #fff !important;
    background: linear-gradient(180deg, #FDB500 0%, #FD8B00 100%);
    box-shadow: 0px 10px 10px -5px rgba(253, 181, 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 #FDB500;
    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: 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 #FF3700;
    -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: #FDB500;
}

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

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

/* 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: 150px;
}

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

.section-2 h3 {
    display: inline-block;
    background: linear-gradient(180deg, #FDB500 0%, #FD8B00 100%);
    border-radius: 12px;
    padding: 8px 20px;
}

/* section-3 -----------------------------------------*/
.section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg-footer.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;
}



/* table ---------------------------*/
.price__table {
	margin-top: 50px;
	padding: 0 32px 8px 24px;
	background: #fafafd;
	border-radius: 12px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	position: relative;
}

.price__head {
	font-weight: 700;
	color: #000;
	padding: 25px 16px 24px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e6e6f2;
}

.price__main {
	margin-top: 8px;
}

.price__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	border-radius: 8px;
}

.price__line:nth-child(2n) {
	background: #fff;
}

.price__column:first-child {
	width: 497px;
}

.price__column:nth-child(2) {
	width: 176px;
	margin-left: auto;
}

.price__column:nth-child(3) {
	width: 150px;
}

.price__column:last-child {
	text-align: right;
}

.price__link {
	text-decoration: underline;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.price__link:hover {
	color: #f23434;
	text-decoration: underline;
}

.price__sale {
	position: absolute;
	left: 537px;
	top: 1px;
	width: 249px;
	background: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 6px;
}

.price__sale-head {
	background: linear-gradient(180deg, #FDB500 0%, #FD8B00 100%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	padding: 24px 20px 25px;
	margin-bottom: 8px;
}

.price__sale-line {
	padding: 16px 50px 16px;
	color: #FF8400;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
}