@font-face {
    font-family: "BebasBold";
    src: url("fonts/BebasBold/BebasBold.eot");
    src: url("fonts/BebasBold/BebasBold.eot?#iefix") format("embedded-opentype"),
        url("fonts/BebasBold/BebasBold.woff") format("woff"),
        url("fonts/BebasBold/BebasBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasRegular";
    src: url("fonts/BebasRegular/BebasRegular.eot");
    src: url("fonts/BebasRegular/BebasRegular.eot?#iefix") format("embedded-opentype"),
        url("fonts/BebasRegular/BebasRegular.woff") format("woff"),
        url("fonts/BebasRegular/BebasRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSerifRegular";
    src: url("fonts/NotoSerifRegular/NotoSerifRegular.eot");
    src: url("fonts/NotoSerifRegular/NotoSerifRegular.eot?#iefix") format("embedded-opentype"),
        url("fonts/NotoSerifRegular/NotoSerifRegular.woff") format("woff"),
        url("fonts/NotoSerifRegular/NotoSerifRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "NotoSerifBold";
    src: url("fonts/NotoSerifBold/NotoSerifBold.eot");
    src: url("fonts/NotoSerifBold/NotoSerifBold.eot?#iefix") format("embedded-opentype"),
        url("fonts/NotoSerifBold/NotoSerifBold.woff") format("woff"),
        url("fonts/NotoSerifBold/NotoSerifBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSerifItalic";
    src: url("fonts/NotoSerifItalic/NotoSerifItalic.eot");
    src: url("fonts/NotoSerifItalic/NotoSerifItalic.eot?#iefix") format("embedded-opentype"),
        url("fonts/NotoSerifItalic/NotoSerifItalic.woff") format("woff"),
        url("fonts/NotoSerifItalic/NotoSerifItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
    background: #fff;
}

body {
    font-family: "NotoSerifRegular";
    font-size: 14px;
    min-width: 1280px;
}

img {
    border: none;
}

.clr {
    clear: both;
}

.center_1280 {
    width: 1280px;
    margin: 0 auto;
}

.hide {
    display: none;
}

input {
    color: #000;
    font-size: 16px;
}


p {
    margin: 0;
}

.animatedBorder {
    position: relative;
}

.alpha {
    height: 85px;
    width: 400px;
}


.d-sro {
    background: url(images/sert-bg.png) center top no-repeat;
    box-sizing: border-box;
    height: 629px;
    /* margin-bottom: -98px; */
    /* margin-top: -170px; */
    moz-box-sizing: border-box;
    position: relative;
    webkit-box-sizing: border-box;
}

.d-sro h2 {
    font-family: "BebasBold";
    padding: 30px 0px 40px 0px;
    font-size: 36px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
}

.d-sro ul {
    list-style: none;
    overflow: auto;
    padding: 30px 0px 40px 0px;
    display: flex;
    justify-content: center;
}

.d-sro ul li {
    display: inline-block;
    margin: 0 0px 0 50px;
    position: relative;
    width: 233px;
}

.d-sro ul li:first-child {
    margin: 0;
}

.d-sro ul li img {
    box-shadow: 0 6px 16px 2px rgba(0, 0, 0, 0.24);
    display: inline-block;
    margin-bottom: 15px;
    moz-box-shadow: 0 6px 16px 2px rgba(0, 0, 0, 0.24);
    vertical-align: middle;
    webkit-box-shadow: 0 6px 16px 2px rgba(0, 0, 0, 0.24);
}

.d-sro ul li .hover-bg {
    background-color: #444;
    display: none;
    height: 329px;
    left: 0px;
    margin-top: 0px;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    width: 100%;
}

.d-sro ul li:hover .hover-bg {
    display: block;
}

.d-sro ul li .hover_ico {
    background: url(images/plus.png);
    display: none;
    height: 68px;
    left: 84px;
    position: absolute;
    top: 128px;
    width: 68px;
}

.d-sro ul li:hover .hover_ico {
    display: block;
}

/*=============================================
	header 
 =============================================*/
#wa-mob {
    background-color: #c60000;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
}

#wa-mob p {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: "BebasBold";
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 50px;
}

#wa-mob p a {
    color: #fff;
    text-decoration: none;
}

.kons-block {
    width: 350px;
    height: fit-content;
    margin: 20px 0 0px 0px;
    display: inline-block;
    vertical-align: top;
    border: 2px #c60000 solid;
    padding: 10px;
}

.kons-block p {
    font-family: "BebasBold";
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-bottom: 5px;
}

.kons-block .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kons-block .submit:hover {
    background: #495e87;
}

.nm {
    font-family: "NotoSerifRegular";
    float: left;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 34px;
    margin-left: 270px;
    text-align: right;

}

.header {
    height: 840px;
    background: url('images/header-bg.jpg') center top no-repeat;
}

.header2 {
    height: 840px;
    background: url('images/header-bg2.jpg') center top no-repeat;
}

.circle {
    width: 156px;
    height: 156px;
    background: url('images/circle.png') center top no-repeat;
    position: absolute;
    margin-left: 600px;
    margin-top: -50px;
}

.circle .v1 {
    color: white;
    font-family: "BebasBold";
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-top: 15px;
}

.circle .v2 {
    color: white;
    font-family: "BebasRegular";
    line-height: 30px;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: line-through;
    text-align: center;
}

.circle .v2 span {
    font-size: 19px;
}

.circle .v3 {
    color: white;
    font-family: "BebasBold";
    line-height: 50px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.circle .v3 span {
    font-size: 24px;
}

.circle .v3 sup {
    font-size: 12px;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_logo {
    display: block;
    position: relative;
    float: left;
    width: 387px;
    height: 86px;
    padding: 0px 0 0 0px;
    margin: 30px 0 0 10px;
    background: url('images/logo.png') no-repeat;
    text-decoration: none;
    display: block;
}

.header_logo a {
    text-decoration: none;
    border-bottom: none;
}

.header_logo .r1 {
    font-size: 36px;
    color: #db073d;
    font-weight: 700;
    margin-left: 52px;
}

/* phone block */
.header_phone {
    width: 400px;
    margin-top: 10px;
    float: right;
    padding: 10px;
    margin-right: 10px;
}

.header_phone .r0 {
    padding: 3px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    line-height: 25px;
}

.header_phone .r1 {
    padding: 0;
    color: #ffd800;
    line-height: 71px;
    font-family: "NotoSerifRegular";
    text-align: right;
    background: url(images/phoneico.png) left 1px no-repeat;
    height: 61px;
}

.header_phone .r1 a {
    font-family: "BebasBold";
    font-size: 48px;
    color: #ffffff;
    text-decoration: none;
}

.r2t {
    font-family: "NotoSerifRegular";
    /* padding: 26px 0px 0 0; */
    font-size: 16px;
    line-height: 18px;
    color: #FFF;
    text-align: right;
}

.header_phone .r2 span {
    color: #303135;
    font-size: 16px;
    font-weight: 700;
}

.header_phone .submit {
    font-family: "BebasBold";
    /*    display: block;*/
    letter-spacing: 0px;
    height: 54px;
    width: 300px;
    line-height: 54px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
}

.header_phone .submit:hover {
    background: #495e87;
}

/* left txt */
.header_text {
    padding: 40px 0 0 10px;
    font-family: "NotoSerifRegular";
    height: 278px;
    clear: both;
    letter-spacing: 1px;
}

.header_text .r1 {
    color: #83a32a;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "NotoSerifBold";
    width: 840px;
}

.header_text .r2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    /* padding-top: 5px; */
    font-family: "BebasRegular";
}

.header_text .r2 span {
    color: #83a32a;
}

.header_text .r3 {

    color: white;
    font-family: "NotoSerifItalic";
    font-size: 16px;
    font-style: italic;
}

.tdl {
    text-decoration: line-through;
    font-size: 46px;
    font-weight: 500;
}

.tdr {

    font-size: 46px;
    font-weight: 500;
}

.request_callback {
    background: #83a32a repeat-x;
    height: 492px;
}

.request_callback .bg {
    background: url('images/bgbg.png') 350px top no-repeat;
    height: 690px;
    position: relative;
    z-index: 222;
    /* margin-top: -15px; */
    top: -66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.request_callback .leftform p {
    font-family: "BebasRegular";
    font-size: 46px;
    font-weight: 400;
    color: #FFF;
    /* margin: 120px 0 0 90px; */
    text-align: left;
}

.request_callback .leftform p span {
    font-size: 60px;
    color: #af0e0e;
}

.request_callback .leftform p .s1 {
    font-size: 36px;
}

.request_callback .leftform p .s1 sup {
    font-size: 24px;
    line-height: 20px;
}

.leftform {
    padding: 140px 0 0 0px;
    float: left;
    width: 506px;
    margin-right: 0px;
}

.rightform {
    float: left;
    margin-left: 95px;
    margin-top: 50px;
}

.header_text .r1 span {
    color: #83a32a;
}

.header_text sup {
    font-size: 26px;
    line-height: 30px;
}

.header_text b {
    text-transform: none;
}

.header_text ul {
    padding: 30px 0 0 0px;
    display: block;
    height: 75px;
}

.header_text ul li {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    color: #FFF;
    text-transform: none;
    background-image: url('images/li.png');
    background-position: left 7px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    margin: 0px 0 8px 0;
    letter-spacing: 0;
}

.name {
    margin-left: 500px;
    margin-top: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    text-align: right;
    float: left;
    font-family: "NotoSerifItalic";
}

.name span {
    text-transform: uppercase;
    font-style: normal;
    font-size: 18px;
    font-family: "BebasRegular";
}





.header .g1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    text-align: right;
}

.header .g2 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 16px;
    text-align: right;
}




.timer-end {
    text-align: center;
    font-size: 21px;
    color: #FFFFFF;
    font-family: "NotoSerifRegular";
    /* font-style: italic; */
    padding-top: 10px;
    margin-top: 80px;

}

.timer {
    margin-top: 5px;
}

/*=============================================
request
=============================================*/
.request_callback_style {
    /* margin: 260px 0 0 0; */
    height: 345px;
    width: 380px;
    position: absolute;
    margin-top: 135px;
    margin-left: 570px;
    padding-right: 10px;
}

.request_callback .r1 {
    font-family: "NotoSerifRegular";
    padding: 60px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.request_callback .r1 span {
    color: #fc622a;
}

.request_callback .inputs {
    padding: 40px 0 20px 0px;
    width: 478px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.request_callback .inputs p {
    font-family: "NotoSerifItalic";
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.request_callback .input_text input {
    width: 448px;
    height: 59px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #555555;
    font-family: "NotoSerifRegular";
}

.masked-phone::-webkit-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 16px;
}

.masked-phone :-ms-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 16px;
}

.request_callback .input_text {
    float: left;
    width: 478px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.button-offer {
    font-size: 23px;
    margin: 0px 0 0 15px;
}

/* for a awesome arrow*/
.request_callback .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    margin-bottom: 15px;
    float: right;
    height: 63px;
    width: 478px;
    padding: 20px 0 0 0px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.request_callback .submit:hover {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 478px;
    padding: 20px 0 0 0px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #495e87;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

/*=============================================
   katalog
=============================================*/

.katalog {
    background: #fff;
}

.katalog h2 {
    font-family: "BebasBold";
    padding: 70px 0px 70px 0px;
    font-size: 36px;
    font-weight: 700;
    color: #191919;
    text-align: center;
}

.katalog h2 span {
    color: #c60000;
}

.kat-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}

.katalog .left {
    display: inline-block;
    vertical-align: top;
    width: 48.8%;
    position: relative;
    max-width: 1000px;
}

.katalog .right {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    max-width: 1000px;
}

.katalog .photo-bg {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    width: auto;
    height: 617px;
}

.katalog .w-block {
    background: #f2f2f2;
    width: auto;
    height: 385px;
    margin-left: -70px;
    margin-top: 20px;
    position: relative;
    z-index: 60;
    max-width: 960px;
}

.katalog .w-block2 {
    background: #f2f2f2;
    width: 112%;
    height: 385px;
    margin-top: 20px;
    position: relative;
    z-index: 55;
    max-width: 1000px;
    /* position: absolute;
    right: -73px; */
}

.katalog .w {
    background: #fff;
    width: 49.2%;
    height: 100px;
    margin-left: -3px;
    margin-top: 0px;
    position: absolute;
}

.katalog .right h3 {
    margin: 0 0 0 60px;
    font-family: "NotoSerifRegular";
    font-size: 36px;
    line-height: 42px;
    color: #191919;
    font-weight: 400;
    position: relative;
    z-index: 21;
}

.katalog .left h3 {
    margin: 0 0 0 10%;
    font-family: "NotoSerifRegular";
    font-size: 36px;
    line-height: 42px;
    color: #191919;
    font-weight: 400;
    position: relative;
    z-index: 21;
}

.katalog .right h3 span {
    font-family: "BebasBold";
    font-size: 48px;
    line-height: 64px;
    color: #c60000;
}

.katalog .left h3 span {
    font-family: "BebasBold";
    font-size: 48px;
    line-height: 64px;
    color: #c60000;
}

.katalog .right .zv {
    margin: 0 0 0 60px;
    font-family: "NotoSerifItalic";
    font-size: 14px;
    font-style: italic;
    color: #181b20;
    font-weight: 400;
    width: 500px;
    text-align: center;
    margin-top: 0px;
}

.katalog .left .zv {
    margin: 0 0 0 10%;
    font-family: "NotoSerifItalic";
    font-size: 14px;
    font-style: italic;
    color: #181b20;
    font-weight: 400;
    width: 500px;
    text-align: center;
    margin-top: 0px;
}

.katalog .left .h3 {
    margin: 25px 0 0 30%;
    height: 67px;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    color: #333743;
    font-weight: 300;
    position: relative;
    z-index: 21;
}

.katalog .right .h3 {
    margin: 25px 0 0 60px;
    height: 67px;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    color: #333743;
    font-weight: 300;
    position: relative;
    z-index: 21;
}

.katalog .left .cv {
    margin: 0 0 0 0;
    padding-top: 80px;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #333743;
    font-weight: 300;
    display: inline-block;
}

.katalog .right .cv {
    margin: 0 0 0 130px;
    padding-top: 80px;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #333743;
    font-weight: 300;
    display: inline-block;
}

.katalog .cvet1 {
    background: url('images/cvet1.jpg') top left no-repeat;
    width: 310;
    height: 54px;
    margin-top: 70px;
    margin-left: 20px;
}

.katalog .cvet2 {
    background: url('images/cvet2.jpg') top left no-repeat;
    width: 310;
    height: 54px;
    margin-top: 70px;
    margin-left: 20px;
}

.katalog .cvet3 {
    background: url('images/cvet3.jpg') top left no-repeat;
    width: 310;
    height: 54px;
    margin-top: 70px;
    margin-left: 20px;
}

.katalog .cvet4 {
    background: url('images/cvet4.jpg') top left no-repeat;
    width: 310;
    height: 54px;
    margin-top: 70px;
    margin-left: 20px;
}

.katalog .cvet5 {
    background: url('images/cvet5.jpg') top left no-repeat;
    width: 322;
    height: 33px;
    margin-top: 80px;
    margin-left: 20px;
}

.katalog .l {
    display: inline-block;
    vertical-align: top;
}

.katalog .l2 {
    display: inline-block;
    vertical-align: top;
    margin-left: 25%;
}

.katalog .r {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

.katalog .left ul {
    padding: 40px 0 0 10%;
    display: block;
    height: 75px;
}

.katalog .right ul {
    padding: 40px 0 0 130px;
    display: block;
    height: 75px;
}

.katalog ul li {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    color: #181b20;
    text-transform: none;
    background-image: url('images/li.png');
    background-position: left 8px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 0px 0 14px 0;
    letter-spacing: 0;
}

.katalog ul li b {
    color: #333743;
}

.katalog form {
    position: relative;
    z-index: 99;
}

.katalog .inputs1 {
    padding: 0px 0 0px 0px;
    width: 500px;
    margin: -35px 0 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.katalog .inputs2 {
    padding: 0px 0 0px 0px;
    width: 500px;
    margin: -35px 0 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.katalog .input_text input {
    width: 475px;
    height: 59px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #555555;
    font-family: "NotoSerifRegular";
}

.masked-phone::-webkit-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 16px;
}

.masked-phone :-ms-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 16px;
}

.katalog .input_text {
    float: left;
    width: 500px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.button-offer {
    font-size: 23px;
    margin: 0px 0 0 15px;
}

/* for a awesome arrow*/
.katalog .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    margin-bottom: 15px;
    float: right;
    height: 63px;
    width: 500px;
    padding: 20px 0 0 0px;
    font-size: 19px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.katalog .submit:hover {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 500px;
    padding: 20px 0 0 0px;
    font-size: 19px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #495e87;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}


/*=============================================
	tu
=============================================*/
.tu {
    padding: 0px 0 90px 0;
    background: url('images/bgbg.jpg') center top repeat-x;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 450px;
}

.tu h2 {
    font-family: "BebasBold";
    padding: 90px 0 75px 0;
    font-size: 36px;
    line-height: 47px;
    font-weight: 300;
    color: #181b20;
    text-transform: uppercase;
    text-align: center;
}

.tu .block-text h3 {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    padding-bottom: 15px;
}

.tu .block-text2 h3 {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    padding-bottom: 15px;
}

.tu .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tu .block-text {
    float: left;
}

.tu .block-text2 {
    float: left;
}

.tu .block-text p {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #191919;
}

.tu .block-text2 p {
    font-family: "NotoSerifRegular";
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #191919;
}

/*=============================================
	kasko
=============================================*/
.garant {
    margin: 0 auto;
    height: 1130px;
    padding: 0px 0 0px 0;
    background: url('images/bg-garant.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.garant h2 {
    font-family: "BebasBold";
    padding: 100px 0px 50px 0px;
    font-size: 36px;
    line-height: 47px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;

}

.garant h2 span {
    font-family: "BebasBold";

    font-size: 48px;
    line-height: 47px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;

}

.garant ul {
    list-style: none;
    overflow: hidden;
    padding: 0px 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.garant .li {
    width: 530px;
    vertical-align: top;
    padding: 0px 0px 30px 0px;
}


.div1 {
    height: 188px;
}

.garant .g1 {
    color: #FFF;
    font-family: "NotoSerifBold";
    font-size: 18px;
}

.garant .g2 {
    color: #FFF;
    font-family: "NotoSerifRegular";
    font-weight: 300;
    font-size: 18px;
    padding-top: 10px;
    line-height: 34px;
}

.kasko li span {
    color: #191919;
    text-transform: uppercase;
    font-weight: 700;
}

.garant .div {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 23px;
    /* text-transform: uppercase; */
    font-weight: 300;
    color: #FFF;
    text-align: center;
    padding: 35px 0px 30px 0px;
}

.garant .i1 {
    width: 188px;
    margin: 0 auto;
    background-image: url('images/item1.png');
    background-position: center;
    background-repeat: no-repeat;
}

.garant .i2 {
    width: 188px;
    margin: 0 auto;
    background-image: url('images/item2.png');
    background-position: center;
    background-repeat: no-repeat;
}

.garant .i3 {
    width: 188px;
    margin: 0 auto;
    background-image: url('images/item3.png');
    background-position: center;
    background-repeat: no-repeat;
}

.garant .i4 {
    width: 188px;
    margin: 0 auto;
    background-image: url('images/item4.png');
    background-position: center;
    background-repeat: no-repeat;
}






/*=============================================
	formblock
=============================================*/

.formblock3 {
    height: 387px;
    background: #edc91c;
}

.formblock3 .rightform {
    float: left;
    margin-left: 80px;
    margin-top: 50px;
}

.request_callback3 {

    height: 792px;
}

.request_callback3 .bg {
    background: url('images/bgbg1.png') top center no-repeat;
    height: 693px;
    position: relative;
    z-index: 222;
    /* margin-top: -15px; */
    top: -110px;
    clear: both;
}

.request_callback3 .leftform {
    padding: 15px 0 0 97px;
    float: left;
    width: 506px;
    margin-right: 20px;
}

.request_callback3 .leftform p {
    font-family: "NotoSerifRegular";
    font-size: 36px;
    font-weight: 300;
    color: #191919;
    /* margin: 120px 0 0 90px; */
    text-align: center;
    line-height: 47px;
}

.request_callback3 .leftform .p1 {
    font-family: "NotoSerifRegular";
    font-size: 60px;
    font-weight: 300;
    color: #074ffc;
    /* margin: 120px 0 0 90px; */
    text-align: center;
    line-height: 47px;
    text-transform: uppercase;
    padding-bottom: 110px;
}

.request_callback3 .leftform p {
    font-family: "NotoSerifRegular";
    font-size: 36px;
    font-weight: 300;
    color: #191919;
    /* margin: 120px 0 0 90px; */
    text-align: center;
    line-height: 47px;
}

.request_callback3 .rightform p {
    font-family: "NotoSerifRegular";
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    margin: 25px 0 0 0px;
    text-align: left;
    line-height: 34px;
}

.request_callback3 .inputs {
    padding: 40px 0 20px 0px;
    width: 445px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.request_callback3 .inputs {
    padding: 40px 0 20px 0px;
    width: 445px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.request_callback3 .input_text input {
    width: 424px;
    height: 59px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #000;
}

.masked-phone::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
}

.masked-phone ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 16px;
}

.masked-phone :-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}

.masked-phone :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 16px;
}


.request_callback3 .input_metrs {
    float: left;
    width: 325px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    color: #000;
}

.request_callback3 .input_metrs input {
    width: 300px;
    height: 19px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #000;
    float: left;
    margin-bottom: 20px;
    padding-top: 15px;
}

.input_metrs input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
}

.input_metrs input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 16px;
}

.input_metrs input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}

.input_metrs input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 16px;
}


.m2 {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0 0 19px;
    display: block;
    margin-right: 75px;
    float: right;
}


.request_callback3 .input_text {
    float: left;
    width: 445px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.request_callback3 .submit {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;

    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #e8b917;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.request_callback3 .submit:hover {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;

    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #074ffc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}


/*=============================================
	otziv
=============================================*/

.block_otz {
    height: 730px;
}


.block_otz h2 {
    font-family: "BebasBold";
    padding: 100px 0px 0px 0px;
    font-size: 36px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
}

.otz_p {
    font-family: "NotoSerifRegular";
    padding: 0px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    text-align: center;
}

.slider4 {
    height: 430px;
}

.c1 {
    width: 960px;
    font-family: "NotoSerifRegular";
    padding: 40px 0 0 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #525252;
    text-align: center;
    margin: 0 auto;
}


.c0 {
    width: 89px;
    margin: 0 auto;
    padding: 50px 0 10px 0;
}


.c2 {
    font-family: "BebasBold";
    padding: 0px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #191919;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
    margin: 10px 0 20px 0;
}


/*=============================================
	cert
=============================================*/
.cert {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 966px;
    background: url('images/cert-bg.png') top center no-repeat;
}

.cert h2 {
    font-family: 'BebasBold';
    padding: 90px 0 60px 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
}

.cert ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0 80px;
}

.cert ul li {
    margin: 0 30px 40px;
    position: relative;
    float: left;
    width: 233px;
    height: 324px
}

/* .cert ul li:first-child {
    margin: 0;
} */

/* .cert .li {
    margin: 0;
} */

.cert ul li img {
    vertical-align: top;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
}

.cert ul li .hover-bg {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #83a32a;
    opacity: 0.8;
    margin-top: 0px;
}

.cert ul li:hover .hover-bg {
    display: block;
}

.cert ul li .hover_ico {
    display: none;
    position: absolute;
    left: 37%;
    top: 40%;
    width: 68px;
    height: 68px;
    background: url('images/plus.png');
}

.cert ul li:hover .hover_ico {
    display: block;
}

.cert ul li a {
    line-height: 22px;
    display: block;
    padding: 0;
    font-size: 16px;
    color: #303135;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}



/*=============================================
	request_callback2
=============================================*/


.formblock {
    margin-bottom: -273px;
    background: url('images/forms-bg.png') top center no-repeat;
    height: 872px;
    position: relative;
    z-index: 999;
}

.formblock2 {
    margin-top: -273px;
    margin-bottom: -273px;
    background: url('images/forms-bg.png') top center no-repeat;
    height: 872px;
    position: relative;
    z-index: 999;
}

.request_callback2 {}



.request_callback2 .leftform {
    padding: 280px 0 0 50px;
    float: left;
    width: 570px;
    margin-right: 20px;
}

.request_callback2 .rightform {
    float: left;
    margin-left: 80px;
    margin-top: 50px;
}

.request_callback2 .leftform p {
    font-family: "BebasRegular";
    font-size: 46px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
}

.request_callback2 .leftform p span {
    font-family: "BebasRegular";
    font-size: 46px;
    font-weight: 300;
    color: #c60000;
}

.request_callback2 .rightform p {
    color: white;
    font-family: "NotoSerifItalic";
    font-size: 14px;
    font-style: italic;
    width: 445px;
    text-align: center;
}

.request_callback2 .leftform span {
    font-family: "NotoSerifRegular";
    font-size: 24px;
    color: #FFF;
    text-align: left;
    line-height: 34px;
}

.request_callback2 .leftform span a {
    text-decoration: none;
    font-family: "NotoSerifBold";
    color: #fff;
}

.request_callback2 .inputs {
    padding: 280px 0 20px 0px;
    width: 445px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}


.request_callback2 .input_text input {
    width: 424px;
    height: 59px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #555555;
    font-family: "NotoSerifRegular";
}

.masked-phone::-webkit-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 16px;
}

.masked-phone :-ms-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 16px;
}

.request_callback2 .input_text {
    float: left;
    width: 445px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.request_callback2 .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    font-size: 19px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.request_callback2 .submit:hover {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    font-size: 19px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #495e87;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}


/*=============================================
	works
=============================================*/
.works {
    margin: 0 auto;
    padding: 100px 0 200px 0;
    background: #e6e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.works h2 {
    font-family: "BebasBold";
    padding: 0px 0px 0px 0px;
    font-size: 36px;
    line-height: 43px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

.works h2 span {
    font-size: 60px;
    color: #3b4f76;
}

.works ul {
    list-style: none;
    overflow: auto;
    padding: 70px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 30px;

}

.works ul li {
    width: 553px;
    max-width: 45%;
}

.works ul li img {
    padding-bottom: 20px;
    vertical-align: top;
    width: 100%;
}

.works ul li .hover-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 348px;
    background: #83a32a;
    opacity: 0.8;
    margin-top: 0px;
}

.works ul li:hover .hover-bg {
    display: block;
}

.works ul li .hover_ico {
    display: none;
    position: absolute;
    left: 233px;
    top: 130px;
    width: 88px;
    height: 88px;
    background: url('images/zoom.png');
}

.works ul li:hover .hover_ico {
    display: block;
}

.works ul li a {
    line-height: 22px;
    display: block;
    padding: 0;
    font-size: 16px;
    color: #303135;
    font-family: "NotoSerifRegular";
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.works .n1 {
    font-family: "NotoSerifRegular";
    padding: 15px 0px 0px 0px;
    font-size: 18px;
    line-height: 34px;
    color: #191919;
    text-align: center;
    text-transform: uppercase;

}

.works .n2 {
    font-family: "NotoSerifRegular";
    padding: 0px 0px 0px 0px;
    font-size: 30px;
    line-height: 23px;
    font-weight: 300;
    color: #191919;
    text-align: center;


}

.works .n3 {
    font-family: "NotoSerifRegular";
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 47px;
    font-weight: 500;
    color: #191919;
    text-align: center;
    text-transform: uppercase;

}

.works .n4 {
    font-family: "NotoSerifRegular";
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #191919;
    text-align: center;
    text-transform: uppercase;
    background: #edc91c;
    padding: 0px 10px;
    width: 213px;
    /* height: 10px; */
    margin: 0 auto;
}

.works .tdl {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.works sup {
    font-size: 12px;
    margin-left: 0px;
}


/*=============================================
	services
=============================================*/
.services {
    height: 1040px;
    background: url('images/services-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services h2 {
    font-family: "BebasRegular";
    padding: 210px 0px 5px 53px;
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.services h2 span {
    font-size: 72px;
    line-height: 72px;
}

.services p {
    font-family: "NotoSerifRegular";
    font-size: 24px;
    color: #FFF;
    text-align: left;
    line-height: 34px;
}

.man {
    position: relative;
    left: 680px;
    top: 130px;
    width: 300px;
    text-align: right;
}

.m1 {
    font-family: BebasRegular;
    font-size: 18px;
    color: #fff;
}

.m12 {
    font-family: NotoSerifItalic;
    font-size: 14px;
    color: #fff;
}

.serv {
    margin: 90px 0 0 100px;
}

.services .inputs {
    padding: 55px 0 20px 0px;
    width: 445px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.services .inputs p {
    color: white;
    font-family: "NotoSerifItalic";
    font-size: 14px;
    font-style: italic;
    width: 445px;
    text-align: center;
}

.services .input_text input {
    width: 424px;
    height: 59px;
    background: #FFF;
    border: none;
    outline: none;
    line-height: 24px;
    color: #555555;
    font-family: "NotoSerifRegular";
}

.masked-phone::-webkit-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-size: 16px;
}

.masked-phone :-ms-input-placeholder {
    color: #555555;
    font-size: 16px;
}

.masked-phone :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-size: 16px;
}

.services .input_text {
    float: left;
    width: 445px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}

.services .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.services .submit:hover {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 445px;
    padding: 20px 0 0 0px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #495e87;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
}

/*=============================================
	form1
=============================================*/
.form1 {
    height: 352px;
    background: url('images/form1-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form1 h2 {
    font-family: "NotoSerifRegular";
    padding: 45px 0 5px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.form1 .inputs {
    padding: 35px 0 0 0px;
    width: 760px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form1 .input_text input {
    width: 100%;
    height: 59px;
    background: none;
    border: none;
    outline: none;
    line-height: 24px;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 16px;
}

.form1 .input_text {
    float: left;
    width: 360px;
    margin: 0 10px 20px 10px;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subm-centr {
    margin: 0 auto;
    width: 358px;
}

.form1 .submit {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 358px;
    padding: 20px 0 0 0px;
    padding-left: 62px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #fc622a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a5bcde', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form1 .submit:hover {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 358px;
    padding: 20px 0 0 0px;
    padding-left: 62px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #191919;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #ff7543;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a5bcde', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*=============================================
	spoiler
=============================================*/


.spoiler1 {
    background: #f5f8fa;
    padding: 10px 0 70px 0;
}

.spoiler1 ol {
    margin: 5px 0 5px 40px;
}

.h {
    font-family: "NotoSerifRegular";
    padding: 30px 0 35px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
}

.bl {
    width: 909px;
    margin: 0 auto;
}

.spoiler h2,
.spoiler.close h2 {
    font-size: 16px;
    color: #4b4a49;
    font-weight: 600;
    line-height: 51px;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding-left: 30px;
    width: 909px;
    height: 51px;
    border: 1px solid #d7d7d7;
}

.cl {
    background: url('images/close.png') center top no-repeat;
    width: 10px;
    height: 6px;
}

.sh {
    background: url('images/show.png') center top no-repeat;
    width: 10px;
    height: 6px;
}

.close.spoiler h2 {
    background: #fff;
}

.close.spoiler h2.bgcolor {
    background: #f5f8fa;
    color: #191919;
}

.spoiler h2 {
    background: #f5f8fa;
}

.spoiler h2.bgcolor {
    background: #fff;
}

.spoiler h2 span {
    float: right;
}

.spoiler .block {
    padding: 20px 30px;
    background: #f5f8fa;
    overflow: hidden;
    width: 909px;
    font-family: 'Roboto', serif;
    font-style: italic;
    color: #191919;
    font-size: 16px;

}

.show {
    display: none;
    padding: 22px 20px 0px 0px;
}

.bgcolor .show {
    display: block;
}

.hide {
    display: block;
    padding: 22px 20px 0px 0px;
}

.bgcolor .hide {
    display: none;
}

.close .show {
    display: block;
}

.close .bgcolor .show {
    display: none;
}

.close .hide {
    display: none;
}

.close .bgcolor .hide {
    display: block;
}

/*=============================================
	form2
=============================================*/
.form2 {
    height: 383px;
    background: url('images/form2-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form2 h2 {
    font-family: "NotoSerifRegular";
    padding: 45px 0 5px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.opis {
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 58px;
}

.form2 .inputs {
    padding: 35px 0 0 0px;
    width: 580px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form2 .input_text input {
    width: 100%;
    height: 59px;
    background: none;
    border: none;
    outline: none;
    line-height: 24px;
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 16px;
}

.form2 .input_text {
    float: left;
    width: 580px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form2 .submit {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 580px;
    padding: 20px 0 0 0px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #191919;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffd800;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a5bcde', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form2 .submit:hover {
    font-family: "NotoSerifRegular";
    display: block;
    letter-spacing: 0px;
    float: right;
    height: 63px;
    width: 580px;
    padding: 20px 0 0 0px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #191919;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a5bcde', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*=============================================
	docum
=============================================*/
.docum {
    padding-bottom: 100px;
    background: #232527;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.docum h2 {
    font-family: "NotoSerifRegular";
    padding: 45px 0 5px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.txt {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 16px;
    color: #0c7bf8;
    text-align: center;
}

.docum .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 40px 0;
}

.prom1 {
    background: url('images/prom1.png') center top no-repeat;
    width: 800px;
    height: 336px;
    margin: 0 auto;
}

.prom2 {
    background: url('images/prom2.png') center top no-repeat;
    width: 800px;
    height: 352px;
    margin: 0 auto;
}

.prom3 {
    background: url('images/prom3.png') center top no-repeat;
    width: 940px;
    height: 274px;
    margin: 0 auto;
}

.prom4 {
    background: url('images/prom4.png') center top no-repeat;
    width: 940px;
    height: 312px;
    margin: 0 auto;
}

.prom5 {
    background: url('images/prom5.png') center top no-repeat;
    width: 800px;
    height: 352px;
    margin: 0 auto;
}


/*=============================================
	logo
=============================================*/
.logo {}

.logo h2 {
    font-family: "NotoSerifRegular";
    padding: 40px 0 40px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
}

#container {
    margin: 0 auto;
    text-align: left;
    position: relative;

}

ul#items {

    width: auto;
    height: 120px;
    overflow: hidden;
}

ul#items li {
    list-style: none;
    float: left;
    height: 150px;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    color: #fff;
    text-align: left;
    color: #555;
}

ul#items li:hover {
    color: #333;
}

ul#items li .image {
    height: 70px;
    overflow: hidden;
    float: left;
    margin: 5px 75px 0px 0px;
}

ul#items li .image1 {
    height: 70px;
    overflow: hidden;
    float: left;
    margin: 5px 0px 0px 0px;

}

ul#items .r3 {
    font-size: 16px;
    font-weight: 300;
    margin: 25px 0 0 0;
    color: #fff;
    text-transform: uppercase;
}

ul#items .r5 {
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    color: #06a0d6;
}

ul#items .info {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 27px;
}

ol#pagination {
    position: relative;
    text-align: center;
}

ol#pagination li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: left;
    text-indent: -8000px;
    list-style: none;
    cursor: pointer;
    margin: 0 10px;
}

ol#pagination li:hover {
    width: 12px;
    height: 12px;
}

ol#pagination li.current {
    color: #f00;
    font-weight: bold;
    width: 12px;
    height: 12px;
}

ol#pagination li.prev,
ol#pagination li.next {
    position: absolute;
    top: -90px;
}

ol#pagination li.prev {
    left: -90px;
    background: url('images/left.png') no-repeat;
    width: 14px;
    height: 26px;
}

ol#pagination li.prev:hover {
    left: -90px;
    background: url('images/left-hover.png') no-repeat;
    width: 14px;
    height: 26px;
}

ol#pagination li.next {
    right: -90px;
    background: url('images/right.png') no-repeat;
    width: 14px;
    height: 26px;
}

ol#pagination li.next:hover {
    right: -90px;
    background: url('images/right-hover.png') no-repeat;
    width: 14px;
    height: 26px;
}


