body{
	max-width: 1920px;
	margin: auto;
	text-shadow: 2px 2px 2px black;
    font-family: 'Exo 2', sans-serif;
}
img{max-width: 100%; height: auto;}
a{text-decoration: none;}
.shirka{height: 50px; width: 50px; display: inline-block;}
.rozmerKresta{width: 20px; height: 20px;}
.container {margin:0 auto; padding:0 15px;}
#section1-320, #section2-320, #section3-320, #footer320, #section7-320{display: none;}
a:hover{text-decoration: none;}
a:visited{background: white;}
#section1{
	background: #272727;
	padding-bottom: 50px;
	margin-top:50px;
}
nav ul{display: block; padding: 0; max-width: 100%; margin: auto;}
nav ul li{display: inline; list-style: none; text-align: center;}
nav ul li a{
	display: inline-block;
	text-decoration: none;
	color: white;
	height: 100px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 10px;
}
nav ul li a:hover{
	display: inline-block;
	text-decoration: none;
	color: white;
	height: 100px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 10px;
	background: #003333;
	border-bottom: 3px solid #33cccc;
	position: relative;
	z-index: 2;
	transition: all ease .4s;
	opacity: .8;
}
.pLeft, .h2Left{color: white; line-height: 0.8em;}
.pRight{color: white; line-height: 0.8em;}
.otstyp{margin-top: 10px;}
.pod4erk{border: 1px solid gray; max-width: 100%; margin-top: -3px;}
.typografy{color: white; font-weight: 900;}
.slogan{display: block; margin: auto;}
.vizitki{margin-top: -300px;}
.topPulse{margin-top: 250px;}

