@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf')  format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Black';
  src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro-Black.woff') format('woff'), url('../fonts/GothamPro-Black.ttf')  format('truetype'), url('../fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro-Bold';
  src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf')  format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
	
	* {
	 -webkit-appearance: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	button:focus {
		outline: none;
	}
	input:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
	    color: #000;
	    font-family: 'GothamPro';
	    font-size: 14px;
	    margin: 0 auto;
	    width: 100%;
		min-width: 1200px;
	}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.container {
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}
header {
    height: 740px;
    background: url(../images/head.jpg) center no-repeat;
}
.header_logo {
    padding-top: 7px;
    float: left;
    margin-right:155px;
    position: relative;
} 
.header_logo img {
    
}
.header_container {
    overflow: hidden;
    margin-bottom: 27px;
}
.menu_top ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #504a73;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
}
.menu_top ul li {
    float: left;
    margin: 0 10px;
}
.menu_top ul li:hover a {
    color: #f23e45;
}
.header_menu {
    display: inline-block;
    overflow: hidden;
    padding-top: 50px;
    max-width: 40%;
}
.header_zakaz {
    float: right;
    padding-top: 33px;
}
.head_a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #504a73;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    border: 3px solid #f23e45;
    width: 360px;
    height: 46px;
      display: inline-block;
    text-align: center;
    line-height: 43px;
}
.head_a:hover {
    background: #f23e45;
    color: #fff;
}
.slider_container h2 {
    font-size: 40px;
    color: #504a73;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    margin-bottom: 20px;
    line-height: 52px;
}
.slider_container h2 span {
    color: #f23e45;
}
.slider_container h3 {
    font-size: 21px;
    color: #504a73;
    font-family: 'GothamPro';
    margin-bottom: 50px;
    line-height: 28px;
}
.slider_container h3 span {
    font-family: 'GothamPro-Bold';
}
#contact_form input[type="text"]::-webkit-input-placeholder {color:#504a73;}
#contact_form input[type="text"]::-moz-placeholder          {color:#504a73;}
#contact_form input[type="text"]:-moz-placeholder           {color:#504a73;}
#contact_form input[type="text"]:-ms-input-placeholder      {color:#504a73;}
#contact_form input[type="text"] {
    width: 207px;
    border: 0;
    border-bottom: 3px solid #504a73;
    background: transparent;
    text-align: center;
    height: 70px;
    color: #504a73;
    font-size: 14px;
    font-family: 'GothamPro-Black';
    margin-right: 20px;
}
#contact_form button {
    width: 440px;
    height: 70px;
    background: #f23e45;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
    vertical-align: top;
}
#contact_form button:hover {
    cursor: pointer;
    background: #504a73;
}
.slider_container p {
    margin-top: 25px;
    color: #504a73;
    font-size: 16px;
    font-family: 'GothamPro';
}

#zadacha {
    height: 740px;
    background: url(../images/zadacha.jpg) center no-repeat;
    padding-top: 100px;
}
#zadacha .container > h2 span {
    color: #f23e45;
}
#zadacha .container > h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    margin-bottom: 135px;
    font-size: 40px;
    margin-left: 68px;
}
.zadacha_container {
    margin-left: 68px;
}
.zadacha_box {
    float: left;
    width: 295px;
    margin-right: 60px;
    margin-bottom: 135px;
    min-height: 80px;
    position: relative;
}
.zadacha_box_img {
    float: left;
    padding-right: 20px;
}
.zadacha_box_text {
    float: left;
    color: #fff;
    width: 195px;
}
.zadacha_box_text p {
    font-size: 16px;
    font-family: 'GothamPro-Bold';
}

