html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
ul,
li,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

img {
    width: 100%;
    height: auto;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #4d4d4d;
    font-family: 'Roboto-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

h1 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

h2 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

@media all and (max-width: 700px) {
    h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 33px;
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
    }
}

h3 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}

@media all and (max-width: 500px) {
    h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }
}

h4 {
    color: #1a1a1a;
    font-family: 'RobotoCondensed-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

h5 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

h6 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

table {
    border-collapse: collapse;
}

td {
    border-bottom: 1px solid #d8d8d8;
}

td:first-child {
    color: #1a1a1a;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    width: 70%;
    padding: 0 15px 0;
}

td:last-child {
    color: #1a1a1a;
    font-family: 'Lato-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    width: 35%;
    text-align: center;
    padding: 0 15px 0;
}

td.table-title {
    color: #1a1a1a;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
}

tr:last-child td {
    border-bottom: none;
}

li {
    margin: 0 0 0 40px;
    color: #1a1a1a;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

ul li {
    margin: 0 0 0 25px;
}

ul li {
    list-style-type: none;
    /* Убираем маркеры у списка */
}

ul li:before {
    content: " — ";
    /* Добавляем в качестве маркера символ */
}

.slider1 ul li:before {
    content: "";
    /* Добавляем в качестве маркера символ */
}

.slider2 ul li:before {
    content: "";
    /* Добавляем в качестве маркера символ */
}

.slider3 ul li:before {
    content: "";
    /* Добавляем в качестве маркера символ */
}

.center {
    text-align: center;
}

.title-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 0;
}

.padding1 {
    padding: 45px 0 0;
}

.padding2 {}

.padding3 {}

.padding4 {}

.margin1 {
    margin: 20px 0 0;
}

.title1 {}

.title2 {}

.title3 {}

.text1 {
    max-width: 230px;
    padding: 75px 0px 0px 0px;
    margin: 0 60px 0 60px;
    position: relative;
}

.text1::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0px;
    width: 96px;
    height: 2px;
    background-color: black;
}

.text1 p {
    color: black;
    font-family: 'Roboto-Light';
    font-size: 14px;
    line-height: 22px;
}

@media all and (max-width: 980px) {
    .text1 {
        max-width: 100%;
        margin: 0 0px 0 0px;
    }
}

@media all and (max-width: 840px) {
    .text1 {
        padding: 35px 0px 0px 0px;
    }
    .text1::before {
        top: 10px;
    }
}

