.section {
 	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative; 
	z-index: 1; 
}

.section > div {width: 100%;}

/*.section .box {margin: 0;}*/
/*.section .wrapper {overflow: hidden;}*/

.section .container > h2 {
	text-align: center;
	font-size: 2.2rem;
    font-weight: 400;
    width: 100%;
    margin-bottom: 50px; 
	position: relative;
}

.section .container > h2:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 3px;
    content: " ";
    background: #fff;
    width: 100px;
    margin-left: -50px;
}

.slogan {font-size: 30px; background: #EFFF00; padding: 25px 0; display: block; width: 100%;}

.container {
    padding: 50px 150px;
    background: rgb(255 255 255 / 20%);
	/*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
	height: 100%;
}

/*.container:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #a2cf6e;
    margin-left: -1px;
    z-index: -1;
}

.container.light:after {background: #fff;}*/

.light h2 {}
.light h2:after {background: #0064b9;}

.center {text-align: center;}

.center > p {margin-bottom: 50px;}


.btn a {
	background: linear-gradient(45deg, #ff4400, #ff6933);
    border: 2px solid #cf3700;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
	color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.btn a:hover {-webkit-filter: brightness(120%); /*color: initial;*/}

.btn.blue a {
    background: #1787e1;
    border: 2px solid #0266bc;
}


@media screen and (max-device-width: 1280px) { .container {padding: 50px;} }

@media screen and (max-device-width: 1024px) { .container {padding: 50px 0;} }

@media screen and (max-device-width: 480px) { 
	.container {padding: 30px 0;}
	.section .container > h2 {margin-bottom: 30px;}
}

@media screen and (max-device-width: 330px) { .section h2 {font-size: 1.8rem;} }



/* Flex */

.flexbox {display: -webkit-flex; display: flex; margin-left: -15px; margin-right: -15px; margin-bottom: -30px;}

.flexbox > * {width: 100%; padding: 0 15px;	margin-bottom: 30px;}

.fb-2, .fb-3, .fb-4, .fb-5, .fb-6 {flex-wrap: wrap;}

.fb-2 > * {width: 50%;}
.fb-3 > * {width: 33.33%;}
.fb-4 > * {width: 25%;}
.fb-5 > * {width: 20%;}
.fb-6 > * {width: 16.66%;}

@media screen and (max-device-width: 800px) { .flexbox { flex-wrap: wrap; } .flexbox > * {width: 33.33%;} }

@media screen and (max-device-width: 480px) { .flexbox > * {width: 50%;} }
@media screen and (max-device-width: 380px) { .flexbox > * {width: 100%;} }


/* Main-block */

#first-block {
    /* background: url(/wp-content/uploads/2021/11/1612520378-2.jpg); */
    /* background-attachment: fixed; */
    /* background-position: top; */
    /* background-size: cover; */
    background: #e6ecf2;
    padding-top: 20px;
}

#first-block > .wrapper {
    z-index: 9;
}

#zayavka-start {
    background: #fff;
    width: 100%;
    height: 1px;
}

/*#first-block:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
}*/

/*#first-block .box {align-items: stretch;}*/

#dir-switcher {
    text-align: center;
	display: flex;
}

#dir-switcher > div {align-items: unset;}

#dir-switcher > div {
    width: 50%;
	background: #e3e3e3;
    /*border-radius: 50px 50px 0 0;*/
	/*border: 2px solid rgb(255 255 255 / 0%);*/
    /*margin: 0 15px;*/
	/*padding-bottom: 50px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    cursor: pointer;
    /* border: 2px solid #626262; */
    border-bottom: none;
	position: relative;
}

#form-1-block {margin-right: 15px; border-radius: 0 50px 0 0;}
#form-2-block {margin-left: 15px; border-radius: 50px 0 0 0;}

#form-1-block > div {
    width: 690px;
    margin-left: auto;
    position: relative;
    height: 100%;
	padding: 40px 0 50px;
}

#form-2-block > div {
    width: 690px;
    position: relative;
    height: 100%;
	padding: 40px 0 50px;
}


#form-1-block > div:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/tab-button-2.jpg);
    background-size: 100% 100%;
    width: 280px;
    height: 55px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#form-1-block.active > div:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/tab-decor.jpg);
    background-size: 100% 100%;
    width: 160px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}