.real-hint {
    background: #fff;
    display: none;
    position: absolute;
    width: 400px;
    z-index: 99;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.15);
    left: 55px;
    top: -25px;
}
.real-hint .hint-caption {
    font-size: 17px;
    color: #000;
    font-family: 'Ubuntu-Medium';
    position: relative;
    padding-top: 8px;
    display: block;
    margin-left: 30px;
}
.zadacha_box_top {
    background: #f5f4ff;
    padding: 0 15px;
    padding-bottom: 25px;
    padding-top: 30px;
    position: relative;
}
.zadacha_top_img {
    float: left;
    width: 90px;
    position: relative;
}
.zadacha_top_text {
    float: left;
    width: 280px;
    padding-top: 15px;
}
.zadacha_top_text p {
    font-size: 16px;
    color: #504a73;
    font-family: 'GothamPro-Bold';
}
.real-hint > p {
    font-size: 18px;
    color: #504a73;
    font-family: 'GothamPro';
    padding: 20px;
}
.zadacha_box_top:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/arr.png);
    left: -30px;
}

.real-hint input[type="text"]::-webkit-input-placeholder {color:#504a73;}
.real-hint input[type="text"]::-moz-placeholder          {color:#504a73;}
.real-hint input[type="text"]:-moz-placeholder           {color:#504a73;}
.real-hint input[type="text"]:-ms-input-placeholder      {color:#504a73;}
.real-hint input[type="text"] {
    width: 165px;
    border: 0;
    border-bottom: 3px solid #504a73;
    background: transparent;
    text-align: center;
    height: 70px;
    color: #504a73;
    font-size: 14px;
    font-family: 'GothamPro-Black';
    margin-right: 10px;
}
.real-hint button {
    width: 180px;
    height: 70px;
    background: #f23e45;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
    vertical-align: top;
}
.real-hint button:hover {
    cursor: pointer;
    background: #504a73;
}
.real-hint {
    padding-bottom: 25px;
}
.real-hint form {
    padding: 0 20px;
}

#zapus {
    padding-top: 45px;
    padding-bottom: 60px;
}
.zapus_container {
    overflow: hidden;
}
.zapus_box_left {
    float: left;
    margin-right: 60px;
    width: 555px;
    height: 639px;
    background: url(../images/zapus_bg.png);
    padding-left: 65px;
    padding-top: 70px;
}
.zapus_box_left p span {
    color: #f23e45;
}
.zapus_box_left p {
    font-size: 40px;
    color: #504a73;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
    padding-right: 50px;
    line-height: 55px;
}
.zapus_box_right {
    float: left;
    width: 520px;
    padding-top: 55px;
}
.zapus_box {
    overflow: hidden;
    margin-bottom: 50px;
}
.zapus_box_img {
    float: left;
    width: 115px;
}
.zapus_box_text {
    float: left;
    width: 315px;
}
.zapus_box_text p {
    font-size: 16px;
    color: #504a73;
}
.zapus_a {
    width: 490px;
    height: 70px;
    background: #f23e45;
    border: 0;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
}
.zapus_a:hover {
    cursor: pointer;
    background: #504a73;
}

.contact_text {
    float: left;
    margin-left: 68px;
    width: 322px;
}
.contact_container {
    overflow: hidden;
    padding-top: 10px;
}
#contact {
    height: 740px;
    background: url(../images/contact.jpg) center no-repeat;
    padding-top: 150px;
}
.contact_text h2 {
    font-size: 40px;
    color: #504a73;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    margin-bottom: 70px;
    line-height: 1;
}
.contact_text h2 span {
    color: #f23e45;
}
.contact_text h3 {
    font-size: 16px;
    color: #f23e45;
    font-family: 'GothamPro-Bold';
    margin-bottom: 5px;
}
.contact_text p {
    font-size: 16px;
    color: #504a73;
    font-family: 'GothamPro-Bold';
    margin-bottom: 35px;
}
.owl-dots {
    display: none !important;
}
.contact_img {
    float: left;
    width: 636px;
    position: relative;
}
#owl-demo {
    box-shadow: 0 5px 10px 5px rgba(154, 154, 154, 0.2);
}
.owl-next {
    width: 37px;
    height: 30px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    display: block !important;
    position: absolute;
    right: 25px;
    bottom: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
}
.owl-prev {
    width: 37px;
    height: 30px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    display: block !important;
    position: absolute;
    left: inherit;
    right: 185px;
    bottom: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
}
.num span {
    margin: 0 5px;
}
.num {
    font-size: 16px;
    color: #fff;
    font-family: 'GothamPro-Bold';
    position: absolute;
    right: 97px;
    bottom: 27px;
    z-index: 9;
}

.footer_container {
    overflow: hidden;
}
footer {
    height: 125px;
    background: #504a73;
    padding-top: 35px;
}
.footer_logo {
    float: left;
    margin-right: 50px;

}
.footer_politic a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GothamPro-Black';
    margin-right: 15px;
}
.footer_politic {
    float: left;
    padding-top: 20px;
}
.footer_a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    border: 3px solid #f23e45;
    width: 360px;
    height: 46px;
    text-align: center;
    line-height: 43px;
}
.footer_a:hover {
    background: #f23e45;
    color: #fff;
}
.footer_btn {
    float: right;
}

