body {
	background: url("../images/bg2.jpg") top center no-repeat;
	min-height: 4000px;
	overflow-x: hidden;
}

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

* {
	box-sizing: border-box;
}

header {
	height: 1068px;
	background: url("../images/bg1.png") bottom center no-repeat;
}

.logo {
	width: 70px;
}

.logo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.top {
	width: 100%;
	padding: 30px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .top-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.top ul {
	display: flex;
}

.phone {
	padding: 0px 0px 0px 30px;
	background: url("../images/ico1.svg") left center no-repeat;
	font: 24px/24px 'Montserrat-Semibold', serif;
	color: #223757;
	text-decoration: none;
}

.menu {
	margin: 0px 50px 0px 0px;
	display: flex;
}

.menu li {
	margin: 0px 40px 0px 0px;
	position: relative;
}

.menu li:last-of-type {
	margin: 0px 0px 0px 0px;
}

.menu li a {
	font: 400 16px/16px 'Inter', serif;
	color: #223757;
	text-decoration: none;
}

.menu li a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	border-radius: 1px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -6px;
	transition: 0.3s ease;
	opacity: 0;
}

.menu li:hover a:after {
	opacity: 1;
}

.panel {
	padding: 170px 0px 0px 0px;
}

.panel h1 {
	margin: 0px 0px 45px 0px;
	font: normal 44px/54px 'Montserrat-Bold', serif;
	color: #223757;
	text-transform: uppercase;
}

.panel h1 strong {
	font-weight: normal;
	color: #FF9900;
}

.panel p {
	margin: 0px 0px 45px 0px;
	font: 24px/29px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
}

.panel p strong {
	font-weight: normal;
	color: #FF9900;
}

.butt1 {
	display: inline-block;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 0px 50px 0px 50px;
	font: 18px/54px 'Inter', serif;
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease;
}

.butt1:hover {
	background: linear-gradient(180deg, #FCF65F 0%, #EC6E00 100%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}

.advantages {
	margin: -100px 0px 0px 0px;
}

.advantages .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantages .item {
	width: calc(33.33% - 20px);
	padding: 35px 20px 5px 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.35%, rgba(32, 27, 19, 0.052) 100%), rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 30px rgba(151, 133, 106, 0.51);
	border-radius: 20px;
	position: relative;
}

.advantages .item:after {
	content: '';
	width: 65px;
	height: 68px;
	position: absolute;
	top: 25px;
	right: 30px;
	background-size: 100% 100%!important;
}

.advantages .item:nth-of-type(1):after {
	background: url("../images/a1.svg");
}

.advantages .item:nth-of-type(2):after {
	background: url("../images/a2.svg");
}

.advantages .item:nth-of-type(3):after {
	background: url("../images/a3.svg");
}

.advantages .item p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 12px;
	background: url("../images/ico2.svg") left top 4px no-repeat;
	font: 400 14px/17px 'Inter', serif;
	color: #424A51;
}

.advantages .item .item-title {
	margin: 0px 0px 40px 0px;
	font: 18px/22px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
}

.advantages .item .item-title:after {
	content: '';
	width: 35px;
	height: 3px;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	border-radius: 1px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -19px;
	transition: 0.3s ease;
}

.info {
	margin: 65px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}