#form-2-block > div:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/tab-button.jpg);
    background-size: 100% 100%;
    width: 280px;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#form-2-block.active > div:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/tab-decor.jpg);
    background-size: 100% 100%;
    width: 160px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotateY(-180deg);
}





/*#dir-switcher > div > div {height: 100%;}*/

#dir-switcher > div h1, #dir-switcher > div h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
	margin-bottom: 0;
}

#dir-switcher > div p {
    font-size: 1.2rem;
}

#dir-switcher .btn {
    background: #aaed00;
    background: linear-gradient(45deg, #6fdd00, #aaed00);
    padding: 16px 60px 12px;
    font-size: 1.4rem;
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    /* height: auto; */
    left: 50%;
    margin-left: -150px;
}

#dir-switcher > div.active .btn {
	display: none;
}

/*#dir-switcher .btn:after {
    content: "\e97a";
    font-family: 'icomoon';
    display: block;
}*/

/*#dir-switcher > div.active .btn:after {
    content: "\e97d";
}*/

#dir-switcher > div.active {
	background: #f7f7f7; 
	/*border-color: #9e9e9e;*/
	/*border: 2px solid #0267bd;*/
    border-bottom: 0;
    margin-bottom: -2px;
}
/*#dir-switcher .block-6:not(.active):hover {background: #bdbdbd;}*/


#dir-switcher img {max-height: 205px; cursor: pointer; margin: 20px 0; }
/*img#form-2-block {max-width: 320px;}*/


.tab-header {
    padding: 7px 0px 5px;
    position: relative;
    background: #2365b5;
    background: url(/wp-content/uploads/2022/10/tab-head-bg.jpg);
    color: #fff;
    background-size: auto 100%;
    width: 420px;
	height: 67px;
}

#form-1-block .tab-header {
    margin-left: auto;
    margin-right: 150px;
}

#form-2-block .tab-header {
    margin-left: 150px;
}

#form-1-block .tab-header:before {
    content: "";
    background: url(/wp-content/uploads/2022/10/left-border.png);
    background-size: 100% 100%;
    width: 150px;
    height: 67px;
    position: absolute;
    bottom: 0;
    left: -150px;
}

#form-1-block .tab-header:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/right-border.png);
    background-size: 100% 100%;
    width: 150px;
    height: 67px;
    position: absolute;
    bottom: 0;
    right: -150px;
}

#form-2-block .tab-header:before {
    content: "";
    background: url(/wp-content/uploads/2022/10/right-border.png);
    background-size: 100% 100%;
    width: 150px;
    height: 67px;
    position: absolute;
    bottom: 0;
    left: -150px;
	transform: rotateY(-180deg);
}

#form-2-block .tab-header:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/left-border.png);
    background-size: 100% 100%;
    width: 150px;
    height: 67px;
    position: absolute;
    bottom: 0;
    right: -150px;
	transform: rotateY(-180deg);
}


.hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}

.tab-body {
}


/*#dir-switcher > div.active .tab-header {
    background: #f7f7f7;
}*/

#dir-switcher > div.active .hr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

/*#dir-switcher > div.active .tab-body {
    background: #f7f7f7;
}*/



.hform {
    z-index: 8;
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0;
    display: none;
	/*border-top: 2px solid #0267bd;*/
}

.hform.active {display: block;}

.hform .box {
    align-items: center;
}

.minimum {
    text-align: center;
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0263b5;
}


.form-body {padding: 40px 50px 30px;}

.one-line {
    display: flex;
    justify-content: space-between;
}

.color-btn {
    flex-grow: 1;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 30px;
    background: #eee;
    font-size: 1.2rem;
    text-transform: uppercase;
	display: flex;
    justify-content: center;
    align-items: center;
	white-space: nowrap;
}

.color-btn.blue {
    background: #1787e1;
    color: #fff;
    border: 2px solid #0266bc;
    flex-grow: 2;
    margin-right: 15px;
}

.color-btn.red {
    background: #f40;
    color: #fff;
    border: 2px solid #cf3700;
	font-weight: 900;
    font-size: 1.4rem;
}



table.terms {
    border: 5px solid #e8f0f3;
	border-collapse: collapse;
	line-height: 1.2rem;
	font-size: 1.2rem;
	background: #fff;
}