/*=================Puslacia===============*/
.icon{
    position: absolute; 
    width: 50px;
    height: 50px;
    background: url(img/skroll.png) no-repeat;
    background-size: 50px 50px;
    margin: auto; 
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 3;
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.pulse1 {
    position: absolute;  
    width: 70px;
    height: 70px;
    margin: auto; 
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    opacity: .5;
    border: 4px solid #1bc2a1;
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pulse2 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto; 
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 2;
    opacity: 1;
    border: 2px solid #1bc2a1;
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@-webkit-keyframes pulsejg1 {
    0% {-webkit-transform: scale(.6); opacity: 0;}
    50% {-webkit-transform: scale(.6); opacity: 0;}
    60% {-webkit-transform: scale(.9); opacity: .2;}
    70% {-webkit-transform: scale(1.1); opacity: .35;}
    80% {-webkit-transform: scale(1.25); opacity: .2;}
    100% {-webkit-transform: scale(1.4); opacity: 0;}
}
@-moz-keyframes pulsejg1 {
    0% {-moz-transform: scale(.6); opacity: 0;}
    50% {-moz-transform: scale(.6); opacity: 0;}
    60% {-moz-transform: scale(.9); opacity: .2;}
    70% {-moz-transform: scale(1.1);  opacity: .35;}
    80% {-moz-transform: scale(1.25); opacity: .2;}
    100% {-moz-transform: scale(1.4); opacity: 0;}
}
@keyframes pulsejg1 {
    0% {transform: scale(.6); opacity: 0;}
    50% {transform: scale(.6); opacity: 0;}
    60% {transform: scale(.9); opacity: .1;}
    70% {transform: scale(1.1); opacity: .25;}
    80% {transform: scale(1.25); opacity: .1;}
    100% {transform: scale(1.4); opacity: 0;}
}
@-webkit-keyframes pulsejg2 {
    0% {-webkit-transform: scale(.6); opacity: 0;}
    40% {-webkit-transform: scale(.8); opacity: .05;}
    50% {-webkit-transform: scale(1); opacity: .1;}
    60% {-webkit-transform: scale(1.1); opacity: .3;}
    80% {-webkit-transform: scale(1.2); opacity: .1;}
    100% {-webkit-transform: scale(1.3); opacity: 0;}
}
@-moz-keyframes pulsejg2 {
    0% {-moz-transform: scale(.6); opacity: 0;}
    40% {-moz-transform: scale(.8); opacity: .05;}
    50% {-moz-transform: scale(1); opacity: .1;}
    60% {-moz-transform: scale(1.1); opacity: .3;}
    80% {-moz-transform: scale(1.2); opacity: .1;}
    100% {-moz-transform: scale(1.3); opacity: 0;}
}
@keyframes pulsejg2 {
    0% {transform: scale(.6); opacity: 0;}
    40% {transform: scale(.8); opacity: .05;}
    50% {transform: scale(1); opacity: .1;}
    60% {transform: scale(1.1); opacity: .3;}
    80% {transform: scale(1.2); opacity: .1;}
    100% {transform: scale(1.3); opacity: 0;}
}
.position{margin-top: -90px; color: white;}
.position p{display: block; font-weight: 900;}
.spisokNiz{margin-top: 0px;}
.positionButton{
	display: block;
	padding-bottom: 25px;
	margin: 15px auto 50px;
	font-weight: 700;
	background: #00cc99;
	padding: 5px 60px;
}
.positionButton:hover{box-shadow: 0px 0px 50px #17c4a2; background: #17c4a2; color: white;}
.positionButton:visited{background: rgb(0, 204, 153) !important;}
.positionButton:link{background: #00cc99;}
.obertkaCenter p{
	max-width: 200px;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

/*====================SECTION2======================*/
#section2{
	background: url('img/bgSection2.png') no-repeat center center;
	height: 800px;
	background-size: cover;
}
.leftSection2{position: relative;}
#section2 p{color: white; font-weight: 700; font-size: 1.3em;}
.h2Section2{color: white; font-weight: 700; font-size: 1.3em;}
.oberkaLeft{position: absolute; top: 50px; left: 60px;}
.price{
	color: white;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0;
	margin-bottom: 20%;
	list-style-type: none;
	list-style-image: url('img/cvetnoiShar.png');
}
.price li{display: inline-block;}
.leftSection2{margin-top: 100px;}
.h2Section2{color: white; font-size: 1.5em; font-weight: 900; text-align: center;}
.price2{
	display: block;
	color: white;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0;
	margin-bottom: 20%;
	list-style-type: none;
	list-style-image: url('img/cvetnoiShar.png');
}
.price2 li{display: inline-block;}
.rightSection2{margin-top: 100px;}
.sharpos{padding-right: 5px;}
.centerSection2{position: relative; z-index: 12;}
.obertkaCenterSectio2 {
    margin-top: 97px;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 10;
    left: 100px;
}
.centerAbzNorm {
    display: block;
    max-width: 190px;
    margin: 25px auto;
    line-height: 25px;
    font-size: .9em !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    z-index: 1000;
    top: 120px;
}
.byterbrod {
    float: left;
    position: absolute;
    top: 90px;
    left: 5px;
    z-index: 55;
}
.marginAuto {
    display: block;
    margin: 0;
    position: relative;
    z-index: 8;
    left: -30px;
}
.h3Section2Center {
    display: block;
    padding: 0;
    margin: auto;
    max-width: 180px;
    text-align: right;
    line-height: 20px;
    position: absolute;
    top: 90px;
    left: 56px;
    z-index: 80;
}
.knopkaSection2 {
    color: #00cc99;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 5px 25px;
    position: absolute;
    z-index: 55;
    top: 360px;
    left: 35px;
	box-shadow: 0 0 10px 0 #A0A7A8 inset, 0 0 10px 6px #D0D7DB;
	background-color: #000;
    background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
    background-repeat: no-repeat;
    background-size: 200% 100%, auto;
    background-position: 200% 0, 0 0;
}
.knopkaSection2:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0;
}
.h2Section2{
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-transform: uppercase;
	padding-top: 30px;
}
.oberkaLeft {position: absolute; top: 10px; left: 60px;}
.obertkaRight {position: absolute; top: 10px; left: 40px;}
.puls2 {
    background: url('img/2222.png') center no-repeat;
    background-size: auto auto;
    width: 800px;
    height: 500px;
    background-size: 80%;
    overflow: hidden;
    animation: puls 2s linear infinite;
    position: absolute;
    top: 220px;
	left: -290px;
    z-index: 1;
}

@keyframes puls{
	from{background-size: 80%; opacity: 0;}
	to {background-size: 105%; opacity: 1;}
}

/*==============Modal===============*/
#modalForm{
	position: relative;
	z-index: 1000;
	width: 400px;
	height: 400px;
	top: -450px;
	left: -105px;
	display: none;
}
.formaP2 {margin-top: -400px; z-index: 1001; position: relative;}
#cForm2 {position:relative;}
.oval6Otstyp2 {width: 80%; border-radius: 15px; margin-top: 20px; background: #17c4a2;}
.oval6Otstyp2:hover{background: #17c4a2;}
#zakrut{position: relative; left: 200px; cursor: pointer;}

/*=========================SECTION3=======================*/
#section3{
	background: url('img/bgSection3.png');
	height: 1100px;
	background-size: cover;
	margin-top: -75px;
}
.h2Section3{
	 color: #10c19d;
	 font-size: 37px;
	 font-weight: 700;
	 box-shadow: 1px 1px 35px #0dbb98;
	 max-width: 400px; 
	 background: #181818;
	 padding: 5px;
	 margin: 120px 0 0 0;
}
.leftContent3{position: relative;}
.preimyshestva{
	display: block;
	position: absolute;
	top: 50px;
	left: 150px;
	padding: 0;
	width: 250px;
}
.preimyshestva li{
	display: block;
	width: 125px;
	height: 125px;
	background: #181818;
	border-radius: 10px;
	box-shadow: 1px 1px 25px #0dbb98;
	color: #10c19d;
	font-weight: 700;
	font-size: 20px;
	padding: 10px;
	position: relative;
	margin-top: 50px;
}
.poz1Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 120px;
	left: 20px;
	z-index: 5;	
}
.poz2Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 270px;
	left: 20px;
	z-index: 5;	
}
.poz3Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 470px;
	left: 20px;
	z-index: 5;	
}
.RightContent3{position: relative;}
.preimyshestva2{
	display: block;
	position: absolute;
	top: 130px;
	left: 100px;
	padding: 0;
	width: 250px;
}
.preimyshestva2 li{
	display: block;
	width: 125px;
	height: 125px;
	text-align: right;
	background: #181818;
	border-radius: 10px;
	box-shadow: 1px 1px 25px #0dbb98;
	color: #10c19d;
	font-weight: 700;
	font-size: 20px;
	padding: 10px;
	position: relative;
	margin-top: 50px;
}
.poz4Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 60px;
	left: -140px;
	max-width: 250px;
	z-index: 5;
	text-align: center;
}
.poz5Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 240px;
	left: -140px;
	max-width: 250px;
	z-index: 5;
	text-align: center;
}
.poz6Li3{
	color: #9d9d9d;
	font-size: 20px;
	position: absolute;
	top: 410px;
	left: -145px;
	max-width: 250px;
	z-index: 5;
	text-align: center;
}
.posRightSection3{display: block; margin: 550px 100px 0 0;}
.stroka3{position: relative;}
.knopkaSection3{
	position: absolute;
	top: 660px;
	left: 130px;
	background: #17c4a2;
	color: white;
	border: none;
	font-size: 20px;
	font-weight: 500;
}
.knopkaSection3:hover{
	position: absolute;
	box-shadow: 0px 0px 50px #17c4a2;
	background: #17c4a2;
	color: white;
}

