html {
    box-sizing: border-box;
    font-size: 16px;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  body, h3, h4, h5, h6, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: #FFFFFF;
  }
  
  ol, ul {
    list-style: none;
  }

body {
    font-family: 'Poppins', 'Lato', 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

h1 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 43px;
    line-height: 130%;
    text-align: center;
    color: #050C26;
}

h2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #575859;
    width: 800px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.logo {
    font-family: 'Lato';
    font-weight: 900;
    font-size: 25px;
    line-height: 150%;
    color: #050C26;
    text-decoration: none;
    margin: 0 auto;
}

.logo:hover {
    color: #3988FF;
}

.menu {
    margin: 0 auto;
}

.menu a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #575859;
    text-decoration: none;
    margin: 0 25px;
}

.menu a:hover {
    color: #3988FF;
    border-bottom: 2px solid #3988FF;
}

.header-btn {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 10px 30px;
    background: #3988FF;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #3988FF, -1px -1px 10px #3988FF;
}

.header-btn:hover {
    color: #3988FF;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px #3988FF, -1px -1px 10px #3988FF;
}

/*скрол меню*/
.fixed {
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 99999;
    box-shadow: 0 0 10px 0 #d1d1d1;
  }
  
/*конец скрол меню*/

main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.container-header {
    background: #f3f3f3;
    border-radius: 30px;
    padding-left: 80px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 390px) {
    .container-header {
        padding-left: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.header2 {
    margin-bottom: 100px;
}

@media (max-width: 1399px) {
    .header2-title {
        font-size: 43px !important;
    }
    
    .header2-desc {
        font-size: 24px !important;
    }
    
    .header2-btn {
        font-size: 18px !important;
    }
}

@media (max-width: 1199px) {
    .header2-title {
        font-size: 43px !important;
    }
    .contact-form {
        margin-left: 50px !important;
    }
}

@media (max-width: 991px) {
    .header2-title {
        font-size: 36px !important;
    }
}

.header2-title {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    color: #050C26;
    width: 930px;
    margin-bottom: 50px;
}

.header2-desc {
    color: #040000;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    line-height: 1.875;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    width: 800px;
    margin-bottom: 80px;
    margin-top: 0;
}

.header2-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 15px 60px;
    background: #3988FF;
    text-decoration: none;
    box-shadow: 8px 8px 16px #3988ff, -8px -8px 16px #ffffff;
    border-radius: 10px;
}

.header2-btn:hover {
    color: #3988FF;
    background: #FFFFFF;
    box-shadow: 8px 8px 16px #3988ff, -8px -8px 16px #3988ff;
}

.header-fon {

}

.container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF5F5;
    padding-bottom: 100px;
}

.container-1-1 {
    width: 500px;
    margin-right: -170px;
    margin-left: 200px;
}

.container-1-title {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 69px;
    line-height: 120%;
    color: #050C26;
    width: 660px;
}

span {
    color: #3988FF;
}

.container-1-desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #575859;
}

.img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
    margin-left: 400px;
    margin-bottom: -300px;
    z-index: 9999;
    position: absolute;
}

.img1 {

}

.img2 {
    margin-left: 250px;
}

.img3 {
    margin-bottom: -470px;
    margin-left: 370px;
}

.container-1-2-img {
    margin-top: 250px;
    margin-left: 310px;
}

.container-2 {
    margin: 120px 0;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.container-2-title {
    margin-top: 150px;
}

.container-2-content {
    margin-top: 70px;
}

.container-2-content-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}

.container-2-content-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 1px #d3d3d3;
    padding: 20px 10px 10px 10px;
    margin: 20px 20px;
}

.block-amo {
    padding: 2px 10px 2px 10px;
}

.container-2-img {
    width: 160px;
}

.onecbitrix, .tilda {
    height: 60px;
}

.container-2-desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #040000;
    text-align: center;
}

