/*  Specification  */

body {
	font-family: 'Nunito', sans-serif;
	padding: 0;
	margin: 0;
	color: #06193C;
}

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

h1 {
    font-size: 62px;
    line-height: 85px;
}

h2 {
    font-size: 56px;
    line-height: 76px;
    text-align: center;
}

h3 {
    font-size: 32px;
    line-height: 44px;
}

h4 {
    font-size: 24px;
    line-height: 33px;
}

p {
	margin: 0;
	padding: 0;
    font-size: 18px;
    line-height: 25px;
}

ul, li {
	padding: 0;
	margin: 0;
	display: block;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	object-fit: cover;
}

.container  {
    width: 1600px;
    margin: 0 auto;
}

.btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 17px 0;
}
.btn1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    float: right;
}
.button {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 17px 0;
}

.nav__wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.nav {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo__wrapper {
    width: 372px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__logo {
    width: 60px;
    height: 60px;
}

.nav__logo img {
    width: inherit;
    height: inherit;
    padding-right: 18px;
    border-right: 1px solid rgba(6, 25, 60, .5) ;
}

.logo__text {
    width: 269px;
    margin-left: 41px;
}

.logo__text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.nav__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 640px;
    margin-left: 72px;
    margin-right: 41px;
}

.nav__menu li a {
    font-size: 16px;
    line-height: 22px;
    color: #06193C;
}

.nav__request {
    width: 240px;
    margin-left: auto;
}

/* HEADER */

.header {
    padding-top: 120px;
    position: relative;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__left {
    height: 960px;
    display: flex;
    align-items: center;
    background: url('../img/header-bg.png') no-repeat left bottom;
}

.header__offer {
    width: 632px;
}

.offer__list {
    margin: 30px 0 48px;
}

.offer__list li {
    display: flex;
    align-items: center;
}

.offer__list li:not(:first-child) {
    margin-top: 24px;
}

.offer__list li p {
    margin-left: 12px;
}

.header__offer a {
    width: 376px;
}

.header__offer a p {
    margin-right: 14px;
}

.header__right {
    width: 944px;
    height: 960px;
    position: absolute;
    right: 0;
}

.header__right img {
    width: 100%;
    height: inherit;
}

.header__right a {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 24px 32px;
    border-radius: 0px 30px 0px 0px;
}

/* ABOUT */

.about {
    padding: 100px 0 65px;
    color: #fff;
    background: url('../img/about-bg.png') no-repeat center top, linear-gradient(180deg, #393185 0%, #0694D9 100%);
}

.about-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.about_company {
    font-size: 56px;
    text-align: center;
    font-weight: bold;
}

.about__image {
    width: 784px;
    height: 764px;
}

.about__image img {
    width: inherit;
    height: inherit;
}

.about__text {
    width: 533px;
}

.about__text p {
    margin-top: 18px;
}

/* SECTION: SCAN */

.scan {
    position: relative;
    padding: 140px 0 260px;
    background: url('../img/3d-bg.png') no-repeat center bottom;
}

.scan h2 {
    text-align: left;
}

.scan-text {
    width: 648px;
    margin-top: 217px;
}

.scan-text p {
    margin-top: 18px;
}

.scan-image {
    position: absolute;
    right: 160px;
    bottom: 0px;
}

/* SECTION: REVERSE */

.reverse {
    position: relative;
    padding: 140px 0 260px;
    background: url('../img/3d-bg.png') no-repeat center bottom;
}

.reverse-header {
    text-align: left;
    font-size: 56px;
    font-weight: bold;
}

.reverse-text {
    width: 648px;
    margin-top: 217px;
}

.reverse-text p {
    margin-top: 18px;
}

.reverse-image {
    position: absolute;
    right: 160px;
    bottom: -85px;
}

/* SECTION: STAGES */

.stages {
    color: #fff;
    padding: 100px 0;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);
}

.stages-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.stages__item {
    width: 376px;
    text-align: center;
}

.stages__item span {
    font-size: 50px;
    line-height: 68px;
    opacity: .5;
}

.stages__item h4 {
    margin: 12px 0;
}

.stages__item p {
    font-size: 16px;
    line-height: 22px;
}

/* SECTION: SERVICES */

.services {
    padding: 100px 0 140px;
    background: url('../img/services-bg.png') no-repeat center top;
}

.services p {
    text-align: center;
    width: 784px;
    margin: 12px auto 0;
}

.services-wrapper {
    margin-top: 50px;
}

.services-wrapper h4 {
    opacity: .5;
    text-align: center;
}

.services__cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
}

.services__cards2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
}