/*====================SECTION4=================*/
#section4{padding-bottom: 100px;}
.obertka4{margin-top: -100px;}
.obertka4:hover{cursor: pointer; transform: rotate(360deg); transition: all ease .8s; }
.obertka4-2{margin-top: 50px;}
.obertka4-2:hover{cursor: pointer; transform: rotate(360deg); transition: all ease, .8s;}
.slide{background: white !important;}
.carousel-inner{background: white !important;}
.active{background: #cc66ff !important;}
.item{background: white !important;}
.obertka4-3:hover{cursor: pointer; transform: rotate(360deg); transition: all ease, .8s;	}
.sota3 {max-width: 80%; margin-top: 240px;}
.whiteKlient{color: white !important; font-size: 34px; font-weight: 600; text-align: center;}
.formaP {margin-top: -435px; position: relative; font-size: 8px;}
.oval6{border-radius: 20px !important; background: white !important;}
.oval6Otstyp {
    margin-top: 35px !important;
    padding: 7px 150px !important;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    background: #17c4a2;
}
.oval6Otstyp:hover {
    margin-top: 35px !important;
    padding: 7px 150px !important;
    margin: auto;
    margin-top: auto;
    text-align: center;
    border-radius: 20px;
    background: #17c4a2 !important;
}
.oval6Otstyp:focus {
    margin-top: 35px !important;
    padding: 7px 105px !important;
    margin: auto;
    margin-top: auto;
    text-align: center;
    border-radius: 15px;
    background: #17c4a2 !important;
}

/*=================SECTION5====================*/
#section5{height: 40vh; background: #1d2025;}
#section6{height: 40vh;	background: #272727;}
/*=================SECTION6.2====================*/
#section6_2{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1920px;
    background: #1d2025; /*#353b44*/
}
.section_text {
    width: 1180px;
    height: 2240px;
}
.section_text h1, h2 {
    font-size: 34px;
    margin-top: 0px;
    padding-top: 50px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
}
.section_text p, ol, ul, li {
    font-size: 18px;
    margin-top: 0px;
    padding-top: 10px;
    color: #ffffff;
    text-align: left;
    /* text-shadow: none; */
}
@media screen and (max-width: 1199px) {
    .section_text {
        width: 800px;
        height: 2500px;
    }
    .section_text h1, h2 {
        font-size: 24px;
    }
    .section_text p, ol, ul, li {
        font-size: 18px;
    }
}
@media screen and (max-width: 699px) {
    .section_text {
        width: 300px;
        height: 4150px;
    }
    .section_text h1, h2 {
        font-size: 24px;
    }
    .section_text p, ol, ul, li {
        font-size: 16px;}
}
/*=================SECTION6.2====================*/