/*progress-bar*/
progress {
	display:inline-block;
	width:190px;
	height:20px;
	padding:15px 0 0 0;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
progress::-webkit-progress-bar {
	height:0px;
	width:488px;
	/*margin:0 auto;*/
	border-radius: 15px;
    border: 15px solid #ffb1b1;
}

progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:0px;
	/*margin:0px -10px 0 0;*/
    margin-left: -15px;
    margin-top: -15px;
	border-radius: 15px;
    border: 15px solid #E41A1A;
}
progress:after {
	margin: -70px 0 0 330px;
	padding:0;
	display:inline-block;
	float:left;
	content: attr(value) '%';
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #E41A1A;
}

/*2*/
.prog2 progress {
	display:inline-block;
	width:190px;
	height:20px;
	padding:15px 0 0 0;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.prog2 progress::-webkit-progress-bar {
	height:0px;
	width:488px;
	/*margin:0 auto;*/
	border-radius: 15px;
    border: 15px solid #ffceb1;
}
.prog2 progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:0px;
	/*margin:0px -10px 0 0;*/
    margin-left: -15px;
    margin-top: -15px;
	border-radius: 15px;
    border: 15px solid #DA5A12;
}
.prog2 progress:after {
	margin: -70px 0 0 375px;
	padding:0;
	display:inline-block;
	float:left;
	content: attr(value) '%';
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #DA5A12;
}

/*3*/
.prog3 progress {
	display:inline-block;
	width:190px;
	height:20px;
	padding:15px 0 0 0;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.prog3 progress::-webkit-progress-bar {
	height:0px;
	width:488px;
	/*margin:0 auto;*/
	border-radius: 15px;
    border: 15px solid #d3ffb1;
}
.prog3 progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:0px;
	/*margin:0px -10px 0 0;*/
    margin-left: -15px;
    margin-top: -15px;
	border-radius: 15px;
    border: 15px solid #5BBB10;
}
.prog3 progress:after {
	margin: -70px 0 0 305px;
	padding:0;
	display:inline-block;
	float:left;
	content: attr(value) '%';
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #5BBB10;
}

/*4*/

.prog4 progress {
	display:inline-block;
	width:190px;
	height:20px;
	padding:15px 0 0 0;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.prog4 progress::-webkit-progress-bar {
	height:0px;
	width:488px;
	/*margin:0 auto;*/
	border-radius: 15px;
    border: 15px solid #b1faff;
}
.prog4 progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:0px;
	/*margin:0px -10px 0 0;*/
    margin-left: -15px;
    margin-top: -15px;
	border-radius: 15px;
    border: 15px solid #15C1CC;
}
.prog4 progress:after {
	margin: -70px 0 0 330px;
	padding:0;
	display:inline-block;
	float:left;
	content: attr(value) '%';
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #15C1CC;
}
/*end progress-bar*/

.container-3 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #f3f3f3;
    height: 600px;
    flex-direction:row-reverse;
    padding-bottom: 40px;
    border-radius: 20px;
}

.container-3-content {
    /*margin-bottom: 40px;*/
}

.container-3-blocks {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid rgba(5, 12, 38, 0.05);
    border-radius: 25px;
    margin: 0 30px;
    box-shadow: 0px 15px 15px 0px rgb(173 173 173 / 30%);
}

.container-3-block {
    margin: 0 auto;
    padding: 0 22px;
}

.container-3-block-imgs {
    background: url(images/container-3-img-fon1.png) no-repeat;
    width: 150px;
    height: 150px;
    display: flex;
    margin: 0 auto;
}

.container-3-block-fon {
    background: url(images/container-3-img-fon2.png) no-repeat;
    width: 150px;
    height: 150px;
    display: flex;
    margin: 0 auto;
}

.container-3-block-img {
    margin: auto;
}

.container-3-block-title {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #050C26;
    margin-bottom: -10px;
    margin-top: 10px;
}