/*=============================================
	exp
=============================================*/
.exp {
    padding-bottom: 100px;
    background: #f5f8fa;
    height: 1070px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.exp h2 {
    font-family: "NotoSerifRegular";
    padding: 40px 0 10px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
}

.exp-t1 {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 16px;
    color: #4b4a48;
    text-align: center;
}

.exp-block1 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-top: 40px;
}

.exp-block2 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-left: 320px;
    margin-top: 40px;
}

.exp-block3 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-left: 640px;
    margin-top: 40px;
}

.exp-block4 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-top: 490px;
}

.exp-block5 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-left: 320px;
    margin-top: 490px;
}

.exp-block6 {
    width: 300px;
    height: 450px;
    position: absolute;
    margin-left: 640px;
    margin-top: 490px;
}

.exp1 {
    background: url('images/eksp1.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp2 {
    background: url('images/eksp2.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp3 {
    background: url('images/eksp3.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp4 {
    background: url('images/eksp4.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp5 {
    background: url('images/eksp5.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp6 {
    background: url('images/eksp6.jpg') center top no-repeat;
    width: 300px;
    height: 300px;
}

.exp-t2 {
    font-size: 16px;
    color: #4b4a48;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 0px 0;
}

.exp-t3 {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 16px;
    color: #4b4a48;
    text-align: center;
    padding: 10px 0 0px 0;
}



/*=============================================
	benefits
=============================================*/
.benefits {
    height: 702px;
    padding: 0px 0 0px 0;
    background: #f5f8fa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.benefits h2 {
    font-family: "NotoSerifRegular";
    padding: 45px 0 40px 0;
    font-size: 21px;
    line-height: 47px;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.benefits ul {
    list-style: none;
    overflow: hidden;
    padding: 0 5px 0 5px;
}

.benefits li {
    height: 280px;
    width: 310px;
    vertical-align: top;
    padding: 0 0 0 0px;
}

.benefits li span {
    color: #303135;
    text-transform: uppercase;
    font-weight: 700;
}

.benefits ul li div {
    font-style: normal;
    font-family: "NotoSerifRegular";
    font-size: 16px;
    line-height: 22px;
    /* text-transform: uppercase; */
    font-weight: 400;
    color: #4b4a49;
    text-align: center;
    padding: 155px 0 0px 0px;
}

.benefits .i1 {
    background-image: url('images/item1.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}

.benefits .i2 {
    background-image: url('images/item2.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}

.benefits .i3 {
    background-image: url('images/item3.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}

.benefits .i4 {
    background-image: url('images/item4.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}

.benefits .i5 {
    background-image: url('images/item5.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}

.benefits .i6 {
    background-image: url('images/item6.png');
    background-position: center 0px;
    background-repeat: no-repeat;
}





/*=============================================
	on_map
=============================================*/

.on_map {
    margin: 0;
}

#map-canvas {
    height: 700px;
    padding: 0px 0 0px 0;
    overflow: hidden;
    transform: translateZ(0px);
}

.on_map h2 {
    font-family: "BebasBold";
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 186px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    height: 186px;
    background: #83a32a;
}

.on_map .center_1280 {
    position: relative;
    z-index: 1;
}

#map-infowindow {
    position: absolute;
    right: 120px;
    top: 130px;
    width: 550px;
    height: 484px;
    background: url('images/on-map-text.png') top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: block;
}

#map-infowindow-close {
    position: absolute;
    top: 30px;
    left: 412px;
    width: 34px;
    height: 34px;
    border-radius: 18px;
}

#map-marker {
    position: absolute;
    /* top: 38px;
  left: 39px;*/
    display: block;
    /*   display: none; */
}



#on_map_address a {
    color: #a8355e;
    text-decoration: none;
}

#on_map_address a:hover {
    text-decoration: underline;
}

#map-infowindow .r0 {
    padding: 20px 0 0 95px;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 20px;
}

#map-infowindow .r1 {
    padding: 0px 0 5px 15px;
    font-size: 16px;
    color: #191919;
    line-height: 20px;
    text-align: center;
}

#map-infowindow .r2 {
    font-family: 'BebasBold';
    padding: 5px 0 0 15px;
    font-size: 48px;
    color: #3b4f76;
    font-weight: 700;
    text-align: center;
}

#map-infowindow .r2 a {
    color: #3b4f76;
    text-decoration: none;
}

#map-infowindow .r5 span {
    font-family: 'BebasBold';
    font-size: 24px;
    line-height: 24px;
}

#map-infowindow .r5 {
    padding: 0px 0 5px 15px;
    font-size: 16px;
    color: #191919;
    text-align: center;
}

#map-infowindow .r5 a {
    color: #83a32a;
    text-decoration: none;
}

#map-infowindow .r3 {
    text-transform: uppercase;
    padding: 43px 0 0px 15px;
    font-size: 18px;
    line-height: 22px;
    color: #191919;
    font-weight: 700;
    text-align: center;
}

#map-infowindow .r6 {
    padding: 0px 0 10px 15px;
    font-size: 14px;
    color: #191919;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
}

#map-infowindow .inputs {
    padding: 5px 0 0 15px;
    width: 300px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#map-infowindow .inputs .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    margin-bottom: 5px;
    margin: 0 auto;
    height: 42px;
    width: 300px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    border: 0px;
}