.services__item {
    width: 376px;
    box-sizing: border-box;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.services__item h4 {
    opacity: 1;
    text-align: left;
}

.services__item a {
    display: block;
    width: 108px;
    font-size: 16px;
    line-height: 22px;
    color: #06193C;
    margin-top: 8px;
    border-bottom: 1px dashed #06193C;
}

.services-btn {
    width: 240px;
    background: #fff;
    border: 1px solid;
    margin: 50px auto 0;
    padding: 0;
    padding: 1px;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);;
}

.services-btn span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 17px 0;
    border-radius: 30px;
}

.services-btn p {
    width: 135px;
    color: #393185;
    margin: 0;
    margin-right: 14px;
}

/* SECTION: PRICE */

.price {
    color: #fff;
    padding: 100px 0;
    background: linear-gradient(180deg, #393185 0%, #0694D9 100%);
}

.offer-text {
    text-align: center;
    margin-top: 12px;
}

.price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 32px 0;
}

.price__item {
    padding: 24px;
    width: 376px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    box-sizing: border-box;
}

.price-text {
    text-align: center;
}

.price-text__form {
    text-decoration-line: underline;
    color: #FFFFFF;
}

.price-text__number {
    color: #FFFFFF;
}

.price-btn {
    width: 512px;
    margin: 24px auto 0;
    background: #fff;
    color: #06193C;
}

.price-btn p {
    margin-right: 14px;
}

/* SECTION: REQUEST */

.request {
    padding: 100px 0;
    background: url('../img/request-bg.png') no-repeat center top;
}

.request-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.request__right {
    width: 648px;
}

.request__right h2 {
    text-align: left;
}

.request__right p {
    margin-top: 12px;
}

.request__right form {
    width: 100%;
    display: block;
    margin-top: 32px;
}

.alert {
    width: 100%;
    height: 15px;
    text-align: center;
    font-size: 14px;
    color: red;
}

.request__right form input {
    font-family: 'Nunito';
    font-size: 18px;
    line-height: 25px;
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    background: #F1F1F1;
    border-radius: 30px;
    padding: 17px 32px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.request__right form button {
    width: 100%;
   /* display: flex;*/
    border: 0;
    outline: none;
    cursor: pointer;    
    text-align: center;
    justify-content: center;
}

.request__right form button p {
    margin: 0;
    margin-right: 14px;
    text-align: center;
}

/* SECTION: ARTICLE */

.article {
    color: #fff;
    background: url('../img/article-bg.png') no-repeat center bottom, linear-gradient(180deg, #393185 0%, #0694D9 100%);
    padding: 100px 0;
}

.swiper {
    width: 100%;
    margin-top: 50px;
}

.swiper-slide {
    width: 376px !important;
}


.swiper-slide img {
    border-radius: 4px;
    width: 100%;
    height: 409px;
    margin-bottom: 24px;
}

.swiper-slide p {
    font-size: 16px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin: 12px 0;
}

.swiper-slide a {
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px dashed #fff;
    color: #fff;
}

.swiper__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 50px;
}

.swiper__bullets {
    max-width: fit-content;
    width: auto;
    align-items: center;
    display: flex;
}

.swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    width: 46px;
    height: 46px;
    background: transparent;
    opacity: 1;
    position: relative;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active::after {
    content: '';
    width: 24px;
    height: 24px;
    left: 11px;
    top: 11px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
}

.swiper__prev {
    margin-right: 16px;
    cursor: pointer;
}

.swiper__next {
    margin-left: 16px;
    cursor: pointer;
}

/* SECTION: PARTNERS */

.partners {
    padding-top: 50px;
	
}

.our__partners {
    font-size: 56px;
    text-align: center;
    font-weight: bold;
}

.partners-wrapper{
    11margin-left: 150px;
    text-align: center;
}

.partners__im1 {
    margin-right: 10px;
    display: inline-block;
}

marquee {
    margin-top: 150px;
}


/* SECTION: AWARDS */

.awards {
    padding: 100px 0;
}

.awards-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	height: 120%;
    margin-top: 50px;
}