.container-3-block-desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #575859;
    margin-bottom: 25px;
}

.container-3-block-btn {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #3988FF;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 50px;
}

.container-3-text {
    text-align: left;
    width: 90%;
}

.container-3-blocks1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-3-img {
    width: 680px;
    height: auto;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #8d8888;
}

.blocks-400 {
    width: 170px;
}

.container-4 {
    margin-bottom: 140px;
    margin-top: 140px;
}

.container-4-title {
    width: 600px;
}

.container-4-title h1 {
    text-align: left;
}

.container-4-title h2 {
    text-align: left;
    margin: 0;
    width: 640px;
}

.container-4-bloks {
    margin-top: 70px;
}

.container-4-bloks1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-4-bloks2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
    width: 450px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #e7e7e7;
}

@media (max-width: 1400px) {
    .portfolio-card {
        width: 400px;
    }
}

@media (max-width: 1300px) {
    .container-3-content {
        margin-left: 0;
    }
    
    .container-3-img {
        width: 350px;
        margin-right: 10px;
    }
    
    .portfolio-card {
        width: 350px;
        margin: 30px auto;
    }
    
    .container-6-whatsapp, .container-6-telegram {
        padding: 10px 20px !important;
    }
}

.portfolio-img {
    border-radius: 20px;
}

.portfolio-title {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    text-align: left;
    color: #050C26;
    padding-left: 20px;
    margin: 0;
}

.portfolio-desc {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    color: #3988ff;
    padding-left: 20px;
    margin-top: 10px;
}


.portfolio-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 60px;
    background: #3988FF;
    text-decoration: none;
    box-shadow: 0px 0px 16px #3988ff;
    border-radius: 10px;
    width: 190px;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.portfolio-btn:hover {
    color: #3988FF;
    background: #FFFFFF;
}


.service-suit {
    margin-bottom: 100px;
    padding-top: 10px;
    padding-bottom: 70px;
}

.service-suit-blocks {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
}

.service-suit-block1 {
    width: 300px;
    margin: 0 20px;
}

.service-suit-block2 {
    width: 330px;
    margin: 0 20px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    height: 200px;
    padding: 0 30px;
}

.service-suit-block3 {
    width: 300px;
    margin: 0 20px;
}