#map-infowindow .inputs .submit:hover {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    margin: 0 auto;
    height: 42px;
    width: 300px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #495e87;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    cursor: pointer;
}

#map-infowindow .inputs .zv {
    color: #1d1d1d;

    font-family: "NotoSerifItalic";

    font-size: 12px;

    font-style: italic;

    width: 300px;

    text-align: center;

    padding-top: 5px;

    /* display: block; */

    clear: both;
}


/*=============================================
	formblock
=============================================*/

.formblock4 {
    height: 383px;
    background: url('images/footer-bg.jpg') top center no-repeat;
}

.formblock4 .rightform {
    float: left;
    margin-top: 0;
}


.formblock4 .leftform {
    padding: 70px 0 0 10px;
    float: left;
    width: 690px;
    margin-right: 20px;
    display: inline-block;
    height: 267px;
}

.formblock4 .leftform .r1 {
    font-family: "BebasRegular";
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    /* margin: 120px 0 0 90px; */
    text-align: left;
}

.formblock4 .leftform .r3 {
    font-family: "NotoSerifRegular";
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
    text-align: left;
}

.formblock4 .leftform .r3 span {
    color: #af0e0e;
    font-family: "NotoSerifBold";
    font-weight: 700;
}

.formblock4.rightform p {
    font-family: "NotoSerifRegular";
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    margin: 137px 0 0 0px;
    text-align: left;
    line-height: 34px;
}