.our_awards {
    font-size: 56px;
    text-align: center;
    font-weight: bold;
}

.awards__item {
    width: 376px;
    height: 500px;
    border-radius: 4px;
	margin111-right: 40px;
    float: left;
}

.awards__item2 {
    width: 376px;
    height: 500px;
    border-radius: 4px;
	margin111-right: 40px;
    float: right;
}

.awards__item img {
    width: inherit;
    height: inherit;
}

/* SECTION: CONTACT */

.contact {
    padding-bottom: 120px;
    background: url('../img/contact-bg.png') no-repeat center bottom;
}

.contact-wrapper {
    display: flex;
    margin-top: 50px;
}

.contact__left {
    width: 784px;
    height: 582px;
    border-radius: 8px;
    margin-right: 32px;
}

.contact__left iframe {
    width: inherit;
    height: inherit;
    border-radius: 8px;
}

.contact__right {
    width: 478px;
}

.contact__right h3 {
    margin-bottom: 50px;
}

.contact__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.contact__social {
    margin-top: 155px;
}

.social__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 176px;
}

.social__wrapper a {
    margin-top: 12px;
}

.info__item {
    margin-bottom: 32px;
}

.info__item p {
    font-size: 16px;
    line-height: 22px;
    color: #06193C;
}

.info__item a {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    color: #06193C;
    margin-top: 12px;
    display: block;
}

.master_site {
    text-align: left;
    font-size: 26px;
}

.backup {
    margin-left: 32px;
}

/* FOOTER */

.footer {
    background: url('../img/footer-bg.png') no-repeat center left, #06193C;
    padding: 30px 0;
    color: #fff;
}

.footer .nav .logo__wrapper .nav__logo img {
    border-right: 1px solid rgba(255, 255, 255, .5) !important;
}

.footer .nav {
    align-items: flex-start;
}

.nav__menu_inner a {
    color: #fff;
    display: block;
    margin-bottom: 24px !important;
}

.nav__menu_inner {
    flex-wrap: wrap;
    width: 200px;
    display: block;
    justify-content: space-between;
    margin-left: 50px;
}

.nav__menu_inner li {
    display: block;
}

.nav__menu_inner li a:first-of-type {
    margin-bottom: 12px;
}

.info__adress {
    display: block;
    width: unset;
    margin: 0 32px 0 15px;
}

.info__adress p {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.5;
}

.info__adress a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.master_site {
    color: #fff;
    font-size: 20px;
}   

.info__number {
    width: unset;
}

.info__number p {
    opacity: 0.5;
    margin-bottom: 14px;
}

.info__number a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.info__number a:first-of-type {
    margin-bottom: 12px;
}

.nav__burger  {
  display: none;
  cursor: pointer;
}

footer .logo__text span {
    opacity: 0.5;
}

#myModal {
    width: 512px;
    height: 200px;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 99999999999;
    text-align: center;
}

#myModal p {
    margin: 6px 0 24px;
}

#myModal a {
    width: 240px;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    margin: 0 auto;
    background: #E8E8E8;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #06193C;
}

#myModal__close {
    cursor: pointer;
}

