

@media (min-width: 1201px) {



#fon{
    display: none;
}

.tg-container{
    max-width: 100vw;
}

:root {
    --mainFont: Proxima Nova;
  }

body{ 
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}

h2{
   font-family: var(--mainFont);
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   line-height: 30px;
   letter-spacing: 0.01em;
   color: #000000;
}

h3{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #000000;
 }

p{ 
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}

.bannerHead{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #000000;
}



.noscale {
    margin: 2px;
}

.scale {
    margin: 2px;
    transition: 0.1s;
    
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}
.scale:hover {
    transform: scale(1.1);

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.scale_sm {
    margin: 2px;
    transition: 0.1s;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}
.scale_sm:hover {
    transform: scale(1.3);

    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.scale_md {
    margin: 2px;
    transition: 0.1s;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}
.scale_md:hover {
    transform: scale(1.2);

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.col-menu{
    background-color: black;
    width: 40px;
}

.burgerMenu{
    margin: 22px 0;
}

.accInfo{
    max-width: 457px;
}


.grayMini{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #C5C5C5;
}


.blackBold{

    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
}

.blueLink a{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    /* line-height: 24px; */
    letter-spacing: 0.01em;
    color: #3D73FF;

    padding: 2px 4px;
    border-radius: 4px;

    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;

    }
.blueLink a:link,
.blueLink a:visited,
.blueLink a:active{
    text-decoration: underline;
    }
.blueLink a:hover{
    text-decoration: none;
    background-color: #3D73FF;
    color: #FFF;
    }

    

.blackLink a{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;

    padding: 4px 6px;
    border-radius: 4px;
    
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;

    }
.blackLink a:link,
.blackLink a:visited,
.blackLink a:active{
    color: #000;
    text-decoration: underline;
    }
.blackLink a:hover{
    /* color: #3D73FF; */
    text-decoration: none;
    background-color: #3D73FF;
    color: #FFF;
    }

        
.userMenu{
    margin: 10px 10px;
}




.mainContent{
    background-color: #F4F4F4; margin-bottom: 20px;
}

.colHead{
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 16px;
    margin-top: 20px; 
}




.midBlock1{
    min-height: 140px; margin-bottom: 20px;
    text-align: center; padding: 0px;
    min-width: 120px;
}

.midBlock2{
    border: 0px solid gray; border-radius: 10px; background-color: #FFF;
    min-height: 140px; margin-bottom: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.midBlock3{
    border: 0px solid gray; 
    min-height: 108px; 
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 16px 0px 16px 16px;

    background: linear-gradient(180deg, #FBD44B 0%, #FFC700 100%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.addClient{
    float: right; margin-left: 10px;
}

.msgCount {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    height:23px;
    width:23px;
    font-size: 10px;
    line-height: 23px;
    margin: 0 auto;
    position: relative;
    left:10px;
    top:-45px;
    margin-bottom:-20px;
    background: url('/wp-content/images/msgCountBg.png') no-repeat;
    }

.paddZero{
    padding: 0 4px 0 0;
}


.carouselBlock{
    margin-bottom: 20px;
    padding: 30px;
    height: 300px;
    background: #FBD44B;
    border-radius: 20px;   
}

.bannerImgR{
    float: right; border: 0px solid #DBDBDB; 
    margin: 10px 70px 20px 44px;
}

.bannerText{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}

.bannerBtn{
    background: #101010;
    border-radius: 10px;
    padding: 11px 32px;
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 40px;
}

.mh-0{
    margin-left: 0px;
    margin-right: 0px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mh-20{
    margin-left: 20px;
    margin-right: 20px;
}

.pt-16{
    padding-top: 16px;
}

.pt-20{
    padding-top: 20px;
}

.pv-16{
    padding-top: 16px;
    padding-bottom: 16px;
}

.ph-0{
    padding-left: 0px;
    padding-right: 0px;
}

.ph-16{
    padding-left: 16px;
    padding-right: 16px;
}

.ph-20{
    padding-left: 20px;
    padding-right: 20px;
}


.userData{
    min-width: 160px;
    padding-left: 16px;
    padding-right: 0px;
}

.brandName{
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #101010;

    margin: 10px 0 0 0 !important;
}
.userNick{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #101010;

    margin: 16px 0 0 0 !important;
}
.userEmail{
    font-family: var(--mainFont);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #101010;
    
    margin: 6px 0 0 0 !important;
}
.brush{
    margin: 16px 0 24px 0 !important;
}




.line1{
    line-height: 66px; margin: 6px 0;
}

.smallBrush1{
    margin: 16px 0 0 -6px !important;
}

.smallBrush2{
    float: right; position: relative; right: -12px;
}

.docLineFirst{
    margin: 0 -8px;
    padding-top: 8px;
}

.docLineNext{
    margin: 0 -8px; 
    border-top: 1px solid #DBDBDB; padding-top: 8px
}

.paddRight1{
    padding: 0 4px 0 0;
}

.tabRow{
    border-bottom: 1px solid #DBDBDB;
    margin: 0 0px;
}

.tabColActive{
    border-bottom: 2px solid #FBD44B;
    padding: 6px 0;
}

.tabCol{
    padding: 6px 0;
    margin-left: 40px;
}

.btmPadding{
    padding-bottom: 16px;
}



.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFFFFF;
}

li.active{
    background-color: #8F8F8F;
}


div.responsed:hover{
    background: #E7E7E7;
    border-radius: 2px;
}

div.respBorder{
    margin: 4px;
    border: 0px solid #ffffff;
    border-radius: 10px;
}

div.respBorder:hover{
    border: 0px solid #cecece;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #bdbdbd;
}

.bannerFixWidth{
    width: 885px;
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
}




#panel{
    padding: 5px;
    text-align: center;
    background-color: #000;
    border: 0px solid #c3c3c3;
    color: #FFF;
}
#flip {
    text-align: center;
    }

#panel {
    padding: 50px;
    display: none;
}








}