.formblock4 .rightform .r2 {
    font-family: "BebasBold";
    font-size: 72px;
    color: #fff;
    margin: 0px 0 0 0px;
    text-align: right;
}

.formblock4 .rightform .r2 a {
    text-decoration: none;
    color: #fff;
}

.formblock4 .rightform .r5 {
    font-family: "NotoSerifRegular";
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    margin: 25px 0 0 0px;
    text-align: right;
    padding: 0;
}

.phone {
    background: url('images/phone.png') top center no-repeat;
    width: 140px;
    height: 100px;
    float: right;
    margin-top: 35px;
    margin-right: 30px;
}

.formblock4 .submit {
    font-family: "BebasBold";
    display: block;
    letter-spacing: 0px;
    height: 54px;
    width: 300px;
    line-height: 54px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #c60000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
}

.formblock4 .submit:hover {
    background: #495e87;
}

.scroll_top {
    display: block;
    position: relative;
    left: 1000px;
    top: 65px;
    width: 68px;
    height: 68px;
    background: url('images/page-up.png') no-repeat;
    text-decoration: none;
    z-index: 600;
}

.scroll_top:hover {
    background: url('images/page-up-hover.png') no-repeat;
}

/*=============================================
	footer
=============================================*/
.footer-logo-bg {
    height: 252px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
}