table.terms td {
	width: 50%;
    padding: 10px 15px;
    text-align: center;
    border: 2px solid #107cd5;
}

table.terms td:first-child {text-transform: uppercase;}

table.terms td.blue {
    background: #0064b9;
    background: linear-gradient(45deg, #0b74cc, #1584de);
    color: #fff;
    border-color: #e8f0f3;
    padding: 15px;
    text-transform: uppercase;
	font-weight: 600;
}

table.terms td.left {text-align: left;}

#equpment {margin-bottom: 30px;}





.main-descript {
    /*background: linear-gradient(45deg, #4caf50, #8bc34a);*/
    padding: 45px 50px 15px 0;
    /*margin-bottom: 100px;*/
    font-size: 1.2rem;
    line-height: 1.5;
    /*color: #fff;
    border-radius: 15px;*/
}

.main-descript h2 {
    text-transform: uppercase;
	font-weight: 400;
}

.main-descript img {
    max-width: 350px;
    margin: 0 auto 20px;
    display: block;
}

.main-descript h1 {font-size: 1.5rem;}

.main-descript p {margin-bottom: 30px;}

#first-block > a { position: absolute; width: 60px; bottom: 25px; left: 50%; margin-left: -30px;}

.car-form {
    display: flex;
    background: #fff;
    border: 5px solid #e8f0f3;
    border-radius: 10px;
    overflow: hidden;
}

.car-form > div {width: 100%;}

.car-form h3 {
    padding: 20px 50px;
    border-bottom: 2px solid #eee;
    text-align: center;
    background: #0064b9;
    background: linear-gradient(45deg, #0064b9, #2196f3);
    color: #fff;
    font-size: 2rem;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	white-space: nowrap;
}

#.car-form h3:before, .car-form h3:after {
    content: "";
    background: url(/wp-content/uploads/2021/11/wings.png);
    width: 48px;
    height: 24px;
    display: inline-block;
    margin-right: 20px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.car-form h3:after {
	margin-right: 0;
    margin-left: 20px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}



.tabs-area {width: 100%;}

ul.list_tabs {
    display: flex;
    margin: 0 -10px;
}

ul.list_tabs li {
    color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #0064b9;
    background: linear-gradient(45deg, #0064b9, #2196f3);
    list-style: none;
    cursor: pointer;
    margin: 0 10px !important;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

ul.list_tabs li:not(.act):hover {-webkit-filter: brightness(110%);}

ul.list_tabs li.act {background: #fff; color: inherit;}

.tab {padding: 30px 70px;
    display: none;
    background: #fff;
	border-radius: 0 0 15px 15px;
}

.tab.act {display: block;}

.tabs-area h2 {margin-bottom: 30px;}


@media screen and (max-device-width: 1480px) { #dir-switcher {overflow: hidden;} }

@media screen and (max-device-width: 1440px) { .tab-header {width: 380px;} }

@media screen and (max-device-width: 1400px) { 
	#form-1-block > div, #form-2-block > div {width: 100%;}
	.tab-header {width: 340px;}
}

@media screen and (max-device-width: 1240px) { 
	.form-body {padding: 30px 30px 20px;}
}

@media screen and (max-device-width: 1200px) { 
	#dir-switcher img {max-height: 175px;}
	
	.radios {flex-wrap: wrap;}
	.form-container .radios > *.label {width: calc(50% - 20px);}
	#flusher-form .form-container .radios > *.label {width: 100%;}
	
	table.terms td.blue {padding: 10px 15px;}
}

@media screen and (max-device-width: 1160px) { .color-btn {padding: 10px 15px;} }

@media screen and (max-device-width: 1120px) { 
	#form-1-block .tab-header, #form-2-block .tab-header {margin-left: auto; width: 100%; height: auto; padding: 10px 0;}
	#form-1-block .tab-header:before, #form-1-block .tab-header:after, #form-2-block .tab-header:before, #form-2-block .tab-header:after {display: none;}
	#dir-switcher img {max-width: 250px;}
	#form-1-block > div:after, #form-2-block > div:after {width: 240px; height: 45px;}
}

@media screen and (max-device-width: 1024px) { 
	#first-block {padding-top: 15px;}
	
	.color-btn {padding: 10px;}
	.color-btn.red {font-size: 1.2rem;}
	#dir-switcher img {max-height: 150px;}
}


@media screen and (max-device-width: 980px) { .color-btn.blue {margin-right: 5px;} }

@media screen and (max-device-width: 940px) { 
	.form-body {padding: 20px 20px 10px;}
	table.terms {font-size: 1rem;}
	table.terms td {padding: 10px 5px;}
	.color-btn {margin-bottom: 15px;}
}

@media screen and (max-device-width: 920px) { 
	.color-btn {font-size: 1rem;}
}

@media screen and (max-device-width: 840px) { 
	.color-btn.red {font-size: 1rem;}
}

@media screen and (max-device-width: 800px) { 
	#form-1-block.active > div:after, #form-2-block.active > div:after {width: 140px; height: 50px;}
	#form-1-block {margin-right: 10px;}
	#form-2-block {margin-left: 10px;}
	
	.block-6.zayavka {order: 9; margin-bottom: 30px;}
	.color-btn {font-size: 1.2rem;}
	.color-btn.red {font-size: 1.4rem;}
	#factors {margin-bottom: 30px;}
}

@media screen and (max-device-width: 680px) { 
	#dir-switcher > div h1, #dir-switcher > div h2 {font-size: 1.4rem;}
	#dir-switcher img {max-height: 120px;}
	
	#form-1-block {margin-right: 5px;}
	#form-2-block {margin-left: 5px;}
}

@media screen and (max-device-width: 580px) { 
	#dir-switcher > div h1, #dir-switcher > div h2 {font-size: 1.2rem;}
	#dir-switcher > div p {font-size: 1rem;}
}

@media screen and (max-device-width: 500px) { 
	#dir-switcher {flex-wrap: wrap;}
	#dir-switcher > div {width: 100%; margin: 0; border-radius: 0;}
	#dir-switcher > div.active {order: 9;}
	#dir-switcher img {max-height: 150px; margin-bottom: 0;}
}

@media screen and (max-device-width: 460px) { 
	.color-btn {font-size: 1rem;}
	.color-btn.red {font-size: 1.2rem;}
	.form-container .mashine.radios > *.label {width: 100%;}
}

@media screen and (max-device-width: 420px) { 
	.color-btn {white-space: normal;}
	.color-btn.red {white-space: nowrap;}
}

@media screen and (max-device-width: 360px) { 
	#dir-switcher img {max-height: 120px;}
	#form-1-block > div:after, #form-2-block > div:after {width: 195px; height: 35px;}
	#form-1-block.active > div:after, #form-2-block.active > div:after {width: 120px; height: 42px;}
}



.switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	width: 46px;
	height: 24px;
	border: none !important;
}

/* Hide the browser's default radio */
.switch input[type=radio] { 
	position: absolute;
	opacity: 0;
}

/* Create a custom switch */
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 34px;
	border: 1px solid #ccc;
	transition: .2s;
	background: #eee;
	background: linear-gradient(45deg, #ddd, #eee);
}

/* Create the indicator/dot */
.switch .slider::before {
	position: absolute;
	top: 2px;
	left: 4px;
	content: "";
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: #fff;
	transition: .2s;
}

/* When the switch is checked, add a blue background */
.switch input[type=radio]:checked + .slider {
	background: #aaed00;
    background: linear-gradient(45deg, #6fdd00, #aaed00);
	border: 1px solid #3dc62d;
}

/* When the switch is checked, change position of the indicator/dot */
.switch input[type=radio]:checked + .slider::before {
	background-color: #fff;
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

/* When the switch gets focus, add a shadow */
.switch input[type=radio]:focus + .slider {
	box-shadow: 0 0 0 0.2rem rgb(134 227 0 / 20%);
	background: linear-gradient(45deg, #6fdd00, #aaed00);
}






@media screen and (max-device-width: 1440px) { .main-descript img {max-width: 300px; margin: 0 auto 20px;} }


@media screen and (max-device-width: 1024px) { 
	.main-descript img {max-width: 215px; margin: 0 auto 15px;}
	.tab {padding: 30px;}
	ul.list_tabs li {padding: 15px;}
	.tabs-area h2 {margin-bottom: 20px; font-size: 1.8rem;}
}

@media screen and (max-device-width: 800px) { 
	/*#first-block {padding: 130px 0 50px;}*/
	#first-block .box {flex-wrap: wrap;}
	#first-block .box > * {width: 100%;}
	.main-descript {padding: 0 0 15px;}
	.tab {padding: 30px 70px;}
	.tabs-area h2 {margin-bottom: 30px;}
}

@media screen and (max-device-width: 480px) { 
	.main-descript img {max-width: 100%; padding: 0 30px;}
	.tab {padding: 30px;}
	ul.list_tabs li {width: 100%;}
	#ilosos-form h3 {padding: 20px 0;}
}

@media screen and (max-device-width: 380px) { 
	.main-descript h1 {font-size: 1.4rem;}
	ul.list_tabs {margin: 0 -5px;}
	ul.list_tabs li {margin: 0 5px !important;}
	#ilosos-form h3, #flusher-form h3 {padding: 12px 0; font-size: 1.6rem;}
}

@media screen and (max-device-width: 330px) { 
	.main-descript h1 {font-size: 1.3rem;}
	.tabs-area h2 {font-size: 1.6rem;}
	.tab {padding: 15px;}
	#ilosos-form h3:before, #ilosos-form h3:after {display: none;}
}


/* Карта */

#block-map {
    background: #d2e2ef;
    background: url(/wp-content/uploads/2022/09/1612772229.jpg);
    background-size: cover;
    background-position: center;
}

#block-map .container {
    background: none;
	padding: 50px 0;
}

#block-map h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#block-map h3 {
    font-size: 1.8rem;
    font-weight: 400;
}

#block-map h3 span {
    font-size: 2rem;
    font-weight: 600;
}


#about > div {
    background: #fff;
	border-radius: 15px;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

#about p.sparagraph {
    /*margin-bottom: 100px;*/
	padding-right: 100px;
}

#about p {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

#about .one-line {
    white-space: nowrap;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    width: 120%;
}

#about .color-btn {
    margin-bottom: 0;
}



#map {
    position: relative;
}

