body {
    width: 100%;
    font-size: 14px;
    font-family: 'Times New Roman';
    background-color: #eee;
    color: #3c3d41;
    margin: 0px;
}

h3 {
    font-size: 27px;
    font-family: "Open Sans";
}
li,
ul {
    list-style: none;
}
p {
    margin: 0;
}
textarea {
    resize: none;
    padding-top: 5px;
}

* {
    outline: none;
}

button {
    border: none;
}


.div-sign,
.p-article,
.ul-right-menu > li {
    font-family: "Open Sans";
}
.div-content {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.w-header {
    height: 145px;
    background-image: url(/aw/images/maket/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    border-bottom: 6px solid #1f79ed;
}
.w-header-content {
    width: 1290px;
    display: block;
    margin: 0 auto;
}
.div-cell,
.w-content-left,
.w-content-right {
    display: table-cell;
    vertical-align: top;
}
.w-banner {
    height: 591px;
    background-image: url(/aw/images/slider/banner.png);
}
.w-navigation {
    width: 1485px;
    margin: -100px auto;
    background-color: #fff;
    box-shadow: 0 1px 2px #818181;
    position: relative;
}
.w-content {
    width: 1485px;
    height: auto;
    margin: 120px auto;
}
.w-content-left {
    width: 1035px;
}
.w-content-right {
    width: 445px;
}
.div-row1 {
    width: 100%;
    height: 148px;
    background-color: #f9f9f9;
}
.p-row1 {
    font-size: 35px;
    margin-left: 150px;
    margin-top: 20px;
}
.table-teasers {
    width: 895px;
    margin: -18px 0 0 135px;
}
.table-teasers td {
    height: 325px;
    width: 300px;
    min-width: 300px;
    vertical-align: top;
}
.div-teaser {
    height: 290px;
    width: 260px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.img-teaser {
    width: 100%;
    height: 205px;
    text-align: center;
}
.div-article-content {
    width: 1035px;
    min-height: 500px;
    background-image: url(/aw/images/maket/bg-article.jpg);
    background-position: right top;
    padding: 0 0 60px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.article-title-anounce,
.p-article {
    height: auto;
    width: 700px;
    border-bottom: 1px solid grey;
}
.p-article {
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    color: #3c3d41;
    line-height: 1.4;
    padding-bottom: 41px;
}
    .p-article img {
        max-width: 100%;
    }
.article-title {
    margin-left: 150px;
    padding-top: 40px;
}
.article-title-anounce {
    margin-left: 150px;
    padding: 5px 0 25px;
    font-size: 37px;
}
.div-sign {
    margin: 22px 0 0 38px;
    font-size: 15px;
}
.input-sign-text {
    width: 250px;
    border-radius: 10px 0 0 10px;
    height: 45px;
    border: 0;
    outline: 0;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
}
.div-sign-button {
    width: 46px;
    height: 46px;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    background: url(/aw/images/sign-arrow.png) center center no-repeat #df4b38;
    cursor: pointer;
}
.div-right-menu {
    margin: 25px 0 0 30px;
}
.ul-right-menu {
    list-style: none;
    background-image: url(/aw/images/right-menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 300px;
}
.div-menu-item,
.ul-right-menu > li > div {
    width: 270px;
    vertical-align: middle;
    cursor: pointer;
}
.ul-right-menu > li {
    font-size: 16px;
    font-weight: 700;
    height: 80px;
    display: table-row;
}
.text-title-bold,
.text-title-normal {
    font-family: "Open Sans";
    line-height: 18px;
}
.ul-right-menu > li > div {
    display: table-cell;
    padding-left: 30px;
    border-left: 14px solid #eee;
    border-bottom: 1px solid #eee;
    transition: ease 0.3s border-color;
    transition: ease 0.3s color;
}
.ul-right-menu > li > div:hover {
    background-color: #1f79ed;
    border-color: #1f79ed;
    color: #fff;
}
.text-title-normal {
    font-size: 25px;
    font-weight: 400;
}
.text-title-bold {
    font-size: 18px;
    font-weight: 800;
}
nav {
    margin-left: 105px;
}
.div-menu-item {
    height: 89px;
    font-size: 16px;
    display: inline-block;
}
.div-menu-inside1 {
    width: 200px;
    height: 88px;
    vertical-align: top;
    display: table-cell;
}
.div-menu-inside1:hover {
    background-color: #df4b38;
    color: #fff;
}
.div-menu-inside2 {
    border-left: 1px solid #ddd;
    padding: 10px 0 0 18px;
    margin-top: 15px;
}
.div-menu-inside1:hover::before {
    height: 10px;
    width: 200px;
    margin-top: -10px;
    background-color: #df4b38;
    display: block;
    content: "";
    position: absolute;
    background-size: cover;
}
.div-contact {
    width: 300px;
    height: 470px;
    background-image: url(/aw/images/contact-bg.png);
    margin: 35px 0 0 15px;
}
.input-contact-data,
.text-contact-data {
    width: 248px;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    padding-left: 15px;
    display: block;
    font-weight: 700;
}
.input-contact-data {
    height: 37px;
    border: 1px solid #eee;
    border-radius: 18px;
    margin-top: 10px;
}
.text-contact-data {
    height: 150px;
    resize: none;
    outline: 0;
    border: 1px solid #eee;
    border-radius: 18px;
    margin-top: 10px;
}
.input-contact-button {
    width: 263px;
    height: 46px;
    border-radius: 17px;
    background-color: #fff;
    margin-top: 10px;
    border-width: 0;
    font-size: 20px;
    color: #1f79ed;
    letter-spacing: 3px;
    cursor: pointer;
    outline: 0;
}
.div-gallery {
    width: 300px;
    height: 627px;
    background-image: url(/aw/images/gallery-bg.png);
    margin-top: 35px;
    border-radius: 10px;
}
.table-gallery {
    margin: 50px auto;
    cursor: pointer;
}
.div-gallery-img {
    background-size: cover;
    width: 140px;
    height: 125px;
}
.a-href1 {
    color: #1f79ed;
    margin-left: 6px;
    font-size: 14px;
}
.input-search {
    margin: 25px 0 25px 35px;
    background-color: transparent;
    border-width: 0;
    outline: 0;
    font-size: 16px;
    color: grey;
    font-family: "Open Sans";
}
.div-teaser-hover {
    background-color: #df4b38;
    border: 3px solid #df4b38;
    color: #fff;
}
.div-social {
    margin: 19px 0 0 16px;
    display: block;

}
.div-facebook,
.div-google,
.div-twitter {
    height: 24px;
    width: 61px;
    box-shadow: 1px 1px 1px #99cdf5;
    border-radius: 3px;
    display: inline-block;
}
.div-twitter {
    background-color: #55acee;
}
.div-facebook {
    background-color: #3b5998;
    margin-left: 14px;
}
.div-google {
    background-color: #df4b38;
    margin-left: 14px;
}
.div-title {
    font-family: 'Open Sans';
    font-size: 45px;
    color: #df4b38;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 43px;
    
}
.footer {
    width: 100%;
    background-color: #2b282d;
    color: #fff;
    padding: 5px 0;
}
.footer-col3,
.footer-col4 {
    border-left: 1px solid #4e5054;
    font-size: 12px;
    font-family: "Open Sans";
}

.div-footer-content {
    width: 1485px;
    margin: 40px auto;
    display: block;
}
.footer-col1,
.footer-col2,
.footer-col3,
.footer-col4 {
    height: 200px;
    display: table-cell;
}
.footer-col1 {
    width: 438px;
    vertical-align: middle;
}
.footer-col2 {
    width: 330px;
    border-left: 1px solid #4e5054;
}
.footer-col3 {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
}
.footer-col4 {
    width: 235px;
    padding-left: 43px;
}
.div-title-footer {
    font-size: 38px;
    text-align: left;
    margin-left: 270px;
    line-height: 1;
}
.div-title-footer span {
    color: #9b9a9c;
    font-size: 16px;
    display: block;
}
.footer-menu {
    display: table-cell;
    width: 135px;
    font-family: "Open Sans";
    font-size: 12px;
    text-transform: uppercase;
}
.div-facebook-big,
.div-google-big,
.div-twitter-big {
    width: 96px;
    height: 38px;
    border-radius: 7px;
    margin: 15px auto;
    text-align: left;
    cursor: pointer;
}
.footer-menu li {
    padding: 8px 0 8px 45px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}
.div-twitter-big {
    background-color: #55acee;
}
.div-facebook-big {
    background-color: #3b5998;
}
.div-google-big {
    background-color: #df4b38;
}
.input-sign-text-footer {
    width: 170px;
    height: 44px;
    border: 0;
    border-radius: 7px 0 0 7px;
    background-color: #4e5054;
    color: #fff;
    text-indent: 15px;
}
.div-write-footer {
    padding-top: 15px;
    display: table-cell;
    vertical-align: top;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
}
.div-menu-page {
    width: 886px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.table-inside-menu {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin-left: 150px;
    display: block;
    background-color: #fff;
    width: 886px;
}
.table-inside-menu td {
    text-align: center;
    padding: 0 35px 0 20px;
}
.table-inside-menu tr {
    height: 170px;
}
.table-inside-menu td span {
    cursor: pointer;
}
.td-border {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}
.sec-cont-form {
    margin-top: 30px;
}
.sec-cont-form .p-row1 {
    color: #fff;
}


.div-contact-horizont {
    background-color: #1f79ed;
    border-radius: 10px;
    width: 840px;
    height: 356px;
    margin: -40px 0 0 160px;
}
.input-contact-data-horizont,
.text-contact-data-horizont {
    width: 305px;
    color: #fff;
    background-color: transparent;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.div-contact-horizont-content {
    padding-top: 27px;
}
.input-contact-data-horizont {
    height: 45px;
    border-radius: 23px;
    border: 2px solid #eee;
    text-indent: 15px;
    margin: 23px 20px 0 20px;
}
.text-contact-data-horizont {
    height: 173px;
    resize: none;
    outline: 0;
    border: 2px solid #eee;
    border-radius: 18px;
    padding: 10px;
    margin-top: 23px;
    margin-left: 20px;
    font-family: "Open Sans";
    box-sizing: border-box;
}
.input-contact-button-horizont {
    width: 320px;
    height: 80px;
    border-radius: 18px;
    background-color: #fff;
    border-width: 0;
    font-size: 21px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #1f79ed;
    letter-spacing: 3px;
    margin-left: 20px;
    margin-top: 70px;
    cursor: pointer;
}
.input-contact-button-horizont:hover {
    box-shadow: 2px 2px 2px #4e5054;
}
#divAllContent {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    opacity: 0.3;
    position: fixed;
    display: none;
    z-index: 140;
}
#divModalWindow {
    width: 840px;
    height: 365px;
    z-index: 150;
    position: fixed;
}
hr {
    margin-top: 80px;
    width: 350px;
    color: #eee;
}
.a-no-href {
    color: #3c3d41;
    text-decoration: none;
}
.div-menu-inside1:hover > div > a,
.ul-right-menu li:hover > div > a {
    color: #fff;
}
.div-submenu {
    text-align: center;
    display: inline-block;
    padding: 25px 0 25px 25px;
    width: 250px;
    vertical-align: top;
    font-size: 16px;
}
.links {
    text-align: left;
    margin-left: 150px;
}
.links a div {
    border: 0;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    margin: 3px;
    display: inline-block;
    background-size: cover;
}
.div-bottom-menu {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    padding: 0 10px 10px 20px;
}
.div-bottom-menu > a {
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", Georgia;
}
.div-msg-send-window input,
.div-msg-send-window span {
    font-family: "Open Sans";
}
.img-cf-close {
    float: right;
    height: 20px;
    margin: 5px 5px 5px -25px;
    cursor: pointer;
}
.contacts div {
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 1em;
}
.div-logo-click {
    width: 170px;
    height: 130px;
    display: table-cell;
    cursor: pointer;
}
.div-msg-send-window {
    width: 300px;
    background-color: #fff;
    text-align: center;
    border: 3px solid #1f79ed;
    padding: 25px 10px 20px;
    font-size: 18px;
}
.div-msg-send-window input {
    margin-top: 20px;
    background-color: #fff;
    color: #1f79ed;
    border: 2px solid #1f79ed;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
}
.div-msg-send-window input:hover {
    color: #fff;
    background-color: #1f79ed;
}
.pink-error {
    background-color: pink;
}

form input::-webkit-input-placeholder {
    color: #fff;
}
form input::-moz-placeholder {
    color: #fff;
}
form input:-moz-placeholder {
    color: #fff;
}
form input:-ms-input-placeholder {
    color: #fff;
}
form textarea::-webkit-input-placeholder {
    color: #fff;
}
form textarea::-moz-placeholder {
    color: #fff;
}
form textarea:-moz-placeholder {
    color: #fff;
}
form textarea:-ms-input-placeholder {
    color: #fff;
}

.text-contact-data {
    font-family: "Open Sans";
}

.div-cell-container {
    padding: 15px 0 15px 30px;
}
.dw1 {
    width: 340px;
}
.dw2 {
    width: 235px;
}
.div-sell-search {
    border-left: 1px solid #dddddd;
    width: 217px;
}

.mobile-panel {
    background-color: #1f79ed;
    text-align: right;
    display: none;
}
.burger {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}
    .burger span {
        height: 4px;
        background-color: #c8dfee;
        display: block;
        width: 50px;
        margin: 4px 0;
    }

.mobile-menu-container {
    background-color: #fff;
    padding: 10px 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-bottom: 35px;
    border: 1px solid #ccc;
}
    .mobile-menu-container ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
        .mobile-menu-container ul li a {
            line-height: 32px;
            font-family: 'Open Sans';
            border-bottom: 1px solid silver;
        }
        .mobile-menu-container ul li a:hover {
            border-bottom: none;
        }

.slider-container {
    height: 495px;
}

.div-contact {
    height: auto;
    padding-bottom:15px;
    background-size: cover;
}
.g-recaptcha {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;

}
.div-submenu a {
    border-bottom:1px dotted #000;
}
.listitem {
    margin-bottom: 75px;
}

.partner-item {clear: both;margin:10px 0;padding-bottom: 20px;background-color:#fff;}
.partner-item img {width:120px;}
.partner-item figure {display: inline-block; width: 140px;vertical-align: top;}
.partner-info {display: inline-block; width: 700px;}
.partner-info span {color: #000;font-family: "Open Sans",sans-serif;font-weight: 400;font-size: 16px;}

.partner-info a {margin-left:0px !important;text-decoration: none;}
.partner-info h3 {padding: 10px 0 !important;color:#3c3d41;margin-bottom:0px;}
.partner-link {color:#006FB9 !important;font-weight: 500;}

@media screen and (max-width: 1500px) {
    .w-navigation {
        width: unset;
        margin: 0px;
    }
        .w-navigation nav {
            margin-left: 0px;
        }
    .w-content {
        width: unset;
    }
    .w-content-left, .w-content-right {
        width: unset;
        display: block;
    }
    .table-teasers {
        margin: 25px 0 0 0;
        width: 100%;
    }
    .w-content {
        margin-top: 0px;
    }
     .p-row1 {
        margin: 25px 0 0 0;
        padding-top: 15px;

    }
    .div-row1 {
        height: auto;
    }
    .div-row1 .div-cell {
        display: block;
        text-align: center;
    }
    .div-article-content {
        width: unset;
    }
    .article-title {
        margin-left: 0px;
        padding: 15px;
    }
    .p-article {
        width: unset;
    }
    .div-right-menu {
        margin: 0px;
    }
    .div-contact {
        margin: 0 auto;
    }
    .ul-right-menu {
        margin: 15px auto 25px;
    }
    .div-sign {
        margin: 25px auto 0;
        text-align: center;
    }
        .div-sign .div-cell {
            display: inline-block;
        }
    .div-gallery {
        margin: 35px auto 15px;
    }
    .div-footer-content {
        width: unset;
    }
    .div-menu-page {
        width: unset;
        margin-top: 10px;
    }
    .table-inside-menu {
        width: unset;
        margin-left: 0px;
        padding: 15px 0;
    }
    
    
    .div-article-content {
        min-height: unset;    
    }
    .sec-cont-form {
        text-align: center;
    }
    .div-contact-horizont {
        margin-left: 0px;
        padding-bottom: 45px;
        background-size: cover;
        display: inline-block;
        margin: -40 auto 0;
    }
    .input-contact-button-horizont {
        margin-left: 0px;
    }
    .links {
        margin-left: 0px;
        text-align: center;
    }
    .aside-contact-form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1310px) {
    .w-header-content {
        width: unset;
        display: flex;
        justify-content: center;
    }
    .w-header {
        height: auto;
    }
    .div-logo-click {
        display: none;
    }
    .div-footer-content {
        width: unset;
        
    }
        .div-footer-content div {
            display: block;
            width: unset;
            text-align: center;
        }
    .div-title-footer {
        margin-left: 0px;
    }
    .footer-col1, .footer-col2, .footer-col3, .footer-col4 {
        height: auto !important;
    }
    .footer-col1 {
        padding-bottom: 45px;
    }
    .footer-col3 {
        margin-top: 25px;
    }
    .footer-col4 {
        padding-left: 0px;
        margin-top: 45px;
    }

    .div-social {
        margin: 10px 0;
    }
    .div-sign-button {
        width: 100px !important;
        border-radius: 10px;
        display: inline-block !important;
    }
    .input-sign-text-footer {
        border-radius: 7px;
    }
    .div-submenu {
        padding: 10px;
        width: unset;
    }
    .input-sign-text {
        border-radius: 10px;
    }
}
@media screen and (min-width: 1101px) {
    .mobile-menu-container {
        display: none !important;
    }
}

@media screen and (max-width: 1100px) {
    .w-header-content {
        flex-direction: column;
        align-items: center;
        padding-top: 15px;
    }
    .div-cell-container {
        padding: 25px 0px;
    }
    .w-header-content .div-cell {
        width: unset;
        display: block;
        text-align: center;
    }
    .dw2 ul {
        padding: 0px;
    }
    .div-cell-search {
        display: none !important;
    }
    .w-navigation {
        display: none;
    }
    .mobile-panel {
        display: block;
    }
    .table-teasers {
        margin-top: 15px;
    }
    .table-teasers tr td {
        display: block;
        width: 100%;
    }
    .slider-container {
        display: none;
    }
    .div-contact-horizont {
        height: auto;
        width: unset;
    
    }
    .div-contact-horizont-content {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
    }
    .partner-item {
        text-align: center;
    }
    .partner-info {
        width: unset;
        padding: 15px;
    }
    .partner-info h3 {
        margin: 0px;
    }
}

.flex-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    gap: 35px;
}

.contact-form-container {
    text-align: center;
}

.contact-form {
    background-color: #1f79ed;
    border-radius: 10px;
    padding: 25px 20px 45px 20px;
    max-width: 840px;
    margin: 0 auto;
}
@media screen and (max-width: 540px) {
    .flex-row {
        flex-direction: column;
        gap: unset;
    }
}

.field {
    height: 45px;
    border-radius: 10px;
    border: 2px solid #eee;
    text-indent: 15px;
    margin-bottom: 25px;    
    color: #fff;
    font-size: 16px;
    /*font-weight: 700;*/
    background-color: #1f79ed;
    width: 100%;
}
    
.btn-sent {
    font-size: 18px;
    background-color: #fff;
    padding: 15px 25px;
    transition: all 0.4s ease;
    border-radius: 10px;
    color: #1f79ed;
    cursor: pointer;
}

.btn-sent:hover {
    background-color: #6193d5;
    color: #fff;
}

.user-message-ok {
    background-color: forestgreen;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 16px;
    display: none;
}
.user-message-error {
    background-color: deeppink;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 16px;
    display: none;
}

.field-error {
    border-color: deeppink;
}

.aside-contact-form {
    background-repeat: no-repeat;
    padding: 30px 20px 20px 20px;
    max-width: 300px;
    background-image: url(/aw/images/contact-bg.png);
    background-size: cover;
}
.aside-contact-form > label {
    font-size: 18px;
    color: #fff;
    font-family: 'Blogger Sans';
    margin-bottom: 35px;
    display: block;
}


.center {
    text-align: center;
}






::placeholder {
    color: #fff;
}





