#popup-window-content-popup-goto_b2b::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 0;
    left: 0;
    transition: color ease-out .07s;
    opacity: 0.97;
  /*  transition: background 0.2s cubic-bezier(0, 1, 1, 1);	*/
}
.popup-window-img_b2c::before {
    background: url("images/v1-1.jpg") center bottom no-repeat;
}
.popup-window-img_b2b::before {
    background: url("images/v1-2.jpg") center bottom no-repeat;
}
.popup-goto-b2b-button.current {
    background: #3da44c;
    color: #fff;
}
.popup-goto-b2b-button.goto-b2b-btn-new {
    border: 2px solid #3da44c;
    background: #fff;
    color: #3da44c;
}
.popup-goto-b2b-button.current.new { 
   border: 2px solid #3da44c;
   background: #fff;
    color: #3da44c;
}
.popup-goto-b2b-button.goto-b2b-btn-new:hover {
    background: #3da44c;
    color: #fff;
}

.popup-goto-b2b-title {
    color: #333 !important;
}

.popup-goto-b2b-text-new {
    color: #333 !important;
}
#popup-goto_b2b .popup-window-close-icon {
    font-size: 15px;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    z-index: 100;
    opacity: 1;
    cursor: pointer;
}
.popup-window-close-icon:before{
   transform: rotate(-45deg); 
}
.popup-window-close-icon:after {
   transform: rotate(45deg); 
}
.popup-window-close-icon:after, .popup-window-close-icon:before {
    content: "";
    background: #333;
    display: block;
    width: 100% !important;
    height: 2px !important;
    position: absolute;
    left: 0;
    top: 0;
}

#popup-goto_wrap_b2b{
	display:none;
}
#popup-goto_b2b {
    padding: 0 !important;
    position: fixed;
    left: 396px;
    top: 264px;
    min-width: 100px;
    min-height: 100px;
    max-width: 1200px;
    z-index: 1000 !important;
}
.popup-goto-b2b-button {
    flex: 0 0 55%;
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color ease-out .07s;
    overflow:hidden;
}
.popup-goto-b2b-button-wrap {
    display: flex;
    margin-top: 16px;
}
@media (max-width: 768px){
	#popup-goto_b2b {
	left: calc(50% - 150px);
    top: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 300px;
	}
	#popup-window-content-popup-goto_b2b{
	    height:600px;
	}
	#popup-window-content-popup-goto_b2b::before {
    background-size: contain;
      -webkit-transform: rotateZ(90deg)  translateX(0%) translateY(70%);
  -moz-transform: rotateZ(90deg)  translateX(0%) translateY(70%);
  -ms-transform: rotateZ(90deg)  translateX(0%) translateY(70%);
  -o-transform: rotateZ(90deg)  translateX(0%) translateY(70%);
  transform: rotateZ(90deg)  translateX(0%) translateY(70%);
    transform: rotateZ(90deg) translateX(0%) translateY(70%);
    width: 720px;
    height: 300px;
    
	}
	.popup-goto-b2b-button {
    flex: 0 0 50%;
    font-size: 12px;
	}
	.popup-goto-b2b-logo {
    	width: 120px;
	}
	.popup-goto-b2b-button-wrap {
    	margin-top: 50px;
	}
	.goto-b2b-btn-new{
		padding:10px;
	}
}
@media (min-width: 768px){
	#popup-goto_b2b {
	left: calc(50% - 350px);
    top: 164px;
    min-width: 100px;
    min-height: 100px;
    max-width: 700px;
	}
}
@media (min-width: 1024px){
	#popup-goto_b2b {
	left: calc(50% - 400px);
    top: 164px;
    min-width: 100px;
    min-height: 100px;
    max-width: 800px;
	}
}
@media (min-width: 1200px){
	#popup-goto_b2b {
    left: calc(50% - 540px);
    top: 164px;
    min-width: 100px;
    min-height: 100px;
    max-width: 1080px;
	}
}
#popup-goto_b2b.popup-goto_b2b-load {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.popup-window-close-icon:after {
	width: 18px;
    height: 18px;
    filter: brightness(0) invert(0);
}
.popup-window-content {
    margin: 0;
}