.service-suit-title {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.service-suit-desc {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.service-suit-button {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.service-suit-btn {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 15px 60px;
    background: #3988FF;
    text-decoration: none;
    box-shadow: 8px 8px 16px #3988FF, -8px -8px 16px #FFFFFF;
    border-radius: 10px;
}

.service-suit-btn:hover {
    color: #3988FF;
    background: #FFFFFF;
    box-shadow: 8px 8px 16px #3988FF, -8px -8px 16px #3988FF;
}

.main {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 60px 0px;
}

.gallery {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 30px;
}

.gallery__item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.gallery__item img:hover {
    transform: scale(1.1);
}

@media (max-width: 950px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.733);
    margin-top: -1px;
    animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.modal img {
    width: 50%;
    object-fit: cover;
}

.closeBtn {
    color: #000;
    font-size: 25px;
    position: absolute;
    top: 70px;
    right: 10px;
    margin: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    width: 30px;
    box-shadow: 1px 1px 10px #fff, -1px -1px 10px #ffffff;
}

.closeBtn:hover {
    color: rgb(255, 255, 255);
    background: #000;
}

.hr {
    width: 80%;
    margin-bottom: 100px;
}

.container-5 {
    margin-bottom: 140px;
}

.container-5-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.container-5-price-block {
    background: #FFFFFF;
    border: 1px solid rgba(153, 153, 153, 0.14);
    border-radius: 10px;
    margin: 0 15px;
    width: 360px;
    height: 620px;
    box-shadow: 10px 10px 18px #F3F3F3, -10px -10px 18px #F3F3F3;
}

.price-center {
    background: linear-gradient(180deg, #D9315A 0%, #F3678A 100%);
    height: 660px;
}

.price-right {
    height: 660px;
}

.price-center p {
    color: #FFFFFF;
}

.price-center a {
    color: #FFFFFF;
    background: #3988FF;
}

.container-5-price-title {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #050C26;
}

hr {
    width: 100%;
    background: rgba(153, 153, 153, 0.14);
    height: 1px;
    border: none;
}

.container-5-price-cena {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 35px;
    line-height: 140%;
    text-align: center;
    color: #050C26;
}

.container-5-price-desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #575859;
    margin-top: -35px;
    margin-bottom: 40px;
}

.container-5-price-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #575859;
}

.bottom {
    margin-bottom: 30px;
}

.container-5-price-btn {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #3988FF;
    padding: 15px 30px;
    border: 1px solid #3988FF;
    border-radius: 5px;
    margin-left: 100px;
    box-shadow: 10px 10px 18px #3988FF, -10px -10px 18px #F3F3F3;
}

.container-5-price-btn:hover {
    color: #FFFFFF;
    background: #3988FF;
}

.price-center-btn {
    box-shadow: 10px 10px 18px #F3F3F3;
}

.price-center-btn:hover {
    color: #3988FF;
    background: #FFFFFF;
}

button {
    box-shadow: 10px 10px 18px #3988FF, -10px -10px 18px #F3F3F3 !important;
}

.container-6 {
    background: #050C26;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.container-6-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-footer-btn {
    display: none
}

.container-6-whatsapp {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 19px 35px;
    background: #20BF43;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #20BF43;
}

.container-6-whatsapp:hover {
    color: #20BF43;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #FFFFFF;
}

.container-6-telegram {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 19px 35px;
    background: #0B7BFF;
    border-radius: 5px;
    margin-left: 30px;
    box-shadow: 0px 0px 30px #0b7bff;
}

.container-6-telegram:hover {
    color: #0B7BFF;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #FFFFFF;
}

.container-6-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 70px;
}

.mail, .tel, .telegram {
    margin-bottom: 60px;
}

.vk {
    width: 24px;
}

.whatsapp {
    margin-bottom: 60px;
}

.contact-link-phone-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -30px;
}

.contact-link-phone-img {
    margin-right: 30px;
    width: 30px;
}

.contact-link-title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}

.contact-link-btn {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.contact-form {
    background-color: #FFFFFF;
    margin-left: 300px;
    height: 500px;
    padding: 0 66px;
}

.contact-h1 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 56px;
    line-height: 68px;
    color: #000000;
}

.contact-form-title {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
    margin-top: 30px;
}

.contact-form-hr {
    margin-top: 30px;
}

.hr-btn {
    margin-bottom: 70px;
}

.contact-form-btn {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 10px 40px;
    background-color: #3988FF;
}


footer {
    background: #050C26;
}

.footer-copyright {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

/*мобильное меню*/
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.mobile {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.mobile-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -55px;
}

.mobile-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.mobile a:hover {background-color: #ddd;}

.show {display: block;}

/* модальное окно */
.popup-basic_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup-basic_bg-active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup-basic {
    display: none;
}

.popup-Business_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup-Business_bg-active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup-Business {
    display: none;
}

.popup-Premium_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup-Premium_bg-active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup-Premium {
    display: none;
}

.okno-active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    width: 500px;
    padding: 25px;
    transition: 0.5s all;
    border-radius: 10px;
}

.popup-title {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #050C26;
    text-align: center;
}

label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
}

input:focus {
    border-bottom: 1px solid #2982ff;
}

input:focus + .label__text {
    color: #2982ff;
}

button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #2982ff;
    background: #2982ff;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
}

button:hover {
    background: #fff;
    color:#2982ff;
    transition: 0.5s all;
}

.close {
    position: absolute;
    cursor: pointer;
    color: #000;
    right: 5%;
    top: 5%;
    z-index: 9999;
}