.info .info-half {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.info .info-bg {
	width: calc(100% - 100px);
	height: 100%;
	background: url('../images/info.png');
	background-size: cover;
	background-position: right bottom;
	border-radius: 0 72px 0 0;
}

.info .info-desc {
	width: 540px;
	margin: 0px 0px 0px 20px;
}

.info .info-title {
	margin: 0px 0px 55px 0px;
	font: 24px/29px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.info .info-title:after {
	content: '';
	width: 160px;
	height: 3px;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	border-radius: 1px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -26px;
	transition: 0.3s ease;
}

.info .info-desc p {
	margin: 0px 0px 35px 0px;
	font: 16px/20px 'Inter', serif;
	color: #424A51;
	position: relative;
}

.info .info-desc p strong {
	margin: 0px 0px 25px 0px;
	display: block;
	font: normal 18px/22px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
}

.info .info-desc p strong:after {
	content: '';
	width: 60px;
	height: 3px;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	border-radius: 1px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -12px;
	transition: 0.3s ease;
}

.nums {
	margin: 95px 0px 0px 0px;
}

.nums .nums-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nums .item {
	width: calc(33.33% - 30px);
	padding: 25px 25px 25px 25px;
	margin: 0px 15px 45px 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.35%, rgba(32, 27, 19, 0.13) 100%), rgba(255, 255, 255, 0.66);
	box-shadow: 0px 4px 30px rgba(151, 133, 106, 0.51);
	border-radius: 20px;
	position: relative;
}

.nums .item .item-num {
	font: 140px/140px 'Alumni Sans', serif;
	color: #223757;
	opacity: 0.2;
	position: absolute;
	right: 25px;
	top: 0px;
}

.nums .item p {
	margin: 0px 0px 0px 0px;
	font: 16px/17px 'Inter', serif;
	color: #424A51;
	position: relative;
}

.nums .item .item-title {
	margin: 0px 0px 25px 0px;
	font: normal 18px/22px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
}

.nums .item .item-ico {
	width: 38px;
	height: 38px;
	margin: 0px 0px 20px 0px;
	background-size: 100% 100%!important;
}

.nums .item:nth-of-type(1) .item-ico {
	background: url('../images/n1.svg');
}

.nums .item:nth-of-type(2) .item-ico {
	background: url('../images/n2.svg');
}

.nums .item:nth-of-type(3) .item-ico {
	background: url('../images/n3.svg');
}

.nums .item:nth-of-type(4) .item-ico {
	background: url('../images/n4.svg');
}

.nums .item:nth-of-type(5) .item-ico {
	background: url('../images/n5.svg');
}

h3 {
	margin: 0px 0px 90px 0px;
	font: 22px/22px 'Montserrat-Semibold', serif;
	color: #223757;
	/*text-transform: uppercase;*/
	position: relative;
	text-align: center;
	line-height: 29px;
}

h3:after {
    content: '';
    width: 160px;
    height: 3px;
    background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 50%;
	margin-left: -80px;
    bottom: -26px;
    transition: 0.3s ease;
}

.scripts {
	margin: 50px 0px 70px 0px;
}

.scripts .scripts-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.scripts .item {
	width: calc(33.33% - 30px);
	margin: 0px 15px 0px 15px;
	padding: 150px 20px 30px 20px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.scripts .item:nth-of-type(1) {
	background: rgba(255, 255, 255, 0.66) url("../images/s1.svg") top 35px center no-repeat;
}

.scripts .item:nth-of-type(2) {
	background: rgba(255, 255, 255, 0.66) url("../images/s2.svg") top 35px center no-repeat;
}

.scripts .item:nth-of-type(3) {
	background: rgba(255, 255, 255, 0.66) url("../images/s3.svg") top 35px center no-repeat;
}

.scripts .item p {
	margin: 0px 0px 0px 0px;
	font: 16px/20px 'Inter', serif;
	color: #223757;
	text-align: center;
}

.scripts .item .item-title {
	width: 100%;
	height: 44px;
	margin: 0px 0px 55px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 18px/22px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

.scripts .item .item-title:after {
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -28px;
    transition: 0.3s ease;
}

.big-bg {
	background: url("../images/bg3.png") bottom center no-repeat;
	padding: 0px 0px 50px 0px;
}

.docs .docs-wrap {
	margin: -15px -15px 0px -15px;
}

.docs .item {
	padding: 15px 15px 15px 15px;
}

.docs .item .item-img {
	width: 100%;
	height: 360px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	border: 10px solid #ffffff;
}

.docs .item .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.docs .slick-dots {
	width: 100%;
	margin: 40px 0px 0px 0px;
	display: flex;
	justify-content: center;
}

.docs .slick-dots li {
	padding: 0px;
	font-size: 0px;
}

.docs .slick-dots button {
	width: 20px;
	height: 20px;
	background: #EAEAEA;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	border: 0 none;
	padding: 0px;
	margin: 0px 25px 0px 25px;
	position: relative;
	z-index: 2;
}

.docs .slick-dots .slick-active button {
	background: #EAEAEA url("../images/ico3.svg") center center no-repeat;
}

.docs .slick-dots .slick-active button:after {
	content: '';
	width: 56px;
	height: 56px;
	background: #EE7F0B;
	border-radius: 100%;
	opacity: 0.18;
	position: absolute;
	left: -18px;
	top: -18px;
	display: block;
	z-index: 1;
}

.docs .slick-dots .slick-active button:before {
	content: '';
	width: 36px;
	height: 36px;
	background: #EE7F0B;
	border-radius: 100%;
	opacity: 0.18;
	position: absolute;
	left: -8px;
	top: -8px;
	display: block;
	z-index: 1;
}

.form {
	margin: 70px 0px 0px 0px;
}

.form .container {
	padding: 20px 50px 20px 50px;
	background: #ffffff url("../images/bg5.png") right 50px center no-repeat;
	border-radius: 15px;
	box-shadow: 0px 4px 30px rgb(0 0 0 / 30%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.form .form-wrap {
	width: 100%;
	padding: 0px calc(100% - 446px) 0px 0px;
}

.form img {
	width: 490px;
	height: auto;
	margin: -40px 0px -40px 0px;
	vertical-align: bottom;
}

.form .form-title {
	margin: 0px 0px 33px 0px;
	font: 24px/30px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
}

.form .form-title:after {
    content: '';
    width: 70px;
    height: 3px;
    background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -16px;
    transition: 0.3s ease;
}

.form-wrap .field, .form-wrap .field2 {
    width: 100%;
}

.form-wrap .field input {
    width: 100%;
	background: #F2F2F2;
	box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 19px 0px;
    border: 0 none;
    font: 16px/54px 'Inter', serif;
    color: #000000;
}

.form-wrap .polit {
    margin: 0px 0px 19px 0px;
    font: 12px/15px 'Inter', serif;
    color: #424A51;
}

.form-wrap .polit a {
    color: #424A51;
}

.form-wrap .polit a:hover {
    text-decoration: none;
}

.form-wrap .field2 input {
	width: 100%;
	display: inline-block;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 0px 0px 0px 0px;
	border: 0 none;
	font: 18px/54px 'Inter', serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease;
}

.form-wrap .field2 input:hover {
	background: linear-gradient(180deg, #FCF65F 0%, #EC6E00 100%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}

footer {
	background: linear-gradient(180deg, #424A51 0%, #424A51 100%);
	padding: 40px 0px 40px 0px;
	position: relative;
}

footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer .footer1, footer .footer2 {
	width: 33.33%;
}

.social {
	margin: 0px 0px 0px 0px;
	display: flex;
}

.social a {
	width: 43px;
	height: 43px;
	margin: 0px 10px 0px 0px;
	background-size: 100% 100%!important;
}

.social a:last-of-type {
	margin: 0px 0px 0px 0px;
}

.social .tg {
	background: url("../images/tg.svg");
}

.social .wa {
	background: url("../images/wa.png");
}

.social .vk {
	background: url("../images/vk.svg");
}

.footer2 {
	display: flex;
	justify-content: flex-end;
}

.footer1 .phone {
	color: #ffffff;
}

.footer1 .menu {
	margin: 0px 0px 20px 0px;
}

.footer1 .menu li a {
	color: #ffffff;
}

.form2 {
	width: 320px!important;
	background: #ffffff;
	padding: 30px 20px 0px 20px!important;
	display: none;
}

.form2 h3 {
    margin: 0px 0px 44px 0px;
}

.form2 h3:after {
    bottom: -21px;
}

.form2 .field, .form2 .field2 {
	width: calc(100% - 0px);
}

.form2 .field2 {
	margin: 0px 0px 20px 0px;
}

.polit-popup {
	width: 100%;
	max-width: 750px!important;
	padding: 20px 20px 0px 20px!important;
	display: none;
}

.polit-popup p {
	margin: 0px 0px 20px 0px;
	font: 14px/18px 'Inter', serif;
    color: #000000;
}

footer:after {
	content: '';
	width: 100%;
	height: 19px;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.2;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

footer:before {
	content: '';
	width: 100%;
	height: 5px;
	background: linear-gradient(180deg, #FCD15F 0%, #EC6E00 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

@media (max-width: 1150px) {
.container {
	width: 940px;
}

.panel h1 {
    margin: 0px 0px 35px 0px;
    font: normal 35px/42px 'Montserrat-Bold', serif;
}

.panel p {
    margin: 0px 0px 35px 0px;
    font: 20px/24px 'Montserrat-Semibold', serif;
}

.panel {
    padding: 85px 0px 0px 0px;
}

header {
    height: 902px;
    background: url(../images/bg1-2.png) bottom center no-repeat;
}

.advantages .item .item-title {
    font: 16px/20px 'Montserrat-Semibold', serif;
}

.advantages .item:after {
    width: 52px;
    height: 54px;
    top: 25px;
    right: 25px;
}

.info .info-bg {
    width: calc(100% - 0px);
}

.info .info-desc {
    width: 440px;
    margin: 0px 0px 0px 30px;
}

.info .info-title {
    margin: 0px 0px 55px 0px;
    font: 20px/25px 'Montserrat-Semibold', serif;
}

.info .info-desc p strong {
    font: normal 16px/20px 'Montserrat-Semibold', serif;
}

.info .info-desc p {
    margin: 0px 0px 25px 0px;
    font: 16px/20px 'Inter', serif;
}

.info .info-bg {
    background: url(../images/info2.png) right bottom no-repeat;
	background-size: 100% 100%;
}

.nums {
    margin: 70px 0px 0px 0px;
}

.scripts {
    margin: 15px 0px 70px 0px;
}

h3 {
    margin: 0px 0px 70px 0px;
}

.docs .item .item-img {
    height: 282px;
}

.form img {
    width: 420px;
    margin: -40px 0px -40px 0px;
}
	
.form .container {
    background: #ffffff url(../images/bg5.png) right 0px center no-repeat;
}

}

@media (max-width: 970px) {
.container {
	width: 700px;
}

.panel h1 {
    margin: 0px 0px 70px 0px;
    font: normal 35px/42px 'Montserrat-Bold', serif;
}

.panel p {
    margin: 0px 0px 70px 0px;
    font: 19px/23px 'Montserrat-Semibold', serif;
}

.panel {
    padding: 130px 0px 0px 0px;
}

header {
    height: 1141px;
    background: url(../images/bg1-3.png) bottom center no-repeat;
}

.advantages .item {
    width: calc(100% - 0px);
    padding: 35px 20px 5px 20px;
	margin: 0px 0px 30px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.35%, rgba(32, 27, 19, 0.052) 100%), rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 30px rgba(151, 133, 106, 0.51);
}

.info {
    margin: 30px 0px 0px 0px;
}

.info .info-desc {
    width: 320px;
    margin: 0px 0px 0px 30px;
}

.nums .nums-wrap {
    width: calc(100% + 0px);
    margin: 0px 0px 0px 0px;
}

.nums .item {
    width: calc(100% - 0px);
    padding: 25px 25px 25px 25px;
    margin: 0px 0px 30px 0px;
}

.nums .item .item-title br {
    display: none;
}

.scripts {
    margin: 30px 0px 30px 0px;
}

.scripts .scripts-wrap {
    width: calc(100% + 0px);
    margin: 0px 0px 0px 0px;
}

.scripts .item {
    width: calc(100% - 0px);
    margin: 0px 0px 30px 0px;
}

h3 br {
    display: none;
}

.form .form-wrap {
    width: calc(100% - 150px - 0px);
	margin: 0px 75px 40px 75px;
	background: transparent;
	padding: 0px 0px 0px 0px;
}
	
.form .container {
	background: #ffffff;
}

.form img {
    width: 420px;
    margin: 0px auto -40px auto;
}
}

@media (max-width: 740px) {
.container {
	width: 317px;
}

.form img {
    width: 100%;
    margin: 0px auto -40px auto;
}

.info .info-half {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.panel h1 {
    margin: 0px 0px 70px 0px;
    font: normal 35px/42px 'Montserrat-Bold', serif;
}

.panel p {
    margin: 0px 0px 70px 0px;
    font: 19px/23px 'Montserrat-Semibold', serif;
}

.panel {
    padding: 130px 0px 0px 0px;
}

header {
    height: 714px;
    background: url(../images/bg1-4.png) bottom center no-repeat;
}

.menu {
    margin: 0px 0px 10px 0px;
}

.top .top-wrap {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.phone {
    font: 16px/24px 'Montserrat-Semibold', serif;
}

.menu li {
    margin: 0px 14px 0px 0px;
}

.menu li a {
    font: 400 12px/16px 'Inter', serif;
}

.logo {
    width: 50px;
}

.top {
    padding: 15px 0px 0px 0px;
}

.panel {
    padding: 35px 0px 0px 0px;
}

.panel h1 {
    margin: 0px 0px 15px 0px;
    font: normal 20px/24px 'Montserrat-Bold', serif;
	text-align: center;
}

.panel p {
    margin: 0px 40px 15px 40px;
    font: 16px/20px 'Montserrat-Semibold', serif;
	text-align: center;
}

.panel p:last-of-type {
    margin: 0px 0px 185px 0px;
}

.butt1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    font: 14px/54px 'Inter', serif;
	text-align: center;
}

.info .info-desc {
    width: 320px;
    margin: 0px auto 0px 10px;
}

.nums {
    margin: 35px 0px 0px 0px;
}

.nums .item .item-num {
    font: 120px/120px 'Alumni Sans', serif;
}

h3 {
    margin: 0px 0px 55px 0px;
}

.docs .item .item-img {
    height: 197px;
}

.docs .slick-dots button {
    width: 20px;
    height: 20px;
    margin: 0px 12px 0px 12px;
}

.docs .slick-dots {
    margin: 15px 0px 0px 0px;
}

.form-wrap .field input {
    font: 14px/48px 'Inter', serif;
}

.form-wrap .field2 input {
    font: 16px/48px 'Inter', serif;
}

.scripts .item .item-title {
    height: auto;
    margin: 0px 0px 55px 0px;
    font: 18px/22px 'Montserrat-Semibold', serif;
}

.form .container {
    padding: 20px 15px 20px 15px;
}

.form .form-wrap {
    width: calc(100% - 0px - 0px);
    margin: 0px 0px 30px 0px;
}

.form .form-title {
    margin: 0px 0px 35px 0px;
    font: 18px/22px 'Montserrat-Semibold', serif;
	text-align: center;
}

.form {
    margin: 60px 0px 0px 0px;
}

.docs .slick-dots .slick-active button:after {
    width: 46px;
    height: 46px;
    left: -13px;
    top: -13px;
}

.docs .slick-dots .slick-active button:before {
    width: 26px;
    height: 26px;
    left: -3px;
    top: -3px;
}

.social {
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: flex;
	justify-content: center;
}

footer .footer2 {
    width: 100%;
	margin: 20px 0px 0px 0px;
	order: 3;
}

.info .info-desc p {
    margin: 0px 0px 20px 0px;
    font: 14px/17px 'Inter', serif;
}

.info .info-title {
    font: 18px/22px 'Montserrat-Semibold', serif;
}

.nums .item p {
    font: 14px/17px 'Inter', serif;
}

.nums .item .item-title {
    margin: 0px 0px 20px 0px;
    font: normal 16px/20px 'Montserrat-Semibold', serif;
}

h3 {
    font: normal 18px/22px 'Montserrat-Semibold', serif;
}

.scripts .item .item-title {
    font: 16px/20px 'Montserrat-Semibold', serif;
}

.scripts .item p {
    font: 14px/17px 'Inter', serif;
}

.form .form-title:after {
    left: 50%;
	margin-left: -35px;
}

footer .footer1 {
    width: calc(100% - 100px);
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .logo {
	order: 1;
}
}

.wpcf7-not-valid-tip, .wpcf7-spinner {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px 20px 0px;
	padding: 15px 15px 15px 15px;
	font: 12px/15px 'Inter', serif;
	text-align: center;
}

.link_site {
    background: #9e9e9e;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: white;
}

h2 {
	margin: 0px 0px 55px 0px;
	font: 24px/29px 'Montserrat-Semibold', serif;
	color: #223757;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}

.h3-zag {
    margin: 0px 0px 90px 0px;
    font: 22px/22px 'Montserrat-Semibold', serif;
    color: #223757;
    /* text-transform: uppercase; */
    position: relative;
    text-align: center;
    line-height: 29px;
}

.h3-zag {
    margin: 0px 0px 70px 0px;
}

@media (max-width: 320px) {
	footer .container {
		flex-direction: column; !important
	}
	footer .footer1 {
		align-items: center; !important
	}
}