/* --- to top ---- */
.footer-logo-bg {
    background: url('images/quest-bg.jpg') top center no-repeat;
    height: 327px;
}

.footer-logo-bg .center_1280 {
    position: relative;
    /* Переход */
    -webkit-transition: 1.2s all;
    -moz-transition: 1.2s all;
    transition: 1.2s all;
    -o-transition: 1.2s all;
}



/*=============================================
	footer-request
=============================================*/
.request_callback_text {
    font-family: "NotoSerifRegular";
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.request_callback_text .r1 {
    padding: 85px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.request_callback_text .r2 {
    background: url(images/phoneico2.png) 240px 30px no-repeat;
    padding: 20px 0 10px 0;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

.request_callback_text .r2 a {
    color: #fc622a;
    text-decoration: none;
}

.request_callback_text .r3 {
    padding: 10px 0 0px 0;
    font-family: 'Roboto', serif;
    /* font-style: italic; */
    font-size: 16px;
    color: #FFF;
}

.request_callback_text .r4 {
    padding: 45px 0 0px 0;
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 14px;
    color: #4b4a48;
}





/*=============================================
	footer-copyright
=============================================*/
.footer-copyright {
    float: left;
    padding: 35px 0 0 9px;
    color: #191919;
    font-size: 14px;
}

.footer_bot {
    height: 90px;
}

.creator {
    float: right;
    padding: 35px 30px 0 0;
    color: #191919;
    font-size: 14px;
    z-index: 100;
    position: relative;
}

.adtrust_logo {
    display: inline-block;
    width: 101px;
    height: 21px;
    margin-left: 6px;
    vertical-align: middle;
    background: url('images/logo-adtrust.png');
    text-decoration: none;
}

.adtrust_logo:hover {
    background: url('images/logo-adtrust-hover.png');
}

/*=============================================
	modal confirm form
=============================================*/
.modal_wrapper {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
}

.modal_confirm_wrapper {
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}

.modal_confirm {
    width: 294px;
    margin: 256px auto 0 auto;
    padding: 70px 0;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
}

.modal_confirm .r1 {
    color: #007eca;
}

.modal_confirm .r2 {
    color: #053b5d;
}

.show_confirm .modal_wrapper {
    display: block;
}

.show_confirm .modal_confirm_wrapper {
    display: block;
}

#popupform {
    display: none;
}

#popupform .error {
    color: #c00000;
}

#popupform h2 {
    color: #353535;
    font: 1.714em/1em 'Trebuchet MS';
    margin-bottom: 8px;
}