#map img {
    max-width: 780px;
    position: absolute;
    left: -150px;
    top: 190px;
}


#geo > div {
    background: #fff;
	border-radius: 15px;
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#geo p.fparagraph {
    margin-bottom: 160px;
}

#geo p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	margin-bottom: 30px;
}

img.middle-res {
    display: none;
}


@media screen and (max-device-width: 1440px) { 
	#about p {margin-bottom: 15px;}
	#map img {max-width: 680px; top: 250px;}
	#geo p.fparagraph {margin-bottom: 90px;}
}

@media screen and (max-device-width: 1400px) { 
	#about > div {padding: 40px;}
	#about p.sparagraph {padding-right: 30px;}
	#map img {max-width: 580px; left: -80px;}
	#geo > div {padding: 40px;}
	#geo p.fparagraph {margin-bottom: 30px;}
}

@media screen and (max-device-width: 1360px) { 
	#about, #geo {width: 50%;}
	#about p.sparagraph {padding-right: 0;}
	#about .one-line {width: auto;}
	#about .one-line .color-btn {padding: 10px;}
	#map {display: none;}
	#geo img {max-width: 480px; margin-bottom: 30px;}
	img.middle-res {display: block;}
}

@media screen and (max-device-width: 1200px) { 
	#geo img {max-width: 100%;}
	#block-map h2 {margin-bottom: 20px;}
}

