/*!
Theme Name: ortek
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ortek
*/



/* Galleries
--------------------------------------------- */
.slick-slider {
	height: 100%;
}
.slick-slider {
touch-action: auto;
-ms-touch-action: auto;
}
.checkbox label:hover{
	cursor:pointer;
}
#policy-modal h2{
	margin-bottom:3rem;
	display:block;
}
#policy-modal h3{
	margin-bottom:2rem;
	display:block;
}
.zoom-anim-dialog {
	background: #fff;
	padding-top: 0rem;
}
.mob-tel .dropdown-content {
	margin-left: 0rem; 
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	right: 0px;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-link a{
	transition:0.3s all ease-in;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-link a:hover {
	    transform: scale(1.2); /* Увеличиваем масштаб */
}
.burger .text {
	color: #00a0e3;
font-size: 1.6rem;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
padding-left: 1.7rem;
position: absolute;
left: 2rem;
	transition:0.5s all ease-in;
	position:absolute;
	opacity:0;
}
.burger.active .text{
	opacity:1;
}

.work-plan .work-plan-wrapper .text a{
	color: #00A0E3;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #B2E3F7;
}
.title-section .line5 {
	left: 83.3%;
}
.advantages-block .advantages-wrapper .advantages-right .advantages-cart:nth-child(4),
.advantages-block .advantages-wrapper .advantages-right .advantages-cart:nth-child(3) {
	border-bottom: 0px solid transparent;
}

.send-request form .col6 {
	position: relative;
	padding-top: 1.5rem;
	width: calc(50% - 2rem);
	margin-bottom: 1.5rem;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper .slider-big .img {
	border: 0px solid #000!important;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper .slider-big {
	padding: 0px!important;
}
.products-block .products-wrapper .products-cart:hover .title {
	color:#00A0E3;

}
  .about-us-slider .slick-dots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .about-us-slider .slick-dots button {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #d7d7d7;
    border-radius: 50%;
    border: 0px solid transparent;
    font-size: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .about-us-slider .slick-dots .slick-active button {
    background-color: #00a0e3;
  }
.zoom-anim-dialog .modal-slider .slick-arrow::before {
	filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
    opacity: 0.8;
}

.zoom-anim-dialog .modal-text .text ul li::before {
	top: 0.9rem;
}
.custom-checkbox + label {
	color: #fff;
	border: 2px solid transparent;
	height: auto;
	text-align: left;
	padding-left: 0px!important;
}
.custom-checkbox + label  a{
	margin-left:1rem;
	display:inline-block;
}
.custom-checkbox + label:hover, .custom-checkbox:checked + label {
	color: #fff;
	border: 2px solid transparent;
	height: auto;
	text-align: left;
	padding-left: 0px;
}
 /* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      /*display: inline-flex;
      align-items: center;*/
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 2.2rem;
      height: 2.2rem;
      flex-shrink: 0;
      flex-grow: 0;
      border-color: #fff;
      background-color: #fff;
      border-radius: 0.5rem;
      margin-right: 1.2rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* стили при наведении курсора на checkbox */
    /*.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }*/

    /* стили для активного чекбокса (при нажатии на него) */
    /*.custom-checkbox:not(:disabled):active+label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }*/

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    /*.custom-checkbox:focus:not(:checked)+label::before {
      border-color: #80bdff;
    }*/

    /* стили для чекбокса, находящегося в состоянии checked */

    .custom-checkbox:checked+label::before {
      border-color: #fff;
      background-color: #fff;
      background-image: url("assets/images/chek.svg");
    }
header .menu li::before {
	background: url("assets/images/ico-drop-g.svg");
	background-repeat:no-repeat;
	background-size:contain;
	transform: rotate(0deg);
	filter:none;
	width: 0.7rem;
    height: 1.2rem;
	top: 0.5rem;
}
header .menu li:hover::before {
	background: url("assets/images/ico-drop-b.svg");
	background-repeat:no-repeat;
	background-size:contain;
	width: 0.7rem;
    height: 1.2rem;
}
    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }


.zoom-anim-dialog .mfp-close {
	width: auto;
	height: 3.6rem;
	position: absolute;
	right: 3rem;
	top: 1rem;
}
.close-wrapper {
	position: sticky;
	background: #fff;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	padding-bottom:1rem;
	height:5.6rem;
}

.zoom-anim-dialog .container {
	padding-top: 5rem;
}
.zoom-anim-dialog .modal-text .footer {
	margin-top:4rem;
}
.zoom-anim-dialog .modal-text .footer a:nth-child(2) {
	background: #00A0E3;
	color: #FFFFFF;
}
.zoom-anim-dialog .modal-text .footer a:hover:nth-child(1) {
	color: #00A0E3;
}
.zoom-anim-dialog .modal-text .footer a:hover:nth-child(2) {
	background: #04B0F8;
    box-shadow: 0px 10px 30px rgba(4, 176, 248, 0.2);
}

.btn-white:hover ,
.send-request form input[type="submit"]:hover {
	background: #F0F0F0;
	color:#00A0E3;
}
.btn-blue:hover {
	background: #04B0F8;
    box-shadow: 0px 1rem 3rem rgba(4, 176, 248, 0.2);
}
footer .footer-bottom .mailto:hover,
footer .footer-bottom .tel:hover {
	color:#5ACEFF;
}
footer .footer-bottom .mailto:hover::before,
footer .footer-bottom .tel:hover::before {
	filter: invert(74%) sepia(87%) saturate(1994%) hue-rotate(171deg) brightness(103%) contrast(101%);
}
footer .footer-top .contact a img:hover {
	filter: invert(74%) sepia(87%) saturate(1994%) hue-rotate(171deg) brightness(103%) contrast(101%);
}
input[type="submit"],
button {
	border:0px solid transparent;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper .title{
	font-weight: bold;
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
	margin-bottom:4rem;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper {
    margin-top: 4rem;
	background: none;
}
.slick-prev.slick-arrow{
	z-index:7;
}
.container-text{
	padding-top:5rem;
	width:100%;
	padding-bottom:8rem;
}
.container-text {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #1A1A1A;
}
.container-text p{
	margin-bottom:2rem;
}
.block-text{
	font-size: 1.4rem;
    line-height: 3rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.block-text span {
	color: #fff;
	font-size: 3rem;
	opacity: 1;
	margin-right: 1.3rem;
	height:2rem;
}
.send-request form .checkbox input{
	display:none;
}
.send-request form .checkbox label{
	position: relative;
	opacity:1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
	width:100%;
	transform: translateY(0rem);
	margin-left:0px;
	padding-left: 0rem;
}

 
.send-request form .checkbox{
	font-size: 1.4rem;
    line-height: 2.2rem;
    color: #FFFFFF;
	padding-top: 0px;
	display:block;
	width:100%;
	margin-bottom:3rem;
}

.send-request form .checkbox a{
	text-decoration: underline;
	color: #FFFFFF;
}


.send-request form .col12 .span, .send-request form .col6 .span {
	position: absolute;
	background-color: #00a0e3;
	top: -0.5rem;
	right: 1rem;
	color: #fff;
	font-size: 3rem;
	opacity: 1;
	transform: translateY(0.8rem);
	transition: all 0.2s ease-out;
	margin-right: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.dn{
	display:none;
}
.wpcf7-form br{
	display:none;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}



/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.popup-with-move-anim{
    max-width: 47rem;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    padding: 4rem 7.5rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.popup-with-move-anim .title{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #242424; 
    margin-bottom: 3rem; 
    font-weight: 600;
}

.popup-with-move-anim img{
    width: 13.3rem;
    height: 7rem; 
    object-fit: contain;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.popup-with-move-anim p{
        margin-bottom: 3rem;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.6rem;
        text-align: center;
        color: #242424;
}
.popup-with-move-anim #ok{
    background: #00A0E3;
    border-radius: 5px;
    height: 5.6rem;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #FFFFFF;
    border: 0px solid transparent;
}
.popup-with-move-anim #ok:hover {
	box-shadow: 0px 2rem 5rem rgba(0, 0, 0, 0.2);
	font-weight: 700;
}
.modalEmail{
	display:none;
}

.wpcf7 form .cf7sg-response-output {
	margin: 0;
	width: 100%;
	color: #fff;
}
@media (max-width: 1440px) {
	.send-request::after,
	.top-block::before {
	     display:none;
    }
}

@media (max-width: 1100px) {
	.top-block .top-block-left .top-block-left-body {
      	padding: 0rem 4rem;
    }
}

@media (min-width: 998px) {
.advantages-block .advantages-wrapper .advantages-left {
	width: 66.7%;
}
.advantages-block .advantages-wrapper .advantages-right {
	width: calc(100% - 66.7%);
}
}
@media (max-width: 998px) {
	header .logo {
	width: 12.5rem;
	height: 3rem;
}
	 header .menu {
    background: #fff;
    height: 100vh;
    width: 27rem;
    padding: 9.5rem 2.4rem 2.4rem;
    position: fixed;
    left: -27rem;
    top: 0px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
	  transition:0.2s all ease-in;
  }
	header .menu.show{
		left: 0rem;
	}
.top-block .top-block-left .top-block-left-body .title {
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-link {
	font-size: 2.2rem;
	line-height:3rem;
}
}
@media (max-width: 768px) {
	
/* Слева направо */

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

/* Сверху */

.mfp-move-from-top .mfp-content {
  vertical-align: top; }

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(1);
      -ms-transform: translateY(1);
          transform: translateY(1); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing .mfp-bg {
  opacity: 0; }
	.products-block .products-wrapper .products-cart {
	    padding: 1rem;
    }
	.products-block .products-wrapper .products-cart {
	    width: 50%;
    }
	.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper {
	    margin-top: 2rem;
	    background: none;
    }
	.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-big-wrapper .title {
	font-size: 2.2rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}
	.dropdown-content {
	   margin-top: 1.5rem;
    }
	.languages::before {
	    top: 0rem;
    }
    .dropbtn {
	    margin: -1rem 0;
    }
	.products-block .products-wrapper .products-cart {
	    width: 50%;
    }
	.products-block .products-wrapper .products-cart .img {
        height: 20rem;
	    padding: 1rem;
    }
	
	.products-block .products-wrapper .products-cart {
	padding: 1rem;
}
}
@media (min-width: 600px) {
	.mob-tel{
		display:none;
	}
}
@media (max-width: 600px) {
	.btn-blue {
    	margin: 0 auto;
    }
	.top-block .top-block-left {
	   padding: 3rem 0rem 6rem;
    }
	.top-block .top-block-left .top-block-left-body .title {
	    font-size: 3.6rem;
	    line-height: 5rem;
	    margin-bottom: 1.6rem;
    }
	.top-block .top-block-left .top-block-left-body .p {
	   padding-left: 3rem;
	   font-size: 2rem;
    	line-height: 3rem;
    	color: #fff;
	    margin-bottom: 2rem;
	    max-width: 29rem;
    }
	body {
	   padding-top: 5rem;
    }
	header {
	    padding-top: 1rem;
    	padding-bottom: 1rem;
    }
	.desk-tel{
		display:none;
	}
	.mob-tel{
		display:inline-block;
	}
	.products-block .products-wrapper .products-cart .title {
    	font-size: 1.2rem;
	    line-height: 1.8rem;
    	padding-left: 0.8rem;
    	padding-right: 0.8rem;
	    margin-bottom: 0.5rem;
    }
	.top-block .top-block-left .top-block-left-body {
	    padding: 0rem 1.5rem;
    }
	.about-cooperation .about-cooperation-body .about-cooperation-body-slider .slider-link {
	    font-size: 2.2rem;
	    line-height: 3rem;
    }
	.send-request form .col6 {
	    width: 100%;
    }
	 .about-us .about-us-wrapper .col66 .img {
	    padding: 1.5rem;
     }
}


@media (max-width: 600px) {
    .popup-with-move-anim{
        padding: 3rem;
    }
    
    .popup-with-move-anim .title{
        font-size: 2.2rem;
        line-height: 3.2rem;
        margin-bottom: 3rem; 
        font-weight: 600;
        max-width: 29rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .popup-with-move-anim img{
        width: 9.5rem;
        height: 5rem; 
    }
    
    .popup-with-move-anim p{
            font-size: 1.4rem;
            line-height: 2.2rem;
    }
    .popup-with-move-anim #ok{
        height: 5rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}


