/* 
Theme Name: IBA Group
Author: Perets & Co
Text Domain: mainframes
Version:  10.0
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Roboto&family=Roboto+Condensed&display=swap');
html, body {
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline:none;
}
.d-none {
	display: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
	transition: all linear .3s;
	text-decoration: none;
	color: #2365f5;
}
p {
	margin: 0 0 15px 0;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
}
body {
	font-family: 'IBM Plex Sans', sans-serif;
	line-height: 1.3;
	font-weight: 400;
	font-size: 17px;
    color: #2f3a4b;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width: 768px) {
	.container {
		max-width: calc(100% - 30px);
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1272px;
	}
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
@media (min-width: 768px) {
	.d-md-block {
		display: block;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}
@media (min-width: 1024px) {
	.d-lg-block {
		display: block;
	}
	.d-lg-none {
		display: none;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
}
@media (min-width: 1440px) {
	#form .col-xl-7 {
    	padding-left: 50px;
	}
	.d-xl-block {
		display: block;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}
/* Header */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
header .container {
    display: flex;
    justify-content: space-between;
}
header ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header ul a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}
header ul a:after {
	left: 0;
    width: 100%;
    height: 3px;
    bottom: 0;
    content: "";
    z-index: 10;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #d8d8d8;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: transform .3s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
    display: block;
    position: absolute;
}
header ul a:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
header ul li + li {
	margin-left: 50px;
}
/* Content */
.info {
    padding: 60px 0;
    max-width: 625px;
}
h1 {
    font-weight: 300;
    color: #fff;
    font-size: 48px;
    margin: 0 0 24px 0;
}
.subheading {
    color: #fff;
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 32px;
}
.info p {
    font-size: 22px;
    color: #C6C6C6;
    line-height: 1.32;
    margin: 0 0 30px 0;
}
.btn {
    background-color: #2365F5;
    border: 1px solid #2365F5;
    color: #fff;
    display: inline-flex;
    width: 270px;
    height: 48px;
    align-items: center;
    padding: 0 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}
