@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@font-face {
  font-family: 'Fact';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../gwl/fonts/Fact-ExpandedBold.woff') format('truetype');
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1, h2{
	font-family: 'Fact', sans-serif;

}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
header {
	color: #fff;
	height: 100vh;
}
.row{
	display: flex;
}
.align-center{
	align-items: center;
}
.container{
	max-width: 1440px;
	width: 100%;
	margin:auto;
}
.main-title{
	font-size: 96px;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 129px;
}
.main-title span{
	color: #45D09E;
}
.menu {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin: 0;
}
.main-navigation a {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
		transition: all .3s ease;
		position: relative;
}
header .main-navigation a::after{
	width: 100%;
	height: 5px;
	background: #41AB33;
	display: block;
	content: '';
	position: absolute;
	bottom: -48px;
	opacity: 0;
	z-index: 5;
	transition: all .3s ease;

}
header .main-navigation a:hover::after, header .main-navigation a:focus::after{
	opacity: 1;
	transition: all .3s ease;

}
#partners {
  padding: 100px 135px;
  background: #F9F9F9;
}
#partners .title{
  text-align: center;
  margin-bottom: 60px;
}
.partners.grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  padding: 20px 0;
}
.partner:first-child, .partner:nth-child(4){
  border-left: none;
}
.partner:last-child, .partner:nth-child(4), .partner:nth-child(5){
  border-bottom: none;
}
.partner-wrap img{
  max-width: 200px;
}
.main-navigation a:hover, .main-navigation a:focus{
	color: #fff;
	transition: all .3s ease;
}
.top-line{
	padding: 30px 134px;
	border-bottom: 1px solid #fff;
}
.main-navigation {
	width: 50%;
}
.header-button {
	margin-left: 60px;
	background: rgba(255,255,255, 0.2);
	border-radius: 1000px;
	padding: 11px 23px;
	font-weight: bold;
	font-size: 14px;
	transition: all .3s ease;
	cursor: pointer;
}
.justify-between{
	justify-content: space-between;
}
.header-button:hover, .header-button:focus{
	transition: all .3s ease;
	background: #FFFFFF;
	color: #333333;
}
.main-header{
	text-align: center;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-desc {
	font-weight: normal;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.main-header b {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 70px;
}
.green-button, .wpcf7-submit{
	padding: 19px 64px;
	background: #41AB33;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	width: max-content;
	margin: auto;
	color: #fff;
	transition: all .3s ease;
	cursor: pointer;
}
.wpcf7-submit {
	width: 100%;
	border: none;
}
.wpcf7-submit:focus{
	outline: none;
}
.green-button:hover, .green-button:focus, .wpcf7-submit:hover, .wpcf7-submit:focus{
	background: #29AB7C;
	transition: all .3s ease;
}
header .button-wrap{
	text-align: center;
	margin-top: 70px;
}
.title {
	font-weight: bold;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 60px;
}
#about {
	padding: 100px 147px;
}
#about .title{
}
.feature{
	margin-bottom: 30px;
	font-size: 24px;
}
.feature img{
	margin-right: 20px;
	width: 60px;
	height: 60px;
}

.feature p {
	margin: 0;
}
.about-img{
	width: 35%;
}
.about-text{
	width: 65%;
	padding-left: 100px;
}
#services {
	color: #fff;
	padding: 110px 180px;
}
#services .title{
	text-align: center;
}
.services {
	flex-wrap: wrap;
}

.service {
	font-size: 20px;
	width: 25%;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}
.service:last-child, .service:nth-last-child(2),  .service:nth-last-child(3){
	width: 33%;
}
#advantages{
	padding: 100px 130px;
}
#advantages .title{
	text-align: center;
}
.advantages {
	flex-wrap: wrap;
}
.advantage{
	width: 33%;
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 16px;

}
.advantage:last-child, .advantage:nth-last-child(2),  .advantage:nth-last-child(3){
	width: 33%;
	height: 200px;
}
.advantage p {
	margin: 0;
}
.advantage-wrap{
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	height: 100%;
}
.advantage-wrap img{
	margin-bottom: 20px;
}
#map{
	width: 100%;
	height: 480px;
}
#contacts {
	padding: 100px 147px;
}
#contacts .title{
	text-align: center;
	margin-bottom: 20px;
}
.sub-title{
	text-align: center;
	margin: 0;
}
.contacts-row {
	margin-bottom: 30px;
}
.contacts-row  a{
	color: #333;
	text-decoration: none;
	margin-left: 20px;
	font-size: 20px;
}
.main-office {
	margin-bottom: 40px;
	margin-top: 60px;
}
.main-contacts {
	padding-right: 147px;
	width: 60%;
}
.main-office  p {
	margin: 0;
	line-height: 150%;
	font-size: 20px;
	line-height: 34px;
}
.contacts-row p {
	margin: 0;
	margin-left: 20px;
	font-size: 20px;
}
.contacts-row img {
	margin-top: 5px;

}
.offices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 60px;
	grid-column-gap: 130px;
	grid-row-gap: 60px;
}
.site-footer {
	padding: 40px 134px;
	background: #111111;
	color: #fff;
}
.popup, .success {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 15;
	width: 560px;
	height: max-content;
	display: none;
}
.close-popup{
	position: fixed;
	top: 40px;
	right: 40px;
	display: none;
	z-index: 15;
	cursor: pointer;
}