@media screen and (max-device-width: 1200px) { 
	#block-map .container .box {flex-wrap: wrap;}
	#about, #geo {width: 100%; position: relative;}
	#about {margin-bottom: 30px;}
	#geo img {max-width: 480px;}
}

@media screen and (max-device-width: 620px) {
	#about .one-line {position: relative;}
	#about .color-btn {white-space: normal;}
	#geo img {max-width: 100%;}
}

@media screen and (max-device-width: 480px) {
	#block-map .container {padding: 30px 0;}
	#block-map h2 {font-size: 1.6rem;} 
}

@media screen and (max-device-width: 420px) { 
	#about > div {padding: 30px;}
	#geo > div {padding: 30px;}
}

@media screen and (max-device-width: 380px) { #about .one-line {background: none; padding: 0; box-shadow: none;} }



/* Техника */

#technics .item {
    display: flex;
    align-items: center;
}

#technics .item .image {
    width: 45%;
	margin-right: 5%;
}

#technics .item .text {
    width: 50%;
    text-align: left;
	font-size: 1.2rem;
}

#technics .item .text h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px;
}

#technics .item .text ul {
    padding-left: 20px;
}

#technics .item .text ul li:not(:last-child) {
    margin-bottom: 10px;
}

#technics .item .text ul li::marker {
    color: #0064b9;
}