#popupform .comment {
    color: #717171;
    font: 0.928em 'Trebuchet MS';
    margin-bottom: 3px;
}

#popupform label {
    display: block;
    padding: 16px 0 4px;
}

#popupform .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 12pt;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 5px;
    width: 360px;
}

#popupform ::-webkit-input-placeholder {
    color: #555;
}

#popupform :-moz-placeholder {
    color: #555;
}

#popupform .button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0;
    padding: 2px 16px;
    width: 185px;
}

#popupform .button:hover {
    background-color: #4683ea;
    border: 1px solid #4387fd;
    color: #fff;
}




/* ------ mobilyslider
-----------------------------------------------*/

#content {
    width: 1280px;
    margin: 20px auto 20px;
}

.slider {
    padding-top: 15px;
    height: 170px;
    position: relative;
    width: 1280px;

}

.slider2 {
    height: 621px;
    width: 100%;
    max-width: 960px;
}

.slider3 {
    height: 621px;
    width: 100%;
    max-width: 960px;
}

.slider4 {
    padding-top: 15px;
    height: 500px;
    position: relative;
    width: 100%;

}

.sliderContent {
    /* float:left; */
    height: 617px;
    overflow: hidden;
}

.sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 55;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 47%;
}

.slider2 .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 255;
    width: 43px;
    height: 43px;
    position: relative;
    top: -320px;
    left: 50px;
}