.form{
	background: #FFFFFF;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 40px 50px;
	padding-bottom: 40px;
}
.success {
	text-align: center;
}
.form p {
	margin: 0;
}
.form-title {
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
}
.form .form-subtitle{
	font-size: 16px;
	width: 65%;
	margin: auto;
	text-align: center;
	margin-bottom: 40px;
}
.overlay{
	position: fixed;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	display: none;
}
.form-input{
	background: #F5F5F5;
	box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 12px 28px;
	color: rgba(51,51,51, 0.6);
	border: none;
	width: 100%;
	margin-bottom: 30px;
	height: 65px;
	transition: all .3s ease;

}
.form-input::placeholder {
	color: rgba(51,51,51, 0.6);
}
.form-input:focus{
	outline: none;
}
.contacts-row {
	align-items: flex-start;
}
.form-input:focus::placeholder {
	opacity: 0;
	transition: all .3s ease;
}
.mobile-button, .mobile-menu{
	display: none;
}
.language{
	margin-left: 60px;
}
.language ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	font-size: 16px;
}
.language a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.language li:first-child{
	padding-right: 10px;
	border-right:  1px solid rgba(255,255,255,0.3);
}
.language li:last-child{
	padding-left: 10px;
}
.language li:nth-child(2){
	padding-left: 10px;
  border-right:  1px solid rgba(255,255,255,0.3);
  padding-right: 10px;
}
.site-branding {
	max-width: 160px;
}
.site-branding img {
	width: 160px;
}
.wpcf7 form.sent .wpcf7-response-output {
  	display: none !important;
}
.success{
	background: #fff;
	z-index: 15;
	padding: 50px 30px;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.success-title{
	font-size: 30px;
	margin: 0;
}
#services p {
	margin: 0;
}
.service img {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
.wpcf7-not-valid-tip {
	margin-top: -20px;
}
#services .button-wrap{
	margin-top: 20px;
}
#about .title.mobile{
	display: none;
}
#about .title.desktop{
	display: block;
}
.main-header .form{
  color: #404040;
}