@media screen and (max-device-width: 720px) { 
	#technics .item {flex-wrap: wrap;}
	#technics .item .image {width: 100%; margin-right: 0; margin-bottom: 30px;}
	#technics .item .image img {max-width: 60%; margin: 0 auto;}
	#technics .item .text {width: 100%; padding: 0 50px;}
	
}

@media screen and (max-device-width: 720px) { 
	#technics .item .image img {max-width: 100%; padding: 0 30px;}
	#technics .item .text {padding: 0 30px;}
}

@media screen and (max-device-width: 380px) { 
	#technics .item .image img {padding: 0 15px;}
	#technics .item .text {padding: 0 15px;}
}



/* Features-block */

#features-block {background: #f9f9f9;}

#features-block .container {padding: 50px 0;}

/*#features-block:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(/wp-content/uploads/2021/11/5ff8639b1ad62-2.png);
    background-position: center;
}*/




#features {text-align: center; justify-content: center;}
#features .icon {
    margin-bottom: 50px;
    display: inline-block;
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    border: 5px solid #eee;
}
#features .icon img {width: 120px; display: block;}

#features p {
    font-size: 1.3rem;
}


@media screen and (max-device-width: 800px) { 
	#features .icon {margin-bottom: 15px; border-radius: 30px;}
	#features .icon img {width: 90px;}
}




/* Prices-block */

#prices-block {background: #8bc34a;}



/* Reviews-block */

#reviews-block {
    background: #8bc34a;
    background: url(/wp-content/uploads/2021/11/Nk5kT8HdXhk.jpg);
    background-position: center;
    background-size: cover;
}

#reviews-block .box {align-items: stretch;}

#license a {
    padding: 5px 15px 15px 10px;
    display: block;
}

#license img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e1eaf1;
    box-shadow: 3px 3px 12px rgb(51 51 51 / 20%);
}


#reviews.container {padding: 50px;}

.review.item {padding: 5px 15px 15px 10px;}

#reviews .review .image img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e1eaf1;
    box-shadow: 3px 3px 12px rgb(51 51 51 / 20%);
}



@media screen and (max-width: 1024px) { }

@media screen and (max-width: 800px) { 
	#reviews-block .box {flex-wrap: wrap;}
	#reviews-block .box > * {width: 100%;}
}

@media screen and (max-width: 480px) { #reviews.container {padding: 15px 15px 30px;} }

@media screen and (max-width: 380px) { 
	#license img, #reviews .review .image img {max-width: 100%;}
}



/* Promo-block */

#promo-block {
	background: #f9f9f9;
    margin-bottom: 0;
}

#promo-block p {margin-bottom: 0;}

p.button a {
    background: #aaed00;
    background: linear-gradient(45deg, #6fdd00, #aaed00);
    border: none;
    width: 60%;
    font-size: 1.4rem;
    box-shadow: 0px 3px 0px #3dc62d;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 50px;
}

p.button a:hover {
    -webkit-filter: brightness(120%);
	color: inherit;
}




/* Подвал */

body > footer {width: 100%; position: relative;}

#footer-foot {padding: 20px 0; background: #494d4e; background: linear-gradient(45deg, #333, #494d4e); color: #fff; text-align: center;}

#footer-foot a {color: #fff;}
#footer-foot a:hover {color: #fe4600;}

#footer-info {padding: 15px 0;}


/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder, textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder, textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder        {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


#Go_Top {
	position: fixed;
	right: 5%;
	bottom: -70px;
	z-index: 291; 
	display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 55px;
	width: 55px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    color: #0064b9;
	border: 2px solid #eee;
	cursor: pointer;
}

#Go_Top i {margin: 0;}
#Go_Top:hover {background: #0064b9; color: #fff;}
#Go_Top.up {bottom: 70px;}

@media screen and (max-width: 1024px) { #Go_Top {right: 0;}	#Go_Top.up {bottom: 0px;} }
@media screen and (max-width:  480px) { #Go_Top {line-height: 45px; width: 45px;} }