.close {
    width: unset; height: unset;
    position: absolute;
    font-size: 29px;
    top: -50px;
    right: -40px;
    cursor: pointer;
    display: block;
}

#myOverlay {
    z-index: 99999999;
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
    display: none;
}


/* Responsive */


/* 1200px - 1600px */
@media screen and (max-width: 1600px) {
	.container {
		width: 95%;
	}
    .header__right {
        width: 844px;
    }
   
    .reverse-image {
        right: 0;
    }
    .stages__item {
        width: 316px;
    }
    .info__adress {
        margin: 0 10px;
    }
    .nav__menu_inner {
        width: unset;
    }
    .info__adress {
        margin: 0 50px 0 40px;
    }
}

@media screen and (max-width: 1550px) {
    
    .scan-image {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    
    .about__text {
        width: 533px;
    }
}

@media screen and (max-width: 1424px) {
    
    .header__right {
        width: 750px;
        height: 760px;
        position: absolute;
        right: 0;
    }
    
    .reverse-text {
        width: 528px;
        margin-top: 217px;
    }
    
    .reverse-image {
        position: absolute;
        width: 738px;
        height: 530px;
        top: 284px;
        right: 30px;
        bottom: unset;
    }
    
    h4 {
        font-size: 20px;
        line-height: 21px;
    }
    
    .stages__item {
        width: 165px;
        text-align: center;
    }
    
    .awards__item img {
        width: 280px;
        height: 410px;
    }
}

@media screen and (max-width: 1372px) {
    
   .nav__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 640px;
    margin-left: 0px;
    margin-right: 41px;
}
    
    .scan-image {
        width: 638px;
        height: 608px;
        osition: absolute;
        ight: 0px;
        bottom: 0px;
    }
    
    .header__right {
        width: 620px;
        height: 640px;
        position: absolute;
        right: 0;
    }

}

@media screen and (max-width: 1312px) {
    
    .scan-text {
        width: 540px;
        margin-top: 217px;
    }
}