.polovinaEkrana{height: 40vh;}
.block1{
	height: 40vh;
    display: flex;
    background: #1d2025;
    flex-direction: row;
    align-items: center;
}
.block2{
	display: flex;
	height: 40vh;
	background: #272727;
	flex-direction: row;
    align-items: center;
}
.block4{
	display: flex;
	height: 40vh;
	background: #1d2025;
   	flex-direction: row;
    align-items: center;
}
.block3{
	display: flex;
	height: 40vh;
	background: #272727;
	flex-direction: row;
    align-items: center;
}
.overt5Centrovka1{
	/*margin: 15% auto;	*/
	max-width: 280px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: 500;
}
.overt5Centrovka2{
	margin: 15% auto;
	max-width: 300px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: 500;
}
.imgCentrovka{display: block; margin: auto;}

/*===================SECTION7===================*/
#section7{
	height: 650px;
	background: url('img/bgSection7.png')no-repeat center;
	background-size: cover;
}
.otstypSection7{padding-top: 100px; position: relative;}
.forma{margin-top: 100px;}
.form-group{background: none !important; margin-right: -20px; margin-top:0; margin-bottom:0;}
.form-control {
    display: block;
    width: 80%;
    margin: auto;
    height: 34px;
    padding: 6px 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.62857143;
    color: black !important;
    background-color: #e1e1e1;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder {color: black;}
.form-control:-moz-placeholder {color: black;}
.oval{border-radius: 20px;}
.oval4 {
    border-radius: 0px 20px 20px 0px;
    margin-top: 0px;
    padding: 6px 40px;
    line-height: 18px;
    color: #17c4a2 !important;
    font-weight: 600;
    background-color: #e1e1e1;
}
.oval4:hover{
    border-radius: 0px 20px 20px 0px;
    margin-top: 0px;
    padding: 6px 40px;
    line-height: 18px;
    color: #17c4a2 !important;
    font-weight: 600;
    background-color: #e1e1e1;
    box-shadow: 1px 1px 15px #17c4a2;
    border-radius: 15px !important;
}
.knopkaSubmit{
	margin-left: 6px;
	border-radius: 15px;
	padding: 6px 40px;
	color: #17c4a2;
	font-weight: 600;
	background-color: #e1e1e1;
}
.knopkaSubmit:hover{
	margin-left: 6px;
	border-radius: 15px;
	padding: 6px 40px;
	color: #17c4a2;
	font-weight: 600;
	background-color: #e1e1e1;
	box-shadow: 2px 2px 17px #e1e1e1;
}
.obertkaChekboxa{max-width: 550px; margin: auto;}
.checkbox{float: left;}
.chekboxsnuiP{
	display: block;	
	max-width: 500px;
	line-height: 16px;
	padding-top: 11px;
	color: white;
	font-size: 16px;
}
.chekboxsnuiP span{color: #2793d1;}
.posParagrafSection7{
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 10px;
	color: white;
	position: absolute;
	top: 165px;
	left: 165px;
}
input{vertical-align: middle;}

/*======================SECTION8===================*/
#section8{height: 400px;}

/*================FOOTER===============*/
#footer{background: #1d2025; height: 140px; position: relative;}
.flexFooter {height: 260px;}
.telefonFooter{position: absolute; top: -480px; left: 50px; z-index: 5;}
.footerParagraf {
    display: block;
    padding-top: 50px;
    color: white;
    font-size: 17px;
    text-align: center;
}
.positionFooterZakaz{
	padding: 10px 25px;
	position: absolute;
	top: 50px;
	left: 220px;
	border-radius: 20px;
	background: black;
	border: 2px solid #17c4a2;
	text-transform: uppercase;
	font-weight: 600;
	color: #17c4a2;
	z-index: 6;
}
.positionFooterZakaz:hover{
	box-shadow: 2px 2px 25px #17c4a2;
	border: 2px solid #17c4a2;
	color: #17c4a2;
	border-radius: 20px;
	background: black;
}
.puls1 {
    background: url('img/2222.png') center no-repeat;
    width: 700px;
    height: 250px;
    background-size: 80%;
    overflow: hidden;
    animation: puls 2s linear infinite;
    position: absolute;
    top: -3px;
    left: -40px;
}
.kontaktu{
	font-size: 18px;
	line-height: 16px;
    position: absolute;
    top: 0px;
    left: 840px;
    color: white;
}
.predstava {color: #17c3a1;}


#contacts {position:fixed;
	width:100%;
	height:50px;
	top:0;
	margin:0 auto;
	z-index:1111;
	border-bottom: 1px solid rgba(0,0,0,.3);
	background: rgb(206, 220, 231) linear-gradient(rgb(206,220,231), rgb(89,106,114));
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset, 0 10px 1px rgba(255,255,255,.2);
}
#contacts .col-md-12 {text-align:justify; width:100%;}
#contacts .col-md-12:after {display:inline-block; content:""; width:100%;}
#contacts .col-md-12 .button26, #contacts .col-md-12 .button27, #contacts .col-md-12 a{display:inline-block;}
#contacts a {color:#FFF; font-size:1.4em; line-height:40px; vertical-align:top;}
#contacts a:hover {color:#17c4a2;}
.button26, .button27 {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  outline: none;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset, 0 1px 1px rgba(255,255,255,.2);
  background: #8a7b78 linear-gradient(#8a7b78, #cdcdcd);
  box-sizing: border-box;
  width:40px;
  height:40px;
  margin:5px;
}
.button26 span, .button27 span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: solid transparent;
  border-width: 0 0 0 50px;
  border-radius: 100px;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
}
.button26:after, .button27:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  text-shadow: #2e7ebd 0 1px 2px;
  color: #fff;
  margin: auto;
  border-radius: 100px;
  background: #17B595 linear-gradient(#17B595, #128E75);
  box-shadow: 0 2px 2px rgba(255,255,255,.5) inset, 0 -2px 2px rgba(0,0,0,.3) inset, 0 0 2px 2px rgba(0,0,0,.3);
}
.button26:after {content: "\260e";}
.button27:after {content: "\2709";}