#popup-goto_b2b.popup-window {
    border-radius: 1px;
}

#popup-window-content-popup-goto_b2b {
    border-radius: 1px;
  /*  background: #3da44c;*/
    max-width: 300px;
    position: relative;
}
#popup-window-content-popup-goto_b2b.current::before {
    display: none;
}

#popup-window-content-popup-goto_b2b.current::after {
    display: block;
}

.popup-goto-b2b-wrap-content {
    padding: 16px 16px 120px;
    position: relative;
    z-index: 100;
}

#popup-window-content-popup-goto_b2b .logo {
    margin-bottom: 2rem !important;
}

.popup-goto-b2b-text {
    position: relative;
    padding: 25px 25px 35px;
    font-size: 21px;
}

.buttons-goto_b2b {
    display: block;
}

.buttons-goto_b2b .btn-lg {
    font-size: 21px;
    line-height: 1.1;
    border-width: 5px;
    display: block;
    padding: 30px 25px;
    min-width: 40%;
    white-space: normal;
    border-radius: 0;
    flex: 1 1 100%;
}
#popup-goto_b2b .popup-goto-b2b-description {
    margin-bottom: 4rem !important;
}

.popup-goto-b2b-logo {
    width: 66px;
    color: #fff;
}

.popup-goto-b2b-logo img {
    width: 100%;
}

.popup-goto-b2b-title {
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 29px !important;
    margin: 31px 0 0 !important;
}

.popup-goto-b2b-text-new {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 10px !important;
}

.popup-goto-b2b-button:first-child {
    border-radius: 2px 0 0 2px;
}

.popup-goto-b2b-button:last-child {
    border-radius: 0 2px 2px 0;
}


@media (min-width: 768px){
    .close_popup {
        top: 35px;
        right: 29px;
    }

    #popup-goto_b2b {
        width: 90%;
    }

    #popup-window-content-popup-goto_b2b {
        position: relative;
        max-width: none;
    }

    .popup-goto-b2b-text {
        padding: 35px 25px 45px 15px;
        margin-left: 37%;
        width: 63%;
    }

    #popup-window-content-popup-goto_b2b h2 {
        font-size: 40px !important;
        line-height: 46px !important;
    }
    .popup-goto-b2b-wrap-content {
        padding: 39px 39px 95px;
        width: 508px;
    }

    .popup-goto-b2b-logo {
        width: 102px;
    }

    .popup-goto-b2b-text-new {
        font-size: 20px !important;
        line-height: 23px !important;
        margin-top: 20px !important;
    }

    .popup-goto-b2b-button-wrap {
        margin-top: 56px;
    }

    .popup-goto-b2b-button {
        height: 60px;
        font-size: 18px;
    }

    #popup-window-content-popup-goto_b2b::after,
    #popup-window-content-popup-goto_b2b::before {
      /*  background-image: url(images/1-1.jpg);*/
        background-position: right bottom;
        background-size: cover;
    }

    #popup-window-content-popup-goto_b2b::after {
   /*     background-image: url(images/goto/bg-02.jpg);*/
    }
}

@media (max-width: 1199px) {
    .buttons-goto_b2b .btn-lg {
        padding: 30px 35px;
        max-width: 48%;
        flex: none;
    }

    .buttons-goto_b2b {
        justify-content: space-between;
    }

    .popup-goto-b2b-wrap.b2b-hover::after, .popup-goto-b2b-wrap::after {
        width: 45%;
    }

    .popup-goto-b2b-text {
        padding: 35px 35px 45px 25px;
        margin-left: 44%;
        width: 56%;
    }

    .popup-goto-b2b-wrap::before {
        width: calc(45% - 40px);
    }

}


    .b2b-block .b2b-description {
        bottom: 23px;
    }

    .footer-menu-block {
        display: block !important;
    }

    #popup-goto_b2b {
        width: 1080px;
    }
    .popup-goto-b2b-text {
        padding: 100px 65px 135px 55px;
        margin-left: 50%;
        width: 50%;
    }

    .popup-goto-b2b-wrap::before {
        width: calc(50% - 40px);
    }

    .popup-goto-b2b-wrap::after {
        width: 50%;
    }