#contact_form7 input[type="text"]::-webkit-input-placeholder {color:#504a73;}
#contact_form7 input[type="text"]::-moz-placeholder          {color:#504a73;}
#contact_form7 input[type="text"]:-moz-placeholder           {color:#504a73;}
#contact_form7 input[type="text"]:-ms-input-placeholder      {color:#504a73;}
#contact_form7 input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: 3px solid #504a73;
    background: transparent;
    text-align: center;
    height: 50px;
    color: #504a73;
    font-size: 14px;
    font-family: 'GothamPro-Black';
    margin-right: 0;
    margin-bottom: 15px;
}
#contact_form7 button {
    width: 100%;
    height: 70px;
    background: #f23e45;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
    vertical-align: top;
}
#contact_form7 button:hover {
    cursor: pointer;
    background: #504a73;
}

.header {
    height: initial;
    height: auto;
    background: url(../images/thanks.jpg) top center no-repeat;
    padding-bottom: 100px;
}
.thanks_container h2 {
    font-size: 40px;
    color: #504a73;
    text-transform: uppercase;
    font-family: 'GothamPro-Black';
    margin-bottom: 65px;
}
.thanks_container h2 span {
    color: #f2454c;
}
.thanks_container {
    margin-left: 68px;
}
.thanks_container p {
    font-size: 21px;
    color: #504a73;
    font-family: 'GothamPro';
    margin-bottom: 35px;
}
.thanks_container p span {
    font-family: 'GothamPro-Bold';
}
.thanks_con {
    overflow: hidden;
}
.thanks_box {
    overflow: hidden;
    float: left;
    width: 200px;
}
.thanks_box_img {
    float: left;
    width: 65px;
}
.thanks_box_text p {
    font-size: 14px;
    color: #504a73;
    font-family: 'GothamPro-Black';
    text-transform: uppercase;
}
.thanks_box_text {
    float: left;
    padding-top: 15px;
}

#owl-demo2 {
    width: 500px;
    margin-bottom: 125px;
}
#owl-demo2 .item img {
    margin: 0 auto;
}
#owl-demo2 .item {
    width: 105px;
}
#owl-demo2 .owl-prev {
    right: 0;
    left: -150px;
    margin: auto;
    bottom: -95px;
}
#owl-demo2 .owl-next {
    right: -150px;
    left: 0;
    margin: auto;
    bottom: -95px;
}
.lang {
    color: #504a73;
}
.lang ul {
    margin-top: 10px;
}
.lang ul li {
    display: inline-block;
    width: 30px;
    margin: 5px;
    opacity: 0.4;
    cursor: pointer;
}
.lang ul li img {
    width: 100%;
}
.lang ul li.act,
.lang ul li:hover {
    opacity: 1;
}
.num2 span {
    margin: 0 5px;
}
.num2 {
    font-size: 21px;
    color: #504a73;
    font-family: 'GothamPro';
    margin-top: -70px;
    margin-left: 225px;
    margin-bottom: 60px;
    display: none;
}

.mobile-menu {
    display: none;
}
.btn_a {
    display: none;
}


.thanks_container #owl-demo2 {
    display: none;
}