/* CSS стили длякапчи */
.input_capT input {width: 70%;
margin: auto;
height: 34px;
padding: 6px 12px;
text-align: center;
font-size: 16px;
line-height: 1.62857143;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
border-radius: 20px !important;
background: white !important;}
#capT {height: 34px;
padding: 6px 12px;
text-align: center;
font-size: 16px;
line-height: 1.62857143;
background: #f6f6f6;}
.form-captcha {display: block; width: 80%; margin: auto; text-align: center;}
#loadBar {text-shadow:none;}
input:disabled {background:#E0F9FA !important;}

/* Секции */
section .h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
section .h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 96%;
    color: #fff;
}
section h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 96%;
    padding-top: 0;
    margin-bottom: 0;
}
.section-2 {
    margin-top: 70px;
}
.section-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}
/* Таблица цен */
.table_price {
    color: #fff;
    margin: 0 3%;
}
.table_price .header  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 44px;
    border: 2px solid #37ad63;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}
.table_price summary:before {
    right: .6em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1.5em 1.5em;
    width: 1em;
    height: 1em;  
    content: "";
    position: absolute;
    transition: transform .5s;
}
details[open].table_price > summary:before {
    transform: scale(1,-1);
}
.table_price .header h2 {
    font-size: 18px;
    font-weight: 400;
}
.table_price table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}
.table_price table td {
    width: 393px;
    height: 40px;
    border: 2px solid #37ad63;
    text-align: center;
    padding: 10px 10px;
    font-size: 18px;
}
.table_price table td:first-child {
    text-align: left;
}
.table_price ul {
    padding-left: 5px;
    margin-left: 15px;
    margin-top: 20px;
}
.table_price ul li {
    font-size: 18px;
    padding-left: 5px;
    line-height: 24px;
    list-style-image: url(../img/dephis-icon-2.svg);
}
.table_price table.two_columns td:first-child {
    width: 70%;
}