/* 992px - 1200px */
@media screen and (max-width: 1200px) {
	.container {
		width: 738px;
	}
    .nav__burger {
        display: block;
            width: 32px;
            margin-left: 47px;
    }
    .bar1, .bar2, .bar3 {
        width: 100%;
        border: 1px solid #06193C;
        border-radius: 10px;
        display: block;
        transition: all .3s ease;
    }
    .bar1 {
        width: 24px;
        margin-left: auto;
    }
    .bar3 {
        width: 18px;
        margin-left: auto;
    }
    .chance .bar1 {
        transform: rotate(45deg) translate(2px, 2px);
        width: 18px;
    }
    .chance .bar2 {
    display: none;
    }
    .chance .bar3 {
        transform: rotate(-45deg) translate(-1px, 1px);
        margin-top: 0;
    }
    .bar2, .bar3 {
    margin-top: 6px;
    }
    .nav__menu {
        position: absolute;
        background: #fff;
        width: 100%;
        left: -200%;
        top: 119px;
        display: block;
        margin-left: 0;
        text-align: center; 
        overflow: hidden;
        transition: all .5s ease;
    }
    .nav__menu_active {
        left: 0;
    }
    .nav__menu li {
        margin-bottom: 20px;
    }
    .header__left {
        height: 655px;
        margin-right: 15px;
    }
    .header__right {
        width: 50%;
        height: 655px;
        overflow: hidden;
    }
    .header__offer {
        width: 354px;
    }
    .contact__social {
        margin-top: 32px;
    }
    .header__offer a {
        width: 100%;
    }
    h1 {
        font-size: 42px;
        line-height: 57px;
    }
    h2 {
        text-align: center !important;
    }
    .about-wrapper {
        display: block;
    }
    .about__image {
        width: 738px;
        height: 720px;
    }
    .about__text {
        width: 100%;
        margin-top: 50px;
    }
    .relative {
        position: relative;
    }
    .scan {
        padding: 100px 0;
        position: unset;
    }
    .scan-image {
        position: absolute;
        width: 738px;
        height: 530px;
        top: 126px;
        right: unset;
        bottom: unset;
    }
    .scan-text {
        width: 100%;
        margin-top: 630px;
    }
    .scan-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .reverse {
        padding: 100px 0;
        position: unset;
    }
    .reverse-image {
        position: absolute;
        width: 738px;
        height: 530px;
        top: 126px;
        right: unset;
        bottom: unset;
    }
    .reverse-header {
        text-align: left;
        font-size: 48px;
        font-weight: bold;
    }
    .reverse-text {
        width: 100%;
        margin-top: 630px;
    }
    .reverse-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .stages-wrapper {
        display: block;
    }
    .stages-wrapper svg {
        display: block;
        margin: 32px auto;
        transform: rotate(90deg);
    }
    .stages__item {
        width: 376px;
        text-align: center;
        margin: 0 auto;
    }
    .services p {
        width: 100%;
    }
    .services__cards {
        flex-wrap: wrap;
    }
    .services__cards2 {
        flex-wrap: wrap;
    }    
    .services__item {
        width: 354px;
    }
    .services__item:nth-of-type(n+3) {
        margin-top: 30px;
    }
    .services-btn p {
        width: 135px;
    }
    .price-wrapper {
        flex-wrap: wrap;
    }
    .price__item {
        width: 357px;
    }
    .price__item:nth-of-type(n+3) {
        margin-top: 30px;
    }
    .awards-wrapper {
        flex-wrap: wrap;
    }
    .awards__item {
        width: 353px;
    }
    
    .awards__item {
        width: 353px;
    }
    .awards__item:nth-of-type(n+3) {
        margin-top: 32px;
    }
    .request-wrapper {
        display: block;
    }
    .request__right p {
        text-align: center;
    }
    .contact {
        padding-bottom: 100px;
    }
    .contact-wrapper {
        display: block;
    }
    .contact__left {
        width: 100%;
    }
    .contact__right {
        margin-top: 32px;
    }
    .contact__right h3 {
		padding-top: 20px;
	}
    .contact__info {
        display: block;
    }
    .info__item a {
        text-align: left;
    }
    .master_site {
        font-size: 22px;
    }
    .swiper-slide {
        width: 354px !important;
    }
    footer nav {
        flex-wrap: wrap;
    }
    footer .logo__wrapper {
        order: 1;
    }
    footer .nav__request {
        order: 2;
        margin: 0 24px 0 44px;
    }
    .backup {
        order: 3;
    }
    .nav__menu_inner {
        order: 4;
        margin-left: 0;
        margin: 50px 0;
        width: unset;
    }
    footer .info__number {
        order: 6;
        margin-left: auto;
        margin-top: 50px;
    }
    footer .info__adress {
        order: 5;
        width: unset;
        display: block;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 50px;
        margin-left: 180px;
    }
    .footer {
        background: url('../img/footer-bg.png') no-repeat center left #06193C;
        background-size: 120%;
        padding: 30px 0;
        color: #fff;
    }
    .backup {
        margin-left: 0;
    }
}