.slider3 .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 255;
    width: 43px;
    height: 43px;
    position: relative;
    top: -320px;
    left: 90.5%;
}

.slider4 .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 255;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 47%;
    margin-top: -40px;
}

.slider2 .prev {
    background: url('images/left-k.png') center top no-repeat;
}

.slider2 .prev:hover {
    background: url('images/left-k-hover.png') center top no-repeat;
}

.slider2 .next {
    margin-top: 5px;
    background: url('images/right-k.png') center top no-repeat;
}

.slider2 .next:hover {
    background: url('images/right-k-hover.png') center top no-repeat;
}

.slider3 .prev {
    background: url('images/left-k.png') center top no-repeat;
}

.slider3 .prev:hover {
    background: url('images/left-k-hover.png') center top no-repeat;
}

.slider3 .next {
    margin-top: 5px;
    background: url('images/right-k.png') center top no-repeat;
}

.slider3 .next:hover {
    background: url('images/right-k-hover.png') center top no-repeat;
}

.prev {
    left: 10px;
    background: url('images/left.png') center top no-repeat;
}

.prev:hover {
    background: url('images/left-hover.png') center top no-repeat;
}

.next {
    right: 10px;
    background: url('images/right.png') center top no-repeat;
}

.next:hover {
    background: url('images/right-hover.png') center top no-repeat;
}

