/*
Цвета фирмы:

#f38031 - оранжевый
#f8f8f8 - белый

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PT Sans Caption', sans-serif;
    color: #333;
    background: #f8f8f8;
}

a {
    cursor: pointer;
}

.container {
    width: 100%;
}

.block {
    width: 100%;
}

.wrapper {
    width: 1200px;
    margin: auto;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  Menu  */

.menu {
    background: #f8f8f8;
    position: fixed;
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 99;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    height: 35px;
}

.logo img {
    height: 100%;
}

.phone {
    display: none;
}

.phone span {
    text-transform: uppercase;
    text-decoration: none;
    color: #f38031;
    letter-spacing: 0.7px;
    font-weight: 700;
    font-size: 18px;
}

.phone a {
    text-decoration: none;
    color: #646464;
    font-weight: 700;
    font-size: 18px;
    display: none;
}

/*  Start Content  */

.block_1 {
    margin-top: 60px;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/fon1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    height: calc(100vh - 60px);
    position: relative;
    overflow: hidden;
}

.block_1::before {
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #393939;
}

.wrapper_1 {
    position: relative;
    z-index: 4;
    color: #fff;
}

.left_image {
    z-index: 4;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30%;
}

.left_image img,
.right_image img {
    width: 100%;
}

.right_image {
    z-index: 4;
    position: absolute;
    right: 0;
    top: -1px;
    width: 30%;
}

.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.video video {
    min-width: 100%;
    min-height: 100%;
}

.content_1 {
    text-align: center;
}

.logo_content img {
  /*  height: 50px;*/
}

.logo_content {
    margin-bottom: 20px;
}

.title_1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.btn_block {
    margin-top: 30px;
}

.btn_block a {
    font-size: 20px;
    position: relative;
    background: #f38031;
    border-radius: 20px;
    padding: 8px 20px 8px 50px;
}

.btn_block a i {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 32px;
}

.block_2 {
    padding: 120px 0;
}

.list_work {
    margin-top: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.item_work {
    flex: 0 0 33.3%;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.number {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 50px;
    border-radius: 50%;
    background: #f38031;
}

.number span {
    position: relative;
    top: -35px;
}

.info {
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 20px 5px;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.title_item {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.text_item {
    color: rgb(98, 98, 98);
    font-size: 14px;
    margin-top: 10px;
}

.text_item ul {
    list-style:none;
}

.btn_block_2 {
    margin-top: 60px;
    text-align: center;
}

.btn_block_2 a {
    padding: 10px 35px;
    background: #6ca7b2;
    border-radius: 50px;
   /* font-size: 20px;*/
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
}

.block_3 {
    background: #FFE8DE;
    padding: 120px 0;
}

.block_3 .title {
    color: #f38031;
}

.content_3 {
    margin-top: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.left_3 {
    flex: 0 0 50%;
    width: 100%;
    text-align: center;
}

.left_3 img {
    width: 100%;
}

.item_neobh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.icon {
    margin: 0 auto 15px;
    width: 120px;
    height: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #f8f8f8;
    background: #f38031;
    border-radius: 50%;

}

.info_3 {
    width: 70%;
}

.title_3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn_block_3 {
    margin-top: 60px;
    margin-left: 30px;
}

.btn_block_3 a {
    padding: 10px 35px;
    background: #f38031;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
}

.block_4 {
/*
    background-image: url(../images/fon1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
    padding: 120px 0;
    position: relative;
}

.block_4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.block_4 .title {
    line-height: 1.1;
    text-align: left;
}

.submit {
    margin: 10px 0 0;
    font-size: 16px;
    width: 80%;
    margin-bottom: 30px;
}

.content_4 {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.left_4, .right_4 {
    max-width: 50%;
    width: 100%;
}

.left_4 {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 524px;
}

.left_4 img {
    height: 100%;
}

.right_4 {
    background: #fff;
    padding: 60px 30px;
}

.form_control {
}

.control {
    margin-bottom: 15px;
}

.control_check {
    margin-bottom: 15px;
}

.control_check input {
    outline: none;
    margin-right: 10px;
}

.control_check label {
    font-size: 14px;
}

.control input {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #f38031;
    border-radius: 50px;
    outline: none;
    font-family: 'PT Sans Caption', sans-serif;
}

button {
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 16px;
    border: 0;
    background: #f38031;
    color: #fff;
    outline: none;
    font-family: 'PT Sans Caption', sans-serif;
}

.city_btn {
    padding: 120px 0;
    background-image: url(../images/fon2.png);
    background-position: center;
}

.city_btn .title {
    color: #fff;
}

.btn_block_5 {
    text-align: center;
    margin-top: 60px;
}

.btn_block_5 a {
    text-decoration: none;
    padding: 10px 35px;
    background: #f38031;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
}

/*  Footer  */

footer {
    position: relative;
    width: 100%;
    background: #333;
    height: 100px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo_footer a {
    font-size: 10px;
    margin-top: 10px;
    color: #c4c4c4;
    text-decoration: none;
}

.logo_footer a i {
    font-size: 8px;
}

.social_icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.social_icons ul{
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.social_icons li {
    margin: 0 10px;
}

.social_icons a {
    background: #f38031;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.info_f {
    text-decoration: none;
    color: #fff;
    text-align: right;
}

.info_f a {
    text-decoration: none;
    color: #fff;
}

/*  Modal  */

.modal_show {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.active_modal {
    opacity: 1;
    visibility: visible;
}

.modal {
    transform: scale(0.8);
    transition: 0.3s;
}

.modal_active {
    transform: scale(1);
}

.modal_content {
    width: 100%;
    position: relative;
    padding: 30px;
    background: #fff;
}

.close_modal {
    position: absolute;
    top: -25px;
    right: -25px;
}

.close_modal:hover .svg_close {
    fill: #f38031;
    transition: 0.3s;
}

.form_modal {
    text-align: center;
}

.title_modal {
    font-size: 36px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.text_modal {
    margin-bottom: 25px;
    text-align: center;
}

.text_modal_thank {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}

.control_modal {
    margin-bottom: 15px;
}

.control_modal_check {
    margin-bottom: 15px;
}

.control_modal_check input {
    outline: none;
    margin-right: 10px;
}

.control_modal_check label {
    font-size: 14px;
}

.control_modal input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #f38031;
    border-radius: 50px;
    outline: none;
    font-family: 'PT Sans Caption', sans-serif;
}

.svg_close {
    fill: #fff;
    transition: 0.3s;
    width: 20px;
}

.modal_body_thank {
    text-align: center;
}

.mark_svg {
    width: 120px;
    fill: #f38031;
}

.key_words {
    position: absolute;
    width: 100%;
    left: -200%;
}
table {
border-spacing: 0 10px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
th {
padding: 10px 20px;
background: #56433D;
color: #F9C941;
border-right: 2px solid; 
font-size: 0.9em;
}
th:first-child {
text-align: left;
}
th:last-child {
border-right: none;
}
td {
vertical-align: middle;
padding: 10px;
font-size: 14px;
text-align: center;
border-top: 2px solid #56433D;
border-bottom: 2px solid #56433D;
border-right: 2px solid #56433D;
}
td:first-child {
border-left: 2px solid #56433D;
}
.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
}.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(new_arrow.png) no-repeat right #ddd;
}