.text2 p {
    color: #4d4d4d;
    font-family: 'Roboto-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.text3 p {
    color: #4d4d4d;
    font-family: 'Roboto-Medium';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.text4 p {
    color: #4d4d4d;
    font-family: 'Roboto-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

.text5 p {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1a1a1a;
}

.a1 {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1e88f5;
    text-decoration: underline;
}

.a2 {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffcc01;
    text-decoration: underline;
}

.span1 {
    font-family: 'Roboto-Medium';
    font-weight: 500;
}

.span2 {
    font-family: 'Roboto-Bold';
    font-weight: 500;
}
.mfp-bg{
    background: transparent!important;
}
.mfp-container{
    padding: 0 !important;
}
.mfp-close{
    display: none !important;
}
 .s1-button {
    color: black;
    display: inline-block;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 3px solid #d8d8d8;
    padding: 0 0 3px;
}
.s1-button a {color: inherit;}

 .s1-button:hover {
    transition: all 0.2s ease;
    color: #ffcc01;
    border-bottom: 3px solid #ffcc01;
}

.button1 {
    display: inline-block;
    width: 234px;
    height: 40px;
    background-color: #ffcc01;
    color: white;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.button1:hover {
    background-color: #e0b300;
    transition: all 0.2s ease;
}

.button1:active {
    background-color: #fae41d;
    transition: all 0.2s ease;
}

.button-not-act {
    background-color: #dbdad9;
    transition: all 0.2s ease;
}

.button-not-act:hover {
    background-color: #dbdad9;
}

.button-not-act:active {
    background-color: #dbdad9;
}

.button2 {
    display: inline-block;
    width: 234px;
    height: 40px;
    background-color: transparent;
    color: #000;
    border: 1px solid black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.button2:hover {
    background-color: transparent;
    color: #ffcc01;
    border: 1px solid #ffcc01;
    transition: all 0.2s ease;
}

.button2:active {
    background-color: transparent;
    color: #e0b300;
    border: 1px solid #e0b300;
    transition: all 0.2s ease;
}

.header {
    position: relative;
    padding: 0 10px 0;
    background: url(../img/bg1.png) no-repeat top center;
    background-size: cover;
    min-height: 120px;
}

.header-in {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media all and (max-width: 840px) {
    .header {
        padding: 0 0px 0;
        background: #ffcc01;
    }
    .header-in {
        padding: 0 0px 0;
    }
}

.header-in-item1 {
    flex-grow: 1;
    flex-shrink: 1;
}

.header-in-item2 {
    flex-grow: 1;
    flex-shrink: 1;
}

.header-in-item3 {
    flex-grow: 0;
    flex-shrink: 1;
    min-height: 120px;
    background: #fff;
    padding-left: 10px;
}

@media all and (max-width: 750px) {
    .header-in-item1 {
        padding: 0 10px 0;
    }
    .header-in-item2 {
        padding: 0 10px 0;
    }
    .header-in-item3 {
        flex-basis: 100%;
        flex-grow: 1;
        min-height: 30px;
        padding-left: 0px;
        padding: 0 10px 0;
    }
}

@media all and (max-width: 500px) {
    .header-in-item1 {
        flex-basis: 100%;
        flex-grow: 1;
        text-align: center;
    }
    .header-in-item2 {
        flex-basis: 100%;
        flex-grow: 1;
    }
}

.logo {
    padding: 15px 0 0;
}

.logo img {
    width: 244px;
}

.tel {
    padding: 30px 0 0;
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
}

@media all and (max-width: 500px) {
    .tel {
        padding: 10px 0 10px;
        font-size: 20px;
        font-weight: 700;
        line-height: 21px;
        text-align: center;
        display: block;
    }
}

.ad {
    padding: 25px 0 0;
    color: #4d4d4d;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

@media all and (max-width: 840px) {
    .ad {
        padding: 15px 0 0;
        max-width: 200px;
        text-align: center;
    }
}
@media all and (max-width: 750px) {
    .ad {
        display: none;
    }
}
.section-1 {}

.section-1-in {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-1-in-item1 {
    flex-basis: 31%;
    flex-grow: 1;
    flex-shrink: 1;
}

.section-1-in-item2 {
    flex-basis: 67%;
    flex-grow: 1;
    flex-shrink: 1;
    /*background: url(../img/img1.jpg) no-repeat top;
    background-size: cover;*/
    min-height: 420px;
    position: relative;
    top: -30px;
    overflow: hidden;
}

.slider14 {
    height: 420px;
    position: relative;
}
    .slider14 .slick-list,
    .slider14 .slick-track {height: 100%;}
        .slider14 .item {position: relative;}
            .slider14 img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }
            .slider14 .title {
                max-width: 320px;
                position: absolute;
                left: 65px;
                bottom: 70px;
                z-index: 2;
                font: 700 44px/1.2 'RobotoCondensed-Bold';
                color: white;
                text-transform: uppercase;
            }

    .slider14 ul li:before {content: "";}

@media all and (max-width: 1000px) {
    .section-1-in-item1 .text1 {
        max-width: 100%;
        margin: 0 15px 0 0px;
        
    }
    .section-1-in-item1 {
        min-width: 200px;
    }
    .section-1-in-item2 {
            flex-basis: 50%;
    }
}
@media all and (max-width: 840px) {
    .section-1-in-item2 {
        top: -30px;
    }

    .slider14 .title {
        max-width: 240px;
        font-size: 30px;
    }
}

@media all and (max-width: 550px) {
    .slider14 .title {left: 15px;}
}

@media all and (max-width: 500px) {
    .section-1-in-item1 {
        flex-basis: 100%;
        padding-bottom: 15px;
    }
    .section-1-in-item2 {
        flex-basis: 100%;
        top: 0px;
    }
}

.section-2 {}

.section-2-in {
    max-width: 1300px;
    margin: 0 auto;
    padding: 35px 100px 70px;
}

@media all and (max-width: 600px) {
    .section-2-in {
        padding: 35px 50px 70px;
    }
}

.section-3 {
    padding: 45px 0px 75px;
    background: rgba(249, 249, 249, 0.6);
}

.section-3-in {
    /* max-width: 700px;
    max-width: 800px; */
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-3-in-item {
    /*flex-basis: 30%;*/
    flex-basis: 23%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 40px 0 0;
}

.section-3-in-item:first-child {
    margin-right: 30px;
}



	.dev-item {
		flex-basis: 30%!important;
	}
	.dev-item:first-child {
		margin-right: 0;
	}


@media all and (max-width: 600px) {
    .section-3-in-item {
        flex-basis: 100%;
        padding: 30px 0 0;
    }
    .section-3-in-item:first-child {
        margin-right: 0px;
    }
}

.img-title {
    position: absolute;
    left: 65px;
    bottom: 70px;
}

.img-title p {
    color: white;
    font-family: 'RobotoCondensed-Bold';
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

@media all and (max-width: 700px) {
    .img-title p {
        font-size: 35px;
        line-height: 38px;
    }
    .img-title {
        left: 45px;
        bottom: 50px;
    }
}

@media all and (max-width: 600px) {
    .img-title p {
        font-size: 25px;
        line-height: 28px;
    }
    .img-title {
        left: 25px;
        bottom: 30px;
    }
}

.data {
    color: #ffcc01;
    font-family: 'RobotoCondensed-Bold';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 6px;
}

.slide-item1 {
    margin: 0 12px 0;
}

.sl1 .text2 {
    min-height: 100px;
}

.section-3 h3 {
    display: inline-block;
    max-width: 215px;
    line-height: 25px;
    padding-left: 60px;
}

.section-3 h3 span {
    color: #ffcc01;
    font-family: 'RobotoCondensed-Bold';
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    top: -16px;
    right: -40px;
}

.section-3 .text3 {
    /* padding: 20px 0 0; */
    padding: 20px 10px 0;
}

.section-3 .text3 p {
    background: url(../img/poloska1.png) no-repeat 5px 12px;
    padding: 0 0 0 60px;
    margin-bottom: 15px;
}

.section-3 .text3 a {
    color: black;
    border-bottom: 3px solid #d8d8d8;
}

.section-4 {
    padding: 25px 0px 0px;
    background: rgba(249, 249, 249, 0.6);
}

.section-4-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
}

.section-4-in-item1 {
    flex-basis: 35%;
    flex-grow: 1;
    flex-shrink: 1;
    /*background: url(../img/bg2.jpg) no-repeat top;*/
    min-height: 510px;
    overflow: hidden;
}

.section-4-in-item2 {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    background: rgba(249, 249, 249, 0.6);
}

.slider15 {
    height: 510px;
    position: relative;
}
    .slider15 .slick-list,
    .slider15 .slick-track {height: 100%;}
        .slider15 .item {position: relative;}
            .slider15 img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .slider15 ul li:before {content: "";}

@media all and (max-width: 700px) {
    .section-4-in-item1 {
        flex-basis: 100%;
    }
    .section-4-in-item2 {
        flex-basis: 100%;
    }
}

.wrap1 {
    background-color: #ffcc01;
    padding: 40px 0 40px 60px;
    margin: 30px 0 0 0;
}

.box1 {
    /*max-width: 395px;*/
    max-width: 700px;
    width: 100%;
    padding: 27px 0 0;
}

@media all and (max-width: 700px) {
    .wrap1 {
        background-color: #ffcc01;
        padding: 40px 20px 40px 20px;
        margin: 0px 0 0 0;
    }
    .box1 {
        max-width: 100%;
    }
}

.box1-in {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box1-item {
    /*flex-basis: 40%;*/
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    padding: 0 10px 18px;
}

.box1-item:nth-child(4) {
    padding-left: 17%;
}

.box1-item:nth-child(5) {
    padding-right: 17%;
}

@media all and (max-width: 400px) {
    .box1-item {
        flex-basis: 100%;
        padding: 0 10px 25px;
    }
	
	.box1-item:nth-child(4) {
    padding-left: 10px;
}

.box1-item:nth-child(5) {
    padding-right: 10px;
}
	
}

.box-title {
	max-width: 200px;
    margin: auto;
}

.box-title p {
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.box1-img {
    max-width: 52px;
    height: 62px;
    display: inline-block;
}

.section-5 {
    padding: 60px 0px 0px;
    background: #fff;
	display: flex;
    flex-wrap: wrap;
}

.section-5-1, .section-5-2 {
	float: left;
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
}

@media all and (max-width: 750px) {
    .section-5-1, .section-5-2 {
        flex-basis: 100%;
        padding: 50px 10px 10px;
    }
	.section-5-1-in-item img {
		margin-right:0px;
	} 

	.section-5-2-in-item img {
		margin-left:0px;
	}
}

.section-5-1-in-item {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 80px;
    text-align: right;
}
.section-5-2-in-item {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 80px;
    text-align: left;
}
.section-5-1-in-item img {
    width: auto;
	border: 1px solid #ccc;
	margin-right:10px;
} 

.section-5-2-in-item img {
    width: auto;
	border: 1px solid #ccc;
	margin-left:10px;
}

.section-5-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-5-in-item {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 80px;
    text-align: center;
}

.section-5-in-item img {
    width: auto;
}
.img-v2 {
        display: none;
    }
@media all and (max-width: 900px) {
    .section-5-in-item {
        flex-basis: 30%;
        padding: 0 10px 0;
        min-height: 50px;
    }
    .img-v1 {
        display: none;
    }
    .img-v2 {
        display: block;
    }
    .section-5-in-item img {
            margin: 0 auto;
        max-width: 200px;
    }
}

@media all and (max-width: 460px) {
    .section-5-in-item {
        flex-basis: 100%;
        padding: 0 10px 25px;
    }
}

.section-6 {
    padding: 0px 0px 0px;
    background: rgba(249, 249, 249, 0.6);
}

.section-6-in {
    max-width: 1300px;
    margin: 0 auto;
    padding: 35px 100px 40px;
    width: 100%;
}

@media all and (max-width: 600px) {
    .section-6-in {
        max-width: 1300px;
        margin: 0 auto;
        padding: 35px 50px 40px;
    }
}

.slider2 {
    padding: 28px 0 0;
}

.section-6 h3 {
    line-height: 25px;
    padding: 0 0 6px;
    transition: all 0.2s ease;
    min-height: 56px;
}

.section-6 h3:hover {
    color: #ffcc01;
    transition: all 0.2s ease;
}

.section-6 .text2 {
  /*  min-height: 100px;*/
}

.slide-item2 {
    margin: 0 15px 0;
}

.slide-item2:hover .text2 p {
    text-decoration: underline;
}

.slide-item2:hover h3 {
    color: #ffcc01;
    transition: all 0.2s ease;
}

.slide-item2-img {
    height: 120px;
    position: relative;
    margin: 0 0 35px;
    background: #eee;
}

.slide-item2-img::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0px;
    width: 96px;
    height: 2px;
    background-color: black;
}

.slide-item2-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-7 {
    padding: 35px 0px 0px;
    background: #fff;
}

.section-7-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 10px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.section-7-in-item {
    flex-basis: 10%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
    /*padding: 0 10px 0;*/
	padding: 20px 40px 0;
}

@media all and (max-width: 980px) {
    .section-7-in-item {
        flex-basis: 30%;
        padding: 8px 10px 8px;
    }
}

@media all and (max-width: 440px) {
    .section-7-in-item {
        flex-basis: 100%;
        padding: 8px 10px 10px;
    }
}

.section-7-in-item img {
    width: auto;
    display: inline-block;
}

.footer {
    padding: 55px 0 80px;
}

.footer-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-in-item {
    position: relative;
    padding: 10px 0 0;
}

.footer-in-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 96px;
    height: 2px;
    background-color: black;
}

@media all and (max-width: 900px) {
    .footer {
        padding: 55px 0 30px;
    }
    .footer-in-item {
        flex-basis: 40%;
        flex-grow: 0;
        flex-shrink: 1;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 500px) {
    .footer-in-item {
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 25px;
        text-align: center;
    }
    .footer-in-item::before {
        display: none;
    }
    .footer-in-item:first-child::before {
        width: 100%;
        display: block;
    }
}

.f-title {
    padding: 0 0 5px;
}

.f-title p {
    color: #333;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.f-text1 p {
    color: black;
    font-family: 'Roboto-Light';
    font-size: 14px;
    line-height: 22px;
}

.f-inf {}

.f-inf p {
    color: #9b9b9b;
    font-family: 'Roboto-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.f-tel {
    color: #ffcc01;
    font-family: 'RobotoCondensed-Bold';
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.f-site p {
    color: #ffcc01;
    font-family: 'RobotoCondensed-Bold';
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.news-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, 0.9);
    top: 0;
    z-index: 10;

}

.news-modal-in {
    position: relative;
    width: 920px;
    min-height: 610px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 7%;
    background: #fff ;
    -webkit-box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
    box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
}

.img-news-modal{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
}
@media all and (max-width: 1000px) {
    .news-modal-in {
        margin-top: 15%;
    }
}

@media all and (max-width: 900px) {
    .news-modal-in {
        margin-top: 20%;
    }
}

@media all and (max-width: 800px) {
    .news-modal-in {
        margin-top: 25%;
    }
}

@media all and (max-width: 700px) {
    .news-modal-in {
        margin-top: 20%;
        max-width: 97%;
        min-height: 400px;
    }
}

@media all and (max-height: 600px) {
    .news-modal-in {
        margin-top: 15%;
        padding-bottom: 10px;
        background: #fff;
        min-height: 400px;
    }
    .img-news-modal{
        display: none;
    }
    .news-modal-text{
    overflow: scroll;
}
}

.news-modal-img {}

.news-modal-img img {
    display: block;
}

.sp-close-wrap,
.photo-sp-close-wrap {
    position: absolute;
    top: -33px;
    right: 0px;
}

.sp-close,
.photo-sp-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.news-modal-top {
    max-width: 760px;
    width: 100%;
    padding: 25px 80px 20px 80px;
    background-color: #ffcc01;
    position: relative;
    z-index: 2;
}

@media all and (max-width: 600px) {
    .news-modal-top {
        padding: 25px 15px 20px 50px;
        min-height: 100px;
        height: auto;
    }
        .img-news-modal{
        /*display: none;*/
		position: relative;
		width:100%;
		height: 100%;
    }
}

.n-m-top-title {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

@media all and (max-width: 850px) {
    .n-m-top-title {
        font-size: 19px;
        line-height: 24px;
    }
}

@media all and (max-width: 600px) {
    .n-m-top-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.n-m-top-title2 {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 13px;
}

.news-modal-text {
    max-height: 430px;
    max-width: 450px;
    margin-top: 30px;
    padding: 0 25px 10px 80px;
    background: #fff;
}

@media all and (max-width: 600px) {
    .news-modal-text {
        margin-top: 20px;
        padding: 0 15px 0 50px;
        max-height: 260px;
        max-width: 100%;
    }
}

@media all and (max-height: 490px) {
    .news-modal-text {
        /*padding: 20px 15px 10px 10px;*/
        /*height: 280px;*/
        max-width: 100%;
    }
}

.obj-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, 0.9);
    top: 0;
    z-index: 10;
   
}

.obj-modal-in {
    position: relative;
    width: 920px;
    min-height: 570px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 7%;
    background: #fff;
    -webkit-box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
    box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.obj-model-in-item {
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 1;
    display: inline-block;
}

.obj-model-in-item:last-child {
    width: 470px;
}

@media all and (max-width: 930px) {
    .obj-model-in-item {
        flex-basis: 100%;
    }
}

@media all and (max-width: 1000px) {
    .obj-modal-in {
        margin-top: 15%;
    }
}

@media all and (max-width: 930px) {
    .obj-modal-in {
        margin-top: 10%;
    }
}

@media all and (max-width: 800px) {
    .obj-modal-in {
        margin-top: 10%;
    }
}

@media all and (max-width: 700px) {
    .obj-modal-in {
        margin-top: 10%;
        max-width: 97%;
        min-height: 400px;
    }
}

@media all and (max-width: 500px) {
    .obj-modal-in {
        margin-top: 50px;
        max-width: 97%;
        min-height: 400px;
    }
    .obj-model-in-item:last-child {
        width: 100%;
    }
}

@media all and (max-height: 600px) {
    .obj-modal-in {
        margin-top: 50px;
        background: #fff;
        min-height: 400px;
    }
}

.obj-modal-text {
    max-height: 280px;
    max-width: 450px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 70px 0 80px;
    background: #fff;
}

@media all and (max-width: 930px) {
    .obj-modal-text {
        max-height: 220px;
        padding-left: 50px;
    }
}

@media all and (max-width: 600px) {
    .obj-modal-text {
        margin-top: 15px;
        padding: 0 15px 0 50px;
        max-height: 220px;
        max-width: 100%;
    }
}

@media all and (max-height: 490px) {
    .obj-modal-text {
        /*padding: 15px 15px 10px 10px;*/
        max-height: 190px;
        max-width: 100%;
    }
}

.obj-modal-top {
    width: 100%;
    padding: 20px 105px 20px 80px;
    background-color: #ffcc01;
}

@media all and (max-width: 930px) {
    .obj-modal-top {
        padding: 20px 15px 20px 50px;
        min-height: auto;
        height: auto;
    }
}

@media all and (max-width: 600px) {
    .obj-modal-top {}
}

.slide-item3-img {
    height: 570px;
}

@media all and (max-width: 930px) {
    .slide-item3-img {
        height: 300px;
    }
}

@media all and (max-height: 700px) {
    .slide-item3-img {
        height: 230px;
    }
}

@media all and (max-height: 570px) {
    .slide-item3-img {
        height: 190px;
    }
}

@media all and (max-height: 540px) {
    .slide-item3-img {
        height: 160px;
    }
}

@media all and (max-height: 480px) {
    .slide-item3-img {
        height: 130px;
    }
}

.slider3 .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.obj-title {
    color: black;
    font-family: 'RobotoCondensed-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.obj-text p {
    color: black;
    font-family: 'Roboto-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.photo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, 0.9);
    top: 0;
    z-index: 11;
    display: none;
}

.photo-in {
    position: relative;
    width: 920px;
    min-height: 570px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 7%;
    background: #fff;
    -webkit-box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
    box-shadow: 0 20px 28.5px 1.5px rgba(104, 95, 93, 0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.photo-img {
    height: 570px;
    text-align: center;
    width: 100%;
}

.photo-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media all and (max-width: 930px) {
    .photo {
        display: none!important;
    }
}

@media all and (max-width: 700px) {
    .photo-in {
        margin-top: 10%;
        max-width: 97%;
        min-height: 400px;
    }
}

@media all and (max-width: 500px) {
    .photo-in {
        margin-top: 50px;
        max-width: 97%;
        min-height: 400px;
    }
    .photo-in-item:last-child {
        width: 100%;
    }
}

@media all and (max-height: 600px) {
    .photo-in {
        margin-top: 50px;
        background: #fff;
        min-height: 400px;
    }
}

.form-in-input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
    max-width: 234px;
    height: 40px;
    width: 100%;
    border: none;
    color: #4a4a4a;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0px 9px 0 9px;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.form-in-input:focus {
    color: #1e88f5;
    border: 1px solid #1e88f5;
}

.not-act-input {
    background-color: #f1f3f3;
    color: #cdcdcd;
    border: 1px solid #f1f3f3;
}

.not-act-input:focus {
    background-color: #f1f3f3;
    color: #cdcdcd;
}

select::-ms-expand {
    display: none;
}

.my-select {
    display: inline-block;
    max-width: 234px;
    height: 40px;
    width: 100%;
    border: none;
    padding: 0px 9px 0 9px;
    cursor: pointer;
    color: #4a4a4a;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/select-arrow-bot.png) no-repeat 97% center;
    vertical-align: top;
    border-radius: 0px;
}

.mfp-close {
    font-size: 45px!important;
}