.main-col-1{
  width: 55%;
  text-align: left;
}
.main-col-2{
  width: 40%;
}
.main-title-new{
  font-size: 40px;
  margin-bottom: 40px;
}
.main-header .form .form-subtitle {
  width: 90%;
  margin-bottom: 20px;
}
.main-header .form-input{
  height: 50px;
  margin-bottom: 20px;
}
.main-descs ul{
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.main-descs li{
  margin-bottom: 20px;
}
.sticky-header{
  background: #000;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.sticky-header .header-button{
  color: #fff;
}
.main-header{
  padding: 40px 140px;
}
@media screen and (max-width: 1300px) {
  .site-footer {
    padding: 40px 60px;
}
  .main-navigation {
    width: 46%;
}
  .main-navigation a {
    font-size: 14px;
  }
  .language li:first-child{
  	padding-right: 5px;
  }
  .language li:last-child{
  	padding-left: 5px;
  }
  .language li:nth-child(2){
  	padding-left: 5px;
    padding-right: 5px;
  }
  .main-header{
    padding: 40px 40px;
  }
	.top-line {
    padding: 30px 50px;
}
.header-button {
    margin-left: 40px;
	}
.main-title {
    font-size: 60px;
		line-height: normal;
}
.about-text {
    padding-left: 60px;
}
#about {
    padding: 100px 90px;
}
#services {
    padding: 110px 80px;
}
#advantages {
    padding: 100px 60px;
}
.advantage:last-child, .advantage:nth-last-child(2), .advantage:nth-last-child(3) {
    height: 280px;
}
#contacts {
    padding: 100px 90px;
}

	.feature {
    margin-bottom: 20px;
    font-size: 16px;
}
.site-branding {
    max-width: 150px;
}
.site-branding img {
	width: 150px;
}
.language {
    margin-left: 20px;
}
}
@media screen and (max-width: 992px) {
  .main-header .row{
    flex-direction: column;
  }
	.advantage {
		margin-bottom: 30px;
	}
  .main-col-1, .main-col-2{
    width: 100%;
  }
  .main-col-1 {
    margin-bottom: 40px;
  }
  .main-col-2 .form{
    width: 60%;
    margin: auto;
  }
	.top-line .language{
		display: none;
	}
	.mobile-menu .language {
		margin-left: 0;
		margin-top: 50px;
	}
	.close-menu{
		width: 30px;
		height: 30px;
	}
	.mobile-menu{
		display: block;
	}
header .main-navigation{
	display: none;
}
header .header-button{
	display: none;
}
.mobile-button{
	display: block;
	width: 40px;
}
.mobile-button span{
	width: 40px;
	height: 4px;
	display: block;
	background: #fff;
	margin-bottom: 6px;
}
.mobile-menu{
	width: 80%;
	height: 100%;
	position: fixed;
	right: 0;
	transform: translateX(1000px);
	top: 0;
	z-index: 14;
	background: #000;
	color: #fff;
	transition: all .7s ease;
}
.mobile-menu.visible{
	transform: translateX(0px);
	transition: all .7s ease;

}
.mobile-menu .menu{
	flex-direction: column;
	padding-left: 0;
}
.close-menu{
	position: absolute;
	top: 30px;
	right: 10px;
}
.mobile-menu-wrap{
	margin-top: 40px;
	padding-top: 40px;
	padding-left: 40px;
}
.mobile-menu-wrap .main-navigation a {
    font-size: 16px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
    transition: all .3s ease;
}
.mobile-menu-wrap .main-navigation li {
	margin-bottom: 20px;
}
.wpcf7-submit {
  padding: 18px 25px;
}
.mobile-menu-wrap .main-navigation {
	margin-bottom: 40px;
}
.mobile-menu-wrap .header-button {
    margin-left: 0px;
		width: max-content;
}
.service, .advantage {
		width: 50% !important;
	}
	.service:last-child{
		width: 100% !important;
	}
	section {
		padding: 80px 40px !important;
	}
	.contacts-row p, .contacts-row  a {
    font-size: 16px;
}
.offices {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}
.main-contacts {
    padding-right: 60px;
    width: 60%;
}
footer .language {
    margin-left: 0px;
		margin-top: 30px;
}
footer .header-button {
    margin-left: 0px;
}
footer .row{
	flex-direction: column;
}
.site-footer .site-branding{
	margin-bottom: 30px;
}
.site-footer .menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 20px;
	margin-bottom: 40px;
	padding-left: 0;

}
.sticky-header{
  display: none !important;
}

}
@media screen and (max-width: 767px) {
	.feature img{
		width: 28px;
		height: 28px;
		margin-right: 0px;
	}
	.feature p {
		margin-left: 10px;
	}
	.service img {
		width: 40px;
		height: 40px;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}
#about .row{
	flex-direction: column;
}
#about .feature {
	flex-direction: row;
	align-items: flex-start;
}
.about-text {
    padding-left: 0px;
		width: 100%;
}
.about-img {
    width: 100%;
}
section{
	padding: 60px 10px !important;
}
.offices {
    display: grid;
    grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}


	.advantage {
		width: 100% !important;
		padding: 0;
		height: auto !important;
	}
	.main-office{
		flex-direction: column;
	}
	.main-contacts {
    padding-right: 0;
    width: 100%;
}
.contacts-row p, .contacts-row  a {
    margin: 0;
    margin-left: 14px;
    font-size: 14px;
}
.service {
	font-size: 14px;
	margin-bottom: 30px;
}
.feature{
	margin-bottom: 15px;
	font-size: 14px;
}
.title {
    font-size: 24px;
    margin-bottom: 40px;
}

.site-footer {
    padding: 60px 10px;
}
.main-navigation {
    width: 100%;
}

.top-line {
    padding: 30px 10px;
}
.popup {
	width: 95%;
}
.form {
	padding: 30px;
}
.form-input {
	height: 55px;
	margin-bottom: 20px;
}

.main-desc {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-header b {
	font-size: 14px;
}
.button-wrap{
	margin-top: 40px;
}
.close-popup {
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;}


.success {
  width: 95%;
	padding: 10px 20px;
	padding-bottom: 30px;
}
.success-title{
	font-size: 24px;
}
.main-office p {
	font-size: 14px;
}
.contacts-row {
    margin-bottom: 20px;
}
.contacts-row img {
	margin-top: 0;
		 max-width: 20px;
}
.main-office .contacts-row img{
	margin-top: 10px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
	margin-bottom: 10px;
	margin-top: -10px;
}
form br{
	display: none;
}
.form .form-subtitle{
	margin-bottom: 20px;
}
.success img {
	max-width: 100px;
}
.advantage {
	margin-bottom: 20px;
 }
#services .button-wrap{
	margin-top: 0px;
}
.main-office .contacts-row:nth-child(2) img {
    margin-top: 0px;
}

.ajax-loader{
	display: none !important;
}
.form .form-subtitle {
	width: 100%;
}
.close-popup {
	top: 30px;
	right: 10px;
}
#about .feature:first-child{
	align-items: center;
}
.site-header{
	    background-position: 76% 50% !important;
}
#about .title.mobile{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#about .title.desktop{
	display: none;
}
.main-title {
    font-size: 48px;
    line-height: normal;
}
.main-col-2 .form{
  width: 100%;
  margin: auto;
}

.main-title-new {
    font-size: 30px;
}
header{
  height: auto;
}
.main-header {
    padding: 40px 10px;
}
.partners.grid{
  grid-template-columns: 1fr 1fr;
}
.partner img{
  max-width: 150px;
}
.partner:nth-child(even){
  border-left: 1px solid #bebebe;
}
.partner:nth-child(odd){
  border-left: none;
}
.partner:nth-child(4){
  border-bottom: 1px solid #bebebe;
}
}