/* 576px - 768px */
@media screen and (max-width: 767px) {
	.container {
		width: 290px;
	}
    .header {
        padding-bottom: 100px;
    }
    .header .nav__logo img {
        /*padding-right: 12px;*/
        padding-right: 0 !important;
        border-right: none !important;
        width: 100%;
    }
    #myModal {
        width: 70%;
    }
    #myModal p {
        font-size: 14px;
        line-height: 19px;
    }
    #myModal {
        height: fit-content;
    }
    #myModal a {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .nav__burger {
        /*margin-left: 48px;*/
        margin-left: 20px;
    }
    .logo__wrapper {
        /*width: 261px;*/
        width: auto !important;
    }
    .logo__text {
    	width: auto !important;
        /*width: 158px;*/
        margin-left: 18px !important;
    }
    .logo__text p, span {
        /*font-size: 16px;*/
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
    }    
    .nav__request {
        display: none;
    }
    h1 {
        font-size: 32px;
        line-height: 44px;
        width: 234px;
    }
    .offer__list li p {
        font-size: 14px;
        line-height: 19px;
    }
    .offer__list li svg {
        width: 32px;
        height: 32px;
    }
    .offer__list {
        margin: 35px 0;
    }
	.header__left {
        padding-left: 0;
        margin-top: 471px;
        height: 320px;
    }
    .header__right {
        width: 100%;
        right: 0;
        top: 120px;
        height: 320px;
    }
    .header__offer {
        width: 100%;
    }
    .header__offer a p {
        font-size: 14px;
        line-height: 19px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .about__image {
        width: 100%;
        height: 282px;
    }
    h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .about__text p {
        font-size: 14px;
        line-height: 19px;
    }
    .about_company {
        font-size: 28px;
        font-weight: bold;
        margin: 0 auto; 
    }
    .scan-image {
        width: 100%;
        height: 208px;
        top: 78px;
    }
    .scan-text {
        margin-top: 290px;
    }
    .scan-text p {
        font-size: 14px;
        line-height: 19px;
    }
    .reverse-image {
        width: 100%;
        height: 208px;
        top: 78px;
    }
    .reverse-text {
        margin-top: 290px;
    }
    .reverse-header {
        text-align: left;
        font-size: 28px;
        font-weight: bold;
    }
    
    .reverse-text p {
        font-size: 14px;
        line-height: 19px;
    }    
    .stages__item {
        width: 100%;
    }
    h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .stages__item p {
        font-size: 14px;
        line-height: 19px;
    }
    .services p {
        font-size: 16px;
        line-height: 22px;
    }
    .services__item:not(:first-of-type) {
        margin-top: 24px;
    }
    .price__item:not(:first-of-type) {
        margin-top: 24px;
    }
    .price-btn {
        width: 100%;
    }
    .price-btn p {
        font-size: 14px;
        line-height: 23px;
    }
    .request__right {
        width: 100%;
        margin-top: 32px;
    }
    .request__right p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .our__partners {
        font-size: 28px;
        font-weight: bold;
        margin: 0 auto;
    }

    .partners__im1 {
        width: 41%;
        height: 95px;
    }
    
    .our_awards {
        font-size: 28px;
        font-weight: bold;
        margin: 0 auto;
    }
    
    .awards__item {
        height: 333px;
        margin-bottom: 61px;
    }
    .awards__item:not(:first-of-type) {
        margin-top: 24px;
    }
    .contact__left {
        height: 270px;
    }
    .contact__social p {
        font-size: 16px;
        line-height: 22px;
    }
    .info__item a {
        font-size: 22px;
        line-height: 25px;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .swiper-slide p {
        width: 100%;
    }
    .contact__right {
        width: 100%;
    }
    .swiper__bullets {
        display: none;
    }
    .nav__menu_inner {
        display: block;
        text-align: center;
    }
    .nav__menu_inner li a:first-of-type {
        margin-bottom: 24px;
    }
    .nav__menu_inner a {
        margin-bottom: 24px;
    }
    .nav__menu_inner {
        margin-bottom: 8px;
    }
    footer .nav__request {
        display: flex;
        width: 100%;
        margin-top: 24px;
    }
    .footer .nav {
        justify-content: center;
    }
    footer .info__number {
        margin: 24px auto 12px;
        text-align: center;
    }
    footer .info__number a {
        font-size: 16px;
        line-height: 22px;
    }
    footer .info__adress {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    footer .info__adress p {
        text-align: center;
    }
    .footer {
        background: url('../img/footer-bg.png') no-repeat center left #06193C;
        background-size: 250%;
        padding: 30px 0;
        color: #fff;
    }
    .master_site {
        font-size: 22px;
    }
    .backup {
        display: none;
    }
    
	#form button p span {
		display: none;
	}
}

@media screen and (max-width: 340px) {
	footer {
		display: none;
	}	
}