p {
    font-family: "GothamProLight";
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover,
a.h-application {
    text-decoration: none;
}

input,
textarea {
    outline: none;
}
.center {
    width: 1160px;
    margin: 0 auto;
    display: block;
}
.grid-table {
    display: grid;
    grid-auto-flow: column;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 40px;
}
.one{
    background: url(../img/header-min.jpg) center no-repeat;
    background-size: cover;
}
.header{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.logo{
    float: left;
    width: 18%;
}
.menu{
    width: 52%;
    float: left;
    margin-top: 26px;
    padding-left: 10px;
    position: relative;
}
.menu a{
    font-size: 15px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 5px;
    margin-right: 5px;
    position: relative;
}
/*.menu a:nth-child(1):before{
    content: url(../img/arrow.png);
    position: absolute;
    left: 95px;
    top: 4px;
}*/
.activeh{
    border: 2px solid #ffcc01;
}
.h_phone{
    float: right;
    display: grid;
}
.h_phone a:nth-child(1){
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    margin-top: 10px;
}
.h_phone a:nth-child(2){
    text-align: center;
    font-size: 15px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    text-decoration: underline;
    line-height: 1.2;
}
.first_screen{
    text-align: center;
}
.fp{
    font-size: 35px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding-top: 25px;
}

/* lang block */
.lang-bg {
    width: 100%;
    height: 55px;
    background: #F1F1F1;
}
.lang-wrapper {
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: 100%;
}
.langBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.countryPicker,
.langSelector {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.countryPicker--label {
    margin-right: 15px;
}
.langSelector a {
    width: 26px;
    height: 26px;
    opacity: 0.5;
    margin: 0 3px;
}
.langSelector .ru {
    background: url("../img/lang/russian-min.png") no-repeat center;
}
.langSelector .ua {
    background: url("../img/lang/ukraine-min.png") no-repeat center;
}
.langSelector .kz {
    background: url("../img/lang/kazahstan-min.png") no-repeat center;
}
.langSelector .az {
    background: url("../img/lang/azerbaijan-min.png") no-repeat center;
}
.langSelector .by {
    background: url("../img/lang/belarus-min.png") no-repeat center;
}
.langSelector .active {
    opacity: 1;
}
.langSelector-label {
    margin-right: 10px;
}
.work-label-top {
    font-size: 15px;
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.work-label-top a:hover {
    text-decoration: underline;
}
.countryPicker--label,
.countryPicker select,
.langSelector-label {
    font-family: "GothamPro";
    font-size: 15px;
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.work-label-top {
    font-family: "GothamPro";
}
/* /lang block */

.preFooter {
    background: #FFCC01;
    padding: 30px 0;
}
.titleMid40 {
    font-size: 40px;
    font-family: "GothamProMedium";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
}
.titleSmall {
    font-size: 25px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
}
.phoneBlockBot {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.phoneBlockBot .phoneImg {
    margin-right: 60px;
}
.btn_Black {
    font-size: 20px;
    font-family: "GothamProMedium";
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    padding: 10px 25px;
    background: #0F0F0F;
    border-radius: 25px;
    display: inline-block;
    width: 180px;
}
.phoneImg {
    font-size: 40px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.main-cases {
    padding-bottom: 55px;
}
.phoneImg:before {
    content: url(../img/phone_img-min.png);
    padding-right: 45px;
    vertical-align: middle;
}
.fp span{
    background-color: #ffcc01;
    padding: 5px;
}
.first_screen h1{
    font-size: 55px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    margin-top: 80px;
}
.h_blocks{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.sp{
    display: inline-block;
    position: relative;
    float: left;
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #eaeaea;
    padding: 5px 20px 5px 15px;
    margin-top: 80px;
}
.sp:after{
    content: url(../img/Emotions_sad.png);
    position: absolute;
    right: -25px;
    top: -18px;
}
.h_block{
    width: 33%;
    float: left;
}
.h_b_img{
    float: left;
    width: 20%;
}
.h_b_text{
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: left;
    padding-left: 15px;
    float: left;
}
.h_b_text span{
    font-family: "GothamProBold";
}
.f_r{
    float: right;
}
h2{
    font-size: 35px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    padding: 60px 0;
}
.s_blocks{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}
section.nine {
    background: url("../img/auditBG-sixSection.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
}
section.ten {
    padding-bottom: 40px;
} 
section.pre_last {
    background: url("../img/pre_lastBG.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 40px;    
}
.last-title {
  font-size: 17px;
  font-family: "GothamProBold";
  color: rgb(15, 15, 15);
  line-height: 2.059;
  text-align: center;
  margin-bottom: 10px;
}
.last-desc {
  font-size: 17px;
  font-family: "GothamProLight";
  color: rgb(15, 15, 15);
  line-height: 1.2;
  text-align: center;
}
.block_last {
    text-align: center;
    width: 50%;
    min-height: 190px;
    box-sizing: border-box;
    padding: 0 10% 25px 10%;
}
/* Filters */                
.filtersDescription {
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    margin-top: 25px;
}
                    
.filtersDescription .filtersSubTitle {
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.filtersSubDescription {
    text-align: justify;
}
 

.filter_btn_wrapper {
    text-align: center;
}
                    
.filter_btn_description {
    width: 320px;
    font-size: 13px;
    margin-top: 18px;
    text-align: justify;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 10px 5px;
}
.filter_btn_wrapper {
    text-align: center;
}
.desc_last {
  font-size: 17px;
  font-family: "GothamProLight";
  color: rgb(15, 15, 15);
  line-height: 1.2;
  text-align: left;
}
.spanSmall {
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    margin-top: 30px;
}

.s_block_text{
    float: left;
    width: 50%;
}
.s_block_img{
    float: left;
    width: 50%;
    text-align: center;
}
.s_block_text p{
    font-size: 20px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 100px;
}
.s_block_text span{
    font-size: 30px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: left;
}
.three{
    background-color: #ffcc01;
    padding-bottom: 40px;
}
.s_block a:nth-child(1){
    font-size: 40px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    position: relative;
    margin-left: 26%;
    margin-top: 5px;
    top: 6px;
}
.s_block a:nth-child(1):before{
    content: url(../img/phone.png);
    position: absolute;
    left: -70px;
    top: 3px;
}
.s_block a:nth-child(2){
    font-size: 20px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 8px 15px;
    background-color: #ffffff;
    border-radius: 25px;
    margin-left: 7%;
    -webkit-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
}
.f_blocks{
    display: inline-block;
    width: 100%;
}
.f_b_img{
    width: 50%;
    float: left;
    text-align: left;
}
.f_b_text{
    width: 50%;
    float: left;
    text-align: left;
}
.footer_email_right {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    text-align: right;
}
.footer_email_right a {
    font-family: "GothamPro";
    font-size: 18px;
}
.f_b_text p{
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.9;
}
.f_b_text ul{
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 40px;
    list-style: disc;
}
.f_b_text ul li{
    margin-bottom: 10px;
 }
.mt_40{
    margin-top: 40px;
}
h3{
    font-size: 19px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.8em;
}
h3 span{
    padding: 5px;
    background-color: #eaeaea;
}
.h3_e{
    position: relative;
}
.h3_e:before{
    content: url(../img/Emotions_money.png);
    position: absolute;
    left: -14px;
    top: -38px;
}
.two{
    padding-bottom: 40px;
}
.four{
    padding-bottom: 40px;
}
.five .center{
    background: url(../img/five_fon.png) no-repeat;
    padding-bottom: 20px;
    background-position-x: 80%;
    background-position-y: 120%;
}
.five p{
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    margin-bottom: 50px;
}
.five p span{
    background-color: #ffcc01;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
    -moz-box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
    box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
}
.f_p1{
    margin-left: 110px;
}
.f_p2{
    margin-left: 280px;
    position: relative;
}
.f_p3{
    margin-left: 160px;
}
.f_p4{
    margin-left: 110px;
}
.f_p5{
    margin-left: 180px;
}
.f_p2:before{
    content: url(../img/Emotions_talk.png);
    position: absolute;
    top: -7px;
    left: -100px;
}
.six{
    background: url(../img/six_fon.png) no-repeat center;
    background-size: cover;
}
.six_blocks{
    display: inline-block;
    width: 100%;
}
.bold_desc {
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 25px;
}
.flex-half {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.half-flex-block {
    text-align: left;
}
.half-flex-block  .half_desc {
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(255, 204, 1);
    line-height: 1.2;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.half-flex-block p {
    font-size: 18px;
    font-family: "GothamPro";
    line-height: 1.2;
    text-align: left;
}
.six_block{
    width: 24%;
    text-align: center;
    min-height: 200px;
}
.six_block p{
    font-size: 16px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    padding: 0px 20px;
}
.aBracText {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 40px;
    font-size: 19px;
    font-family: "GothamProBold";
}
.m_l_33{
    margin-left: 33%;
}
.seven{
    background-color: #ffcc01;
    text-align: center;
    padding-bottom: 20px;
}
.seven h2{
    padding-bottom: 5px;
    padding-top: 40px;
}
.seven p{
    font-size: 20px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.seven p span{
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.seven input[name=name]{
    padding: 8px 15px;
    border-radius: 25px;
    border: none;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 40px;
    -webkit-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
}
.seven input[name=phone]{
    padding: 8px 15px;
    border-radius: 25px;
    border: none;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 40px;
    -webkit-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
}
.i_name, .i_phone{
    width: 220px;
    float: left;
    position: relative;
    margin-left: 80px;
}
.i_name{
    margin-left: 180px;
}
.i_name img, .i_phone img{
    position: absolute;
    top: 8px;
    left: 20px;
}
.seven button{
    width: 220px;
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 8px 15px;
    border-radius: 25px;
    border: none;
    -webkit-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    box-shadow: -5px 5px 10px 3px rgba(0,0,0,0.3);
    margin-left: -70px;
}
.seven form{
    margin: 30px 0;
}
.eight p{
    font-size: 17px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 40px;
}
.eight p span{
    padding: 5px 0 5px 8px;
    background-color: #ffcc01;
}
.eight .f_b_text h3{
    margin-bottom: 20px;
}
.eight .f_b_text p{
    margin-bottom: 0px;
}
.eight .f_b_text ul {
    line-height: 1;
    padding: 20px 40px 20px 20px;
}
.eight .f_b_img {
    text-align: center;
}
.eight .f_b_text ul li {
    margin-bottom: 4px;
}
.h3_y span{
    background-color: #ffcc01;
}
.eight .t_a_l{
    text-align: left;
}
.last_p{
    position: relative;
    text-align: center;
    margin: 40px 0;
}
.last_p:before{
    content: url(../img/Emotionssmile.png);
    position: absolute;
    top: -20px;
    left: -28px;
}
.ten{
    text-align: center;
}
.ten img{
    width: 19%;
    height: 130px;
}
.footer{
    background-color: #ffcc01;
    padding-bottom: 20px;
}
.footer_blocks{
    display: inline-block;
    width: 100%;
}
.footer_left{
    width: 25%;
    text-align: center;
    float: left;
    margin-right: 15%;
}

.footer_left img{
    margin: 25px 0;
}
.f_a{
    font-family: "GothaProMed";
    display: inline-block;
    padding: 6px 6px;
    border: 2px solid #000;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    background-color: #ffcc01;
}
.f_a:hover{
    color: #ffcc01;
    background-color: black;
}
.f_f{
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.m_t_20{
    margin-top: 20px;
}
.footer_right1{
    width: 30%;
    float: left;
    margin-top: 20px;
}
.footer_right1 a {
    font-size: 15px;
}
.footer_right2{
    width: 20%;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
    height: 160px;
    position: relative;
}
.flex-half img {
    width: auto;
    height: 135px;
}
.footer_right1 ul, .footer_right2 ul{
    float: left;
    display: block;
    font-size: 15px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    text-decoration: underline;
    line-height: 2;
}
.footer_right:nth-child(2) ul{
    padding-right: 20px;
}
.outlet-mounting h2{
    padding: 20px 0;
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    background-color: #ffcc01;
}
.outlet-mounting p{
    /* padding: 20px 0; */
    padding: 20px;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
}
.outlet-mounting input[name=name] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 40px;
    width: 240px;
}
.outlet-mounting input[name=phone] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 40px;
    width: 240px;
}
.p_name img, .p_phone img {
    position: absolute;
    top: 8px;
    left: 205px;
}
.p_name, .p_phone {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.outlet-mounting input[type=submit] {
    font-size: 20px;
    font-family: "GothamProBold";
    color: black;
    line-height: 1.2;
    padding: 8px 15px;
    background-color: #ffcc01;
    border-radius: 25px;
    border: none;
}
.outlet-mounting{
    text-align: center;
}
.outlet-mounting2 input[name=company] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 20px;
    width: 200px;
}
.outlet-mounting2 input[name=name] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 20px;
    width: 200px;
    margin-right: 30px;
}
.outlet-mounting2 input[name=phone] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 20px;
    width: 200px;
    margin-right: 30px;
}
.outlet-mounting2 input[name=email] {
    padding: 8px 15px;
    border-radius: 25px;
    border: 1px solid black;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-indent: 20px;
    width: 200px;
}
.outlet-mounting2 input[type=submit] {
    font-size: 20px;
    font-family: "GothamProBold";
    color: black;
    line-height: 1.2;
    padding: 8px 15px;
    background-color: #ffcc01;
    border-radius: 25px;
    border: none;
}
.outlet-mounting2{
    text-align: center;
}
.outlet-mounting2 h2{
    padding: 20px 0;
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    background-color: #ffcc01;
}
.outlet-mounting2 p{
    padding: 20px 0;
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    text-align: center;
}
.p2_name img, .p2_phone img {
    position: absolute;
    top: 8px;
    left: 349px;
}
.p2_name img:nth-child(2), .p2_phone img:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 83px;
}
.p2_phone img{
    top: 12px;
}
.p2_name, .p2_phone {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.pop-up-all{
    width: 640px;
}
.message{
    font-size: 20px;
    font-family: "GothamPro";
    color: black;
    line-height: 1.2;
    padding: 8px 15px;
    border-radius: 25px;
    border: none;
    width: 470px;
    height: 100px;
    border: 1px solid black;
    margin-bottom: 20px;
    resize: none;
}
.three h2{
    padding: 40px 0;
}
.desktop{
    display: block;
}
.desktop img{
    max-width: 95%;
}
.mobile{
    display: none !important;
}
.szp{
  position: absolute;
  top: -35px;
  left: 16px;
  font-size: 13px;
  font-family: "GothamPro";
  color: rgb(118, 115, 115);
}
.szp span{
    font-family: "GothamProBold";
}
.footer_rright{
    float: right;
    text-align: right;
}
.footer_left img {
    margin-top: 20px 0 0 0;
}
.footer {
    padding-bottom: 0px;
}
.MP {
    font-family: "GothamPro";
}
.fp .whiteBg {
    background: #ffffff;
}
.first_screen .mtop20Text {
    margin-top: 20px;
}
.mtop20Text>span {
    color: #FFCC01;
}
.sp2 {
    display: inline-block;
    position: relative;
    float: left;
    font-size: 25px;
    font-family: "GothamProBold";
    color: rgb(15, 15, 15);
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #eaeaea;
    padding: 5px 20px 5px 15px;
    margin-top: 80px;
}
.h_b_text_desc {
    display: inline-grid;
}
.f_none {
    float: none;
}
.p75left {
    padding-left: 75px;
}
.pleft25 {
    box-sizing: border-box;
    padding-left: 25px;
}
.t_left {
    text-align:left;
    font-family: "GothamProMedium";
}
.pbot25 {
    padding-bottom: 25px;
}
.s_block_img_max {
    display: inline-block;
}
.s_block_max {
    text-align: left;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 15px;
}
.s_block_list_max {
    width: 40%;
    margin-left: 15px;
}
.s_block_list_max p {
    margin-bottom: 25px;
    font-size: 18px;
}
.s_block_med_max {
    font-family:"GothamProMedium";
    font-size: 20px;
    line-height: 40px;
}
.s_block_med_max>span {
    background: #EAEAEA;
    padding: 10px 10px;
}
.f_b_text .newList {
    font-size: 17px;
    font-family: "GothamPro";
    color: rgb(15, 15, 15);
    line-height: 1.2;
    padding: 0 40px 40px 40px;
    list-style: disc;
}
.textBlock_med_max {
    font-family: "GothamProMedium";
    font-size: 20px;
    line-height: 40px;
}
.textBlock_med_max>span {
    background: #FFCC01;
    padding: 10px 10px;
}


/* Popup */


p.sub-text {
    font-size: 13px;
    text-align: center;
}
p.sub-text a {
    text-decoration: underline;
    font-size: 13px;
}

.policy-links a {
    font-size: 12px;
}

.pop-up-info p {
    text-align: justify;
}
.pop-up-info ul {
    text-align: left;
}

/* END Popup */


@media screen and (min-width: 780px) and (max-width: 1367px){
    .first_screen {
        margin-top: 60px;
    }
    .first_screen h1 {
        margin-top: 50px;
    }
    .sp {
        margin-top: 60px;
    }
}
@media screen and (max-width: 1160px){
    .center {
        width: 100%;
}
}
@media screen and (max-width: 1024px) {
    .footer_email_right {
        position: relative;
    }
    .titleMid40 {
        font-size: 28px;
    }
    .grid-table {
        grid-auto-flow: row;
    }
    .langBlock {
        flex-flow: row wrap;
        text-align: center;
        justify-content: center;
    }
    .lang-bg {
        width: 100%;
        height: auto;
        padding: 10px 5px;
    }
    .filter_btn_description {
        width: 100%;
        margin-bottom: 55px;
    }
    .s_block_img_max {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .six_block p {
        margin-bottom: 35px;
    }
    .s_block_list_max {
        width: 95%;
        margin-left: 15px;
        box-sizing: border-box;
    }
    .footer_rright {
        float: right;
        width: 100%;
        text-align: center;
    }
    .desktop{
    display: none;
    }
    .mobile{
        display: block !important;
    }
    .fp {
        font-size: 20px;
    }
    .first_screen {
        margin-top: 40px;
    }
    .first_screen h1 {
        font-size: 24px;
    }
    .sp {
        font-size: 20px;
        margin-top: 60px;
    }
    .one {
        background-position-x: 53%;
    }
    h2 {
        font-size: 26px;
        padding: 40px 0;
    }
    .center{
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .s_block_img img{
        width: 100%;
    }
    .f_b_img img{
        width: 100%;
    }
    .ten img {
        width: 50%;
        height: auto;
    }
    .flex-half img {
        width: auto;
    }
    .half-flex-block {
        text-align: center;
    }
    .block_last {
        text-align: center;
        width: 100%;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .menu{
        width: 100%;
    }
    .menu a{
        display: block;
        text-align: center;
    }
    .menu a:nth-child(1):before {
        left: 235px;
        top: 2px;
    }
    .h_phone {
        width: 100%;
        text-align: center;
    }
    .h_block {
        width: 100%;
        margin-bottom: 20px;
    }
    .h_b_text {
        font-size: 15px;
    }
    .h_b_text.f_r {
        padding-right: 63px;
    }
    .s_block_img {
        width: 100%;
    }
    .s_block_text {
        width: 100%;
    }
    .s_block_text p {
        margin-top: 0px;
    }
    .s_block_text span {
        font-size: 20px;
    }
    .s_block_text{
        text-align: center;
    }
    .s_block a:nth-child(1) {
        font-size: 24px;
    }
    .s_block a:nth-child(1):before {
        top: -4px;
    }
    h3 span {
        background-color: white;
    }
    .h3_e:before {
        content: none;
        padding: 0px;
    }
    .eight p {
        margin-bottom: 20px;
    }
    .mob_y{
        color: #ffcc01;
    }
    .s_block a:nth-child(2){
        display: block;
        margin: 30px auto;
        width: 200px;
        text-align: center;
    }
    .f_b_text {
        width: 100%;
    }
    .f_b_img {
        width: 100%;
    }
    .mt_40 {
        margin-top: 0px;
    }
    h3 {
        line-height: 1.4;
        margin-top: 20px;
    }
    .f_p1, .f_p2, .f_p3, .f_p4, .f_p5{
    background-color: #ffcc01;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
    -moz-box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
    box-shadow: 0px 0px 5px 8px rgba(255,204,1,1);
    width: 70%;
    margin: 0 auto;
    }
    .f_p1 {
        width: 80%;
    }
    .f_p2 {
        width: 70%;
    }
    .f_p3 {
        width: 70%;
    }
    .f_p4 {
        width: 70%;
    }
    .f_p5 {
        width: 80%;
    }
    .five p {
        line-height: 1.7;
        margin-bottom: 30px;
        text-align: center;
    }
    .five .center {
         background: none;
     }
    .six_block {
        width: 100%;
        min-height: 150px;
    }
    .m_l_33 {
        margin-left: 0;
    }
    .i_name {
        margin-left: 0px;
    }
    .i_name, .i_phone {
        width: 220px;
        float: left;
        position: relative;
        margin-left: 14%;
        margin-bottom: 20px;
    }
    .seven button {
        margin-left: 0px;
    }
    .mob_mt40{
        margin-top: 40px;
    }
    .last_p:before {
        content: none;
    }
    .pop-up-all {
        width: 100%;
    }
    .p_name img, .p_phone img {
        left: 45px;
    }
    .p2_name img:nth-child(2), .p2_phone img:nth-child(2) {
        left: 55px;
    }
    .outlet-mounting2 input[name=name] {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .outlet-mounting2 input[name=phone] {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .p2_name img, .p2_phone img {
        top: 66px;
        left: 55px;
    }
    .p2_phone img {
        top: 71px;
    }
    .message {
        width: 200px;
    }
    .footer_left {
        width: 100%;
        margin-right: 0;
    }
    .footer_right1 {
        width: 100%;
    }
    .footer_right2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
    }
    .footer_email_right {
    text-align: left;
    }
    .f_a {
    width: 96%;
    margin: 0 auto;
}
}