/* Карточки услуг */
.cards_services {
    position: relative;
    width: 264px;
    height: 394px;
    background: #333B49;
    border-radius: 10px;
    overflow: hidden;
}
.cards_services::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    background: #37ad63;
    transform: skewY(345deg);
    transition: 0.5s;
}
.cards_services:hover::before {
    top: -70%;
    transform: skewY(390deg);
}
.cards_services .contentBox {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}
.cards_services .contentBox h3 {
    font-size: 28px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 75px;
    width: 95%;
}
.cards_services .contentBox .buy {
    position: absolute;
    top: 260px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #000000;
    text-decoration: none;
    background: #37ad63;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}
.cards_services:hover .contentBox .buy {
    opacity: 1;
}

/* Адаптив */
@media screen and (max-width: 779px) {
    section .h1 {
        font-size: 28px;
    }
    section .h2 {
        font-size: 22px;
    }
    .table_price .header h2, .table_price ul li, .header h2, .table_price table td {
        font-size: 14px;
        line-height: 20px;
    }
    .cards_services {
        width: 206px;
        height: 308px;
    }
    .cards_services .contentBox h3 {
        font-size: 22px;
    }
    .cards_services .contentBox .buy {
        top: 190px;
        font-size: 15px;
    }
    .cards_services::after {
        font-size: 2.3em;
    }
}
@media screen and (max-width: 648px) {
    .cards_services {
        width: 150px;
        height: 224px;
    }
    .cards_services .contentBox h3 {
        font-size: 14px;
        margin-top: 40px;
    }
    .cards_services .contentBox .buy {
        top: 120px;
        font-size: 11px;
    }
    .cards_services::after {
        font-size: 1.7em;
    }
    section .h1 {
        font-size: 24px;
    }
    section .h2 {
        font-size: 18px;
    }
}

/* Модальное окно */
.modal_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
}
.form_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    height: 460px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.form_content--inner-border {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    width: 480px;
    height: 440px;
}
span.close_modal {
    position: absolute;
    right: 4%;
    top: 5%;
    width: 25px;
    height: 25px;
    background: url(../images/icons/close.png) no-repeat;
    cursor: pointer;
}
.btn-form {
    cursor: pointer;
}
  
/* Форма */
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form input {
    font-weight: normal;
    font-size: 14px;
    color: #282828;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    width: 300px;
    height: 50px;
    padding-left: 20px;
    margin-top: 20px;
    z-index: 2;
    position: relative;
}
form button {
    font-weight: normal;
    color: #fff;
    margin: 20px 0 0 0;
    border-radius: 3px;
    width: 300px;
    height: 50px;
    font-weight: 500;
    background: #37ad63;
    text-transform: uppercase;
    border: none;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    font-size: 14px;
}
form button:hover {
    box-shadow: 0 8px 13px rgba(34, 149, 129, 0.49);
    cursor: pointer;
}
.form-wrap--margin_bottom {
    margin-bottom: 30px;
}
.form_text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-shadow: none;
}
  
@media screen and (max-width: 640px) {
    .form_content {
      width: 95%;
      height: 380px;
    }
    .form_content--inner-border {
      width: 95%;
      height: 360px;
    }
    form input, form button {
      width: 80%;
    }
}