

.block_top_text {
    padding-top: 20px;
    padding-bottom: 80px;
    border-bottom: 1px solid #0C1421;
}

.block_top_text_new {
    padding-top: 20px;
}

.block_top_text.bottom_pri{
    padding-bottom: 60px;
    border-top: 1px solid #0c1421;
}

.block_top_text_new .top_h1{
   text-align: center;
}

.block_top_text_new .top_h1 h1{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #0c1421;
}

.block_top_text_new .top_h1 span.fisrt_text {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -.2px;
    color: #0c1421;
}

.block_top_text .left{
	max-width: 411px;
}

.block_top_text .left h2{
	font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
}

.block_top_text .left span.fisrt_text{
	font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0C1421;
}
.block_top_text .left span.second_text{
	font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}


.block_top_text .rigth li {
    list-style: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 24px;
    position: relative;
    padding-left: 10px;
}

.block_top_text .rigth li:before {
    content: "+";
    font-size: 14px;
    color: #888D90;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5px;
}

.block_tab_price_switch{
	font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #BEC5C7;
    padding-top: 60px;
}


.block_tab_price_switch span.bg{
    padding: .5rem 1rem;
    border-radius: .25rem;
}


.block_tab_price_switch .left{
    text-align: center;
}

.block_tab_price_switch .left:hover{
	color: #E2A300;
	cursor: pointer;
}

.block_tab_price_switch .left span.bg:hover{
    background-color: #eeeeee
}

.block_tab_price_switch .rigth{
    text-align: left;
}

.block_tab_price_switch .rigth:hover{
	color: #E2A300;
	cursor: pointer;
}

.block_tab_price_switch .rigth span.bg:hover{
    background-color: #eeeeee
}

.block_tab_price_switch .active{
	color: #E2A300;
	cursor: pointer;
}

.block_tab_price_switch .active span.bg{
   background-color: #eeeeee
}


.price_row_home{
	padding-top: 40px;
	padding-bottom: 40px;
}

.price_row_home .tab_new{
	border: 1px solid #000;
    padding: 10px;
    margin: auto;
}

.tab_new .tab-content>.active {
    display: flex!important;
}

.tab_new .tab-content{
    padding-left: 0;
}


.tab_new .nav-link.active{
	font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #E2A300;
    background-color: #eee;
    text-transform: uppercase;
}

.tab_new .nav-link {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #BEC5C7;
    background-color: inherit;
    text-transform: uppercase;
}

.tab_new .nav-link:hover {
    color: #E2A300;
    transition: all .3s ease;
}

.tab_new .tabber__column:first-child{
	padding-right: 0;
	padding-left: 15px;
	text-align: left;

}

.tab_new .tabber__column{
	padding: 0;
	text-align: center;
	flex: 1;
    max-width: 100%;
}

.tab_new .tabber__row:first-child{
	height: 80px;
}

/*.tab_new .tabber__row:last-child{
	height: 60px;
}*/

.tab_new .tabber__row{
	height: 80px;
    border-bottom: 1px dashed #BEC5C7;
    border-right: 1px dashed #BEC5C7;

}

.tab_new .tabber__row h2{
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0C1421;
   
}

.tab_new .tabber__row h4{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #0C1421;
	padding-top: 16px;
	   

}

.price_link{
	margin-top: 32px!important;
}

.block_fluid_work_now{
	background: #FDC128;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 70px;
}

@media (max-width: 450px){

		.tab_new .tab-content {
		    padding-left: 15px;
		}
		
		.tab_new .tabber__column {
	    
	    padding-left: 15px;
	    text-align: left;
	    width: 100vw;
	    display: flex;
	    justify-content: space-around;
	    flex: none;
	    padding-right: 15px;
	}

	.tab_new .tabber__row {
        width: 100%;
        text-align: center;
        
	}

	.tab_new .tabber__row:last-child {
    height: 80px;
   }

   .tab_new .tabber__column:first-child {
    padding-right: 15px;
    padding-left: 15px;
	}
}

@media (max-width: 768px){

		.tab_new .tab-content {
		    padding-left: 15px;
		}

		.tab_new .tabber__column {
	    
	    padding-left: 15px;
	    text-align: left;
	    width: 100vw;
	    display: flex;
	    justify-content: space-around;
	    flex: none;
	    padding-right: 15px;
	}

	.tab_new .tabber__row {
        width: 100%;
        text-align: center;
        
	}

	.tab_new .tabber__row:last-child {
    height: 80px;
    border-right: none;
   }

   .tab_new .tabber__column:first-child {
    padding-right: 15px;
    padding-left: 15px;
	}
}


.row.title .item_columns{
	font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C1421;
    padding-bottom: 10px;
}

.row.title .item_columns:first-child{
	text-align: left;
}

.row.title .item_columns{
	text-align: center;
}



.block_row_link_project{
	background: #F2F5F5;
    padding-top: 60px;
    padding-bottom: 40px
}

.block_row_link_project .title_block{
	padding-bottom: 20px;
}