.sliderContent .item {
    position: absolute;
    width: 100%;
    /* background:#fff; */
}

.sliderContent .item2 {
    position: relative;
    width: 100%;
}

.sliderContent .item3 {
    position: relative;
    width: 100%;
}

/* .sliderBullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    margin-left: -33px;
} */

.slider2 .sliderBullets {
    opacity: 0;
}

.slider3 .sliderBullets {
    opacity: 0;
}

.slider4 .sliderBullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -82.5px;
    z-index: 50;
}

.sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin: 0 7.5px;
    width: 40px;
    height: 4px;
    background: url('images/nav.png') center top no-repeat;
}

.sliderBullets .active {
    background: url('images/nav-hover.png') center top no-repeat;
}

.sliderContent a {
    outline: none;
}

.telegram-btn {
    width: 100%;
}

.desktop-hide {
    display: block;
}

.mobile-show {
    display: none;
}

.desktop-show {
    display: none;
}

.telegram-btn {
    background: #26a4e3;
    font-family: "BebasBold";
    letter-spacing: 0px;
    height: 54px;
    width: 300px;
    line-height: 54px;
    font-size: 21px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
}

.telegram-btn .fa {
    margin-right: 10px;
}

.telegram-btn:hover {
    background: #1ba4e8;
}

.on_map .telegram-btn {
    margin-top: 0px;
    margin-bottom: 20px;
}



.slider2,
.slider3 {
  position: relative;
}

.slider2 .antidron {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.slider3 .antidron {
  position: absolute;
  right: 80px;
  bottom: 40px;
}

.antidron {
  z-index: 100;
  color: black;
  display: flex;
  align-items: center;
}

.antidron__title-wrapper {
  background: white;
  border-bottom-left-radius: 37px;
  border-top-left-radius: 37px;
  padding: 10px 30px 10px 30px;
  margin-right: -15px;
}


.antidron__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal;
}

.antidron__subtitle {
  font-size: 14px;
  line-height: normal;
}

.antidron__title-wrapper {

}

.antidron__logo {

  width: 103px;
  height: 103px;
}