.close-Business {
    position: absolute;
    cursor: pointer;
    color: #000;
    right: 5%;
    top: 5%;
    z-index: 9999;
}

.close-Premium {
    position: absolute;
    cursor: pointer;
    color: #000;
    right: 5%;
    top: 5%;
    z-index: 9999;
}

/*форма контактов*/
#form {
    width: 300px;
}

.input {
    margin-top: 30px;
    width: 100%;
}

.input-submit {
    width: 100%;
    color: #FFFFFF;
    background: #3988FF;
    box-shadow: 1px 1px 10px #3988FF, -1px -1px 10px #3988FF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.input-submit:hover {
    color: #3988FF;
    background: #FFFFFF;
}

.form-send, .form-send-basik, .form-send-busines, .form-send-premium {
    color: #4CAF50;
    font-weight: 600;
}

.form-popup {
    margin: 0 auto;
}
/*конец форма контактов*/

/*телефон*/

@media (max-width: 1380px) {
    .container-2-content-blocks {
        margin-left: auto;
    }
    .container-3 {
        align-items: center;
    }
    .container-3-content h1 {
        margin-bottom: 0;
    }
    .container-3-blocks {
        /*margin: 0 auto;*/
    }
}

@media (max-width: 1280px) {
    progress::-webkit-progress-bar {
        width: 400px;
    }
    .prog2 progress::-webkit-progress-bar {
        width: 400px !important;
    }
    .prog3 progress::-webkit-progress-bar {
        width: 400px !important;
    }
    .prog4 progress::-webkit-progress-bar {
        width: 400px !important;
    }
    progress:after {
        margin: -70px 0 0 260px;
    }
    .prog2 progress:after {
        margin: -70px 0 0 300px !important;
    }
    .prog3 progress:after {
        margin: -70px 0 0 250px !important;
    }
    .prog4 progress:after {
        margin: -70px 0 0 260px !important;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 15px;
        width: 300px;
    }

    .menu, .header-btn, .container-1-2 {
        display: none;
    }

    header {
        padding: 20px 0;
    }

    .container-header {
        padding-left: 10px;
        padding-top: 5px;
        margin-top: 10px;
        height: 390px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .header2 {
        margin-bottom: 80px;
    }

    .header2-title {
        width: 310px;
        margin-bottom: 20px;
        font-size: 30px !important;
    }

    .header2-desc {
        font-size: 15px !important;
        width: 310px;
        margin-bottom: 50px;
    }

    .header2-btn {
        font-size: 16px !important;
    }

    .container-1 {
        padding-bottom: 0;
    }

    .container-1-1 {
        margin-right: 0;
        margin-left: 0;
        width: 300px;
    }

    .container-1-title {
        font-size: 40px;
        text-align: center;
        width: 300px;
    }

    .container-1-desc {
        font-size: 13px;
        text-align: center;
    }

    progress::-webkit-progress-bar {
        width: 300px;
    }
    .prog2 progress::-webkit-progress-bar {
        width: 300px !important;
    }
    .prog3 progress::-webkit-progress-bar {
        width: 300px !important;
    }
    .prog4 progress::-webkit-progress-bar {
        width: 300px !important;
    }
    progress:after {
        margin: -70px 0 0 185px;
    }
    .prog2 progress:after {
        margin: -70px 0 0 210px !important;
    }
    .prog3 progress:after {
        margin: -70px 0 0 175px !important;
    }
    .prog4 progress:after {
        margin: -70px 0 0 185px !important;
    }

    .container-2 {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .container-2-title {
        margin-top: 0;
    }

    .container-2-content {
        display: flex;
        align-items: flex-start;
        margin: 0 auto;
    }

    .container-2-content-blocks {
        margin-left: 0;
        flex-direction: column;
    }

    .container-2-content-block {
        box-shadow: 0px 0px 10px 1px #d3d3d3;
        padding: 10px 5px 5px 5px;
        margin: 15px;
    }

    .block-amo {
        padding: 2px 5px 2px 5px;
    }

    .container-2-img {
        width: 80px;
    }

    .onecbitrix, .tilda {
        height: 30px;
    }

    .container-2-desc {
        font-size: 14px;
    }

    .container-3 {
        width: 100%;
        height: 100%;
    }
    
    .container-3-content {
        margin-left: 0;
    }

    .container-3-text {
        width: 90%;
    }

    .container-3-blocks {
        display: block;
        margin: 0 20px;
    }

    .container-3-block {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .container-3-block-imgs {
        background: none;
        height: 40px;
    }

    .container-3-block-fon {
        background: none;
        height: 40px;
    }

    .container-3-block-btn {
        margin-left: 60px;
        font-size: 13px;
    }
    
    .container-3-block-title {
        font-size: 20px;
    }
    
    .container-3-block-desc {
        font-size: 15px;
    }
    
    .container-3-img {
        display: none;
    }

    .blocks-400 {
        width: 160px;
    }

    .container-4 {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .container-4-bloks1 {
        display: block;
    }

    .portfolio-card {
        width: 300px;
        margin: 20px auto;
    }

    .container-4-blok {
        margin: 15px auto;
        width: 320px;
    }

    .container-4-bloks2 {
        display: block;
        margin: 0 auto;
    }

    .container-4-blok-content {
        padding: 20px 15px;
    }

    .container-4-blok-title {
        font-size: 20px;
    }

    .container-4-blok-desc {
        font-size: 12px;
    }

    .service-suit-blocks {
        flex-direction: column;
    }

    .service-suit-block1, .service-suit-block3 {
        width: 90%;
        margin: 0 auto;
    }

    .service-suit-block2 {
        width: 90%;
        margin: 20px auto;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        border-left: 0;
        border-right: 0;
        height: 200px;
        padding: 10px 0 0 0;
    }

    .service-suit-title {
        font-size: 20px;
    }

    .service-suit-btn {
        font-size: 16px;
    }

    .modal img {
        width: 100%;
    }

    .closeBtn {
        top: 50px;
        right: 10px;
    }

    .container-5 {
        margin-bottom: 50px;
    }

    .container-5-price {
        display: block;
    }

    .container-5-price-block {
        margin: 30px auto;
        width: 320px;
        height: 500px;
    }

    .price-center, .price-right {
        height: 540px !important;
    }

    .container-5-price-title {
        font-size: 20px;
    }

    .container-5-price-cena {
        font-size: 30px;
    }

    .container-5-price-desc {
        font-size: 13px;
    }

    .container-5-price-text {
        font-size: 15px;
    }

    .container-5-price-btn {
        font-size: 20px;
        margin-left: 80px;
        padding: 10px 30px;
    }

    .okno-active {
        width: 350px;
    }

    .container-6 {
        /*display: block;*/
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .container-6-btns {
        display: none;
    }

    .mobile-footer-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .container-6-whatsapp, .container-6-telegram {
        padding: 10px 30px;
    }

    .contact-form {
        margin-left: 0 !important;
        margin-top: 10px;
        padding: 0 66px;
        width: auto;
        height: auto;
        border-radius: 10px;
    }

    .contact-form-title {
        font-size: 15px;
    }

    .contact-form-btn {
        font-size: 15px;
        padding: 14px 40px;
    }

    .contact-link-title {
        display: none;
    }

    .contact-link-btn {
        display: none;
    }

    .contact-links {
        display: flex;
        height: 50px;
        padding-top: 10px;
    }

    .contact-link-phone {
        padding: 0 20px;
    }

    .contact-link-phone-img {
        margin-right: 20px;
    }

    .footer-copyright {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .mail, .tel {
        display: none;
    }

    .container-6-icons {
        margin-top: 0;
    }
}

@media (min-width: 500px) {
    .mobile {
        display: none;
    }
}