.block_row_link_project h2{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: -1px;
	color: #0C1421;
}

.block_row_link_project .item_link div{
	border-bottom: 1px solid #0C1421;
	margin-bottom: 39px;
	padding-bottom: 6px;
}

.block_row_link_project .item_link a:after{
	content: url(../images/arrow.png);
    right: 0;
    margin-right: 15px;
    padding-left: 10px;
    margin-top: 5px;
    position: absolute;
}

.block_row_link_project .item_link a{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: #0C1421;
}

.block_row_link_project .item_link a:hover{
	color: #E2A300;
	transition: all .3s ease;
	text-decoration: none;
}

.row.text_price{
	padding-top: 60px;
    padding-bottom: 60px;
}


.row.text_price span.first_text{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: #0C1421;
}

.row.text_price span.stack_text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #0C1421;
}

.row.text_price h2{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #0C1421;
	padding-top: 30px;
}

.block_contact_price{
	padding-top: 60px;
    padding-bottom: 60px;
    background: #F2F5F5;
}

.block_contact_price .block_form{
	max-width: 409px;
}

.contact_side h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    padding-bottom: 24px;
}

.block_contact_price .contact_side a{
	background: #E2A300;
    padding: 16px 24px 16px 24px;
    display: block;
    max-width: 379px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.block_contact_price .contact_side a:hover{
	color: #0C1421;
	transition: all .3s ease;
	text-decoration: none;
}

.block_contact_price .contact_side .contact_title{
	display: none;
}


.panel{
		width: 100%;
	}

.row.table_accordion{
	padding-bottom: 80px;
}

/* Style the buttons that are used to open and close the accordion panel */
.table_accordion .accordion {
  background-color: #F2F5F5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  transition: all .3s ease;
  margin-bottom: 10px;
  border: none;
  font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #0C1421;
	outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.table_accordion .accordion:hover,
button:focus {
  background-color: #ccc;
  background: #ccc;
  border: none;
}

/* Style the accordion panel. Note: hidden by default */
.table_accordion .panel {
  padding: 0 18px;
  background-color: white;
  display: block;
  overflow: hidden;

}

.table_accordion .accordion:after {
  content: url(../images/chevron-down.png); /* Unicode character for "plus" sign (+) */
  float: right;
  
}

.table_accordion .active:after {
  content: url(../images/chevron-down.png); /* Unicode character for "minus" sign (-) */
  transform: rotate(180deg);
  transition: all .3s ease;
}


.table_accordion .item_columns span.yes{
	background: url(../images/check.png);
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.table_accordion .item_columns span.no{
	background: url(../images/close.png);
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.table_accordion .contents_row{
	
    border-bottom: 1px dashed #BEC5C7;
}

.table_accordion .contents_row:last-child{
	
   border: none;
}

.table_accordion .item_columns{
	font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: auto;
    
}


.price_link{
	margin-top: 32px!important;
}

.block_fluid_work_now{
	background: #FDC128;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 70px;
}

.price_link{
	margin-top: 32px!important;
}

.block_fluid_work_now{
	background: #FDC128;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 70px;
}

.price_row_home.rus{
    display: none;
}

.row.euro_text{
    display: none;
}

.row.title.euro{
    display: none;
}

.table_accordion.euro{
    display: none;
}

.euro_text h2{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
}

.euro_text h3{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
}

.euro_text li {
    list-style: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 24px;
}

.euro_text li:before {
    content: "+";
    font-size: 14px;
    color: #888D90;
    padding-right: 8px;
}

.euro_text .text_bottom{
    text-align: center;
    padding-bottom: 20px;
}


@media (max-width: 768px){
    .block_top_text {
    padding-top: 10px;
    }

    .block_top_text ul{
        padding-left: 0;
    }

}


@media (max-width: 450px){
    .block_top_text {
    padding-top: 10px;
    }

    .block_top_text ul{
        padding-left: 0;
    }

    .price_row_home.rus .tab_new .nav-pills .nav-link{
      padding-left: 15px;      
    }

    .tab_new .nav-pills .nav-link{
            padding-right: 6px;
            font-size: 13px;
            margin-right: 0;
            padding-left: 6px;
    }

    .tab_new .nav-pills .nav-link.active{
        font-size: 13px;
    }

    .tab_new .nav{
        padding-right: 0;
    }

    .tab_new .tabber__row:first-child {
    height: 90px;
    min-width: 110px;

    }

    .tab_new .tabber__row {
    height: 100px!important;
    }

    .tab_new .tabber__row:last-child {
        height: 90px;
    }

    .price_row_home .tab_new{
        padding: 0;
        border: none;
        border-bottom: 1px solid #000;
    }



    .row.title .item_columns:first-child{
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;

    }

     .row.title .item_columns{
        padding-right: 5px;
        padding-left: 5px;
        font-size: 8px;
         padding-top: 8px;
            line-height: 12px;

    }



    .title.ukr{
       padding-top: 0px!important; 
    }


}