.btn_white {
    background-color: #fff;
    color: #2365f5;
    border-color: #fff;
}
.btn-icon {
	padding: 0 48px 0px 16px;
	background-position: right 16px center;
    background-repeat: no-repeat;
    background-image: url(images/arrow.svg);
}
.btn-icon-pdf {
	background-image: url(images/pdf.svg);
}
.btn-icon-phone {
	background-image: url(images/phone.svg);
}
.btn-icon-calendar {
	background-image: url(images/calendar.svg);
}
.btn-icon-calendar-blue {
	background-image: url(images/calendar-blue.svg);
}
.btn-border {
    background-color: transparent;
}
.btn-border-blue {
	color: #0055ff;
    background-color: transparent;
    width: 206px;
    text-decoration: underline;
    margin: 0px 0 -48px 206px;
    transform: translateY(-100%);
}
.btn-icon-calendar-blue.active {
    margin: 0;
    transform: translateY(15px);
}
.btn-icon-phone.active {
    margin: 0;
    transform: translateY(15px);
}
.banner .btn-border {
    border: 1px solid #fff;
    text-decoration: underline;
}
.btn-white {
    background-image: url(images/arrow-blue.svg);
    background-color: #fff;
    color: #2365F5;
}
.banner {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: right center;
    position: relative;
    padding-top: 75px;
}
.faq {
    background-color: #D3E2FC;
}
.wrapper-faq {
    display: flex;
    margin: 0 -30px;
}
.line {
    padding-left: 15px;
    position: relative;
    background-size: 10px 2px;
    transition: all ease .3s;
    display: inline-block;
}
.line:hover {
	background-size: 100% 2px;
}
.faq-item {
    width: calc(100% / 3 + 60px);
    padding: 20px 30px 12px;
}
.faq-item + .faq-item {
    border-left: 4px solid #fff;
}
.faq .icon img {
    margin: 0 0px 0 auto;
}
.faq .icon {
    margin-bottom: 50px;
}
.faq-item p {
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    margin-top: 15px;
}
h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 700;
}
h3 {
    margin: 0;
    font-size: 20px;
    color: #282828;
    font-weight: 600;
}
.line {
    padding-left: 0px;
    position: relative;
}
.left-form {
    padding-top: 0px;
}
.wpcf7-form-control-wrap {
    display: block;
    line-height: 1;
}
.wpcf7-form div:not(.row) {
    position: relative;
    margin-bottom: 20px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    color: #DA1E28;
    font-size: 12px;
    bottom: -2px;
    transform: translate(0px, 100%);
}
label {
	cursor: pointer;
    color: #161616;
    font-size: 14px;
    line-height: 1.3;
}
.wpcf7-form div label {
    position: absolute;
    left: 31px;
    top: 50%;
    color: #A8A8A8;
    letter-spacing: 0.16px;
    font-size: 14px;
    transform: translate(0px, -50%);
    transition: all ease .3s;
    cursor: pointer;
}
.wpcf7-form .focus + label {
	font-size: 12px;
	left: 15px;
    top: 0%;
	transform: translate(0px, -100%);
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]) {
    background-color: #F4F4F4;
    display: flex;
    border: 1px solid transparent;
    border-bottom: 1px solid #8D8D8D;
    height: 40px;
    align-items: center;
    padding: 0 16px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transition: all ease .3s;
}
.wpcf7-response-output {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]).wpcf7-not-valid {
	background-color: #fff;
	border: 1px solid #DA1E28;
	border-bottom: 1px solid #DA1E28;
}
.form {
    padding: 115px 0 0;
}
.form img {
    margin: 0 0 30px 0;
}
.form h2 {
    font-size: 48px;
    font-weight: 300;
    color: #2365F5;
    margin-bottom: 80px;
}
form {
   
}
span.star {
    color: #2365f5;
    margin-left: 2px;
    position: relative;
    top: -5px;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span:before {
	content: '';
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background: #2365F5;
	display: inline-flex;
	transition: all ease .3s;
	border-radius: 2px;
	position: relative;
    top: 2px;
    margin-left: 2px;
}
.acceptance-204 {
    margin-top: 5px;
}
.acceptance-205 {
    margin-top: 0px;
}
.wpcf7-acceptance label div {
    width: calc(100% - 15px);
}
.wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
}
input[type="checkbox"]:checked + span:before {
	background: url(images/check.svg) center center no-repeat;
    border-color: transparent;
}
.wpcf7-submit {
    margin-top: 30px;
    width: 218px;
}
.screen-reader-response {
    display: none;
}
.wpcf7-submit:disabled {
    opacity: .6;
    transition: all ease .3s;
}
.soc-links a {
	width: 26px;
    height: 26px;
    border: none;
    margin: 0 25px 0 0;
    vertical-align: top;
    display: inline-block;
    background: 50% 0 no-repeat;
    -webkit-transition: color .3s cubic-bezier(.39, .575, .565, 1);
    -o-transition: color .3s cubic-bezier(.39, .575, .565, 1);
    transition: color .3s cubic-bezier(.39, .575, .565, 1);
    background-size: 26px 52px;
}
.soc-links li:last-child a {
	margin-right: 0;
}
.soc-links a.fb {
	background-image: url(images/social/fb.svg);
}
.soc-links a.in {
	background-image: url(images/social/in.svg);
}
.soc-links a.tw {
	background-image: url(images/social/tw.svg);
}
.soc-links a.ig {
	background-image: url(images/social/ig.svg);
}
.soc-links a.yt {
	background-image: url(images/social/yt.svg);
}
.soc-links a.xg {
	background-image: url(images/social/xg.svg);
}
.soc-links a.pt {
	background-image: url(images/social/pt.svg);
}
.soc-links a:hover {
	background-position-y: 100%;
}
.form .col-lg-7 {
    display: flex;
    align-items: center;
}
.left-form ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-style-rhombus {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-style-rhombus li {
	display: flex;
}
.left-form li,
ul li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.left-form p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #696969;
}
.left-form .title-list {
    color: #2365F5;
    font-size: 28px;
}
.form h3 {
    font-size: 26px;
    color: #2365F5;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.left-form ul li:before,
.list-style-rhombus li:before {
    content: '';
    min-width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
    background-color: #2365F5;
    margin-right: 12px;
    position: relative;
    top: 12px;
}
.form ul li {
	display: flex;
}
.form ul li div {
	width: calc(100% - 20px);
}
.c-blue {
    color: #2365f5;
}
footer .menu a,
footer .links a {
    -webkit-transition: background .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: background .3s cubic-bezier(.445, .05, .55, .95);
    transition: background .3s cubic-bezier(.445, .05, .55, .95);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1976d2), to(#1976d2)) left 100% no-repeat;
    background: -o-linear-gradient(left, #1976d2 0, #1976d2) left 100% no-repeat;
    background: linear-gradient(90deg, #1976d2 0, #1976d2) left 100% no-repeat;
    background-size: 0 2px;
}
footer .bottom a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3376CB;
}
footer .menu a:hover,
footer .links a:hover {
    background-size: 100% 2px;
}
footer .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer .menu ul a,
footer .menu ul span {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
footer .menu a {
	color:  #3376CB;
}
footer .menu {
    display: flex;
    border-top: 6px solid #DEDEDE;
    padding-top: 76px;
}
footer .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #DEDEDE;
    margin-top: 73px;
    padding-top: 30px;
}
.links ul,
.soc-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.links li {
    margin-right: 20px;
}
.copy {
    color: #969696;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer .menu ul {
    width: 100%;
    max-width: calc(100% / 3);
    margin-bottom: -10px;
}
footer .menu li {
    margin-bottom: 10px;
}
footer {
    padding: 62px 0 30px;
}
.banner .container {
    position: relative;
    z-index: 2;
}
/* hsform */
fieldset.form-columns-1,
fieldset.form-columns-2 {
    max-width: 100% !important;
}
.hs-input {
    background-color: #F4F4F4;
    display: flex;
    border: 1px solid transparent;
    border-bottom: 1px solid #8D8D8D;
    height: 40px;
    align-items: center;
    padding: 0 16px;
    margin: 0 0 0px 0;
    width: 100% !important;
    max-width: 100%;
    transition: all ease .3s;
}
.hs-input[type="checkbox"] {
	display: none;
}
.hs-input[type="checkbox"] + span:before {
    content: '';
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #2365F5;
    display: inline-flex;
    transition: all ease .3s;
    border-radius: 2px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}
.inputs-list {
	padding: 0;
	margin: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: 0 !important;
}
.hs-button {
    background-color: #2365F5;
    color: #fff;
    display: inline-flex;
    height: 48px;
    align-items: center;
    padding: 0 60px 0px 16px;
    background-image: url(images/arrow_down.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
.hs-form-field {
	position: relative;
	margin-bottom: 20px;
}
.hs-form-field > label {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #A8A8A8;
    letter-spacing: 0.16px;
    font-size: 14px;
    transition: all ease .3s;
    cursor: pointer;
}
.focus.hs-form-field > label {
	left: 5px;
	top: -15px;
}
.hs-form-required {
	color: #2365f5;
    margin-left: 2px;
    position: relative;
    top: -5px;
}
.hs-error-msg {
    color: #DA1E28;
    font-size: 12px;
}
@media (max-width:  1439px) {
	.form h2 br {
		display: none;
	}
}
@media (max-width:  1199px) {
	.links li {
    	margin-right: 10px;
	}
}
@media (max-width:  1023px) {

}
@media (max-width:  767px) {
	.info {
    	padding: 140px 0 60px;
	}
	.subheading {
		font-size: 24px;
	}
	.btn + .btn {
    	margin-top: 20px;
	}
	.wrapper-faq {
	    margin: 0;
	    flex-direction: column;
	}
	.faq-item {
    	width: 100%;
    	padding: 30px 0;
    }
    .faq-item + .faq-item {
    	border-left: 0;
	}
	footer .menu {
		display: none;
	}
	footer .bottom {
       	flex-direction: column;
    	justify-content: center;
    	margin-top: 0;
    	padding: 20px 45px 0;
    	align-items: center;
	}
	footer {
    	padding: 0px 0 20px;
	}
	footer .container {
    	padding: 0;
	}
	.copy {
    	text-align: center;
    	margin-bottom: 10px;
	}
	footer .bottom a {
    	font-size: 14px;
	}
	.links ul, .soc-links ul {
    	flex-wrap: wrap;
    	justify-content: center;
    	margin: 0 -15px;
	}
	.links li {
    	margin: 0 15px;
	}
	.soc-links {
    	margin-top: 35px;
	}
	.right-content {
    	padding-top: 20px;
    	padding-left: 0px;
	}
	.wpcf7-form div label {
       	left: 20px;
    	top: 0%;
       	font-size: 12px;
    	transform: translate(0px, -100%);
    }
    .banner {
    	background-image: url(images/bg-mob.jpg) !important;
    	background-size: 100% auto;
    	background-position: center top;
    }
    .container {
       	padding-right: 20px;
    	padding-left: 20px;
	}
	.row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-right: 20px;
		padding-left: 20px
	}
	.btn,
	.hs-button {
       	width: 374px;
	    margin: 10px auto 10px;
	    transform: translateY(0px);
	    display: flex;
	    max-width: 100%;
	}
	h1,
	.team h2 {
		font-size: 36px;
	}
	.info p {
    	font-size: 16px;
	}
	.left-form ul {
		margin: 0 0 60px 0;
	}
	.form h2 {
		font-size: 36px;
	}
}
@media (max-width: 413px) {
	.soc-links a {
   		margin: 0 10px 0 0;
   	}
}